A Command Line Interface for Roundup
Project description
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.
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
File details
Details for the file roundup-cli-0.1.tar.gz
.
File metadata
- Download URL: roundup-cli-0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e0e910e3dcd0581b3ab5da37c60bc3bb7d2202ef1172f71649221d0dc1e2bbf |
|
MD5 | f2a498e42d6bf45d5973ded4a594cb96 |
|
BLAKE2b-256 | f3791a1ad202399ede328f631efd240d9cca6d49cab6b41390ee4eeafd08c621 |