Unified toolkit for Quilt workflows.
Project description
quiltx
Quilt extension toolkit with shared utilities for working with Quilt catalogs.
Installation
# No installation needed! Use uvx to run directly:
uvx quiltx --list
Usage
Run tools directly with uvx (recommended):
# List available tools
uvx quiltx --list
# Configure a Quilt catalog
uvx quiltx config https://open.quiltdata.com
# Show current catalog configuration
uvx quiltx config
# Get help
uvx quiltx --help
uvx quiltx <tool> --help
Or if installed with pipx:
quiltx --list
quiltx config https://open.quiltdata.com
quiltx stack
quiltx logs --minutes 30 --filter "ERROR"
Built-in Tools
- config: Configure and display Quilt catalog settings using the
configured_catalogAPI - stack: Discover the Quilt CloudFormation stack and cache log group metadata in
stack.json - logs: Display CloudWatch Logs for the configured catalog using
stack.json
Development
Setup
# Clone the repository
git clone https://github.com/ernest/quiltx.git
cd quiltx
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install in development mode
pip install -e ".[dev]"
Running Tests
# Using poe (recommended)
./poe test
# Or directly with pytest
pytest tests
Project Structure
quiltx/
├─ quiltx/ # Main package
│ ├─ cli.py # Unified CLI with auto-discovery
│ ├─ tools/ # Built-in tools (auto-discovered)
│ │ └─ config.py
│ └─ __init__.py # Shared utilities (configured_catalog)
├─ tests/ # Test suite
├─ pyproject.toml # Package configuration
└─ poe # Task runner script
Adding New Tools
Tools are automatically discovered from the quiltx/tools/ directory. To add a new tool:
- Create a new file in
quiltx/tools/(e.g.,mytool.py) - Implement a
main(argv)function that returns an exit code - The tool will be automatically available via
quiltx mytool - Add tests in
tests/
Example tool structure:
"""My new tool."""
import argparse
def build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(description="My tool description")
# Add arguments
return parser
def main(argv: list[str] | None = None) -> int:
parser = build_parser()
args = parser.parse_args(argv)
# Tool implementation
return 0
License
MIT License - see LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quiltx-0.2.0.tar.gz.
File metadata
- Download URL: quiltx-0.2.0.tar.gz
- Upload date:
- Size: 138.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55bb01bd075edfac3e657d8a40a1be167ef6da7d4b1c9e79b4a199c469d96f7d
|
|
| MD5 |
7c63b5486cc773a8512746646ff0f391
|
|
| BLAKE2b-256 |
15305dc191ffaf46b6fcfd0c6c20f9f9c4218d42f4a10d78a9ed1938f808404b
|
Provenance
The following attestation bundles were made for quiltx-0.2.0.tar.gz:
Publisher:
publish.yml on quiltdata/quiltx
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
quiltx-0.2.0.tar.gz -
Subject digest:
55bb01bd075edfac3e657d8a40a1be167ef6da7d4b1c9e79b4a199c469d96f7d - Sigstore transparency entry: 898012062
- Sigstore integration time:
-
Permalink:
quiltdata/quiltx@c626847732e6787f8def2c40000262f289279520 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/quiltdata
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c626847732e6787f8def2c40000262f289279520 -
Trigger Event:
push
-
Statement type:
File details
Details for the file quiltx-0.2.0-py3-none-any.whl.
File metadata
- Download URL: quiltx-0.2.0-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0c724744a7f9a4761a01b545e3bea8b1ffe84d22ceff8b7bcf69ca141b41d92
|
|
| MD5 |
825048ce6501062cf257bf4ce8ed6cbb
|
|
| BLAKE2b-256 |
470c7bb84c26c8e9b3c6448161f243ef0aab5b4ecaab67d46476910e318f3487
|
Provenance
The following attestation bundles were made for quiltx-0.2.0-py3-none-any.whl:
Publisher:
publish.yml on quiltdata/quiltx
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
quiltx-0.2.0-py3-none-any.whl -
Subject digest:
f0c724744a7f9a4761a01b545e3bea8b1ffe84d22ceff8b7bcf69ca141b41d92 - Sigstore transparency entry: 898012097
- Sigstore integration time:
-
Permalink:
quiltdata/quiltx@c626847732e6787f8def2c40000262f289279520 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/quiltdata
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c626847732e6787f8def2c40000262f289279520 -
Trigger Event:
push
-
Statement type: