Skip to main content

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:

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


Download files

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

Source Distribution

py-scfg-0.1.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file py-scfg-0.1.1.tar.gz.

File metadata

  • Download URL: py-scfg-0.1.1.tar.gz
  • Upload date:
  • Size: 3.1 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

Hashes for py-scfg-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a78315fe7c69f446fa8bceafdd5aa2b5b9500fa7e1aff0f32862526019e62e7d
MD5 2f839b230c564e16ae41f83545b5aa00
BLAKE2b-256 c97c97eb5a884ea4a7dbb12c73bfef95cacea6ade724ad2901c45724fa3565f0

See more details on using hashes here.

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