LICENSE
MANIFEST.in
Makefile
README.md
README.rst
index.html
make_docs
setup.py
sofine.conf
test.bat
test_examples.bat
docs/sofine/rest_runner.m.html
docs/sofine/runner.m.html
docs/sofine/lib/conf.m.html
docs/sofine/lib/utils.m.html
docs/sofine/plugins/plugin_base.m.html
docs/sofine/plugins/example/archive_dot_org_search_results.m.html
docs/sofine/plugins/example/fidelity.m.html
docs/sofine/plugins/example/google_search_results.m.html
docs/sofine/plugins/example/ystockquotelib.m.html
docs/sofine/plugins/mock/ystockquotelib_mock.m.html
docs/sofine/plugins/standard/file_source.m.html
docs/sofine/tests/test_runner_from_cli.m.html
docs/sofine/tests/test_runner_from_cli_examples.m.html
docs/sofine/tests/test_runner_from_py.m.html
docs/sofine/tests/test_runner_from_py_examples.m.html
docs/sofine/tests/test_runner_from_rest.m.html
sofine/__init__.py
sofine/rest_runner.py
sofine/runner.py
sofine.egg-info/PKG-INFO
sofine.egg-info/SOURCES.txt
sofine.egg-info/dependency_links.txt
sofine.egg-info/top_level.txt
sofine/data_format_plugins/__init__.py
sofine/data_format_plugins/format_csv.py
sofine/data_format_plugins/format_json.py
sofine/examples/portfolio_collector.py
sofine/lib/__init__.py
sofine/lib/utils/__init__.py
sofine/lib/utils/conf.py
sofine/lib/utils/utils.py
sofine/plugins/__init__.py
sofine/plugins/plugin_base.py
sofine/plugins/example/__init__.py
sofine/plugins/example/archive_dot_org_search_results.py
sofine/plugins/example/fidelity.py
sofine/plugins/example/google_search_results.py
sofine/plugins/example/ystockquotelib.py
sofine/plugins/mock/__init__.py
sofine/plugins/mock/ystockquotelib_mock.py
sofine/plugins/standard/__init__.py
sofine/plugins/standard/file_source.py
sofine/tests/__init__.py
sofine/tests/test_format_csv.py
sofine/tests/test_runner_from_cli.py
sofine/tests/test_runner_from_cli_examples.py
sofine/tests/test_runner_from_py.py
sofine/tests/test_runner_from_py_examples.py
sofine/tests/test_runner_from_rest.py