https://github.com/zopefoundation/zopetoolkit
Meta-project for ZTK libraries.
https://github.com/zopefoundation/zopetoolkit
maintained pypy pypy3 python toolkit web zope zope3
Last synced: 4 months ago
JSON representation
Meta-project for ZTK libraries.
- Host: GitHub
- URL: https://github.com/zopefoundation/zopetoolkit
- Owner: zopefoundation
- License: other
- Created: 2014-12-26T12:28:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T06:52:38.000Z (4 months ago)
- Last Synced: 2025-10-02T08:35:07.042Z (4 months ago)
- Topics: maintained, pypy, pypy3, python, toolkit, web, zope, zope3
- Language: Python
- Homepage: https://zopetoolkit.readthedocs.io/
- Size: 722 KB
- Stars: 22
- Watchers: 65
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
The Zope Toolkit
================
.. image:: https://github.com/zopefoundation/zopetoolkit/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zopetoolkit/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/zopetoolkit/badge/?version=latest
:target: http://zopetoolkit.readthedocs.io/en/latest/
:alt: Documentation Status
The Zope Toolkit is a set of libraries maintained by the Zope project for
building web applications, web frameworks and application servers.
It supports Python 3.9 up to 3.13 as well as PyPy 3.
This directory contains the definition of the Zope Toolkit in the file
``ztk.cfg``. It specifies the list of packages included in the ZTK and
packages which are under review for inclusion.
Also, specific versions have been tested together (including their
dependencies) and can directly be used with a buildout by specifying the
``ztk-versions.cfg`` file via the ``extends`` mechanism.
To test the ZTK, run ``bin/test-ztk`` or ``tox`` for all supported Python
versions.
More information is available at https://zopetoolkit.readthedocs.io/.