Metadata-Version: 2.1
Name: olca-schema
Version: 0.0.4
Summary: A package for reading and writing data sets in the openLCA schema format.
Project-URL: Homepage, https://github.com/GreenDelta/olca-schema
Project-URL: Bug Tracker, https://github.com/GreenDelta/olca-schema/issues
Keywords: openLCA,life cycle assessment,LCA
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# olca-schema

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

## Installation

The package is published on [PyPI](https://pypi.org/project/olca-schema/) and
can be installed with `pip`:

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