Metadata-Version: 2.1
Name: arkesel_python
Version: 0.1.0
Summary: Python Library for the Arkesel API 
Home-page: https://github.com/wilham-lynce/arkesel_python
Author: Wilham Opoku Danquah
Author-email: wilhamlynce27@gmail.com
License: MIT license
Download-URL: https://github.com/wilham-lynce/arkesel_python/archive/refs/tags/0.1.0.tar.gz
Keywords: arkesel_python
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

==============
arkesel_python
==============


.. image:: https://img.shields.io/pypi/v/arkesel_python.svg
        :target: https://pypi.python.org/pypi/arkesel_python

.. image:: https://img.shields.io/travis/wilham-lynce/arkesel_python.svg
        :target: https://travis-ci.com/wilham-lynce/arkesel_python

.. image:: https://readthedocs.org/projects/arkesel-python/badge/?version=latest
        :target: https://arkesel-python.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python Library for the Arkesel API 


* Free software: MIT license
* Documentation: https://arkesel-python.readthedocs.io.


Arkesel API Python Library 
----------------------------

A Python library for the Arkesel API. Allows you to do anything the Arkesel API does, but from within Python apps – send bulk messages , send OTP for phone-number/users authentication, creating and adding contacts to yout groups etc.

Documentation
---------------

* The documentation for the Arkesel API can be found `here <https://developers.arkesel.com>`_ 
* The documentation for the Arkesel Python library documentation can be found `here <https://arkesel-python.readthedocs.io>`__




=======
History
=======

0.1.0 (2021-08-13)
------------------

* First release on PyPI.


