404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.141.45.217: ~ $
Metadata-Version: 1.1
Name: zope.hookable
Version: 4.0.4
Summary: Zope hookable
Home-page: http://svn.zope.org/zope.hookable
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zope.hookable``
        =================
        
        Overview
        --------
        
        Hookable object support.
        
        Support the efficient creation of hookable objects, which are callable objects
        that are meant to be replaced by other callables, at least optionally.
        
        The idea is you create a function that does some default thing and make it
        hookable. Later, someone can modify what it does by calling its sethook method
        and changing its implementation.  All users of the function, including those
        that imported it, will see the change.
        
        
        Changes
        -------
        
        4.0.4 (2014-03-19)
        ##################
        
        - Added support for Python 3.4.
        
        4.0.3 (2014-03-17)
        ##################
        
        - Updated ``boostrap.py`` to version 2.2.
        
        - Fixed extension compilation on Py3k.
        
        4.0.2 (2012-12-31)
        ##################
        
        - Fleshed out PyPI Trove classifiers.
        
        4.0.1 (2012-11-21)
        ##################
        
        - Added support for Python 3.3.
        
        - Avoid building the C extension explicitly (use the "feature" indirection
          instead).  https://bugs.launchpad.net/zope.hookable/+bug/1025470
        
        4.0.0 (2012-06-04)
        ##################
        
        - Added support for PyPy.
        
        - Added support for continuous integration using ``tox`` and ``jenkins``.
        
        - Added a pure-Python reference implementation.
        
        - Doctests moved to Sphinx documentation.
        
        - 100% unit test coverage.
        
        - Added 'setup.py docs' alias (installs ``Sphinx`` and dependencies).
        
        - Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs
          ``nose`` and ``coverage``).
        
        - Dropped support for Python 2.4 / 2.5.
        
        - Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
        
        - Added Python 3 support.
        
        3.4.1 (2009-04-05)
        ##################
        
        - Updated tests for compatibility with Python 2.6 traceback formats.
        
        - Use Jython-compatible ``bootstrap.py``.
        
        3.4.0 (2007-07-20)
        ##################
        
        - Initial release as a separate project.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules

Filemanager

Name Type Size Permission Actions
PKG-INFO File 3.46 KB 0644
dependency_links.txt File 1 B 0644
namespace_packages.txt File 5 B 0644
not-zip-safe File 1 B 0644
requires.txt File 61 B 0644
top_level.txt File 5 B 0644