Metadata-Version: 2.4
Name: osc-metadata-client
Version: 0.6.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.4.1
Requires-Dist: loguru==0.7.3
Requires-Dist: ogc-api-processes-client==0.6.0
Requires-Dist: pydantic==2.12.5
Requires-Dist: pystac==1.14.3
Requires-Dist: transpiler-mate==0.47.0
Description-Content-Type: text/markdown

# Open Science Catalog Client

[![PyPI - Version](https://img.shields.io/pypi/v/osc-metadata-client.svg)](https://pypi.org/project/osc-metadata-client)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/osc-metadata-client.svg)](https://pypi.org/project/osc-metadata-client)

`osc-metadata-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.

The CLI accepts CWL sources over HTTP(S), local `file://` URLs, and OCI URLs. It
can authenticate HTTP(S) requests with an OAuth2 bearer token and OCI requests
with registry credentials.

See the [CLI reference](docs/cli.md) for commands, options, environment variables,
and output paths.

## License

[![Apache License, Version 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-blue)](https://www.apache.org/licenses/LICENSE-2.0)
