Metadata-Version: 2.1
Name: basana
Version: 1.5.1
Summary: A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies.
Home-page: https://github.com/gbeced/basana
License: Apache-2.0
Author: Gabriel Becedillas
Author-email: gabriel.becedillas@gmail.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software 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
Provides-Extra: charts
Requires-Dist: aiohttp[speedups] (>=3.8.6,<4.0.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.8.2,<3.0.0)
Project-URL: Documentation, https://basana.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/gbeced/basana
