{"id":36696294,"url":"https://github.com/quiltdata/quiltx","last_synced_at":"2026-04-09T23:19:32.563Z","repository":{"id":332072601,"uuid":"1130039688","full_name":"quiltdata/quiltx","owner":"quiltdata","description":"Quilt Extension Library and Tools","archived":false,"fork":false,"pushed_at":"2026-04-04T06:04:23.000Z","size":768,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T07:26:16.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quiltdata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-08T00:13:03.000Z","updated_at":"2026-04-04T05:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quiltdata/quiltx","commit_stats":null,"previous_names":["quiltdata/quiltx"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/quiltdata/quiltx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiltdata","download_url":"https://codeload.github.com/quiltdata/quiltx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31494177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-12T11:32:17.832Z","updated_at":"2026-04-07T00:02:09.989Z","avatar_url":"https://github.com/quiltdata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quiltx\n\n[![PyPI](https://img.shields.io/pypi/v/quiltx)](https://pypi.org/project/quiltx/)\n\nQuilt extension toolkit for working with [Quilt](https://quiltdata.com) catalogs.\n\n## Usage\n\n```bash\n# See available tools\nuvx quiltx\n\n# Configure a Quilt catalog\nuvx quiltx config https://open.quiltdata.com\n\n# Register a cross-account S3 bucket\nuvx quiltx bucket add s3://my-data-bucket\n\n# Discover the Quilt CloudFormation stack\nuvx quiltx stack\n\n# Open an interactive shell in a running ECS task\nuvx quiltx ecs\n\n# Tail CloudWatch logs\nuvx quiltx logs --minutes 30 --filter \"ERROR\"\n\n# Get help for a specific tool\nuvx quiltx \u003ctool\u003e --help\n```\n\n## Tools\n\n- **bucket** — Register S3 buckets with Quilt (policy, SNS, notifications)\n- **config** — Configure and display Quilt catalog settings\n- **ecs** — Interactive shell access to running ECS tasks via Session Manager\n- **logs** — Display and tail CloudWatch logs for the configured catalog\n- **stack** — Discover the Quilt CloudFormation stack and cache metadata\n\n## Python API\n\n```python\nfrom quiltx import get_catalog_url, get_catalog_region, get_catalog_config, set_catalog_url\nfrom quiltx.stack import find_matching_stack\n\n# Configure a catalog\nset_catalog_url(\"https://open.quiltdata.com\")\n\n# Read catalog configuration\nprint(get_catalog_url())    # https://open.quiltdata.com\nprint(get_catalog_region()) # us-east-1\nprint(get_catalog_config()) # full config dict\n\n# Discover stack\nstack = find_matching_stack(get_catalog_url())\nprint(stack[\"StackName\"])\n\n# Register an S3 bucket (policy, SNS, notifications, catalog)\nfrom quiltx.bucket import add_bucket\n\nresult = add_bucket(\"my-data-bucket\", title=\"My Data\")\nprint(result.sns_topic_arn)\nprint(result.already_registered)\n```\n\n## Persistent install (optional)\n\n```bash\nuv tool install -U quiltx\n# Now use without the uvx prefix:\nquiltx --list\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiltdata%2Fquiltx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltx/lists"}