Metadata-Version: 2.1
Name: configstore
Version: 0.4
Summary: Retrieve settings and secrets from different stores
Home-page: https://github.com/caravancoop/configstore
Author: Caravan Coop
Author-email: hi@caravan.coop
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dotenv
Provides-Extra: awsssm
Provides-Extra: awsssm
Requires-Dist: boto3; extra == 'awsssm'
Provides-Extra: dotenv
Requires-Dist: django-dotenv; extra == 'dotenv'


configstore is a small pluggable library that lets you retrieve settings
or secrets from a variety of storage systems to configure your app.


