.gitattributes
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.md
dev.md
requirements.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
Examples/stockmanager_tutorial.ipynb
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/__init__.py
src/stockmanager/Portfolio.py
src/stockmanager/Ticker.py
src/stockmanager/__init__.py
src/stockmanager/helpers.py
src/stockmanager.egg-info/PKG-INFO
src/stockmanager.egg-info/SOURCES.txt
src/stockmanager.egg-info/dependency_links.txt
src/stockmanager.egg-info/not-zip-safe
src/stockmanager.egg-info/requires.txt
src/stockmanager.egg-info/top_level.txt
src/stockmanager/visualization/__init__.py
src/stockmanager/visualization/_arg_validator.py
src/stockmanager/visualization/plots.py
tests/conftest.py
tests/test_pep8.py
tests/test_plot.py
tests/test_portfolio.py
tests/test_ticker.py
tests/dummy_data/dummy.csv
tests/dummy_data/dummy_price.csv
tests/dummy_data/dummy_record.csv