Metadata-Version: 2.1
Name: cryptobot-python
Version: 0.1.6
Summary: Non official, but friendly CryptoBot library for the Python language
License: MIT
Author: Reinier Hernández
Author-email: sasuke.reinier@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: bump2version (>=1.0.1,<1.1.0)
Requires-Dist: colorama (==0.4.6)
Requires-Dist: fastapi (==0.115.2)
Requires-Dist: httpx (>=0.23.3,<0.28.0)
Requires-Dist: pip (==24.2)
Requires-Dist: python-dotenv (>=0.21.0,<1.1.0)
Requires-Dist: sphinx (>=6.1.3,<7.5.0)
Requires-Dist: tox (>=4.16.0,<4.24.0)
Requires-Dist: twine (>=4.0.2,<5.2.0)
Requires-Dist: uvicorn (==0.32.0)
Requires-Dist: watchdog (>=2.2.1,<5.1.0)
Requires-Dist: wheel (>=0.38.4,<0.45.0)
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

