zopefoundation / Products.GenericSetup

Mini-framework for expressing the configured state of a Zope Site as a set of filesystem artifacts
Other
3 stars 12 forks source link
maintained

.. image:: https://img.shields.io/pypi/v/Products.GenericSetup.svg :target: https://pypi.python.org/pypi/Products.GenericSetup/ :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/Products.GenericSetup.svg :target: https://pypi.org/project/Products.GenericSetup/ :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/Products.GenericSetup/actions/workflows/tests.yml/badge.svg :target: https://github.com/zopefoundation/Products.GenericSetup/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/Products.GenericSetup/badge.svg?branch=master :target: https://coveralls.io/github/zopefoundation/Products.GenericSetup?branch=master

.. image:: https://readthedocs.org/projects/productsgenericsetup/badge/?version=latest :target: https://productsgenericsetup.readthedocs.io/ :alt: Documentation Status

Products.GenericSetup

This product provides a mini-framework for expressing the configured state of a Zope Site as a set of filesystem artifacts. These artifacts consist of declarative XML files, which spell out the configuration settings for each "tool" in the site , and supporting scripts / templates, in their "canonical" filesystem representations.

See https://productsgenericsetup.readthedocs.io/ for full documentation.