Skip to main content

A package for calling openLCA functions from Python.

Project description

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.

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:

# 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.

# 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, which is a dependency of olca-ipc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

olca-ipc-2.0.2.tar.gz (20.9 kB view hashes)

Uploaded Source

Built Distribution

olca_ipc-2.0.2-py3-none-any.whl (17.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page