Metadata-Version: 2.1
Name: exchange-ob
Version: 0.0.1
Summary: Its used to connect and trade with cryptocurrency exchanges.
Home-page: https://github.com/Tower-Chain-Digital/exchange-ob
Author: Nischay Vaish
Author-email: nischay.vaish@triremetrading.com
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
Requires-Dist: websockets>=13.1

# exchange-ob
Orderbook code for all exchanges

# To create editable file
pip install -e .

# To run test
python -m unittest discover -s tests


# To run single test
python -m unittest tests.test_my_module.TestMyModule.test_bitmart_connection
