Metadata-Version: 2.1
Name: olca_schema
Version: 0.0.2
Summary: A package for reading and writing data sets in the openLCA schema.
Home-page: https://github.com/GreenDelta/olca-schema
License: CC0
Keywords: openLCA,life cycle assessment,LCA
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# olca-schema
This is a package for reading and writing data sets in version 2 of the
[openLCA schema](https://github.com/GreenDelta/olca-schema) format. It provides
a typed class model of the schema elements and some utility methods for creating
data sets and reading or writing them from or to zip packages.

## Installation

```bash
pip install olca-schema
```


