{ "info": { "author": "LetoLab Ltd", "author_email": "team@letolab.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Utilities" ], "description": "===================\nWorksnaps API\n===================\n\nExample::\n\n from datetime import date\n from pyworksnaps import Worksnaps\n\n w = Worksnaps('yourtoken')\n\n for project in w.projects():\n print project.name\n\n for entry in project.entries(start=date(2012, 3, 1), end=date(2012, 3, 8)):\n print '\\t', entry.user.first_name, entry.user.last_name\n if entry.user_comment:\n print '\\t\\tcomment:',entry.user_comment\n\n", "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/letolab/pyworksnaps", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyworksnaps", "package_url": "https://pypi.org/project/pyworksnaps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyworksnaps/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/letolab/pyworksnaps" }, "release_url": "https://pypi.org/project/pyworksnaps/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python module for Worksnaps API", "version": "0.1" }, "last_serial": 798266, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "95fa1ccc5771276993b95c466c473800", "sha256": "0ef70eed3b85cc4d4767c28a2abc5a61571bd81b7cde4de8030b796cee03ab78" }, "downloads": -1, "filename": "pyworksnaps-0.1.tar.gz", "has_sig": false, "md5_digest": "95fa1ccc5771276993b95c466c473800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2643, "upload_time": "2012-04-03T00:58:57", "url": "https://files.pythonhosted.org/packages/c6/77/015b81866a55359439a1535119e3af7f302f2759eee5c7a18c7d8f92c558/pyworksnaps-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95fa1ccc5771276993b95c466c473800", "sha256": "0ef70eed3b85cc4d4767c28a2abc5a61571bd81b7cde4de8030b796cee03ab78" }, "downloads": -1, "filename": "pyworksnaps-0.1.tar.gz", "has_sig": false, "md5_digest": "95fa1ccc5771276993b95c466c473800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2643, "upload_time": "2012-04-03T00:58:57", "url": "https://files.pythonhosted.org/packages/c6/77/015b81866a55359439a1535119e3af7f302f2759eee5c7a18c7d8f92c558/pyworksnaps-0.1.tar.gz" } ] }