Products.ExternalMethod


NameProducts.ExternalMethod JSON
Version 6.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/Products.ExternalMethod
SummaryThis package provides support for external Python methods within a Zope environment.
upload_time2024-09-16 09:33:32
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.8
licenseZPL 2.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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
==========

6.0 (2024-09-16)
----------------

- Add support for Python 3.12 and 3.13.

- Drop support for Python 3.7.


5.0 (2023-02-01)
----------------

- Drop support for Python 2.7, 3.5, 3.6.


4.7 (2022-12-16)
----------------

- Fix insidious buildout configuration bug for tests against Zope 4.

- Add support for Python 3.11.


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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/Products.ExternalMethod",
    "name": "Products.ExternalMethod",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/6e/39/01bec8303f66079f1443af9948f9ce273903647cce0e3f11acde666b4b41/Products.ExternalMethod-6.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/zopefoundation/Products.ExternalMethod/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/Products.ExternalMethod/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/Products.ExternalMethod/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/Products.ExternalMethod?branch=master\n\n.. image:: https://img.shields.io/pypi/v/Products.ExternalMethod.svg\n        :target: https://pypi.org/project/Products.ExternalMethod/\n        :alt: Current version on PyPI\n\n.. image:: https://img.shields.io/pypi/pyversions/Products.ExternalMethod.svg\n        :target: https://pypi.org/project/Products.ExternalMethod/\n        :alt: Supported Python versions\n\nOverview\n========\n\nThe External Method package provides support for external Python methods,\nexposing them as callable objects within a Zope environment.\n\nChange log\n==========\n\n6.0 (2024-09-16)\n----------------\n\n- Add support for Python 3.12 and 3.13.\n\n- Drop support for Python 3.7.\n\n\n5.0 (2023-02-01)\n----------------\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n\n4.7 (2022-12-16)\n----------------\n\n- Fix insidious buildout configuration bug for tests against Zope 4.\n\n- Add support for Python 3.11.\n\n\n4.6 (2022-07-13)\n----------------\n- Add support for Python 3.10.\n\n4.5 (2021-03-15)\n----------------\n- Update configuration for version 5 of ``isort``.\n\n- Add support for Python 3.9.\n\n\n4.4 (2020-06-18)\n----------------\n- Fix for Zope 4.4.3 ZMI by adding explicit acquisition of name ``ZopeVersion``\n  (`#9 <https://github.com/zopefoundation/Products.ExternalMethod/issues/9>`_)\n\n- Fix failing linter.\n\n\n4.3 (2019-05-18)\n----------------\n- Add support for the bookmarkable URLs ZMI feature\n  (`Zope#635 <https://github.com/zopefoundation/Zope/issues/635>`_)\n\n\n4.2 (2019-04-06)\n----------------\n- Packaging cleanup\n\n- Add support for Python 3.8\n\n- Linting and code coverage configuration for ``tox``\n\n\n4.1 (2018-11-06)\n----------------\n- Update to Bootstrap ZMI requiring `Zope >= 4.0b6`.\n\n- Add support for Python 3.7.\n\n- Drop support for Python 3.4.\n\n\n4.0 (2017-10-18)\n----------------\n- Add support for Python 3.4, 3.5 and 3.6.\n\n- Add compatibility with Zope 4.\n\n\n3.0 (2016-07-18)\n----------------\n- Remove HelpSys support.\n\n- Remove ZODB3 as direct dependency. Now we are able to use ZODB 4.0\n  and it is a dependency of Zope2 anyways\n\n2.13.1 (2014-11-02)\n-------------------\n- Handle both `func_code` / `__code__` and `func_defaults` / `__defaults__`.\n\n\n2.13.0 (2010-07-10)\n-------------------\n- Released as separate package.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "This package provides support for external Python methods within a Zope environment.",
    "version": "6.0",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/Products.ExternalMethod",
        "Issue Tracker": "https://github.com/zopefoundation//Products.ExternalMethod/issues",
        "Sources": "https://github.com/zopefoundation/Products.ExternalMethod"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bc5dd955c130aea558285f29136fe2fced8e04ea411ae38bfb9cca77e41efbc",
                "md5": "3265838b1ef4f28752131de278c965bb",
                "sha256": "4d1917b4fc40e46185be1f630c9ed5d0759fa96924e981863e35de7fc9adeffd"
            },
            "downloads": -1,
            "filename": "Products.ExternalMethod-6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3265838b1ef4f28752131de278c965bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12186,
            "upload_time": "2024-09-16T09:33:30",
            "upload_time_iso_8601": "2024-09-16T09:33:30.640849Z",
            "url": "https://files.pythonhosted.org/packages/9b/c5/dd955c130aea558285f29136fe2fced8e04ea411ae38bfb9cca77e41efbc/Products.ExternalMethod-6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e3901bec8303f66079f1443af9948f9ce273903647cce0e3f11acde666b4b41",
                "md5": "d21991e664cd51ed09d939e62e16b51f",
                "sha256": "d1b04974f0cf051e960647885b428e2a5c1d8110aae9dc48a562359fe796bcd7"
            },
            "downloads": -1,
            "filename": "Products.ExternalMethod-6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d21991e664cd51ed09d939e62e16b51f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12281,
            "upload_time": "2024-09-16T09:33:32",
            "upload_time_iso_8601": "2024-09-16T09:33:32.311946Z",
            "url": "https://files.pythonhosted.org/packages/6e/39/01bec8303f66079f1443af9948f9ce273903647cce0e3f11acde666b4b41/Products.ExternalMethod-6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-16 09:33:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "Products.ExternalMethod",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "products.externalmethod"
}
        
Elapsed time: 0.41554s