.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/img/osemosys_dataflow.png
src/otoole/__init__.py
src/otoole/cli.py
src/otoole/exceptions.py
src/otoole/validate.py
src/otoole/validate.yaml
src/otoole.egg-info/PKG-INFO
src/otoole.egg-info/SOURCES.txt
src/otoole.egg-info/dependency_links.txt
src/otoole.egg-info/entry_points.txt
src/otoole.egg-info/not-zip-safe
src/otoole.egg-info/requires.txt
src/otoole.egg-info/top_level.txt
src/otoole/preprocess/__init__.py
src/otoole/preprocess/config.yaml
src/otoole/preprocess/create_datapackage.py
src/otoole/preprocess/datafile_to_datapackage.py
src/otoole/preprocess/datapackage.json
src/otoole/preprocess/excel_to_osemosys.py
src/otoole/preprocess/longify_data.py
src/otoole/preprocess/narrow_to_datafile.py
src/otoole/results/__init__.py
src/otoole/results/convert.py
src/otoole/visualise/__init__.py
src/otoole/visualise/res.py
tests/conftest.py
tests/test_validate.py
tests/test_visualise.py
tests/travis_install.sh
tests/fixtures/simplicity.xlsx
tests/preprocess/test_csv_to_file.py
tests/preprocess/test_file2package.py
tests/results/test_convert.py