Skip to content

isabella232/pyvotal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyvotal is python client to [pivotal tracker api] (https://www.pivotaltracker.com/help/api?version=v3)

Install

Use [pip] (http://pip-installer.org/):

pip install pyvotal

Usage

Docs available at [readthedocs.org] (http://readthedocs.org/docs/pyvotal/en/latest/)

Quick example:

from pyvotal import PTracker

ptracker = PTracker(user='someuser', password='somepassword')

project = p.projects.get(project_id)
story =  project.stories.get(story_id)
story.description = "New desc"
story.save()
story.add_note("Note text")
story.add_attachment("FileName", open('/etc/hosts'))

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%