https://github.com/zopefoundation/products.genericsetup
Mini-framework for expressing the configured state of a Zope Site as a set of filesystem artifacts
https://github.com/zopefoundation/products.genericsetup
maintained
Last synced: 7 months ago
JSON representation
Mini-framework for expressing the configured state of a Zope Site as a set of filesystem artifacts
- Host: GitHub
- URL: https://github.com/zopefoundation/products.genericsetup
- Owner: zopefoundation
- License: other
- Created: 2015-05-22T19:49:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T06:36:29.000Z (about 1 year ago)
- Last Synced: 2025-05-21T07:41:48.531Z (about 1 year ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 1.42 MB
- Stars: 3
- Watchers: 59
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. 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.