Skip to content

EOEPCA/user-client

Repository files navigation

EOEPCA User Client

How tools, CLIs, and libraries discover and talk to an EOEPCA+ deployment.

Clients start from a single entry point, /.well-known/api-catalog, and follow typed links to workspace, catalogue, processing, identity, and other services.

What’s in this repo

Path Purpose
docs/ Building-block docs: design, API Catalog spec, getting started
eoepca-client/ Python library and eoepca CLI

Full documentation: Read the Docs

Quick start

Fetch the catalog for a deployment:

curl -sS https://develop.eoepca.org/.well-known/api-catalog | jq .

Or use the Python client:

uv tool install eoepca-client
eoepca login -p develop
eoepca whoami

See eoepca-client/README.md for library usage, STAC commands, and development setup.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from EOEPCA/document-template