.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/workflows/codeql.yml
.github/workflows/post-process.yml
.github/workflows/release.yml
.github/workflows/testing.yml
.github/workflows/upgrade-dependencies.yml
docs/CHANGELOG.md
docs/concepts.md
docs/index.md
docs/logo_w_text.svg
docs/quickstart.md
docs/getting_started/advanced_builder.md
docs/getting_started/advanced_stores.md
docs/getting_started/file_store_dir_structure.png
docs/getting_started/group_builder.md
docs/getting_started/map_builder.md
docs/getting_started/mongodb.md
docs/getting_started/query_101.md
docs/getting_started/running_builders.md
docs/getting_started/simple_builder.md
docs/getting_started/stores.md
docs/getting_started/using_file_store.md
docs/getting_started/using_ssh_tunnel.md
docs/reference/builders.md
docs/reference/core_builder.md
docs/reference/core_store.md
docs/reference/core_validator.md
docs/reference/stores.md
requirements/macos-latest_py3.10.txt
requirements/macos-latest_py3.10_extras.txt
requirements/macos-latest_py3.11.txt
requirements/macos-latest_py3.11_extras.txt
requirements/macos-latest_py3.12.txt
requirements/macos-latest_py3.12_extras.txt
requirements/macos-latest_py3.9.txt
requirements/macos-latest_py3.9_extras.txt
requirements/ubuntu-latest_py3.10.txt
requirements/ubuntu-latest_py3.10_extras.txt
requirements/ubuntu-latest_py3.11.txt
requirements/ubuntu-latest_py3.11_extras.txt
requirements/ubuntu-latest_py3.12.txt
requirements/ubuntu-latest_py3.12_extras.txt
requirements/ubuntu-latest_py3.9.txt
requirements/ubuntu-latest_py3.9_extras.txt
src/maggma/__init__.py
src/maggma/py.typed
src/maggma/utils.py
src/maggma/validators.py
src/maggma.egg-info/PKG-INFO
src/maggma.egg-info/SOURCES.txt
src/maggma.egg-info/dependency_links.txt
src/maggma.egg-info/entry_points.txt
src/maggma.egg-info/requires.txt
src/maggma.egg-info/top_level.txt
src/maggma/api/API.py
src/maggma/api/__init__.py
src/maggma/api/default_responses.yaml
src/maggma/api/models.py
src/maggma/api/utils.py
src/maggma/api/query_operator/__init__.py
src/maggma/api/query_operator/core.py
src/maggma/api/query_operator/dynamic.py
src/maggma/api/query_operator/pagination.py
src/maggma/api/query_operator/sorting.py
src/maggma/api/query_operator/sparse_fields.py
src/maggma/api/query_operator/submission.py
src/maggma/api/resource/__init__.py
src/maggma/api/resource/aggregation.py
src/maggma/api/resource/core.py
src/maggma/api/resource/post_resource.py
src/maggma/api/resource/read_resource.py
src/maggma/api/resource/s3_url.py
src/maggma/api/resource/submission.py
src/maggma/api/resource/utils.py
src/maggma/builders/__init__.py
src/maggma/builders/group_builder.py
src/maggma/builders/map_builder.py
src/maggma/builders/projection_builder.py
src/maggma/cli/__init__.py
src/maggma/cli/distributed.py
src/maggma/cli/multiprocessing.py
src/maggma/cli/rabbitmq.py
src/maggma/cli/serial.py
src/maggma/cli/settings.py
src/maggma/cli/source_loader.py
src/maggma/cli/sources/__init__.py
src/maggma/core/__init__.py
src/maggma/core/builder.py
src/maggma/core/store.py
src/maggma/core/validator.py
src/maggma/stores/__init__.py
src/maggma/stores/advanced_stores.py
src/maggma/stores/aws.py
src/maggma/stores/azure.py
src/maggma/stores/compound_stores.py
src/maggma/stores/file_store.py
src/maggma/stores/gridfs.py
src/maggma/stores/mongolike.py
src/maggma/stores/open_data.py
src/maggma/stores/shared_stores.py
src/maggma/stores/ssh_tunnel.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/test_validator.py
tests/api/test_deprecation.py
tests/builders/__init__.py
tests/builders/test_copy_builder.py
tests/builders/test_group_builder.py
tests/builders/test_projection_builder.py
tests/cli/__init__.py
tests/cli/builder_for_test.py
tests/cli/builder_notebook_for_test.ipynb
tests/cli/test_distributed.py
tests/cli/test_init.py
tests/cli/test_multiprocessing.py
tests/cli/test_serial.py
tests/stores/__init__.py
tests/stores/test_advanced_stores.py
tests/stores/test_aws.py
tests/stores/test_azure.py
tests/stores/test_compound_stores.py
tests/stores/test_file_store.py
tests/stores/test_gridfs.py
tests/stores/test_mongolike.py
tests/stores/test_open_data.py
tests/stores/test_shared_stores.py
tests/stores/test_ssh_tunnel.py
tests/test_files/file_store_test/file_in_root.dat
tests/test_files/file_store_test/calculation1/input.in
tests/test_files/file_store_test/calculation1/output.out
tests/test_files/file_store_test/calculation1/calc1_subdir/file_2_levels_deep.json
tests/test_files/file_store_test/calculation2/input.in
tests/test_files/file_store_test/calculation2/output.out
tests/test_files/settings_files/db.json
tests/test_files/settings_files/my_launchpad.yaml
tests/test_files/simple_bib_example_data/citations-1.bibtex
tests/test_files/simple_bib_example_data/citations-2.bibtex
tests/test_files/simple_bib_example_data/citations-3.bibtex
tests/test_files/simple_bib_example_data/citations-4.bibtex
tests/test_files/simple_bib_example_data/citations-5.bibtex
tests/test_files/simple_bib_example_data/citations-6.bibtex
tests/test_files/simple_bib_example_data/citations-7.bibtex
tests/test_files/simple_bib_example_data/text-1.txt
tests/test_files/simple_bib_example_data/text-2.txt
tests/test_files/simple_bib_example_data/text-4.txt
tests/test_files/simple_bib_example_data/text-5.txt
tests/test_files/simple_bib_example_data/text-6.txt
tests/test_files/test_set/a.json
tests/test_files/test_set/b.json
tests/test_files/test_set/c.json.gz
tests/test_files/test_set/d.json
tests/test_files/test_set/extended_json.json