My Python CLI
Project description
marty-cli
CLI tool to manage Marty actions workflows. Add bundled workflows with one command.
Requirements
- Python 3.12+
- uv (recommended) or pip
Installation
# Install marty-cli
pip install marty-cli
# Or using uv
uv pip install marty-cli
Usage
# List available workflows
marty-cli workflow list
# Add a workflow
marty-cli workflow add issue-discussion
# Add all bundled workflows
marty-cli workflow add --all
# Update a workflow
marty-cli workflow update issue-discussion
# Update all installed workflows
marty-cli workflow update --all
# Delete a workflow
marty-cli workflow delete issue-discussion
# Use custom path
marty-cli workflow add issue-discussion --path /my/project
Available Workflows
issue-discussion- Marty AI responds to GitHub issues when mentionedissue-implementation- Marty implements features when asked ("implement")issue-triage- Auto triage new issuespr-discussion- Marty discusses in PRs when mentionedpr-fix- Marty fixes PR issues when asked ("fix")pr-review- Auto review PRs
Development
# Clone and install
git clone https://github.com/nesalia-inc/marty-cli.git
cd marty-cli
# Install dependencies
uv sync --extra dev
# Run linter
ruff check .
# Run type checker
mypy src
# Run tests
pytest
License
MIT
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
marty_cli-0.3.0.tar.gz
(48.8 kB
view details)
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
marty_cli-0.3.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file marty_cli-0.3.0.tar.gz.
File metadata
- Download URL: marty_cli-0.3.0.tar.gz
- Upload date:
- Size: 48.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c578e88b075cd27350bdc66d45f7833b35e327a74f089611b6b94a8de412fa5
|
|
| MD5 |
c57e4b4966229bf0863938ad07afeb47
|
|
| BLAKE2b-256 |
b911071ac187d2bedc35b645ac4c03c07360ab82862045f4a99c5e2cd4bc0bc7
|
File details
Details for the file marty_cli-0.3.0-py3-none-any.whl.
File metadata
- Download URL: marty_cli-0.3.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df6a1e83dd374c1888b59ccffadef7fe672e48640633fec6ed8189e5141f90c
|
|
| MD5 |
1406961e24ebf5b230de4333d842d0c9
|
|
| BLAKE2b-256 |
7379d455807b733a164b386323d416ca8f986cd05e922eb53ae1ab7285222471
|