olca-ipc


Nameolca-ipc JSON
Version 2.0.2 PyPI version JSON
download
home_page
SummaryA package for calling openLCA functions from Python.
upload_time2023-10-19 09:27:36
maintainer
docs_urlNone
author
requires_python>=3.11
license
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 in the __[openLCA IPC
documentation](https://greendelta.github.io/openLCA-ApiDoc/ipc/)__.

**Note** that this version only works with the **openLCA >= 2** 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. For openLCA >=2, you should install the latest
version from [pypi.org](https://pypi.org/project/olca-ipc).

```bash
# for openLCA >= 2
pip install -U olca-ipc
```

If you just want to read and write data for openLCA 2, you can also directly
use the [olca-schema package](https://pypi.org/project/olca-schema/), which
is a dependency of `olca-ipc`.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "olca-ipc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "openLCA,life cycle assessment,LCA",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/aa/c381801ea58e69333857805931da67abeee1f5e860f7e74deb701c0f96d7/olca-ipc-2.0.2.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 in the __[openLCA IPC\ndocumentation](https://greendelta.github.io/openLCA-ApiDoc/ipc/)__.\n\n**Note** that this version only works with the **openLCA >= 2** 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. For openLCA >=2, you should install the latest\nversion from [pypi.org](https://pypi.org/project/olca-ipc).\n\n```bash\n# for openLCA >= 2\npip install -U olca-ipc\n```\n\nIf you just want to read and write data for openLCA 2, you can also directly\nuse the [olca-schema package](https://pypi.org/project/olca-schema/), which\nis a dependency of `olca-ipc`.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package for calling openLCA functions from Python.",
    "version": "2.0.2",
    "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": "4dc1a337e7f40fa95dc1d5ce3ad4cf0c258f3e138c016d3aab3d1a40dd07fb5e",
                "md5": "4a93ff76f5fa317c6da789f6d9604774",
                "sha256": "a8edb800d691d28fda2c796c6b42ad323a16f24f77a0c26f1593a8fee3ed94ac"
            },
            "downloads": -1,
            "filename": "olca_ipc-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a93ff76f5fa317c6da789f6d9604774",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17113,
            "upload_time": "2023-10-19T09:27:34",
            "upload_time_iso_8601": "2023-10-19T09:27:34.676128Z",
            "url": "https://files.pythonhosted.org/packages/4d/c1/a337e7f40fa95dc1d5ce3ad4cf0c258f3e138c016d3aab3d1a40dd07fb5e/olca_ipc-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53aac381801ea58e69333857805931da67abeee1f5e860f7e74deb701c0f96d7",
                "md5": "b3d7142c99c7ae843902a9fd7a860a3f",
                "sha256": "7e6b7647d2d8574decadf87cd789b3873269912f65e52f6b19100df22ee496da"
            },
            "downloads": -1,
            "filename": "olca-ipc-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b3d7142c99c7ae843902a9fd7a860a3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 20874,
            "upload_time": "2023-10-19T09:27:36",
            "upload_time_iso_8601": "2023-10-19T09:27:36.704555Z",
            "url": "https://files.pythonhosted.org/packages/53/aa/c381801ea58e69333857805931da67abeee1f5e860f7e74deb701c0f96d7/olca-ipc-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 09:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GreenDelta",
    "github_project": "olca-ipc.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "olca-ipc"
}
        
Elapsed time: 0.12609s