{ "info": { "author": "Casey Dunham", "author_email": "casey.dunham@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Python Asana\n============\n\n.. image:: https://travis-ci.org/caseydunham/python-asana.png?branch=master\n :target: https://travis-ci.org/caseydunham/python-asana\n\nA python wrapper around the Asana (asana.com) API\n\nIntroduction\n------------\n\nThis library provides a pure python interface for the Asana restful API.\n\nCurrently not all operations are supported. All of the operations that are currently supported are read only.\n\nWith this initial version, the following functionality is working:\n\n * Retrieving workspaces\n * Retrieving projects\n * Retrieving users\n * Retrieving tasks\n * Retrieving stories\n\nDocumentation\n-------------\nForthcoming.\n\nUsing\n-----\n\nThe library provides a python wrapper around the Asana API and data model.\n\n*Model:*\n\nThe various API methods in the pyasana.API class return instances of the following\nclasses\n\n.. code-block:: pycon\n pyasana.User\n pyasana.Workspace\n pyasana.Project\n pyasana.Task\n pyasana.Story\n\n*API:*\n\nAll interaction with the Asana API is done through the pyasana.Api class.\n\nAll Asana API calls require an Integrator Key.\n\nTo create an instance of the pyasana.Api class:\n\n >>> import pyasana\n >>> api = pyasana.Api(\"YOUR ASANA INTEGERATOR KEY\")\n\nTo retrieve a list of all the workspaces:\n\n\t\t>>> workspaces = api.get_workspaces()\n\t\t>>> print [\"%s:%s\" % (w.id, w.name) for w in workspaces]\n\t\t[u'193074061952:Shiny New Workspace', u'652052755897:Sandbox']\n\nTo retrieve a list of all projects in a workspace:\n\n\t\t>>> workspace = 193074061952\n >>> projects = api.get_projects(workspace)\n >>> print [\"%s:%s\" % (p.id, p.name) for p in projects]\n [u'983421735560:Asana Python Client', u'992461725871:Test Project']\n\nTo retrieve a list of all tasks in a project:\n\n >>> project = 983421735560\n >>> tasks = api.get_tasks(project=project)\n >>> print [\"%s:%s % (t.id, t.name) for t in tasks]\n\t\t[u'953421755459:fix task detail issue', u'953341245215:documentation']\n\nMore examples forthcoming...\n\n.. _`the repository`: http://github.com/caseydunham/python-asana\n.. _AUTHORS: https://github.com/caseydunham/python-asana/blob/master/AUTHORS.rst\n\n\n.. :changelog:\n\nHistory\n-------\n\n0.0.3 (2013-02-10)\n++++++++++++++++++\n\n* package release\n* create projects\n\n0.0.2 (2012-12-03)\n++++++++++++++++++\n\n* added assignee to task object\n* throttle support\n\n0.0.1 (2012-06-12)\n++++++++++++++++++\n\n* inception", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/caseydunham/python-asana", "keywords": null, "license": "Copyright (c) 2012 Casey Dunham \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "pyasana", "package_url": "https://pypi.org/project/pyasana/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyasana/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/caseydunham/python-asana" }, "release_url": "https://pypi.org/project/pyasana/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Python Client for asana.com", "version": "0.0.3" }, "last_serial": 796979, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "ce811cd448b8a31103666bb6874e341f", "sha256": "2d833db87fe825b422d48058734c5b5ace033a400928523fb252d6a69be5ba24" }, "downloads": -1, "filename": "pyasana-0.0.3.win-amd64.exe", "has_sig": false, "md5_digest": "ce811cd448b8a31103666bb6874e341f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 232565, "upload_time": "2013-02-10T22:35:09", "url": "https://files.pythonhosted.org/packages/4e/c9/ea7eca0bb76446d9bc7c4128736c4fed953ab5eee38c47009708b600240c/pyasana-0.0.3.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "40d1a29e5b3c5081529477aaa0edf305", "sha256": "2afc5ccb6e4526dfb0c5e6d0524651081b06812886533252b04e6b8e80378284" }, "downloads": -1, "filename": "pyasana-0.0.3.zip", "has_sig": false, "md5_digest": "40d1a29e5b3c5081529477aaa0edf305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14418, "upload_time": "2013-02-10T22:33:52", "url": "https://files.pythonhosted.org/packages/17/67/f15d1c5c88341543027d3a4124a3532e05c118aeaf84062b94b559ebc744/pyasana-0.0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce811cd448b8a31103666bb6874e341f", "sha256": "2d833db87fe825b422d48058734c5b5ace033a400928523fb252d6a69be5ba24" }, "downloads": -1, "filename": "pyasana-0.0.3.win-amd64.exe", "has_sig": false, "md5_digest": "ce811cd448b8a31103666bb6874e341f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 232565, "upload_time": "2013-02-10T22:35:09", "url": "https://files.pythonhosted.org/packages/4e/c9/ea7eca0bb76446d9bc7c4128736c4fed953ab5eee38c47009708b600240c/pyasana-0.0.3.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "40d1a29e5b3c5081529477aaa0edf305", "sha256": "2afc5ccb6e4526dfb0c5e6d0524651081b06812886533252b04e6b8e80378284" }, "downloads": -1, "filename": "pyasana-0.0.3.zip", "has_sig": false, "md5_digest": "40d1a29e5b3c5081529477aaa0edf305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14418, "upload_time": "2013-02-10T22:33:52", "url": "https://files.pythonhosted.org/packages/17/67/f15d1c5c88341543027d3a4124a3532e05c118aeaf84062b94b559ebc744/pyasana-0.0.3.zip" } ] }