Metadata-Version: 2.4
Name: basana
Version: 1.11
Summary: A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies.
Author: Gabriel Becedillas
Author-email: Gabriel Becedillas <gabriel.becedillas@gmail.com>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Requires-Dist: aiohttp[speedups]>=3.13.5,<3.14
Requires-Dist: python-dateutil>=2.9.0.post0,<3
Requires-Dist: ccxt>=4.4,<5 ; extra == 'ccxt'
Requires-Dist: plotly>=6.7.0,<7 ; extra == 'charts'
Requires-Dist: kaleido>=1.2.0,<2 ; extra == 'charts'
Requires-Python: >=3.10, <4
Project-URL: Homepage, https://github.com/gbeced/basana
Project-URL: Repository, https://github.com/gbeced/basana
Project-URL: Documentation, https://basana.readthedocs.io/en/latest/
Provides-Extra: ccxt
Provides-Extra: charts
