Skip to main content

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

Project description

Magic decorator syntax for asynchronous code in Python

Installation

LightConfig is conveniently available via pip:

pip install lightconfig

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.1-py2.py3-none-any.whl (5.1 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