10 projects
zope.server
Zope Server (Web and FTP)
zc.beforestorage
View storage before a given time
zope.file
Efficient File Implementation for Zope Applications
zc.recipe.deployment
ZC Buildout recipe for Unix deployments
zc.zodbwsgi
.. image:: https://travis-ci.org/zopefoundation/zc.zodbwsgi.png?branch=master
zope.html
HTML and XHTML Editing Support
zc.s3uploadqueue
zc.s3uploadqueue
zc.objectlog
a customizable log for a single object in Zope 3.
zc.catalogqueue
UNKNOWN
zc.dict
BTree-based persistent dict-like objects (regular dict and ordered) that can be used as base classes. This is a bit of a heavyweight solution, as every zc.dict.Dict (and zc.dict.OrderedDict) is at least 3 persistent objects. Keep this in mind if you intend to create lots and lots of these. To build, run ``python bootstrap/bootstrap.py`` and then ``bin/buildout`` from this directory. A clean, non-system Python is strongly recommended.