Metadata-Version: 2.4
Name: basana
Version: 1.10
Summary: A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies.
License: Apache-2.0
License-File: LICENSE
Author: Gabriel Becedillas
Author-email: gabriel.becedillas@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
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
Provides-Extra: charts
Requires-Dist: aiohttp[speedups] (>=3.10,<4.0)
Requires-Dist: kaleido (==0.2.1) ; extra == "charts"
Requires-Dist: plotly (>=5.14.1,<6.0.0) ; extra == "charts"
Requires-Dist: python-dateutil (>=2.9,<3.0)
Project-URL: Documentation, https://basana.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/gbeced/basana
Project-URL: Repository, https://github.com/gbeced/basana
