.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
mkdocs.yml
requirements-docs.txt
requirements-optional.txt
requirements-testing.txt
requirements.txt
setup.cfg
setup.py
test.json
.dependabot/config.yml
.github/pull_request_template.md
.github/workflows/release.yml
.github/workflows/testing.yml
docs/CHANGELOG.md
docs/concepts.md
docs/index.md
docs/getting_started/advanced_builder.md
docs/getting_started/group_builder.md
docs/getting_started/map_builder.md
docs/getting_started/running_builders.md
docs/getting_started/simple_builder.md
docs/getting_started/simple_drone.md
docs/getting_started/stores.md
docs/reference/builders.md
docs/reference/core_builder.md
docs/reference/core_drone.md
docs/reference/core_store.md
docs/reference/core_validator.md
docs/reference/stores.md
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/not-zip-safe
src/maggma.egg-info/requires.txt
src/maggma.egg-info/top_level.txt
src/maggma/api/APIManager.py
src/maggma/api/__init__.py
src/maggma/api/default_responses.yaml
src/maggma/api/models.py
src/maggma/api/query_operator.py
src/maggma/api/resource.py
src/maggma/api/util.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/serial.py
src/maggma/core/__init__.py
src/maggma/core/builder.py
src/maggma/core/drone.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/compound_stores.py
src/maggma/stores/gridfs.py
src/maggma/stores/mongolike.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/test_validator.py
tests/api/__init__.py
tests/api/test_cluster_manager.py
tests/api/test_resource.py
tests/builders/__init__.py
tests/builders/simple_bib_drone.py
tests/builders/test_copy_builder.py
tests/builders/test_group_builder.py
tests/builders/test_simple_bib_drone.py
tests/cli/__init__.py
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_compound_stores.py
tests/stores/test_gridfs.py
tests/stores/test_mongolike.py
tests/test_files/settings_files/db.json
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