grongierisc / interoperability-embedded-python

Hack of PEX Python but for Embedded Python

Home Page:https://grongierisc.github.io/interoperability-embedded-python/

Repository from Github https://github.comgrongierisc/interoperability-embedded-pythonRepository from Github https://github.comgrongierisc/interoperability-embedded-python

IoP (Interoperability On Python)

PyPI - Status PyPI PyPI - Downloads PyPI - License GitHub last commit

Welcome to the Interoperability On Python (IoP) proof of concept! This project demonstrates how the IRIS Interoperability Framework can be utilized with a Python-first approach.

Documentation can be found here.

Example

Here's a simple example of how a Business Operation can be implemented in Python:

from iop import BusinessOperation

class MyBo(BusinessOperation):
    def on_message(self, request):
        self.log_info("Hello World")

Installation

To start using this proof of concept, install it using pip:

pip install iris-pex-embedded-python

Getting Started

If you're new to this project, begin by reading the installation guide. Then, follow the first steps to create your first Business Operation.

Happy coding!

About

Hack of PEX Python but for Embedded Python

https://grongierisc.github.io/interoperability-embedded-python/

License:MIT License


Languages

Language:Python 64.5%Language:ObjectScript 34.9%Language:Shell 0.5%Language:Dockerfile 0.2%