iris-pex-embedded-python


Nameiris-pex-embedded-python JSON
Version 3.1.5 PyPI version JSON
download
home_pageNone
SummaryIris Interoperability based on Embedded Python
upload_time2024-12-12 14:26:20
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT License Copyright (c) 2019 InterSystems Developer Community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords iris intersystems python embedded
VCS
bugtrack_url
requirements iris-pex-embedded-python
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IoP (Interoperability On Python)

[![PyPI - Status](https://img.shields.io/pypi/status/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)
[![PyPI](https://img.shields.io/pypi/v/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)
[![PyPI - License](https://img.shields.io/pypi/l/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)
![GitHub last commit](https://img.shields.io/github/last-commit/grongierisc/interoperability-embedded-python)

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](https://grongierisc.github.io/interoperability-embedded-python/).

## Example

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

```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:

```bash
pip install iris-pex-embedded-python
```

## Getting Started

If you're new to this project, begin by reading the [installation guide](https://grongierisc.github.io/interoperability-embedded-python/getting-started/installation.md). Then, follow the [first steps](https://grongierisc.github.io/interoperability-embedded-python/getting-started/first-steps.md) to create your first Business Operation.

Happy coding!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iris-pex-embedded-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "iris, intersystems, python, embedded",
    "author": null,
    "author_email": "grongier <guillaume.rongier@intersystems.com>",
    "download_url": "https://files.pythonhosted.org/packages/19/77/b29afa12c533c17c733fad99715b9c4ea07ff49a1c150aebe4d9bb8ed596/iris_pex_embedded_python-3.1.5.tar.gz",
    "platform": null,
    "description": "# IoP (Interoperability On Python)\n\n[![PyPI - Status](https://img.shields.io/pypi/status/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)\n[![PyPI](https://img.shields.io/pypi/v/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)\n[![PyPI - License](https://img.shields.io/pypi/l/iris-pex-embedded-python)](https://pypi.org/project/iris-pex-embedded-python/)\n![GitHub last commit](https://img.shields.io/github/last-commit/grongierisc/interoperability-embedded-python)\n\nWelcome 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**.\n\nDocumentation can be found [here](https://grongierisc.github.io/interoperability-embedded-python/).\n\n## Example\n\nHere's a simple example of how a Business Operation can be implemented in Python:\n\n```python\nfrom iop import BusinessOperation\n\nclass MyBo(BusinessOperation):\n    def on_message(self, request):\n        self.log_info(\"Hello World\")\n```\n\n## Installation\n\nTo start using this proof of concept, install it using pip:\n\n```bash\npip install iris-pex-embedded-python\n```\n\n## Getting Started\n\nIf you're new to this project, begin by reading the [installation guide](https://grongierisc.github.io/interoperability-embedded-python/getting-started/installation.md). Then, follow the [first steps](https://grongierisc.github.io/interoperability-embedded-python/getting-started/first-steps.md) to create your first Business Operation.\n\nHappy coding!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019 InterSystems Developer Community  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Iris Interoperability based on Embedded Python",
    "version": "3.1.5",
    "project_urls": {
        "documentation": "https://github.com/grongierisc/interoperability-embedded-python/blob/master/README.md",
        "homepage": "https://github.com/grongierisc/interoperability-embedded-python",
        "issues": "https://github.com/grongierisc/interoperability-embedded-python/issues",
        "repository": "https://github.com/grongierisc/interoperability-embedded-python"
    },
    "split_keywords": [
        "iris",
        " intersystems",
        " python",
        " embedded"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ddd5a92aded2f9a7c8d24084dfa79b6adaf588644c59c06a5e17f2225410e35",
                "md5": "3a40c84fc45e15d3dcb5cb95013d9991",
                "sha256": "b3734ad4dcf081675b39ad478be17036e4b82ba355a9d1fa6dc1c8da4825f153"
            },
            "downloads": -1,
            "filename": "iris_pex_embedded_python-3.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a40c84fc45e15d3dcb5cb95013d9991",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 186433,
            "upload_time": "2024-12-12T14:26:14",
            "upload_time_iso_8601": "2024-12-12T14:26:14.171507Z",
            "url": "https://files.pythonhosted.org/packages/7d/dd/5a92aded2f9a7c8d24084dfa79b6adaf588644c59c06a5e17f2225410e35/iris_pex_embedded_python-3.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1977b29afa12c533c17c733fad99715b9c4ea07ff49a1c150aebe4d9bb8ed596",
                "md5": "a559d006bc22af9e04c9822e2670731b",
                "sha256": "42b8b310291774a204883b95d2800ff43b150eaedd945e825edfee283aab0f5a"
            },
            "downloads": -1,
            "filename": "iris_pex_embedded_python-3.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a559d006bc22af9e04c9822e2670731b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 140694,
            "upload_time": "2024-12-12T14:26:20",
            "upload_time_iso_8601": "2024-12-12T14:26:20.955874Z",
            "url": "https://files.pythonhosted.org/packages/19/77/b29afa12c533c17c733fad99715b9c4ea07ff49a1c150aebe4d9bb8ed596/iris_pex_embedded_python-3.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 14:26:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grongierisc",
    "github_project": "interoperability-embedded-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "iris-pex-embedded-python",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        }
    ],
    "lcname": "iris-pex-embedded-python"
}
        
Elapsed time: 0.79504s