Skip to main content

Python toolkit for Agile Central (Rally) REST API

Project description

This is the README file for pyral, a package implementing a
Pythonic interface to the Agile Central (formerly Rally) REST API

Description
-----------

The Rally REST Tookit for Python consists of a package that provides a means
to interact with entities and artifacts in your Rally subscription. The full
spectrum of CRUD operations is available in your Agile Central (Rally) Workspaces and Projects,
providing of course that your Agile Central (Rally) subscription credentials enable you to perform
those operations. The toolkit insulates the package user from having to make
multiple requests to obtain the full set of qualifying items by performing any
subsequent "page" requests automatically.
An additional key feature is the ability to obtain entity sub fields
that may be references or collections via the familiar dot '.' notation.

Requirements
------------

The pyral package requires the use of Kenneth Reitz's requests package using version 2.8.0 or better.
As of requests version 2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
The requests package can be found via the Python Package Index site (http://pypi/python.org/index).
The most recent release of pyral (1.3.2) has been tested with requests 2.12.5.
The six module is also required.


Installation
------------

If you want to pull down the latest release from standard Python package repository
(pypi.python.org) and install the package, the easiest way is to use
pip, the Python package installation utility.::

pip install pyral

Alternatively if you've got the tar.gz or zip distribution on hand, as long as you've
satisfied the dependency requirements on the six and requests packages, you can use
the setup mechanism.
Once requests and six has been installed, run the setup.py program supplied with
this distribution as::

python setup.py install


Validation
----------

Copy the template.cfg file to a file named my.cfg.
Edit my.cfg. Uncomment and replace the values for SERVER, USER, PASSWORD.
Leave the WORKSPACE and PROJECT entries commented out for now.

Run the rallyfire.py program as:

$ python rallyfire.py --config=my.cfg

Documentation
-------------

Obtain the zip file containing the HTML and CSS files comprising the document set for pyral.
Unzip in a suitable location and point your web browser to the doc/build/html/index.html file.

The rendered documentation is also available at http://pyral.readthedocs.io/en/latest/
and http://pythonhosted.org/pyral

Project details


Download files

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

Source Distribution

pyral-1.3.2.tar.gz (972.3 kB view hashes)

Uploaded Source

Built Distribution

pyral-1.3.2-py2.py3-none-any.whl (76.9 kB view hashes)

Uploaded Python 2 Python 3

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