Metadata-Version: 1.1
Name: dynaconf
Version: 0.4.1
Summary: The dynamic configurator for your Python Project
Home-page: https://github.com/rochacbruno/dynaconf
Author: Bruno Rocha
Author-email: rochacbruno@gmail.com
License: MIT
Description: dynaconf is an OSM (Object Settings Mapper) it can
            read settings variables from a set of different data stores such as python
            settings files, environment variables, redis, memcached, ini files,
            json files, yaml files and you can customize dynaconf loaders to read
            from wherever you want
            
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
