![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
EPDx is a library for parsing EPD files into a common exchange format.
The library is written in Rust, to allow for cross-language package distribution. Currently, we support Javascript/Typescript, Python and Rust.
EPDx is part of a larger project of making life cycle assessments more accessible and transparent to building professionals.
Read more about our overall goal
The ILCD+EPD format is a digital format for EPDs. Provided in either XML or JSON.
Initially EPDs were provided as PDFs. That is not very convenient for automation processes and requires large amounts of manual work to process.
The ILCD (International Life Cycle Data System) is a data format developed by the European Commission to give LCA practitioners a common digital format for life cycle assessments. In order to integrate EPD specific information (e.g. scenarios, modules, type of data), extensions were added to the ILCD format. The resulting format got named ILCD+EPD format.
The ECO Platform and Ökobau uses the format to store and expose EPDs through the soda4LCA API. The API makes it possible for everyone to search and download tons of EPDs to be used free of charge.
The ILCD+EPD format is a node based format. It means that each EPD consists of several layers of nodes that contain different information. The first node contains a summary of the EPD, with references to the nodes. By drilling down the tree of nodes, you have access to more and more specific information, such as EPD manufacturer, functional unit(s), etc.
Read more about ILCD at the European Platform on Life Cycle Assessment
EPDx can have available packages for Javascript, Python and Rust.
To get started head over to our documentation.
npm install epdx
pip install epdx
cargo add epdx
Head over to Rust's installation page
cargo test --package epdx --target x86_64-unknown-linux-gnu
maturin develop --extras tests --target x86_64-unknown-linux-gnu
source .venv/bin/activate .
cd packages/python
pytest tests/
maturin develop --extras doc,codegen --target x86_64-unknown-linux-gnu
mkdocs develop
wasm-pack build --features jsbindings
mv pkg/epdx* packages/javascript/src
FAQs
EPDx is a library for parsing EPD files into a common exchange format.
We found that epdx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.