{ "info": { "author": "Samuel Skillman ", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyads is a simple way of interacting with a bibtex library built primarily from\nthe ADS (http://adsabs.harvard.edu/abstract_service.html). Your mileage may\nvary, but I've found it useful for quickly looking up cite info. There are a \nlot of improvements that could be made.\n\nHere's a short script to start showing the functionality. I'll try to get get\nsome more docs up here soon.\n\nlib = ADSLibrary('test')\nfor t in [\"2011ApJ...735...96S\", \"2008ApJ...689.1063S\"]:\n lib.add_entry(t)\nlib.write_bib()\nlib.save()\nlib.find('Skillman')\nlib.find('Dinosaur')\nlib.find('2008ApJ...689.1063S')\nb = lib.find('Skillman2011')\nb.download() # Not fully tested\nb.open() # Also not fully tested.\n\n# You would import an exisiting bib library with:\n# lib.import_bib('library.bib')\n# lib.save()\n \nnn", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "data", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "adspy", "package_url": "https://pypi.org/project/adspy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/adspy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/adspy/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Simple bibtex tools for use with ADS.", "version": "0.2.0" }, "last_serial": 1128191, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "eb202734f467be82daf93c11444e35ba", "sha256": "ed041b76f8abc0f0435a765390b3291d46bc0abd4c939b81f7f94b550b0a9929" }, "downloads": -1, "filename": "adspy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "eb202734f467be82daf93c11444e35ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4192, "upload_time": "2014-06-17T21:02:18", "url": "https://files.pythonhosted.org/packages/cd/f8/e7264cf866c01eb039f4b7bf4de77bf624f135c3a080b91a734ec1bab27a/adspy-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0c28d07f15437290fdec393a22c9d287", "sha256": "3709863717669ca4924466648fb7248a38e4dc8dac736b9c2ddf3c55e1b996d6" }, "downloads": -1, "filename": "adspy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0c28d07f15437290fdec393a22c9d287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4205, "upload_time": "2014-06-17T21:45:06", "url": "https://files.pythonhosted.org/packages/5c/6e/a9b3778c5e42c28e8e9eef6350fd668889bffc29077f93c3ee2ef4777131/adspy-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c28d07f15437290fdec393a22c9d287", "sha256": "3709863717669ca4924466648fb7248a38e4dc8dac736b9c2ddf3c55e1b996d6" }, "downloads": -1, "filename": "adspy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0c28d07f15437290fdec393a22c9d287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4205, "upload_time": "2014-06-17T21:45:06", "url": "https://files.pythonhosted.org/packages/5c/6e/a9b3778c5e42c28e8e9eef6350fd668889bffc29077f93c3ee2ef4777131/adspy-0.2.0.tar.gz" } ] }