Metadata-Version: 2.1
Name: conf_engine
Version: 1.0.0
Summary: A python module for unified application configuration.
Home-page: https://github.com/Connectria/conf-engine
Author: Ken Vondersaar
Author-email: kvondersaar@connectria.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Connectria/conf-engine
Project-URL: Documentation, https://connectria.github.io/conf-engine
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

What is config engine?
----------------------
A python module used for easy definition and access to configuration data.
Configuration can be read from either environment vars or from ini style files.

See the full `documentation <https://connectria.github.io/conf-engine>`_ for
more details.

