Metadata-Version: 1.2
Name: SMSFly
Version: 0.1.6
Summary: Python wrapper for SMS-Fly gateway API
Home-page: https://github.com/open-craft-guild/python-smsfly
Author: Sviatoslav Sydorenko (@webknjaz) <wk+open-craft-guild@sydorenko.org.ua>, Anna Kurylo <anna.kurilo21+open-craft-guild@gmail.com>
Author-email: wk+open-craft-guild@sydorenko.org.ua
License: MIT
Project-URL: Bug Tracker, https://github.com/open-craft-guild/python-smsfly/issues
Project-URL: CI: Travis, https://travis-ci.org/open-craft-guild/python-smsfly
Project-URL: Source Code, https://github.com/open-craft-guild/python-smsfly
Description: .. image:: https://badge.waffle.io/open-craft-guild/python-smsfly.png?label=ready&title=Ready
           :target: https://waffle.io/open-craft-guild/python-smsfly
           :alt: Stories in Ready
        
        .. image:: https://img.shields.io/pypi/v/SMSFly.svg
           :target: https://pypi.org/project/SMSFly
        
        .. image:: https://img.shields.io/travis/open-craft-guild/python-smsfly/master.svg?label=Linux%20build%20%40%20Travis%20CI
           :target: http://travis-ci.org/open-craft-guild/python-smsfly
        
        .. image:: https://img.shields.io/pypi/pyversions/SMSFly.svg
        
        .. image:: https://img.shields.io/pypi/dm/SMSFly.svg
        
        .. image:: https://api.codacy.com/project/badge/Grade/78ef3eba02d94d15bca00c841696fbb6
           :target: https://www.codacy.com/app/webknjaz/python-smsfly?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=open-craft-guild/python-smsfly&amp;utm_campaign=Badge_Grade
        
        .. image:: https://requires.io/github/open-craft-guild/python-smsfly/requirements.svg?branch=master
           :target: https://requires.io/github/open-craft-guild/python-smsfly/requirements/?branch=master
           :alt: Requirements Status
        
        python-smsfly
        -------------
        
        SMS-Fly gateway API Python package
        
        Install it
        ##########
        
        .. code-block:: sh
        
            pip install SMSFly
        
        Testing
        #######
        
        .. code-block:: shell
        
            pip install tox --user
            tox
        
        Usage
        #####
        
        .. code-block:: python
           :number-lines:
        
            from smsfly import SMSFlyAPI
            api = SMSFlyAPI(account_id='3801234567', account_pass='qwerty')
            api.getbalance()
        
        Other implementations
        #####################
        
        * `Ruby gem <https://github.com/Serhii-Danovsky/smsfly>`_ by `@Serhii-Danovsky <https://github.com/Serhii-Danovsky>`_
        * `PHP package <https://github.com/vchizi/SMSFly>`_ by `@vchizi <https://github.com/vchizi>`_
        * `OpenCard integration in PHP <https://github.com/vov1/opencart-flysms>`_ by `@vov1 <https://github.com/vov1>`_
        
        
Keywords: api,sms,gateway,sms-fly,requests,xml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
