Metadata-Version: 1.2
Name: anyfig
Version: 0.2.0
Summary: Create modular and scaleable configurations at runtime
Home-page: https://github.com/OlofHarrysson/anyfig
Author: Olof Harrysson
Author-email: harrysson.olof@gmail.com
License: MIT license
Description: # Anyfig
        
        [![image](https://img.shields.io/pypi/v/anyfig.svg)](https://pypi.org/project/anyfig/)
        [![image](https://img.shields.io/pypi/pyversions/anyfig.svg)](https://pypi.org/project/anyfig/)
        [![Travis](https://img.shields.io/travis/OlofHarrysson/anyfig/master.svg?logo=travis)](https://travis-ci.org/c4urself/anyfig)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OlofHarrysson/anyfig/master)
        
        Anyfig is a Python library for creating configurations (settings) at runtime. Anyfig utilizes Python classes which empowers the developer to put anything, from strings to custom objects in the config. Hence the name Any(con)fig.
        
        Please read more at our website [https://anyfig.now.sh/](https://anyfig.now.sh/)
        
        * Free software: MIT license
Keywords: config,configurations,configuration-management,argparse-alternative,settings,command line parsing,python classes,dynamic,runtime
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
