Metadata-Version: 2.4
Name: osc-metadata-client
Version: 0.3.0
Summary: Open Science Catalog client
Project-URL: Documentation, https://github.com/Terradue/osc-metadata-client#readme
Project-URL: Issues, https://github.com/Terradue/osc-metadata-client/issues
Project-URL: Source, https://github.com/Terradue/osc-metadata-client
Author-email: Simone Tripodi <simone.tripodi@terradue.com>, Fabrice Brito <fabrice.brito@terradue.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click==8.3.3
Requires-Dist: loguru==0.7.3
Requires-Dist: ogc-api-processes-client==0.5.0
Requires-Dist: pydantic==2.12.5
Requires-Dist: pystac==1.14.3
Requires-Dist: session-adapters==0.3.0
Requires-Dist: transpiler-mate==0.44.0
Description-Content-Type: text/markdown

# Open Science Catalog Client

`osc-client` is a CLI tool that simplifies metadata production for the
[Open Science Catalog](https://github.com/ESA-EarthCODE/open-science-catalog-metadata)
starting from [CWL](https://www.commonwl.org/) workflows executed on
[OGC API - Processes](https://docs.ogc.org/is/18-062r2/18-062r2.html) instances.

It helps transform workflow descriptions and execution metadata into catalog-ready
records for Open Science Catalog resources such as workflows, experiments, and
products.

## License

This software is released under the
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
