.copier-answers.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
.readthedocs.yml
AUTHORS
LICENSE
MANIFEST.in
README.md
azure_credentials.ini
check_store_creation.sh
docker-compose.yml
google_cloud_credentials.ini
pixi.lock
pixi.toml
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/codeql.yml
.github/workflows/pre-commit-autoupdate.yml
.github/workflows/update-lockfiles.yml
docs/Makefile
docs/azure.rst
docs/boto.rst
docs/cache.rst
docs/changes.rst
docs/conf.py
docs/crypt.rst
docs/db.rst
docs/decorators.rst
docs/development.rst
docs/filesystem.rst
docs/gcstorage.rst
docs/git.rst
docs/idgen.rst
docs/index.rst
docs/make.bat
docs/memory.rst
docs/s3fsstore.rst
minimalkv/__init__.py
minimalkv/_boto.py
minimalkv/_constants.py
minimalkv/_get_store.py
minimalkv/_hstores.py
minimalkv/_key_value_store.py
minimalkv/_mixins.py
minimalkv/_store_creation.py
minimalkv/_store_decoration.py
minimalkv/_url_utils.py
minimalkv/_urls.py
minimalkv/cache.py
minimalkv/crypt.py
minimalkv/decorator.py
minimalkv/fs.py
minimalkv/fsspecstore.py
minimalkv/git.py
minimalkv/idgen.py
minimalkv/py.typed
minimalkv.egg-info/PKG-INFO
minimalkv.egg-info/SOURCES.txt
minimalkv.egg-info/dependency_links.txt
minimalkv.egg-info/requires.txt
minimalkv.egg-info/top_level.txt
minimalkv/contrib/__init__.py
minimalkv/db/__init__.py
minimalkv/db/mongo.py
minimalkv/db/sql.py
minimalkv/memory/__init__.py
minimalkv/memory/redisstore.py
minimalkv/net/__init__.py
minimalkv/net/_aws_refreshable_session.py
minimalkv/net/_azurestore_common.py
minimalkv/net/_azurestore_new.py
minimalkv/net/_azurestore_old.py
minimalkv/net/_net_common.py
minimalkv/net/azurestore.py
minimalkv/net/boto3store.py
minimalkv/net/botostore.py
minimalkv/net/gcstore.py
minimalkv/net/s3fsstore.py
terraform/main.tf
tests/basic_store.py
tests/bucket_manager.py
tests/conftest.py
tests/idgens.py
tests/test.parquet
tests/test_azure_store.py
tests/test_boto3_store.py
tests/test_boto_store.py
tests/test_bucket_manager.py
tests/test_cache.py
tests/test_dict_store.py
tests/test_filesystem_store.py
tests/test_gcloud_store.py
tests/test_get_store_from_url.py
tests/test_git_store.py
tests/test_hmac.py
tests/test_import.py
tests/test_keyvaluestore_base.py
tests/test_mongo.py
tests/test_prefix_decorator.py
tests/test_readonly_decorator.py
tests/test_redis.py
tests/test_s3fs_aws.py
tests/test_s3fs_minio.py
tests/test_sqlalchemy.py
tests/test_url_encode_keys_decorator.py
tests/url_store.py
tests/minio-container/Dockerfile
tests/minio-container/files/file1.txt
tests/minio-container/files/file2.txt
tests/minio-container/policies/policy1.json
tests/minio-container/policies/policy2.json
tests/minio-container/scripts/startup.sh
tests/store_creation/test_creation_boto3store.py
tests/store_creation/test_creation_from_params.py
tests/storefact/gcstore_cred_example.json
tests/storefact/test_gcstore_creation.py
tests/storefact/test_urls.py