Metadata-Version: 2.3
Name: cryptobot-python
Version: 0.2.2
Summary: Non official, but friendly CryptoBot library for the Python language
License: MIT
Keywords: cryptocurrency,cryptobot,telegram
Author: Reinier Hernández
Author-email: sasuke.reinier@gmail.com
Requires-Python: >=3.9.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: fastapi (>=0.115.14,<0.116.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic-core (>=2.35.2,<3.0.0)
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
Requires-Dist: tox (>=4.27.0,<5.0.0)
Requires-Dist: twine (>=6.1.0,<7.0.0)
Requires-Dist: uvicorn (>=0.35.0,<0.36.0)
Project-URL: Bug Tracker, https://github.com/ragnarok22/cryptobot_python/issues
Project-URL: Documentation, https://cryptobot-python.readthedocs.io/en/latest
Project-URL: Homepage, https://cryptobot-python.readthedocs.io/en/latest
Project-URL: Repository, https://github.com/ragnarok22/cryptobot_python
Description-Content-Type: text/x-rst

================
CryptoBot Python
================


.. image:: https://img.shields.io/pypi/v/cryptobot_python.svg
        :target: https://pypi.python.org/pypi/cryptobot-python

.. image:: https://github.com/ragnarok22/cryptobot_python/actions/workflows/python-tests.yml/badge.svg
    :target: https://github.com/ragnarok22/cryptobot_python/actions/workflows/python-tests.yml
    :alt: Python tests

.. image:: https://results.pre-commit.ci/badge/github/ragnarok22/cryptobot_python/main.svg
   :target: https://results.pre-commit.ci/latest/github/ragnarok22/cryptobot_python/main
   :alt: pre-commit.ci status

.. image:: https://readthedocs.org/projects/cryptobot-python/badge/?version=latest
        :target: https://cryptobot-python.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status
.. image:: https://codecov.io/gh/ragnarok22/cryptobot_python/graph/badge.svg?token=ZsuusfJ2NJ
 :target: https://codecov.io/gh/ragnarok22/cryptobot_python


Non official, but friendly CryptoBot library for the Python language


* Free software: MIT license
* Documentation: https://cryptobot-python.readthedocs.io.

Features
--------

* Get app info
* Create invoice
* Transfer funds
* Get invoices
* Get balances
* Get exchange readthedocs
* Get currencies

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

