Metadata-Version: 2.1
Name: xtb-broker
Version: 0.0.5
Summary: XTB broker models, methods and tools
Author-email: Arrubo <author@example.com>
Project-URL: Homepage, https://pypi.org/project/xtb-broker/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Update build
> python3 -m pip install --upgrade build

# Generating distribution archives
Now run this command from the same directory where pyproject.toml is located to generate dist
> python3 -m build

# Install twine
> python3 -m pip install --upgrade twine

# Uploading the distribution archives
> # python3 -m twine upload --repository testpypi dist/* 
> twine upload dist/*

# include version in requirements 
> xtb-broker==0.0.1 

# pip install
> pip install xtb-broker==0.0.1
