Metadata-Version: 2.1
Name: sparc.config
Version: 1.2.2
Summary: Config components for the SPARC platform
Home-page: https://github.com/davisd50/sparc.config
Author: David Davis
Author-email: davisd50@gmail.com
License: MIT
Keywords: zca
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: setuptools
Requires-Dist: zope.interface
Requires-Dist: zope.component
Requires-Dist: pyyaml
Requires-Dist: pyyaml-include
Requires-Dist: jinja2
Provides-Extra: testing
Requires-Dist: zope.testrunner ; extra == 'testing'
Requires-Dist: sparc.testing[zcml] ; extra == 'testing'

sparc.config
==============================

1.0.0
++++++++++++++++++

* initial release

1.1.0
++++++++++++++++++

* add Jinja2 pre-processing capabilities for yaml-based configs

1.2.0
++++++++++++++++++

* integrate pyyaml-include for yaml parsing
* improve error messages for invalid yaml_config parameters

1.2.1
++++++++++++++++++

* improved jinja integration to allow includes, as pyyaml-include was limited

1.2.2
++++++++++++++++++

* fix deprecated default argument call to yaml loaded

