.gitignore
.gitmodules
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/dependency-review.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/.gitignore
docs/conf.py
docs/index.rst
docs/release-notes.rst
docs/_static/anaconda-logo.svg
docs/_static/favicon.ico
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_static/css/custom.css
docs/_templates/scitacean-class-template.rst
docs/_templates/scitacean-dataclass-template.rst
docs/developer/coding-conventions.rst
docs/developer/dependency-management.rst
docs/developer/getting-started.rst
docs/developer/index.rst
docs/developer/testing.rst
docs/reference/index.rst
docs/user-guide/downloading.ipynb
docs/user-guide/index.rst
docs/user-guide/installation.rst
docs/user-guide/testing.ipynb
docs/user-guide/uploading.ipynb
requirements/base.in
requirements/base.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/static.in
requirements/static.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
src/scitacean/__init__.py
src/scitacean/_dataset_fields.py
src/scitacean/client.py
src/scitacean/datablock.py
src/scitacean/dataset.py
src/scitacean/error.py
src/scitacean/file.py
src/scitacean/filesystem.py
src/scitacean/logging.py
src/scitacean/model.py
src/scitacean/pid.py
src/scitacean/py.typed
src/scitacean/typing.py
src/scitacean.egg-info/PKG-INFO
src/scitacean.egg-info/SOURCES.txt
src/scitacean.egg-info/dependency_links.txt
src/scitacean.egg-info/requires.txt
src/scitacean.egg-info/top_level.txt
src/scitacean/_html_repr/__init__.py
src/scitacean/_html_repr/resources.py
src/scitacean/_html_repr/images/__init__.py
src/scitacean/_html_repr/images/lock.svg
src/scitacean/_html_repr/styles/__init__.py
src/scitacean/_html_repr/styles/dataset.css
src/scitacean/_html_repr/templates/__init__.py
src/scitacean/_html_repr/templates/dataset_field_repr.html.template
src/scitacean/_html_repr/templates/dataset_repr.html.template
src/scitacean/_html_repr/templates/files_repr.html.template
src/scitacean/_html_repr/templates/metadata_repr.html.template
src/scitacean/_internal/__init__.py
src/scitacean/_internal/orcid.py
src/scitacean/testing/__init__.py
src/scitacean/testing/client.py
src/scitacean/testing/docs.py
src/scitacean/testing/strategies.py
src/scitacean/testing/transfer.py
src/scitacean/transfer/__init__.py
src/scitacean/transfer/ssh.py
src/scitacean/transfer/util.py
src/scitacean/util/__init__.py
src/scitacean/util/credentials.py
src/scitacean/util/formatter.py
tests/__init__.py
tests/client_test.py
tests/conftest.py
tests/dataset_fields_test.py
tests/dataset_test.py
tests/download_test.py
tests/file_test.py
tests/filesystem_test.py
tests/model_test.py
tests/upload_test.py
tests/common/__init__.py
tests/common/backend.py
tests/common/docker.py
tests/common/files.py
tests/common/ssh_server.py
tests/data/__init__.py
tests/data/datasets.json
tests/data/orig_datablocks.json
tests/html_repr/__init__.py
tests/html_repr/html_repr_test.py
tests/testing/__init__.py
tests/testing/strategies_test.py
tests/util/__init__.py
tests/util/formatter.py
tools/model-generation/dataset.py
tools/model-generation/generate.py
tools/model-generation/model.py
tools/model-generation/util.py
tools/model-generation/spec/__init__.py
tools/model-generation/spec/data-file.yml
tools/model-generation/spec/datablock.yml
tools/model-generation/spec/dataset-lifecycle.yml
tools/model-generation/spec/dataset.yml
tools/model-generation/spec/mongo-queryable.yml
tools/model-generation/spec/orig-datablock.yml
tools/model-generation/spec/ownable.yml
tools/model-generation/spec/technique.yml
tools/model-generation/templates/__init__.py
tools/model-generation/templates/dataset.py.template
tools/model-generation/templates/field_spec.py.template
tools/model-generation/templates/model.py.template