CHANGELOG.md
LICENSE
README.md
pyproject.toml
setup.cfg
bdshare/__init__.py
bdshare/_version.py
bdshare.egg-info/PKG-INFO
bdshare.egg-info/SOURCES.txt
bdshare.egg-info/dependency_links.txt
bdshare.egg-info/not-zip-safe
bdshare.egg-info/requires.txt
bdshare.egg-info/top_level.txt
bdshare/api/__init__.py
bdshare/api/api_data.py
bdshare/api/client.py
bdshare/stock/__init__.py
bdshare/stock/market.py
bdshare/stock/news.py
bdshare/stock/trading.py
bdshare/util/__init__.py
bdshare/util/cons.py
bdshare/util/session.py
bdshare/util/store.py
bdshare/util/tickers.py
bdshare/util/upass.py
bdshare/util/vars.py
tests/__init__.py
tests/test_company_ins.py
tests/test_dsex.py
tests/test_latest_pe.py
tests/test_mkt_depth.py
tests/test_mkt_inf.py
tests/test_news.py
tests/test_random.py
tests/test_trading.py