Skip to main content

convert *.ini to python Model for easy access

Project description

UsageExample files(_config.ini) content ` [db] dbtype = mysql `

files(_config.default.ini) content ` [db] dbtype = sqlite user = guest `

sample code ` import gcfg gcfg.DEFAULTFILES = ['_config.ini', '_config.default.ini'] print gcfg.db.dbtype # expect mysql print gcfg.db.user # expect guest `

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

gcfg-0.2.tar.gz (2.0 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