Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickderobertis/py-file-conf


https://github.com/nickderobertis/py-file-conf

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

[![](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.