https://github.com/zopefoundation/products.externalmethod
This package provides support for external Python methods within a Zope environment.
https://github.com/zopefoundation/products.externalmethod
maintained
Last synced: 8 months ago
JSON representation
This package provides support for external Python methods within a Zope environment.
- Host: GitHub
- URL: https://github.com/zopefoundation/products.externalmethod
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T22:43:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:53:15.000Z (about 1 year ago)
- Last Synced: 2025-09-29T03:02:10.220Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 68
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. 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.