M README.md +1 -0
@@ 17,6 17,7 @@ Very simple:
conf.load()
train = conf.get("train")
train_models = train.get_all("model")
+ trail_models[0].get("lines-served")
## Contributing
M README.rst +1 -0
@@ 24,6 24,7 @@ Very simple:
conf.load()
train = conf.get("train")
train_models = train.get_all("model")
+ trail_models[0].get("lines-served")
Contributing
------------
M setup.py +1 -1
@@ 12,7 12,7 @@ else:
setup(
name="py-scfg",
- version="0.1.0",
+ version="0.1.1",
packages=find_packages(),
description="Module to read scfg formatted configuration files.",
author="Peter Sanchez",