Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

TanmoySG/configPy

Repository files navigation

configPy [ 🏗 Under Construction ]

A tiny Configuration File Parser for Python Projects. Currently Supports JSON files only.

Installation

Install the Latest Stable Build using

pip install configParsePy

Usage

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.

Examples

Usage Samples can be found in the examples directory

Supports

  • JSON
  • NDJSON
  • CSV
  • TSV
  • CONF
  • ENV

And working on more!

About

[ 🏗 Under Construction ] A tiny Configuration File Parser for Python Projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages