Metadata-Version: 2.1
Name: autoconfiguration
Version: 0.1
Summary: Load configuration files (.ini) automatically
Home-page: https://gitlab.com/konstantin-mueller/python-autoconfiguration
Author: Konstantin Müller
Author-email: konstantin.mueller.dev@gmail.com
License: Apache Software License (Apache License 2.0)
Download-URL: https://gitlab.com/konstantin-mueller/python-autoconfiguration
Project-URL: repository, https://gitlab.com/konstantin-mueller/python-autoconfiguration
Project-URL: bugs, https://gitlab.com/konstantin-mueller/python-autoconfiguration/issues
Description: # python-autoconfiguration
        
        Load configuration files (.ini) automatically.
        
        
        ## Build
        
        `python setup.py sdist bdist_wheel`
        
        
        ## Deployment
        
        `python -m twine upload dist/*`
        
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
