{ "info": { "author": "Dan MacKinlay", "author_email": "pypi@email.possumpalace.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Browsers" ], "description": "========================\nCiteULike Client\n========================\n\na python client for Citeulike.\n\nThis project has just been spun off `possumpalace_kit `_, my blog engine.\n\nIf you notice any problems with paths or dependencies, please file a patch. Or\njust fork it. I'll make you maintainer in all likelihood, as I'm no longer\nusing CiteULike so very much, having banned myself from spending too much time working around its foibles.\n\nThe CUL \"API\" was pieced together from forum comments made by the CUL staff over time.\n\ne.g. how to\n\n * `do JSON searches `_\n * `edit records by HTML form submission `_\n * `Edit URLs and JSON fields `_\n \nusage\n======\n\nHere is an example of how i use this from my pavement.py file to write out a bibtex file of all records and download all PDFs:\n\n if options is None: options=globals()['options']\n from citeulike.citeulike_api import CiteULike\n \n outjsonpath = path(options.docroot)/options.bibtex_json_file\n if os.path.isabs(options.attachment_path):\n outpdfpath = path(options.attachment_path)\n else:\n outpdfpath = path(options.docroot)/options.attachment_path\n\n cul = CiteULike(username=options.cul_username,\n password=options.cul_pass,\n json_cache=outjsonpath,\n attachment_path=outpdfpath\n )\n cul.cache_records()\n bibtex_string = cul.render('bibtex')\n with codecs.open(outbibtexpath, 'w', 'utf-8') as bf:\n bf.write(bibtex_string)\n\nTODO\n=====\n\n.. include: TODO.rst\n\nNews\n====\n\n0.1.3dev\n--------\n\n*Release date: 16-March-2011*\n\n* update email to allow upload, and bump version accordingly\n\n\n0.1.2dev\n--------\n\n*Release date: 16-Mar-2011*\n\n* correct URL to https://bitbucket.org/howthebodyworks/citeulike_api/src\n\n\n\n0.1dev\n-------\n\n*Release date: 16-Mar-2011*\n\n* initial release of the version from https://bitbucket.org/howthebodyworks/possumpalace_kit/src/23e924ba53e8/_lib/citeulike/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/howthebodyworks/citeulike_api/src", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "citeulike_api", "package_url": "https://pypi.org/project/citeulike_api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/citeulike_api/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/howthebodyworks/citeulike_api/src" }, "release_url": "https://pypi.org/project/citeulike_api/0.1.3dev/", "requires_dist": null, "requires_python": null, "summary": "a python api for http://citeulike.org/", "version": "0.1.3dev" }, "last_serial": 787424, "releases": { "0.1.1dev": [ { "comment_text": "", "digests": { "md5": "5a35a63ebc5ae48730d524ca81304052", "sha256": "bc89cfe9a33139df9cdb705059fb998297d4e63448da7104f8e310ba61668ea7" }, "downloads": -1, "filename": "citeulike_api-0.1.1dev.tar.gz", "has_sig": false, "md5_digest": "5a35a63ebc5ae48730d524ca81304052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13206, "upload_time": "2011-03-16T03:37:51", "url": "https://files.pythonhosted.org/packages/00/3e/70a0720149b214e047be72ea129441921a08ed603917a50ebb82afa2ea09/citeulike_api-0.1.1dev.tar.gz" } ], "0.1.3dev": [ { "comment_text": "", "digests": { "md5": "90a7ddfd8c2b17c36224a3cc9ab4b9ce", "sha256": "5b80d9c3b03af57b1066a0684d194f829a0762838603876e94ca7068aacb5b97" }, "downloads": -1, "filename": "citeulike_api-0.1.3dev.tar.gz", "has_sig": false, "md5_digest": "90a7ddfd8c2b17c36224a3cc9ab4b9ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13140, "upload_time": "2011-03-16T03:42:01", "url": "https://files.pythonhosted.org/packages/02/9c/f307a8ca278783540c4eb163664b788911822410c05ae3afc82ee9266f87/citeulike_api-0.1.3dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90a7ddfd8c2b17c36224a3cc9ab4b9ce", "sha256": "5b80d9c3b03af57b1066a0684d194f829a0762838603876e94ca7068aacb5b97" }, "downloads": -1, "filename": "citeulike_api-0.1.3dev.tar.gz", "has_sig": false, "md5_digest": "90a7ddfd8c2b17c36224a3cc9ab4b9ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13140, "upload_time": "2011-03-16T03:42:01", "url": "https://files.pythonhosted.org/packages/02/9c/f307a8ca278783540c4eb163664b788911822410c05ae3afc82ee9266f87/citeulike_api-0.1.3dev.tar.gz" } ] }