.gitignore
.pylintrc
LICENSE
Makefile
Pipfile
README-zh.md
README.md
setup.py
tox.ini
slothstock/__init__.py
slothstock/constants.py
slothstock/exceptions.py
slothstock/utils.py
slothstock.egg-info/PKG-INFO
slothstock.egg-info/SOURCES.txt
slothstock.egg-info/dependency_links.txt
slothstock.egg-info/entry_points.txt
slothstock.egg-info/requires.txt
slothstock.egg-info/top_level.txt
slothstock/indicators/__init__.py
slothstock/indicators/macd.py
slothstock/providers/__init__.py
slothstock/providers/xueqiu.py
slothstock/scripts/__init__.py
slothstock/scripts/common.py
slothstock/scripts/parsers.py
slothstock/scripts/sloth_buy.py
slothstock/scripts/sloth_sell.py
tests/__init__.py
tests/test_utils.py
tests/indicators/__init__.py
tests/indicators/test_macd.py
tests/providers/__init__.py
tests/providers/test_xueqiu.py