Metadata-Version: 2.4
Name: octobot_trading
Version: 2.5.2
Summary: OctoBot project trading package
Home-page: https://github.com/Drakkar-Software/OctoBot-Trading
Author: Drakkar-Software
Author-email: contact@drakkar.software
License: LGPL-3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy==1.26.3
Requires-Dist: OctoBot-Backtesting<1.11,>=1.10
Requires-Dist: Async-Channel<2.3,>=2.2
Requires-Dist: OctoBot-Commons<1.11,>=1.10
Requires-Dist: OctoBot-Tentacles-Manager<2.11,>=2.10
Requires-Dist: trading-backend>=1.2.35
Requires-Dist: ccxt==4.5.28
Requires-Dist: cryptography
Requires-Dist: sortedcontainers==2.4.0
Requires-Dist: cachetools<6,>=5.5.0
Provides-Extra: full
Requires-Dist: OctoBot-Backtesting[full]<1.11,>=1.10; extra == "full"
Requires-Dist: OctoBot-Commons[full]<1.11,>=1.10; extra == "full"
Requires-Dist: OctoBot-Tentacles-Manager[full]<2.11,>=2.10; extra == "full"
Requires-Dist: tinydb==4.5.2; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OctoBot-Trading [2.5.2](https://github.com/Drakkar-Software/OctoBot-Trading/blob/master/CHANGELOG.md)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/903b6b22bceb4661b608a86fea655f69)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Trading?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Trading&utm_campaign=Badge_Grade_Dashboard)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Trading.svg)](https://pypi.python.org/pypi/OctoBot-Trading/)
[![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Trading/badge.svg?branch=master)](https://coveralls.io/github/Drakkar-Software/OctoBot-Trading?branch=master)
[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Trading/workflows/OctoBot-Trading-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Trading/actions)
[![Build Status](https://cloud.drone.io/api/badges/Drakkar-Software/OctoBot-Trading/status.svg)](https://cloud.drone.io/Drakkar-Software/OctoBot-Trading)

OctoBot trading package.

OctoBot trading is currently support exchange connections via CCXT. 
If you wish to add new connectors, please contact the OctoBot team.
