A tiny Configuration File Parser for Python Projects. Currently Supports JSON files only.
Install the Latest Stable Build using
pip install configParsePy
Use configPy to get your configurations imported to your python code from a configuration File.
Import the configPy
module or its member methods to handle different types of configuration files.
from configPy import JSONConfigParser
Get the detailed documentation of using configPy here.
Usage Samples can be found in the examples directory
- JSON
- NDJSON
- CSV
- TSV
- CONF
- ENV
And working on more!