{ "info": { "author": "Matthew Suozzo", "author_email": "iratus.litteris@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Lector\nAn API for your Kindle data.\n\nPython bindings are provided but any language that can run the javascript\nfound in `api.py` from within a Kindle Cloud Reader session may easily access\nthis data.\n\n### Dependecies\n**PhantomJS**:\n\n* OS X (Homebrew)\n * ```brew install phantomjs```\n* Ubuntu (at least 14.04)\n * Guide provided and maintained by @julionc\n [here](https://gist.github.com/julionc/7476620)\n\n### Usage\n```python\nimport lector\n\napi = lector.KindleCloudReaderAPI('my_amazon_username', 'my_amazon_password')\nmy_library = api.get_library_metadata()\nbook = my_library[0]\nbook_progress = api.get_book_progress(book.asin)\n_, current_page, last_page = book_progress.page_nums\n\nprint 'Currently reading %s (Page %d of %d)' % (book.title, current_page, last_page)\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/msuozzo/Lector", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Lector", "package_url": "https://pypi.org/project/Lector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Lector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/msuozzo/Lector" }, "release_url": "https://pypi.org/project/Lector/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "An API for Amazon Kindle Data", "version": "0.0.3" }, "last_serial": 2887962, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "630decc3edf49bcbf5c096cbf2ac1ff0", "sha256": "6ffbfe5078dcd3d1fd46865efe5dcadbf4cdc02d621e5f986ac1f18f7c9e81ce" }, "downloads": -1, "filename": "Lector-0.0.2.tar.gz", "has_sig": false, "md5_digest": "630decc3edf49bcbf5c096cbf2ac1ff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8226, "upload_time": "2015-11-11T06:46:54", "url": "https://files.pythonhosted.org/packages/86/0c/7375b599aa98a755c0d28e68391ced515205589cf2a02df74ce5fdb613ef/Lector-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "90fc3b3eb22024287950e61c93b40745", "sha256": "a739b89268620d2e583c046829c6cd610191c160e9028cc4e1d8d32a3e2421e5" }, "downloads": -1, "filename": "Lector-0.0.3.tar.gz", "has_sig": false, "md5_digest": "90fc3b3eb22024287950e61c93b40745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9003, "upload_time": "2017-05-20T23:50:48", "url": "https://files.pythonhosted.org/packages/b7/d4/f1bc3e6c5a4a4f0d521ee7f920431e3801b0a46bd288cc5673e3c694a754/Lector-0.0.3.tar.gz" } ], "0.0.3a0": [ { "comment_text": "", "digests": { "md5": "55663c615cc278a1cd84191b03cb158d", "sha256": "b11f9a7cd49b4acd5b5627af4332636a606aa20a8ce25f093966f1dfcbac7b29" }, "downloads": -1, "filename": "Lector-0.0.3a0.tar.gz", "has_sig": false, "md5_digest": "55663c615cc278a1cd84191b03cb158d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8269, "upload_time": "2015-11-22T15:09:24", "url": "https://files.pythonhosted.org/packages/34/a8/b998a11666664dd8bc0b92daedcc46f7de44e03b5aef17b2c78979564912/Lector-0.0.3a0.tar.gz" } ], "0.0.3a1": [ { "comment_text": "", "digests": { "md5": "1613613faf840ff75477452a8e53eaab", "sha256": "909e191c9c74ecd589178685e9ffe1f208771431d950c22e3558fa1707d9d199" }, "downloads": -1, "filename": "Lector-0.0.3a1.tar.gz", "has_sig": false, "md5_digest": "1613613faf840ff75477452a8e53eaab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8384, "upload_time": "2015-11-22T15:24:58", "url": "https://files.pythonhosted.org/packages/b9/c0/41e47b9f01a370c356b10e36cc23650d64c17cce4992b0882d34736c3d0e/Lector-0.0.3a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90fc3b3eb22024287950e61c93b40745", "sha256": "a739b89268620d2e583c046829c6cd610191c160e9028cc4e1d8d32a3e2421e5" }, "downloads": -1, "filename": "Lector-0.0.3.tar.gz", "has_sig": false, "md5_digest": "90fc3b3eb22024287950e61c93b40745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9003, "upload_time": "2017-05-20T23:50:48", "url": "https://files.pythonhosted.org/packages/b7/d4/f1bc3e6c5a4a4f0d521ee7f920431e3801b0a46bd288cc5673e3c694a754/Lector-0.0.3.tar.gz" } ] }