{ "info": { "author": "Matias Saguir", "author_email": "mativs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Bug Tracking" ], "description": "Basecamp Python Client\n======================\n\nDescription\n-----------\nThis module provides an (almost) complete wrapper around the Basecamp API\n(http://developer.37signals.com/basecamp/). It is written in Python and \nbased upon the excellent ElementTree package \n(http://effbot.org/zone/element-index.htm). \n\nLicended under the MIT License\n\nUsage\n-----\n
\n# Import ElementTree and the Basecamp module.\nimport elementtree.ElementTree as ET\nfrom basecamp import Basecamp\n\nbc = Basecamp('https://example.basecamphq.com', 'API_KEY')\n\n# Fetch one todo list from its ID\nxml = bc.todo_list(14499317)\nitems = ET.fromstring(xml).findall('todo-items/todo-item')\n\n# Let's use the ElementTree API to access data via path expressions:\nfor item in items:\n    print item.find(\"content\").text\n
\n\nOriginal Code\n-------------\nThis code is built from the code of Quentin Plepl\u00e9 (http://qpleple.com/) forked from github at (https://github.com/qpleple/basecamp-python-client) \n\nWhich code is built from the code of Jochen Kupperschmidt (see http://homework.nwsnet.de/products/3cd4) under the MIT Licence.\n\nAnd added some suggestions from Greg Allard (see http://codespatter.com/2009/04/01/getting-basecamp-api-working-with-python).", "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/nowherefarm/basecamp", "keywords": "basecamp api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "basecamp", "package_url": "https://pypi.org/project/basecamp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/basecamp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nowherefarm/basecamp" }, "release_url": "https://pypi.org/project/basecamp/0.0.12/", "requires_dist": null, "requires_python": null, "summary": "Almost complete warapper around the Basecamp API.", "version": "0.0.12" }, "last_serial": 753911, "releases": { "0.0.12": [ { "comment_text": "", "digests": { "md5": "8fa6287b517ea56e64bd445958b95ecb", "sha256": "298f315e36c27d471b224193c62088f0b853d2b237e70ad71ddf40c104af576f" }, "downloads": -1, "filename": "basecamp-0.0.12-py2.7.egg", "has_sig": false, "md5_digest": "8fa6287b517ea56e64bd445958b95ecb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13525, "upload_time": "2012-03-12T13:52:29", "url": "https://files.pythonhosted.org/packages/bd/cd/ea2f6cb3c885c41381d03312b9b90dc133e458c362801aadf6f0afc55cec/basecamp-0.0.12-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b26666b03b81d6660d4a1a19d14656a0", "sha256": "bd1936b61285e6b94bee29f7c643017b18aa41eefce59d63ca71193acff7e941" }, "downloads": -1, "filename": "basecamp-0.0.12.tar.gz", "has_sig": false, "md5_digest": "b26666b03b81d6660d4a1a19d14656a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6718, "upload_time": "2012-03-12T13:52:28", "url": "https://files.pythonhosted.org/packages/5a/4f/e5b371d610470674db0e9cfcdf73acece28737e29e10a862262c6fa93bca/basecamp-0.0.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fa6287b517ea56e64bd445958b95ecb", "sha256": "298f315e36c27d471b224193c62088f0b853d2b237e70ad71ddf40c104af576f" }, "downloads": -1, "filename": "basecamp-0.0.12-py2.7.egg", "has_sig": false, "md5_digest": "8fa6287b517ea56e64bd445958b95ecb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13525, "upload_time": "2012-03-12T13:52:29", "url": "https://files.pythonhosted.org/packages/bd/cd/ea2f6cb3c885c41381d03312b9b90dc133e458c362801aadf6f0afc55cec/basecamp-0.0.12-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b26666b03b81d6660d4a1a19d14656a0", "sha256": "bd1936b61285e6b94bee29f7c643017b18aa41eefce59d63ca71193acff7e941" }, "downloads": -1, "filename": "basecamp-0.0.12.tar.gz", "has_sig": false, "md5_digest": "b26666b03b81d6660d4a1a19d14656a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6718, "upload_time": "2012-03-12T13:52:28", "url": "https://files.pythonhosted.org/packages/5a/4f/e5b371d610470674db0e9cfcdf73acece28737e29e10a862262c6fa93bca/basecamp-0.0.12.tar.gz" } ] }