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/stock/__init__.py
bdshare/stock/market.py
bdshare/stock/news.py
bdshare/stock/trading.py
bdshare/util/__init__.py
bdshare/util/cache.py
bdshare/util/cons.py
bdshare/util/helper.py
bdshare/util/proxy.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_market.py
tests/test_news.py
tests/test_trading.py