Metadata-Version: 2.0
Name: confmodel
Version: 0.1.1
Summary: Declarative configuration access and validation system.
Home-page: http://github.com/praekelt/confmodel
Author: Praekelt Foundation
Author-email: dev@praekeltfoundation.org
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: zope.interface

confmodel
=========

Declarative configuration access and validation system.

|confmodel-ci|_ |confmodel-cover|_

.. |confmodel-ci| image:: https://travis-ci.org/praekelt/confmodel.png?branch=develop
.. _confmodel-ci: https://travis-ci.org/praekelt/confmodel

.. |confmodel-cover| image:: https://coveralls.io/repos/praekelt/confmodel/badge.png?branch=develop
.. _confmodel-cover: https://coveralls.io/r/praekelt/confmodel


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

.. _versioneer: https://github.com/warner/python-versioneer


