Name | olca-ipc JSON |
Version |
2.4.0
JSON |
| download |
home_page | None |
Summary | A package for calling openLCA functions from Python. |
upload_time | 2024-12-11 07:58:46 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | None |
keywords |
openlca
life cycle assessment
lca
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# olca-ipc
`olca-ipc` is a Python package for inter-process communication (IPC) with
openLCA. With this, it is possible to call functions of openLCA and processing
their results in Python. It implements the unified IPC protocol of openLCA for
JSON-RPC and REST APIs. The documentation of these protocols and examples can be
found here:
__[https://greendelta.github.io/openLCA-ApiDoc](https://greendelta.github.io/openLCA-ApiDoc)__.
This package is available on [pypi.org](https://pypi.org/project/olca-ipc) and
can be installed / updated like this:
```bash
pip install -U olca-ipc
```
Note that this version only works with the openLCA >= 2.x and requires
**Python >= 3.11**. The last stable version for openLCA 1.x is
[0.0.12](https://pypi.org/project/olca-ipc/0.0.12/):
```bash
# for openLCA 1.x
pip install olca-ipc==0.0.12
```
The source code and API documentation of the version for openLCA 1.x is in the
`v1` branch of this repository. If you just want to read and write data for
openLCA 2, you can also just use the
[olca-schema package](https://pypi.org/project/olca-schema/), which is a
dependency of `olca-ipc`.
Raw data
{
"_id": null,
"home_page": null,
"name": "olca-ipc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "openLCA, life cycle assessment, LCA",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1e/e6/41722a43e71ac9a96b51245710cc9c817dfabc800dc7208819345ec66ec1/olca_ipc-2.4.0.tar.gz",
"platform": null,
"description": "# olca-ipc\n\n`olca-ipc` is a Python package for inter-process communication (IPC) with\nopenLCA. With this, it is possible to call functions of openLCA and processing\ntheir results in Python. It implements the unified IPC protocol of openLCA for\nJSON-RPC and REST APIs. The documentation of these protocols and examples can be\nfound here:\n\n__[https://greendelta.github.io/openLCA-ApiDoc](https://greendelta.github.io/openLCA-ApiDoc)__.\n\nThis package is available on [pypi.org](https://pypi.org/project/olca-ipc) and\ncan be installed / updated like this:\n\n```bash\npip install -U olca-ipc\n```\n\nNote that this version only works with the openLCA >= 2.x and requires\n**Python >= 3.11**. The last stable version for openLCA 1.x is\n[0.0.12](https://pypi.org/project/olca-ipc/0.0.12/):\n\n```bash\n# for openLCA 1.x\npip install olca-ipc==0.0.12\n```\n\nThe source code and API documentation of the version for openLCA 1.x is in the\n`v1` branch of this repository. If you just want to read and write data for\nopenLCA 2, you can also just use the\n[olca-schema package](https://pypi.org/project/olca-schema/), which is a\ndependency of `olca-ipc`.\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for calling openLCA functions from Python.",
"version": "2.4.0",
"project_urls": {
"Bug Tracker": "https://github.com/GreenDelta/olca-ipc.py/issues",
"Homepage": "https://github.com/GreenDelta/olca-ipc.py"
},
"split_keywords": [
"openlca",
" life cycle assessment",
" lca"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "df71ab18aa92bf70cb1999c49e5126785ed33fef3c3006e2a6e53584abbbb483",
"md5": "71398b70b22e1ba8e104fcdfea97bb22",
"sha256": "c8d68a77449c7e513b1227f78f61a983c1f6ecbcbc23fec60a98550a42eaca77"
},
"downloads": -1,
"filename": "olca_ipc-2.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "71398b70b22e1ba8e104fcdfea97bb22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 16607,
"upload_time": "2024-12-11T07:58:45",
"upload_time_iso_8601": "2024-12-11T07:58:45.886087Z",
"url": "https://files.pythonhosted.org/packages/df/71/ab18aa92bf70cb1999c49e5126785ed33fef3c3006e2a6e53584abbbb483/olca_ipc-2.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1ee641722a43e71ac9a96b51245710cc9c817dfabc800dc7208819345ec66ec1",
"md5": "a19ce44ca5c0f71450c4a8c2d78e923d",
"sha256": "d35a75c99b34acb863cf9de1248c3485c645eaf2528cbbb1602d87a25aac4c0d"
},
"downloads": -1,
"filename": "olca_ipc-2.4.0.tar.gz",
"has_sig": false,
"md5_digest": "a19ce44ca5c0f71450c4a8c2d78e923d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 21101,
"upload_time": "2024-12-11T07:58:46",
"upload_time_iso_8601": "2024-12-11T07:58:46.973655Z",
"url": "https://files.pythonhosted.org/packages/1e/e6/41722a43e71ac9a96b51245710cc9c817dfabc800dc7208819345ec66ec1/olca_ipc-2.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-11 07:58:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GreenDelta",
"github_project": "olca-ipc.py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "olca-ipc"
}