roundup-cli is a simple command line interface for the Roundup Issue Tracker. It uses the XML-RPC interface to communicate with Roundup.
Configuration
roundup-cli will look for a configuration file in this order roundup.cf, ~/.roundup.cfg. The format is based on configparser.
A section describe parameters for a roundup instance. url, username and password are required entries like this:
[foo] url = http://localhost:8000/roundup username = foo password = bar
Any other entries will be used to display the corresponding roundup class. It must be a comma separated list of field names, the first field will be used for short display:
issue = title,priority,status,superseder,nosy,assignedto,keyword user = username,realname,organisation,address msg = author,date,content
Nutshell
Here a simple scenario:
$ roundup-cli None: use foo demo: get issue1 title: Add issue creation to roundup-cli priority: feature status: in-progress superseder: nosy: admin,demo assignedto: admin keyword: issue1@demo: show messages messages: ------------------------------------------------------------------------------- msg1 author: demo date: <Date 2011-11-25.20:58:30.768> content: It will be great to create issue from roundup-cli ------------------------------------------------------------------------------- msg2 author: admin date: <Date 2011-11-25.20:59:06.176> content: Agree, I start working on it. ------------------------------------------------------------------------------- issue1@demo: search issue status:in-progress issue1: Add issue creation to roundup-cli
For more information please visit the roundup-cli website.
Release files for roundup-cli 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| roundup-cli-0.1.tar.gz | 5.5 kB | Details |
Release files / roundup-cli-0.1.tar.gz
| Download URL | roundup-cli-0.1.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e0e910e3dcd0581b3ab5da37c60bc3bb7d2202ef1172f71649221d0dc1e2bbf
|
|
BLAKE2b-256 checksum How to use checksums |
f3791a1ad202399ede328f631efd240d9cca6d49cab6b41390ee4eeafd08c621
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |