.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/ceds.py
notebooks/ceds.yaml
notebooks/example.py
notebooks/example.yaml
notebooks/jupytext.toml
notebooks/primap-hist.py
notebooks/primap-hist.yaml
notebooks/rcmip-emissions.py
notebooks/rcmip-emissions.yaml
notebooks/un-wpp.py
notebooks/un-wpp.yaml
notebooks/wdi.py
notebooks/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/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