Metadata-Version: 1.1
Name: python-myeventhub
Version: 0.1.1
Summary: Python API client for MyEventHub.ru
Home-page: https://github.com/DirectlineDev/python-myeventhub
Author: Anton Kuzmichev
Author-email: assargin@gmail.com
License: Apache Software License
Download-URL: https://github.com/DirectlineDev/python-myeventhub/archive/master.zip
Description: ============================
        Python MyEventHub API Client
        ============================
        
        .. image:: https://badges.gitter.im/MrYodda/DirectlineDev.svg
            :target: https://gitter.im/MrYoda/DirectlineDev?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        .. image:: https://travis-ci.org/DirectlineDev/python-myeventhub.svg?branch=master
            :target: https://travis-ci.org/DirectlineDev/python-myeventhub
        
        .. image:: https://badge.fury.io/py/python-myeventhub.svg
            :target: http://badge.fury.io/py/python-myeventhub
        
        .. image:: https://coveralls.io/repos/DirectlineDev/python-myeventhub/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/DirectlineDev/python-myeventhub?branch=master
        
        ``python-myeventhub`` - это API клиент для MyEventHub.ru
        
        
        Требования
        ----------
        
        Python 2.7, 3.4, 3.5. На других версиях Python не тестировалось, но, возможно, работать будет.
        
        Установка
        ---------
        
        Установить пакет через pip:
        
        .. code:: sh
        
         pip install python-myeventhub
        
        License
        -------
        
        Apache License Version 2.0, см. файл ``LICENSE``
Keywords: python,myeventhub,myeventhub.ru,eventhub,myeventhub api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires: six
