Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d9d9e0a38f3c6ca9e34ecacc0d65f9b2 > files > 10

python3-offtrac-0.1.0-9.mga7.noarch.rpm

= 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)