Python client for VoLCA — Life Cycle Assessment engine
Project description
pyvolca
Python client for VoLCA, a Life Cycle Assessment engine.
Install
pip install pyvolca
Quick start
from volca import Client
c = Client(db="agribalyse-3.2", password="1234")
# Search activities
plants = c.search_activities(name="at plant")
# Supply chain
chain = c.get_supply_chain(plants[0].process_id, name="at farm")
# LCIA with substitutions
subs = [{"from": old_pid, "to": new_pid, "consumer": consumer_pid}]
result = c.get_lcia(pid, method_id, substitutions=subs)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvolca-0.2.0.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyvolca-0.2.0.tar.gz.
File metadata
- Download URL: pyvolca-0.2.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d49b5863d4ba990d3889de97460e8a629160603f8de8d7a9ee8cb39d019ce4bc
|
|
| MD5 |
83d0e25ae1ede497927fb0840bbcf437
|
|
| BLAKE2b-256 |
549f1d84f130c85f681bd81f7991da7cc076458f813fec557a70134904f37ec5
|
File details
Details for the file pyvolca-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyvolca-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc61855d98371049e517fa35202c425ec0308a77008b09b98df4a3bd5a49ef9
|
|
| MD5 |
dea81389d087ccaba4cb2e9af3b07227
|
|
| BLAKE2b-256 |
5677d9fe9ac0474303237241988f1f1ac93d2bebd0ac631be3a9313080418eb1
|