Metadata-Version: 2.1
Name: PyMonoLib
Version: 0.3.2
Summary: Monobank Python wrapper
Home-page: https://github.com/makisukurisu/py-mono-api
Author: makisukurisu
Author-email: 667strets@gmail.com
License: GPL2
Keywords: telegram api tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Description-Content-Type: text/markdown
Provides-Extra: json

# PyMono
### PyMono is a Python wrapper for Monobank (Universal Bank) API
------------------------------------------------------------

### TODO:
    1. Write descriptions for methods and objects
    2. Make readme more apealing
    4. Make examples for a few cases

#### Done:
    1. Basic API coverage (100%)
    2. JSON -> Objects
    3. Search for accounts and transactions
    4. Polling method (including multiple cards!)
    5. Buildability! Now avaiable on [pypi](https://pypi.org/manage/project/PyMonoLib/) (You can even build it localy)

------------------------------------------------------------
## Sources for parts of code:
    JsonDeserializer, polling from eternnoir/pyTelegramBotAPI
    URL validator from [HERE](https://stackoverflow.com/a/7160778)

