Metadata-Version: 2.1
Name: flexmod
Version: 0.0.1
Summary: A module for other modules to allow flexible (yet not error-prone) configuration.
Home-page: https://github.com/haochuanwei/flexmod
Author: Haochuan Wei
Author-email: pepsimixt@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# flexmod
A python module for other modules to allow flexible (yet not error-prone) configuration.

## Usage

TODO: add more examples.

-   Define configurations in your module using flexmod classes.
-   Your user can use `load_override` to customize your module.
