.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS
LICENSE
MANIFEST.in
README.rst
azure_credentials.ini
docker-compose.yml
environment.yml
google_cloud_credentials.ini
pyproject.toml
setup.cfg
setup.py
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/codeql-analysis.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
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/_urls.py
minimalkv/cache.py
minimalkv/crypt.py
minimalkv/decorator.py
minimalkv/fs.py
minimalkv/git.py
minimalkv/idgen.py
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/_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
tests/basic_store.py
tests/bucket_manager.py
tests/conftest.py
tests/idgens.py
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_git_store.py
tests/test_hmac.py
tests/test_import.py
tests/test_mongo.py
tests/test_prefix_decorator.py
tests/test_readonly_decorator.py
tests/test_redis.py
tests/test_sqlalchemy.py
tests/test_url_encode_keys_decorator.py
tests/url_store.py
tests/storefact/gcstore_cred_example.json
tests/storefact/test_gcstore_creation.py
tests/storefact/test_store_creation.py
tests/storefact/test_urls.py