Metadata-Version: 2.1
Name: Products.ExternalMethod
Version: 4.6
Summary: This package provides support for external Python methods within a Zope environment.
Home-page: https://github.com/zopefoundation/Products.ExternalMethod
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Project-URL: Issue Tracker, https://github.com/zopefoundation//Products.ExternalMethod/issues
Project-URL: Sources, https://github.com/zopefoundation/Products.ExternalMethod
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 4
Classifier: Framework :: Zope :: 5
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: AccessControl
Requires-Dist: Acquisition
Requires-Dist: ExtensionClass (>=4.1a1)
Requires-Dist: Persistence
Requires-Dist: ZODB
Requires-Dist: Zope (>=4.0b6)

.. image:: https://github.com/zopefoundation/Products.ExternalMethod/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/Products.ExternalMethod/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/Products.ExternalMethod/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/Products.ExternalMethod?branch=master

.. image:: https://img.shields.io/pypi/v/Products.ExternalMethod.svg
        :target: https://pypi.org/project/Products.ExternalMethod/
        :alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.ExternalMethod.svg
        :target: https://pypi.org/project/Products.ExternalMethod/
        :alt: Supported Python versions

Overview
========

The External Method package provides support for external Python methods,
exposing them as callable objects within a Zope environment.

Change log
==========

4.6 (2022-07-13)
----------------
- Add support for Python 3.10.

4.5 (2021-03-15)
----------------
- Update configuration for version 5 of ``isort``.

- Add support for Python 3.9.


4.4 (2020-06-18)
----------------
- Fix for Zope 4.4.3 ZMI by adding explicit acquisition of name ``ZopeVersion``
  (`#9 <https://github.com/zopefoundation/Products.ExternalMethod/issues/9>`_)

- Fix failing linter.


4.3 (2019-05-18)
----------------
- Add support for the bookmarkable URLs ZMI feature
  (`Zope#635 <https://github.com/zopefoundation/Zope/issues/635>`_)


4.2 (2019-04-06)
----------------
- Packaging cleanup

- Add support for Python 3.8

- Linting and code coverage configuration for ``tox``


4.1 (2018-11-06)
----------------
- Update to Bootstrap ZMI requiring `Zope >= 4.0b6`.

- Add support for Python 3.7.

- Drop support for Python 3.4.


4.0 (2017-10-18)
----------------
- Add support for Python 3.4, 3.5 and 3.6.

- Add compatibility with Zope 4.


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.


