Metadata-Version: 1.1
Name: Products.ExternalMethod
Version: 3.0
Summary: This package provides support for external Python methods within a Zope 2 environment.
Home-page: http://pypi.python.org/pypi/Products.ExternalMethod
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        The External Method package provides support for external Python methods,
        exposing them as callable objects within a Zope 2 environment.
        
        Changelog
        =========
        
        3.0 (2016-07-18)
        ----------------
        
        - Remove HelpSys support.
        
        - Remove ZODB3 as direct dependency. Now we are able to use ZODB 4.0
          and it is a dependency of Zope2 anyways
        
        2.13.1 (2014-11-02)
        -------------------
        
        - Handle both `func_code` / `__code__` and `func_defaults` / `__defaults__`.
        
        2.13.0 (2010-07-10)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
