Module to read scfg formatted configuration files.
Project description
A Python module to parse scfg formatted configuration files.
It’s a simple port of the Go module go-scfg.
Note: Not to be confused with pyscfg which appears to parse configurations into and out of YAML files.
Usage
Very simple:
import scfg conf = scfg.Config("~/your_config.conf") conf.load() train = conf.get("train") train_models = train.get_all("model") trail_models[0].get("lines-served")
Contributing
We accept patches submitted via hg email which is the patchbomb extension included with Mercurial.
Please see our contributing document for more information.
The mailing list where you submit your patches is ~petersanchez/public-inbox@lists.code.netlandish.com. You can also view the archives on the web here:
https://lists.code.netlandish.com/~petersanchez/public-inbox
To quickly setup your clone of py-scfg to submit to the mailing list just edit your .hg/hgrc file and add the following:
[email] to = ~petersanchez/public-inbox@lists.code.netlandish.com [patchbomb] flagtemplate = "py-scfg" [diff] git = 1
We have more information on the topic here:
Copyright & License
All documentation, libraries, and sample code are Copyright Peter Sanchez <pjs@petersanchez.com>. The library and sample code are made available to you under the terms of the BSD license which is contained in the included file, LICENSE.
Commercial Support
This software, and lots of other software like it, has been built in support of many of Netlandish’s own projects, and the projects of our clients. We would love to help you on your next project so get in touch by dropping us a note at hello@netlandish.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file py-scfg-0.1.2.tar.gz
.
File metadata
- Download URL: py-scfg-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd81033c9dc9cc1face07f64ab7da30bf932bc7c300e7443c7ac84f3318bd8fb |
|
MD5 | 6c80dfc3370cef4a184d9fc8fa9013f7 |
|
BLAKE2b-256 | e815d73fbdbe7805b24244ab9183a890738b2940f3735f40c9b46eff942ef51f |