{ "info": { "author": "Matt Pizzimenti", "author_email": "mjpizz+pivotaltracker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development", "Topic :: Software Development :: Bug Tracking", "Topic :: Utilities" ], "description": "Overview\n========\n\nThis module provides a simple Pythonic interface to the PivotalTracker API.\nIt also provides both a simple commandline interface to Pivotal.\n\nQuickstart\n==========\n\nThis is the primary API for using Pivotal. First, you need an API token from Pivotal.\nYou can generate one in your profile settings: .\n\nNext, you simply create a client::\n\n import pivotaltracker\n client = pivotaltracker.Client(token=\"YOUR API TOKEN\")\n \nNow you can execute any of the API methods on that client. All method calls will return Python dictionaries.\nYou can find detailed documentation in the docstrings for now, until I get the API docs created.\nHere's a quick rundown in the meantime:\n\n* **get_project** (project_id)\n* **get_all_projects** ()\n* **get_story** (project_id, story_id)\n* **get_stories** (project_id, query=None, limit=None, offset=None)\n* **get_iterations** (project_id, limit=None, offset=None)\n* **get_done_iterations** (project_id, limit=None, offset=None)\n* **get_current_iterations** (project_id, limit=None, offset=None)\n* **get_backlog_iterations** (project_id, limit=None, offset=None)\n* **add_story** (project_id, name, description, story_type, requested_by=None, estimate=None, current_state=None, labels=None)\n* **update_story** (project_id, story_id, name=None, description=None, requested_by=None, story_type=None, estimate=None, current_state=None, labels=None)\n* **delete_story** (project_id, story_id)\n* **add_comment** (project_id, story_id, text, author=None)\n* **deliver_all_finished_stories** (project_id)\n\nSource Code\n===========\n\nYou can contribute to the source code on GitHub: \n\nRelease Notes\n=============\n\n* **0.0.3** added feature submission to the tool\n* **0.0.2** added bug submission to the tool\n* **0.0.1** original Client API object, very basic commandline tool (only submits chores)\n\nAdvanced\n========\n\nCommandline Tool\n----------------\nSimply run ``pt help`` on the commandline to see options. The first time you run the tool,\nit will walk you through creating your API key and setting up your configuration.\n\nMore documentation to come, later.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/pivotaltracker/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pivotaltracker", "package_url": "https://pypi.org/project/pivotaltracker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pivotaltracker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/pivotaltracker/" }, "release_url": "https://pypi.org/project/pivotaltracker/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "pivotaltracker is a Pythonic wrapper around the PivotalTracker API", "version": "0.0.3" }, "last_serial": 1326247, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1301afda9a6717f5af3b66852e44f85d", "sha256": "344a5d0c6e32b532e2eee7ed999340717412864aab959d77b73232631a4eb4d8" }, "downloads": -1, "filename": "pivotaltracker-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1301afda9a6717f5af3b66852e44f85d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7249, "upload_time": "2009-07-04T03:06:35", "url": "https://files.pythonhosted.org/packages/86/d5/b33fe754585dca0b9cb18a063f7b5508e1f2d6922b668a4bf6c4cadaf77f/pivotaltracker-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "145d351b18ef97a4444dec7a8b25e148", "sha256": "dabf5eac03afccc02a785234451eb630dee51643f3a6efe29873094852cefdd3" }, "downloads": -1, "filename": "pivotaltracker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "145d351b18ef97a4444dec7a8b25e148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8314, "upload_time": "2009-07-04T04:36:10", "url": "https://files.pythonhosted.org/packages/b0/ec/c1de3dd0adc889b4f830e633aa935a9d9536747daca3c7a05971a1bc09df/pivotaltracker-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "aa44869d4bad7c7c363a06b004f365f9", "sha256": "12a86a2da2845ad216d0c0306a5e1186fe81340fabd637589f328b5be98d3079" }, "downloads": -1, "filename": "pivotaltracker-0.0.3.tar.gz", "has_sig": false, "md5_digest": "aa44869d4bad7c7c363a06b004f365f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8605, "upload_time": "2009-07-04T05:12:33", "url": "https://files.pythonhosted.org/packages/7a/d6/644833e07edfe6e29ca44c31760c6e20fea9939990014165366c4c8fcb7f/pivotaltracker-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa44869d4bad7c7c363a06b004f365f9", "sha256": "12a86a2da2845ad216d0c0306a5e1186fe81340fabd637589f328b5be98d3079" }, "downloads": -1, "filename": "pivotaltracker-0.0.3.tar.gz", "has_sig": false, "md5_digest": "aa44869d4bad7c7c363a06b004f365f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8605, "upload_time": "2009-07-04T05:12:33", "url": "https://files.pythonhosted.org/packages/7a/d6/644833e07edfe6e29ca44c31760c6e20fea9939990014165366c4c8fcb7f/pivotaltracker-0.0.3.tar.gz" } ] }