{ "info": { "author": "Kurt McKee", "author_email": "contactme@kurtmckee.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: XML" ], "description": "feedparser - Parse Atom and RSS feeds in Python.\n\n| Copyright 2010-2015 Kurt McKee \n| Copyright 2002-2008 Mark Pilgrim\n\nfeedparser is open source. See the LICENSE file for more information.\n\n\nInstallation\n============\n\nFeedparser can be installed using distutils or setuptools by running::\n\n $ python setup.py install\n\nIf you're using Python 3, feedparser will automatically be updated by the 2to3\ntool; installation should be seamless across Python 2 and Python 3.\n\nThere's one caveat, however: sgmllib.py was deprecated in Python 2.6 and is no\nlonger included in the Python 3 standard library. Because feedparser currently\nrelies on sgmllib.py to handle illformed feeds (among other things), it's a\nuseful library to have installed.\n\nIf your feedparser download included a copy of sgmllib.py, it's probably called\nsgmllib3.py, and you can simply rename the file to sgmllib.py. It will not be\nautomatically installed using the command above, so you will have to manually\ncopy it to somewhere in your Python path.\n\nIf a copy of sgmllib.py was not included in your feedparser download, you can\ngrab a copy from the Python 2 standard library (preferably from the Python 2.7\nseries) and run the 2to3 tool on it::\n\n $ 2to3 -w sgmllib.py\n\nIf you copied sgmllib.py from a Python 2.6 or 2.7 installation you'll\nadditionally need to edit the resulting file to remove the `warnpy3k` lines at\nthe top of the file. There should be four lines at the top of the file that you\ncan delete.\n\nBecause sgmllib.py is a part of the Python codebase, it's licensed under the\nPython Software Foundation License. You can find a copy of that license at\npython.org:\n\n http://docs.python.org/license.html\n\n\nDocumentation\n=============\n\nThe feedparser documentation is available on the web at:\n\n https://pythonhosted.org/feedparser/\n\nIt is also included in its source format, ReST, in the docs/ directory. To\nbuild the documentation you'll need the Sphinx package, which is available at:\n\n http://sphinx.pocoo.org/\n\nYou can then build HTML pages using a command similar to::\n\n $ sphinx-build -b html docs/ fpdocs\n\nThis will produce HTML documentation in the fpdocs/ directory.\n\n\nTesting\n=======\n\nFeedparser has an extensive test suite that has been growing for a decade. If\nyou'd like to run the tests yourself, you can run the following command::\n\n $ python feedparsertest.py\n\nThis will spawn an HTTP server that will listen on port 8097. The tests will\nfail if that port is in use.\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/feedparser/", "download_url": "https://pypi.python.org/pypi/feedparser", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kurtmckee/feedparser", "keywords": "atom,cdf,feed,parser,rdf,rss", "license": null, "maintainer": null, "maintainer_email": null, "name": "feedparser", "package_url": "https://pypi.org/project/feedparser/", "platform": "POSIX,Windows", "project_url": "https://pypi.org/project/feedparser/", "project_urls": { "Download": "https://pypi.python.org/pypi/feedparser", "Homepage": "https://github.com/kurtmckee/feedparser" }, "release_url": "https://pypi.org/project/feedparser/5.2.1/", "requires_dist": null, "requires_python": null, "summary": "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds", "version": "5.2.1" }, "last_serial": 5915613, "releases": { "4.1": [ { "comment_text": "", "digests": { "md5": "3ae6df581875bc35d0acae998287e5d8", "sha256": "08ab2fabde97987cd8582c9e1e230f28eb19a959c5eae4ca122110fa8388f2fc" }, "downloads": -1, "filename": "feedparser-4.1-py2.4.egg", "has_sig": false, "md5_digest": "3ae6df581875bc35d0acae998287e5d8", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 70253, "upload_time": "2007-06-15T13:20:34", "url": "https://files.pythonhosted.org/packages/bc/29/ab28630e5a98b133c2c96d5a78d264662c423d0b646031bbc4e5a806a630/feedparser-4.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "573a8df4d4305b37107040654f52b826", "sha256": "98e02139ba617f51aa766fb68fb72a9b7f4288a7184e8b2317b01408bf7381e5" }, "downloads": -1, "filename": "feedparser-4.1.tar.gz", "has_sig": false, "md5_digest": "573a8df4d4305b37107040654f52b826", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34383, "upload_time": "2007-06-15T13:19:50", "url": "https://files.pythonhosted.org/packages/6f/b7/68a218da8c935dc84efd6ec12e54c052aafdb5742e672325473b7fd03df5/feedparser-4.1.tar.gz" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "88d11b31b31305ea36ba62be8a541a15", "sha256": "0d0fd3101e87344f94b8e06fd6cd63436f5e976dae55cf8f6abe49d8ea8866b7" }, "downloads": -1, "filename": "feedparser-5.0.tar.bz2", "has_sig": false, "md5_digest": "88d11b31b31305ea36ba62be8a541a15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 203395, "upload_time": "2011-01-28T07:43:24", "url": "https://files.pythonhosted.org/packages/88/21/b245af40e2a02878a56e962c4a4b4b3bad3f30ef4dd2defa670639942516/feedparser-5.0.tar.bz2" }, { "comment_text": "", "digests": { "md5": "983d93bf1f4f8558bc01c08ffea8b61a", "sha256": "f4b2bc08b73a94f6cfc811dd6183aca113c726f19996ea8ad1f0aa089f9f01a6" }, "downloads": -1, "filename": "feedparser-5.0.tar.gz", "has_sig": false, "md5_digest": "983d93bf1f4f8558bc01c08ffea8b61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 311864, "upload_time": "2011-01-28T07:43:39", "url": "https://files.pythonhosted.org/packages/a1/d8/138c12a2f1d8afeda3911904fe02927bf053023a6a175789434511df46cd/feedparser-5.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "67ccf489699d641876ddb370067959d9", "sha256": "8f69b45a415209251559decd0ff894901080430dedabd644c1c6d0ed90bc009b" }, "downloads": -1, "filename": "feedparser-5.0.zip", "has_sig": false, "md5_digest": "67ccf489699d641876ddb370067959d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2002639, "upload_time": "2011-01-28T07:44:27", "url": "https://files.pythonhosted.org/packages/79/ae/6fbdc1b0e5b6ed54e444bf14e976899e5fc0776f3a288a76f0ecd6357a9b/feedparser-5.0.zip" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "702835de74bd4a578524f311e62c2877", "sha256": "57fe918773969eb20fb7b94ab1ae5d3b7eb4a8ce29f49ebc3766fa7f6a4974cb" }, "downloads": -1, "filename": "feedparser-5.0.1.tar.bz2", "has_sig": false, "md5_digest": "702835de74bd4a578524f311e62c2877", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204146, "upload_time": "2011-02-20T22:07:04", "url": "https://files.pythonhosted.org/packages/90/8d/7818ed122854a8b338d6a52dfde1900c248c3c1fba0bf8f09f03bdff40cf/feedparser-5.0.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "0dfd4ad6e1059ba8df3b6eebc60eef59", "sha256": "93220258a661af241a5695171fdf09b4cb39234e2edb8bc0d8ef6e5173501027" }, "downloads": -1, "filename": "feedparser-5.0.1.tar.gz", "has_sig": false, "md5_digest": "0dfd4ad6e1059ba8df3b6eebc60eef59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313356, "upload_time": "2011-02-20T22:07:27", "url": "https://files.pythonhosted.org/packages/89/b4/ea568c6ed237c92d0c44ccf014d512ccde343b975758c8de60c92bf1b1ad/feedparser-5.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "cefffeba66b658d3cc7c1d66b92c6a1a", "sha256": "f8c3b8acaf7163d076cd5011a856c19feb9f98023e084560d9a6d54551144344" }, "downloads": -1, "filename": "feedparser-5.0.1.zip", "has_sig": false, "md5_digest": "cefffeba66b658d3cc7c1d66b92c6a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2022807, "upload_time": "2011-02-20T22:08:22", "url": "https://files.pythonhosted.org/packages/42/d6/5be2701f1b4c66ef3f7600a23084f06a82bf3ff7f6a748701299bf732127/feedparser-5.0.1.zip" } ], "5.1": [ { "comment_text": "", "digests": { "md5": "f8790accd379b578261cb5b0047bd20c", "sha256": "91a28a76b5cbaf7457a22e47e04347568a1f21fac85c806867ac72d32aabe718" }, "downloads": -1, "filename": "feedparser-5.1.tar.bz2", "has_sig": false, "md5_digest": "f8790accd379b578261cb5b0047bd20c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 195506, "upload_time": "2011-12-03T17:36:01", "url": "https://files.pythonhosted.org/packages/f6/e7/8d6a8ba972485c10c72b80956cf0690e27d0f4a4bd52472a4e5562d6653c/feedparser-5.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "ad747644980f0813c34003fecce35a47", "sha256": "acb4d3725f2d34074e0352c2f14133769a9800de88b3713ba10f1c67683bbbcd" }, "downloads": -1, "filename": "feedparser-5.1.tar.gz", "has_sig": false, "md5_digest": "ad747644980f0813c34003fecce35a47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278613, "upload_time": "2011-12-03T17:36:03", "url": "https://files.pythonhosted.org/packages/9c/ff/39f03237c2ff360f11c917c6dc2e177e23510803a125d0a653e6a388d662/feedparser-5.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "5307442f686f773afee12aa6e4bfe257", "sha256": "6d504752949dbe3b7bc5400f90434274d213ae7d23fd9dd115231c6b031c8224" }, "downloads": -1, "filename": "feedparser-5.1.zip", "has_sig": false, "md5_digest": "5307442f686f773afee12aa6e4bfe257", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1202281, "upload_time": "2011-12-03T17:36:07", "url": "https://files.pythonhosted.org/packages/43/4c/1f981b2988005015d25523304c69407bc5a7abb975e93340ebeb3dfc661b/feedparser-5.1.zip" } ], "5.1.1": [ { "comment_text": "", "digests": { "md5": "b6606f7cdf076f2f6ea6cb19b86cc589", "sha256": "ae099763f4538aa08c5021d42ba6ce5b9b6218e71423c96031153f379955481a" }, "downloads": -1, "filename": "feedparser-5.1.1.tar.bz2", "has_sig": false, "md5_digest": "b6606f7cdf076f2f6ea6cb19b86cc589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198754, "upload_time": "2012-03-20T16:36:08", "url": "https://files.pythonhosted.org/packages/b6/c6/8759cd03a5a9789ecb9d44e6f7e79242d04ba6cf90b42e90166079f5360a/feedparser-5.1.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "6137ebee4b1e9c3a05a0914cbddcb8e7", "sha256": "52542106f55d044a404f00bf328bd29e81e49c38a130a05be66a8e4dc4f9ff57" }, "downloads": -1, "filename": "feedparser-5.1.1.tar.gz", "has_sig": false, "md5_digest": "6137ebee4b1e9c3a05a0914cbddcb8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 283590, "upload_time": "2012-03-20T16:36:10", "url": "https://files.pythonhosted.org/packages/91/02/8c812e557ebefa353a00069de4f752af007e4cb8679800e5e4960b763783/feedparser-5.1.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "ef578c574158b742fd9f3438a873a0d0", "sha256": "172c23932965f91ef58e23e5abf93412333eecdc04d9e015cd09056d6b9301b3" }, "downloads": -1, "filename": "feedparser-5.1.1.zip", "has_sig": false, "md5_digest": "ef578c574158b742fd9f3438a873a0d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1211943, "upload_time": "2012-03-20T16:36:16", "url": "https://files.pythonhosted.org/packages/4a/c6/fdf596faa8b3eee7792e9905bd2d9f22999e3da58f0ab218f7acf1710be3/feedparser-5.1.1.zip" } ], "5.1.2": [ { "comment_text": "", "digests": { "md5": "9f88692c7c1af1d47839eb2025984975", "sha256": "b7773afb41481add990539baeb0e441811ec48cb8c1b6c2911cabbe9c5d9d1d0" }, "downloads": -1, "filename": "feedparser-5.1.2.tar.bz2", "has_sig": false, "md5_digest": "9f88692c7c1af1d47839eb2025984975", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199404, "upload_time": "2012-05-03T15:58:02", "url": "https://files.pythonhosted.org/packages/66/0a/81753cded45d437b643ce1e0addbad16d92438f2e599a24f10d12c1fe1d0/feedparser-5.1.2.tar.bz2" }, { "comment_text": "", "digests": { "md5": "575e76c64ec61016a83a015c65110606", "sha256": "183ddcf94b11648e710ef45ef8124386e315704a0247b073d375c7dd39b4cb7f" }, "downloads": -1, "filename": "feedparser-5.1.2.tar.gz", "has_sig": false, "md5_digest": "575e76c64ec61016a83a015c65110606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 284562, "upload_time": "2012-05-03T15:58:04", "url": "https://files.pythonhosted.org/packages/51/9e/06d2f7d2fbbabd0999f4ed3be9341db8ed37854808022439679671acfb67/feedparser-5.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "c300bc422dcc127d7ff7ef6847ee1ef5", "sha256": "51fed26e7b0cce3c6e931182641c8607e21853225a66a3462f20f8e6ec93c83b" }, "downloads": -1, "filename": "feedparser-5.1.2.zip", "has_sig": false, "md5_digest": "c300bc422dcc127d7ff7ef6847ee1ef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1213865, "upload_time": "2012-05-03T15:58:11", "url": "https://files.pythonhosted.org/packages/93/19/7e00bc543838e1e2fd7f8bb0bfab53f7afeff8c0514488958a0d97b814b9/feedparser-5.1.2.zip" } ], "5.1.3": [ { "comment_text": "", "digests": { "md5": "6fb6372a1dc2f56d4d79d740b8f49f25", "sha256": "7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3" }, "downloads": -1, "filename": "feedparser-5.1.3.tar.bz2", "has_sig": false, "md5_digest": "6fb6372a1dc2f56d4d79d740b8f49f25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202373, "upload_time": "2012-12-09T20:51:07", "url": "https://files.pythonhosted.org/packages/eb/d7/143dc058551243c11f76e18117d3818135377049eaadc4edc30a3f34b1d3/feedparser-5.1.3.tar.bz2" }, { "comment_text": "", "digests": { "md5": "f2253de78085a1d5738f626fcc1d8f71", "sha256": "ad543639e89d43685e2f1d3b6e48711562eec3be379e6958a920fbeaf4c63bce" }, "downloads": -1, "filename": "feedparser-5.1.3.tar.gz", "has_sig": false, "md5_digest": "f2253de78085a1d5738f626fcc1d8f71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 283614, "upload_time": "2012-12-09T20:51:09", "url": "https://files.pythonhosted.org/packages/c4/7a/f8053bb0413c3953507c0ecafc562b8d743c888010c811fff35a714f5bb3/feedparser-5.1.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "ee28a86d4ffe41ca838793e00e41d8ac", "sha256": "a49ec89ebdb4234de473ad36792bf8da3a8640b8a263afda2eac510ff4908c92" }, "downloads": -1, "filename": "feedparser-5.1.3.zip", "has_sig": false, "md5_digest": "ee28a86d4ffe41ca838793e00e41d8ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1216733, "upload_time": "2012-12-09T20:51:14", "url": "https://files.pythonhosted.org/packages/8a/fb/1a18f2e5c1646e5e813ce57f13d84cf2f5011072189372a72f3a71ec1cde/feedparser-5.1.3.zip" } ], "5.2.0": [ { "comment_text": "", "digests": { "md5": "9f54fe1e84412c16cdc5997d5b133a60", "sha256": "605a4bff8ef61c1149c3a014ad6ec74ac58ddd7d4c5cb18a00f7f77311c37100" }, "downloads": -1, "filename": "feedparser-5.2.0.post1.tar.bz2", "has_sig": false, "md5_digest": "9f54fe1e84412c16cdc5997d5b133a60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192268, "upload_time": "2015-04-16T23:15:13", "url": "https://files.pythonhosted.org/packages/ed/32/bba94604e0f2476f9488defba19c5eef04f60310df9e51f0111f84867fb8/feedparser-5.2.0.post1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "be936ba83e20a6bec32a7dbf632ff10e", "sha256": "2c27fa4f598202ed2f956782f1f0d2156faf870710ef34b6d7a3c4757ecc6a14" }, "downloads": -1, "filename": "feedparser-5.2.0.post1.tar.gz", "has_sig": false, "md5_digest": "be936ba83e20a6bec32a7dbf632ff10e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252944, "upload_time": "2015-04-16T23:15:17", "url": "https://files.pythonhosted.org/packages/18/70/2d569fea0091f920d015825a78fe20750d5fc3ae34436d93fea9a7070304/feedparser-5.2.0.post1.tar.gz" }, { "comment_text": "", "digests": { "md5": "192024f64240e7b117a2f4b9d8a8269c", "sha256": "03a8fc2efe24e7a4895f14298fd3a24930416264c7635d27acfb5318b8ccd4b3" }, "downloads": -1, "filename": "feedparser-5.2.0.post1.zip", "has_sig": false, "md5_digest": "192024f64240e7b117a2f4b9d8a8269c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1159373, "upload_time": "2015-04-16T23:15:25", "url": "https://files.pythonhosted.org/packages/69/d0/8f301802626231cb67c09c1400a8000d016ed0ab2a0cc1187cbac5f53553/feedparser-5.2.0.post1.zip" } ], "5.2.1": [ { "comment_text": "", "digests": { "md5": "ee8bd99535a4261b8e26976984dd6b26", "sha256": "ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02" }, "downloads": -1, "filename": "feedparser-5.2.1.tar.bz2", "has_sig": false, "md5_digest": "ee8bd99535a4261b8e26976984dd6b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192328, "upload_time": "2015-07-24T05:03:24", "url": "https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "d552f7a2a55e8e33b2a3fe1082505b42", "sha256": "bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9" }, "downloads": -1, "filename": "feedparser-5.2.1.tar.gz", "has_sig": false, "md5_digest": "d552f7a2a55e8e33b2a3fe1082505b42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252956, "upload_time": "2015-07-24T05:03:30", "url": "https://files.pythonhosted.org/packages/ca/f4/91a056f11751701c24f86c692d92fee290b0ba3f99f657cdeb85ad3da402/feedparser-5.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "761df908e1f1b68eab53bbcb73d57352", "sha256": "cd2485472e41471632ed3029d44033ee420ad0b57111db95c240c9160a85831c" }, "downloads": -1, "filename": "feedparser-5.2.1.zip", "has_sig": false, "md5_digest": "761df908e1f1b68eab53bbcb73d57352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1159416, "upload_time": "2015-07-24T05:03:41", "url": "https://files.pythonhosted.org/packages/5d/20/c6ec54fc79fb944f2058a5fef149b8a0d67993db5e3ba7ea58ce931e365e/feedparser-5.2.1.zip" } ], "6.0.0b1": [ { "comment_text": "", "digests": { "md5": "5921c464752b42e994db5353f2c85d57", "sha256": "87185443d6e12cf870125bdc9211168c60895e7dd7209b5c082897ddb1b11efb" }, "downloads": -1, "filename": "feedparser-6.0.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5921c464752b42e994db5353f2c85d57", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82405, "upload_time": "2019-10-02T01:02:53", "url": "https://files.pythonhosted.org/packages/3f/e2/a8ae28b49bebdffcefff86c915a99ddd2ecc36b74fb7d3beeaec47b6946a/feedparser-6.0.0b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2aaae074f7cf5dfca93aa853f1b0a4b0", "sha256": "150ccca4cfc3481f7ff503988a91bbdbbbc3406d6444bfe9cfe6c1001d378e73" }, "downloads": -1, "filename": "feedparser-6.0.0b1.tar.gz", "has_sig": false, "md5_digest": "2aaae074f7cf5dfca93aa853f1b0a4b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253633, "upload_time": "2019-10-02T01:02:56", "url": "https://files.pythonhosted.org/packages/e4/a0/776c6ce5c3a6a72359317820c6bcd27becbbd2165979fdbc0ceb3ebee45b/feedparser-6.0.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee8bd99535a4261b8e26976984dd6b26", "sha256": "ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02" }, "downloads": -1, "filename": "feedparser-5.2.1.tar.bz2", "has_sig": false, "md5_digest": "ee8bd99535a4261b8e26976984dd6b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192328, "upload_time": "2015-07-24T05:03:24", "url": "https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "d552f7a2a55e8e33b2a3fe1082505b42", "sha256": "bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9" }, "downloads": -1, "filename": "feedparser-5.2.1.tar.gz", "has_sig": false, "md5_digest": "d552f7a2a55e8e33b2a3fe1082505b42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252956, "upload_time": "2015-07-24T05:03:30", "url": "https://files.pythonhosted.org/packages/ca/f4/91a056f11751701c24f86c692d92fee290b0ba3f99f657cdeb85ad3da402/feedparser-5.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "761df908e1f1b68eab53bbcb73d57352", "sha256": "cd2485472e41471632ed3029d44033ee420ad0b57111db95c240c9160a85831c" }, "downloads": -1, "filename": "feedparser-5.2.1.zip", "has_sig": false, "md5_digest": "761df908e1f1b68eab53bbcb73d57352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1159416, "upload_time": "2015-07-24T05:03:41", "url": "https://files.pythonhosted.org/packages/5d/20/c6ec54fc79fb944f2058a5fef149b8a0d67993db5e3ba7ea58ce931e365e/feedparser-5.2.1.zip" } ] }