Skip to content

praekelt/confmodel

Repository files navigation

confmodel

Declarative configuration access and validation system.

confmodel-ci_ confmodel-cover_

Documentation

Up to date documentation can be found at:

Documentation specific to a branch can be built from a clone of the repository:

$ pip install -r requirements-docs.txt
$ (cd docs; make html)

The resulting HTML will be in docs/_build/html/.

Release process

Version numbers are generated by versioneer. When releasing a new version, it's important to tag the appropriate commit before building packages. For example:

$ git tag confmodel-X.Y.Z
$ git push; git push --tags
$ python setup.py sdist bdist_wheel

About

Declarative configuration access and validation system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published