Metadata-Version: 2.1
Name: basebot22-basebot_JustinGuese
Version: 0.1.dev1
Summary: A python package to interact with the tradingbot22 backend. used in tradingbot22-tradingbots
Author-email: Justin Güse <guese.justin@gmail.com>
Project-URL: Homepage, https://github.com/JustinGuese/tradingbot22-basebot
Project-URL: Bug Tracker, https://github.com/JustinGuese/tradingbot22-basebot/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tradingbot22-basebot
python package

pip install -U git+https://github.com/JustinGuese/tradingbot22-basebot/

from basebot22.basebot import BaseBot

## build

python3 -m build
