.bandit
.gitattributes
.gitignore
.gitlab-ci.yml
.mypy.ini
.readthedocs.yml
.yamllint.yaml
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
README.rst
requirements-dev.txt
setup.py
tox.ini
.github/pull_request_template.md
.github/renovate.json5
.github/workflows/dev.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/runtime.yml
.github/workflows/send_gitter.py
docs/source/conf.py
docs/source/index.rst
docs/source/_static/README.md
docs/source/_static/intro-consumer.odg
docs/source/_static/intro-consumer.svg
docs/source/_static/intro-distributor.odg
docs/source/_static/intro-distributor.svg
docs/source/_static/css/custom.css
docs/source/_templates/our-class.rst
docs/source/_templates/our-module.rst
docs/source/miscellaneous/authors.rst
docs/source/miscellaneous/contributing.rst
docs/source/miscellaneous/license.rst
docs/source/user_guide/install.rst
nourish/__init__.py
nourish/_config.py
nourish/_dataset.py
nourish/_extractors.py
nourish/_high_level.py
nourish/_lock.py
nourish/_schema.py
nourish/_schema_retrieval.py
nourish/_typing.py
nourish/_version.py
nourish/dataset.py
nourish/exceptions.py
nourish/schema.py
nourish/typing.py
nourish.egg-info/PKG-INFO
nourish.egg-info/SOURCES.txt
nourish.egg-info/dependency_links.txt
nourish.egg-info/requires.txt
nourish.egg-info/top_level.txt
nourish/loaders/__init__.py
nourish/loaders/_base.py
nourish/loaders/_format_loader_map.py
nourish/loaders/_table.py
nourish/loaders/_text.py
nourish/loaders/table.py
nourish/loaders/text.py
requirements/docs.txt
requirements/lint.txt
requirements/test.txt
requirements/tox.txt
tests/conftest.py
tests/test_config.py
tests/test_dataset.py
tests/test_extractors.py
tests/test_high_level.py
tests/test_imports.py
tests/test_loaders.py
tests/test_lock.py
tests/test_schema.py
tests/test_schema_retrieval.py
tests/test_version.py
tests/datasets/extractables/README.md
tests/datasets/extractables/test-csv-bz2.csv.xz
tests/datasets/extractables/test-csv-gz
tests/datasets/extractables/test-tar-gz
tests/datasets/extractables/test-zerobyte.csv.bz2
tests/datasets/extractables/test-zerobyte.csv.gz
tests/datasets/extractables/test-zerobyte.csv.xz
tests/datasets/extractables/test.tar
tests/datasets/extractables/test.tar.bz2
tests/datasets/extractables/test.tar.gz
tests/datasets/extractables/test.tar.xz
tests/datasets/extractables/test.txt.bz2
tests/datasets/extractables/test.txt.gz
tests/datasets/extractables/test.txt.xz
tests/datasets/extractables/test.zip
tests/schemata/datasets.yaml
tests/schemata/formats-utf-16be.yaml
tests/schemata/formats-utf-16le-bom.yaml
tests/schemata/formats.yaml
tests/schemata/licenses.yaml
tests/scripts/link_doctests.py
tests/tls/README.md
tests/tls/server.key
tests/tls/server.pem