Skip to main content

LightConfig is a simple library to make user read or write config

Project description

Get a easy way to edit config file

Installation

LightConfig is conveniently available via pip:

pip install lightconfig

or installable via git clone and setup.py

git clone https://github.com/daassh/LightConfig.git
python setup.py install

Usage

The LightConfig library enables you to get a easy way to create or read config file.

sample

from lightconfig import LightConfig
cfg = LightConfig("config.ini")
cfg.section1.option1 = "value1"
print(cfg.section1.option1)  #expect 'value1'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lightconfig-0.0.8-py2.py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page