Metadata-Version: 2.1
Name: multiconfparse
Version: 0.1.0
Summary: Parser for configuration from multiple sources
Home-page: https://github.com/jonathanhaigh/multiconfparse
Author: Jonathan Haigh
Author-email: jonathanhaigh@gmail.com
License: MIT
Keywords: config configuration
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.6
Description-Content-Type: text/markdown

# Multiconfparse

Multiconfparse is a Python3 library for specifying and reading configuration
data from multiple sources, including the command line, environment variables
and various config file formats. The API is very similar to the [Argparse
module](https://docs.python.org/3/library/argparse.html)'s.

Documentation for the library is at [multiconfparse.readthedocs.io](https://multiconfparse.readthedocs.io).


