File: README

package info (click to toggle)
python-offtrac 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: python: 79; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= Welcome to Offtrac! =

This is the Offtrac project.  It aims to be a python based xmlrpc client 
library for trac instances.

There is the offtrac python library which offers the !TracServer class.  
This object is how one interacts with a Trac instance via xmlrpc.

If you wish to hack on offtrac, please shoot mailto:jkeating@redhat.com an 
email or find "f13" on freenode IRC.  I'd love to have the help!

To use offtrac, you can use the reference client 'fedora-hosted' in the
fedora-packager package in Fedora.

{{{
python setup.py build
sudo python setup.py install --skip-build
}}}

(this requires you have python-devel installed).  It will install 
the offtrac python library in your standard python library path.

What it does right now:
 * Query existing tickets
 * List existing milestones
 * Get information about particular tickets
 * Get information about particular milestones
 * Create new tickets
 * Create new milestones
 
All authenticated! (via https)