Metadata-Version: 1.1
Name: zope.size
Version: 4.0.0
Summary: Interfaces and simple adapter that give the size of an object
Home-page: http://pypi.python.org/pypi/zope.size
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides a definition of simple interface that allows to
        retrieve the size of the object for displaying and for sorting.
        
        The default adapter is also provided. It expects objects to have the ``getSize``
        method that returns size in bytes, however, it won't crash if an object doesn't
        have one and will show size as ``not available`` instead.
        
        
        =======
        CHANGES
        =======
        
        4.0.0 (2013-02-13)
        ------------------
        
        - Replaced deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Dropped support for Python 2.4 and 2.5.
        
        - Added support for Python 3.2 and 3.3.
        
        - Conditionally disabled tests that require ``zope.configuration`` and 
          ``zope.security``.
        
        
        3.5.0 (2011-11-29)
        ------------------
        
        - Include zcml dependencies in configure.zcml, require the necessary packages
          via a zcml extra, added tests for zcml.
        
        3.4.1 (2009-09-10)
        ------------------
        
        - Added support to bootstrap on Jython.
        
        - Added docstrings
        
        - Beautify package's README and include CHANGES into the description.
        
        - Changed package's url to PyPI instead of Subversion.
        
        3.4.0 (2006-09-29)
        ------------------
        
        - First release as a separate egg
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
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: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
