Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/py-file-conf
https://github.com/nickderobertis/py-file-conf
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickderobertis/py-file-conf
- Owner: nickderobertis
- License: mit
- Created: 2020-01-30T00:27:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:40:58.000Z (about 2 years ago)
- Last Synced: 2024-11-24T23:07:15.920Z (2 months ago)
- Language: Python
- Size: 6.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.