Metadata-Version: 1.1
Name: bulkergr_api
Version: 0.1.4
Summary: A Python Client for v1.0 of Bulker.gr SMS HTTP API
Home-page: https://github.com/negletios/bulkergr_api
Author: Yiannis Inglessis 
Author-email: negtheone@gmail.com
License: MIT license
Description: ===========================
        A Python API Client for https://www.bulker.gr
        ===========================
        
        
        .. image:: https://img.shields.io/pypi/v/bulkergr_api.svg
                :target: https://pypi.python.org/pypi/bulkergr_api
        
        .. image:: https://readthedocs.org/projects/bulkergr-api/badge/?version=latest
                :target: https://bulkergr-api.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/negletios/bulkergr_api/shield.svg
             :target: https://pyup.io/repos/github/negletios/bulkergr_api/
             :alt: Updates
        
        
        
        A Python Client for v1.0 of Bulker.gr SMS HTTP API
        
        
        * Free software: MIT license
        * Documentation: https://bulkergr-api.readthedocs.io.
        
        Features
        --------
        
        * Submit SMS to the API
        * Converting CSV text response to dict
        
        TODO
        --------
        
        * Integrate delivery receipts
        * Integrate balance queries
        * Enhance library's features of submitting
        * Enhance library's validity checks
        * Complete tests based on API
        * Write the docs
        * Enable cli functionality
        
        Credits
        -------
        
        This package was created with :heart: by negletios_.
        
        .. _negletios: https://github.com/negletios/
        
        
        =======
        History
        =======
        
        0.1.4 (2018-12-18)
        ------------------
        
        * Basic functionality and testing.
        
        
        0.1.3 (2018-12-16)
        ------------------
        
        * No changes from the initial commit, just testing out the release procedure.
        
        
        0.1.2 (2018-12-16)
        ------------------
        
        * No changes from the initial commit, just testing out the release procedure.
        
        
        0.1.1 (2018-12-16)
        ------------------
        
        * No changes from the initial commit, just testing out the release procedure.
        
        
        0.1.0 (2018-12-16)
        ------------------
        
        * First release on PyPI.
        
        
Keywords: bulkergr_api
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
