https://github.com/zopefoundation/zope.contentprovider
Content Provider Framework for Zope Templates
https://github.com/zopefoundation/zope.contentprovider
maintained
Last synced: 8 months ago
JSON representation
Content Provider Framework for Zope Templates
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.contentprovider
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T18:44:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:01:50.000Z (9 months ago)
- Last Synced: 2025-10-04T03:48:37.537Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 369 KB
- Stars: 3
- Watchers: 67
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
======================
zope.contentprovider
======================
.. image:: https://img.shields.io/pypi/v/zope.contentprovider.svg
:target: https://pypi.python.org/pypi/zope.contentprovider/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.contentprovider.svg
:target: https://pypi.org/project/zope.contentprovider/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.contentprovider/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.contentprovider/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.contentprovider/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.contentprovider?branch=master
.. image:: https://readthedocs.org/projects/zopecontentprovider/badge/?version=latest
:target: https://zopecontentprovider.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
This package provides a framework to develop componentized Web GUI
applications. Instead of describing the content of a page using a single
template or static system of templates and METAL macros, content provider
objects are dynamically looked up based on the setup/configuration of the
application.
Detailed documentation is available at https://zopecontentprovider.readthedocs.io