{ "info": { "author": "Robert \"khuxkm\" Miles", "author_email": "khuxkm@tilde.ninja", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "archive-cdx\n===========\n\nA library to interact with the archive.org Wayback Machine CDX server.\n\nHow to\n------\n\n``archivecdx.Listing`` is the basic list class.\n\nPass `CDX URL\narguments `__\nas keyword args. (For arguments that are Python keywords, append an\nunderscore and the library will automatically remove it for you.)\n\nSpecial args:\n\n- ``url`` - the ``url`` param\n- ``delay`` - the delay between automatic page count detection and\n grabbing the first page\n\n.. code:: python\n\n import archivecdx\n\n listing = archivecdx.Listing(\"archive.org\",fl=[\"original\",\"timestamp\",\"digest\"])\n\n print(listing[0]) # \"Row(original='http://www.archive.org:80/',timestamp='19970126045828',digest='Q4YULN754FHV2U6Q5JUT6Q2P57WEWNNY')\"\n\n``archivecdx.PaginatedListing`` uses the `Pagination\nAPI `__\nto return less values at once.\n\nIt supports the ``page`` keyword argument and adds a ``next_page``\nattribute, which will automatically pull the next page from the API.\n\n.. code:: python\n\n import archivecdx\n\n listing = archivecdx.PaginatedListing(\"archive.org\",page=1,fl=[\"original\",\"timestamp\",\"digest\"])\n\n print(len(listing.listing)) # 15000\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MineRobber9000/archive-cdx", "keywords": "wayback-machine cdx", "license": "", "maintainer": "", "maintainer_email": "", "name": "archive-cdx", "package_url": "https://pypi.org/project/archive-cdx/", "platform": "", "project_url": "https://pypi.org/project/archive-cdx/", "project_urls": { "Homepage": "https://github.com/MineRobber9000/archive-cdx" }, "release_url": "https://pypi.org/project/archive-cdx/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A library to interact with the archive.org Wayback Machine CDX server.", "version": "0.2.0" }, "last_serial": 4647929, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f902f7dbc1043539b293d59935bdc648", "sha256": "fe374a3357f15f1200d4a13b0a91f63b484cc29aef68ad81ab346fadc967f10b" }, "downloads": -1, "filename": "archive-cdx-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f902f7dbc1043539b293d59935bdc648", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4435, "upload_time": "2018-12-31T07:53:00", "url": "https://files.pythonhosted.org/packages/3c/f9/c1931c8db840fa3ec794b69a75eafaca8a774ed380ef9f82df1fd37d8952/archive-cdx-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0fe734268aede78e96c27057f4408bd2", "sha256": "a2f8940c88304a1e5be4d5668d3e35b747b110cdf94983fbcc42c7d3759c7ba9" }, "downloads": -1, "filename": "archive-cdx-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0fe734268aede78e96c27057f4408bd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4474, "upload_time": "2018-12-31T08:42:02", "url": "https://files.pythonhosted.org/packages/2a/40/fcc951d4fe3dbb9f1a1c94b2280a72eb0c92a0d55d0f99b7c0452720cb57/archive-cdx-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3bf49ae7b9f07bfc94530970b6e0abbf", "sha256": "af4bf00454ca1837dc0b75fa532c401a5eccb92e673164a80cb059f7c7b5a7b6" }, "downloads": -1, "filename": "archive-cdx-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3bf49ae7b9f07bfc94530970b6e0abbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4641, "upload_time": "2018-12-31T10:35:31", "url": "https://files.pythonhosted.org/packages/29/9a/7420a70baefeba557887add07542e0537f96c297c3cf3cf7ffc2b6dda3cd/archive-cdx-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3bf49ae7b9f07bfc94530970b6e0abbf", "sha256": "af4bf00454ca1837dc0b75fa532c401a5eccb92e673164a80cb059f7c7b5a7b6" }, "downloads": -1, "filename": "archive-cdx-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3bf49ae7b9f07bfc94530970b6e0abbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4641, "upload_time": "2018-12-31T10:35:31", "url": "https://files.pythonhosted.org/packages/29/9a/7420a70baefeba557887add07542e0537f96c297c3cf3cf7ffc2b6dda3cd/archive-cdx-0.2.0.tar.gz" } ] }