Metadata-Version: 2.4
Name: conf_engine
Version: 1.1.1
Summary: A python module for unified application configuration.
Author-email: Ken Vondersaar <ken.vondersaar@gmail.com>
Maintainer-email: Ken Vondersaar <ken.vondersaar@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://kvondersaar.github.io/conf-engine/
Project-URL: Documentation, https://kvondersaar.github.io/conf-engine/
Project-URL: Repository, https://github.com/kvondersaar/conf-engine.git
Project-URL: Issues, https://github.com/kvondersaar/conf-engine/issues
Project-URL: Changelog, https://github.com/kvondersaar/conf-engine/blob/master/CHANGELOG.rst
Keywords: config,configuration
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

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://kvondersaar.github.io/conf-engine>`_ for
more details.
