Metadata-Version: 2.1
Name: meetg
Version: 0.9.3
Summary: Framework for creating Telegram bots
Home-page: https://github.com/meequz/meetg
Author: Mikhail Varantsou
Author-email: meequz@gmail.com
License: LGPL-3.0
Description: # meetg
        
        A framework for creating Telegram bots
        
        To run tests:
        ```
        python setup.py test
        ```
        or, to run specific test suite or case:
        ```
        python setup.py test -s <suite path>
        ```
        
Keywords: telegram bot framework
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
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
Description-Content-Type: text/markdown
