Metadata-Version: 2.1
Name: pyfileconf
Version: 0.9.0
Summary: Generate Python configuration files from functions and classes and run them from the command line or Python
Home-page: https://github.com/nickderobertis/py-file-conf
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/py-file-conf
Project-URL: Documentation, https://nickderobertis.github.io/py-file-conf
Description: 
        [![](https://codecov.io/gh/nickderobertis/py-file-conf/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/py-file-conf)
        
        # py-file-conf
        
        ## Overview
        
        Generate Python configuration files from functions and classes and run them from the command line or Python
        
        ## Getting Started
        
        Install `pyfileconf`:
        
        ```
        pip install pyfileconf
        ```
        
        A simple example:
        
        ```python
        import pyfileconf
        
        # Do something with pyfileconf
        ```
        
        ## Links
        
        See the
        [documentation here.](
        https://nickderobertis.github.io/py-file-conf/
        )
        
        ## Author
        
        Created by Nick DeRobertis. MIT License.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
