.gitignore
.pre-commit-config.yaml
CONDUCT.md
CONTRIBUTING.md
Changelog.rst
LICENSE
Makefile
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/deploy-docs.yml
.github/workflows/pypi.yml
.github/workflows/tests.yml
docs/Makefile
docs/changelog_link.rst
docs/checklist.rst
docs/conf.py
docs/dataset.rst
docs/index.rst
docs/make.bat
docs/nodes.rst
docs/occurrences.rst
docs/taxa.rst
notebooks/MeasurementOrFact_Analysis.ipynb
notebooks/README.md
notebooks/contributions_quantification.ipynb
notebooks/depth_time_series.ipynb
notebooks/migration_patterns.ipynb
notebooks/occurrences_ocean_sunfish.ipynb
notebooks/usage_guide.ipynb
pyobis/__init__.py
pyobis/_version.py
pyobis/obisutils.py
pyobis.egg-info/PKG-INFO
pyobis.egg-info/SOURCES.txt
pyobis.egg-info/dependency_links.txt
pyobis.egg-info/requires.txt
pyobis.egg-info/top_level.txt
pyobis/checklist/__init__.py
pyobis/checklist/checklist.py
pyobis/checklist/test_checklist.py
pyobis/dataset/__init__.py
pyobis/dataset/dataset.py
pyobis/dataset/test_dataset.py
pyobis/nodes/__init__.py
pyobis/nodes/nodes.py
pyobis/nodes/test_nodes.py
pyobis/occurrences/__init__.py
pyobis/occurrences/occurrences.py
pyobis/occurrences/test_occurrence.py
pyobis/taxa/__init__.py
pyobis/taxa/taxa.py
pyobis/taxa/test_taxa.py