Python Packages
Downloads & Installation
All PineXQ packages are available on PyPI. Install them with pip or your preferred Python package manager.
pinexq-cli
Command-line tool for deploying and managing ProcessingSteps. Deploy from local or CI/CD pipelines with a single command.
$ uv tool install pinexq-cli pipx install pinexq-cli
pinexq-client
Python SDK for programmatic access to PineXQ. Manage jobs, workflows, work data, and tags using a typed hypermedia client.
$ uv add pinexq-client pip install pinexq-client
pinexq-procon
Processing Container framework for implementing, testing, and deploying computational steps on the PineXQ platform.
$ uv add pinexq-procon pip install pinexq-procon
New to PineXQ? Read the Getting Started guide to set up your first project.