Skip to main content

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roundup-cli-0.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page