Metadata-Version: 2.1
Name: trading201
Version: 0.0.2
Summary: Mostly Harmless Library for Python
Home-page: UNKNOWN
Author: Wolfgang Kühn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

````
envsubst < setup_.cfg > setup.cfg
python38 -m build --wheel
python38 -m twine upload dist/*
python38 -m pip install --upgrade trading201
````

