Metadata-Version: 1.0
Name: pyrally
Version: 0.2.1
Summary: Rally API Client
Home-page: https://github.com/alexcouper/pyrally
Author: Alex Couper
Author-email: amcouper@gmail.com
License: UNKNOWN
Description: pyrally
        =======
        
        Access the Rally API using python.
        
        Currently it provides READ ONLY access to some of the API provided by
        Rally.
        
        At the top level, the client can be used to:
            * get all the entities in Rally
            * get all stories/defects in a kanban state in rally
            * get a story/task by name
        
        Or, by importing the model objects, it is possible to:
            * get all stories/tasks/defects/iterations/user in Rally
            * get a story/task/defect/iteration/user by name
        
        Full documentation can be found here:
            http://readthedocs.org/docs/pyrally/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
