.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Feature_Request.md
.gitlab/issue_templates/New_Book.md
.gitlab/merge_request_templates/Default.md
.gitlab/merge_request_templates/New Book.md
notebooks/README.md
notebooks/jupytext.toml
notebooks/ceds/ceds.py
notebooks/ceds/ceds.yaml
notebooks/examples/multiple_versions/multiple_versions.py
notebooks/examples/multiple_versions/multiple_versions.yaml
notebooks/examples/simple/simple.py
notebooks/examples/simple/simple.yaml
notebooks/primap-hist/primap-hist.py
notebooks/primap-hist/primap-hist.yaml
notebooks/rcmip-emissions/rcmip-emissions.py
notebooks/rcmip-emissions/rcmip-emissions.yaml
notebooks/un-wpp/un-wpp.py
notebooks/un-wpp/un-wpp.yaml
notebooks/wdi/wdi.py
notebooks/wdi/wdi.yaml
src/bookshelf/__init__.py
src/bookshelf/book.py
src/bookshelf/cli.py
src/bookshelf/constants.py
src/bookshelf/errors.py
src/bookshelf/notebook.py
src/bookshelf/schema.py
src/bookshelf/shelf.py
src/bookshelf/utils.py
src/bookshelf.egg-info/PKG-INFO
src/bookshelf.egg-info/SOURCES.txt
src/bookshelf.egg-info/dependency_links.txt
src/bookshelf.egg-info/entry_points.txt
src/bookshelf.egg-info/requires.txt
src/bookshelf.egg-info/top_level.txt
src/bookshelf/commands/__init__.py
src/bookshelf/commands/cmd_publish.py
src/bookshelf/commands/cmd_run.py
tests/conftest.py
tests/integration/test_simple.py
tests/notebooks/test_notebooks.py
tests/test-data/v0.1.0/example/volume.json
tests/test-data/v0.1.0/example/v1.0.0/datapackage.json
tests/test-data/v0.1.0/example/v1.0.0/leakage_rates_low.csv
tests/test-data/v0.1.0/example/v1.1.0/datapackage.json
tests/test-data/v0.1.0/example/v1.1.0/leakage_rates_low.csv
tests/test-data/v0.2.0/example/volume.json
tests/test-data/v0.2.0/example/v1.0.0_e001/datapackage.json
tests/test-data/v0.2.0/example/v1.0.0_e001/leakage_rates_low.csv
tests/test-data/v0.2.0/example/v1.1.0_e001/datapackage.json
tests/test-data/v0.2.0/example/v1.1.0_e001/leakage_rates_low.csv
tests/test-data/v0.2.1/example/volume.json
tests/test-data/v0.2.1/example/v1.0.0_e001/datapackage.json
tests/test-data/v0.2.1/example/v1.0.0_e001/leakage_rates_low.csv
tests/test-data/v0.2.1/example/v1.1.0_e001/datapackage.json
tests/test-data/v0.2.1/example/v1.1.0_e001/leakage_rates_low.csv
tests/unit/conftest.py
tests/unit/test_book.py
tests/unit/test_cli.py
tests/unit/test_notebook.py
tests/unit/test_shelf.py
tests/unit/test_utils.py