Skip to main content

a simple config reader for *.ini files

Project description

Installation

pip install conf4ini

Usage

from pathlib import Path
from pprint import pprint

from conf4ini import Config

# not specified path
conf_no_path = Config()
pprint(conf_no_path)

with specified the settings path
conf_with_path = Config(Path(__file__).resolve().parent / 'dev')
pprint(conf_with_path)

More

To Be Continue ….

Project details


Download files

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

Source Distribution

conf4ini-1.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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