repoze.lru is a LRU (least recently used) cache implementation and decorator. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. It works under Python 2.5, Python 2.6,...

read more
repoze.profile

repoze.profile 2.0 Beta 1

repoze.profile is an app that provides a WSGI middleware component which aggregates profiling data across all requests to a WSGI application. It provides a minimal web GUI for viewing profiling data.Plese see the docs directory for Sphinx...

read more
repoze.debug

repoze.debug 1.0 Beta 1

repoze.debug is a middleware which can help with in-production forensic debugging.Installation:Install using setuptools, e.g. (within a virtualenv):easy_install repoze.debugUsage:For details on using the various components, please see the documentation in...

read more

repoze.lemonade package provides a collection of utilities that make it possible to create Zope CMF-like applications without requiring any particular persistence mechanism. It makes use of the Zope component architecture.See docs/index.rst for more...

read more

repoze.workflow is a state machine and associated configuration system useful for workflow-like applications. Refer to docs/index.rst or the online docs for further information.What is new in this release:Repair packaging error (incomplete tarball in...

read more

repoze.tm2 is a middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction. This is a fork of the repoze.tm package which depends only on the transaction package rather than the entirety of ZODB...

read more

repoze.mailin provides a Python framework for mapping inbound e-mail onto application-defined handlers.Please see docs/index.rst for the documentation.What is new in this release:Added an option to pass None to the the 'pop' method of the...

read more

repoze.catalog is a Python indexing and searching system based on zope.index.See the docs subdirectory for documentation or the online docs.What is new in this release:Deprecated .search-based querying of catalog in favor of newer query language(s) via...

read more

repoze.urchin provides a WSGI middleware for injecting the markup required to use Google Analytics into web pages.Please see docs/index.rst for detailed documentation. What is new in this release: Replaced urchin javascript with new async tracking...

read more

repoze.who is an authentication and identification framework for arbitrary WSGI applications. repoze.who can be configured either as WSGI middleware or as an API for use by an application.repoze.who is inspired by Zope 2's Pluggable Authentication Service...

read more