Metadata-Version: 2.1
Name: container-app-conf
Version: 0.9.9
Summary: Convenient configuration of containerized applications
Home-page: https://github.com/markusressel/container-app-conf
Author: Markus Ressel
Author-email: mail@markusressel.de
License: GPLv3+
Description: # container-app-conf
        
        This is a library t o easily read application values
        from multiple places like a yaml file and environment variables
        while providing type validation.
        
        The initial purpose of this library was to have an easy way to configure
        applications running inside some kind of container (Docker in this case)
        using environment variables while still provide the possibility to use
        a more simple form of configuration like a yaml file.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
