..
This file is part of feedparser.
Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org>
Copyright 2002-2008 Mark Pilgrim
Released under the BSD 2-clause license.
feedparser
##########
Parse Atom and RSS feeds in Python.
----
Installation
============
feedparser can be installed by running pip:
.. code-block:: console
$ pip install feedparser
Documentation
=============
The feedparser documentation is available on the web at:
https://feedparser.readthedocs.io/en/latest/
It is also included in its source format, ReST, in the ``docs/`` directory.
To build the documentation you'll need the Sphinx package, which is available at:
https://www.sphinx-doc.org/
You can then build HTML pages using a command similar to:
.. code-block:: console
$ sphinx-build -b html docs/ fpdocs
This will produce HTML documentation in the ``fpdocs/`` directory.
Testing
=======
Feedparser has an extensive test suite, powered by tox. To run it, type this:
.. code-block:: console
$ python -m venv venv
$ source venv/bin/activate # or "venv\bin\activate.ps1" on Windows
(venv) $ pip install -r requirements-dev.txt
(venv) $ tox
This will spawn an HTTP server that will listen on port 8097. The tests will
fail if that port is in use.
Raw data
{
"_id": null,
"home_page": "https://github.com/kurtmckee/feedparser",
"name": "feedparser",
"maintainer": null,
"docs_url": "https://pythonhosted.org/feedparser/",
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "atom, cdf, feed, parser, rdf, rss",
"author": "Kurt McKee",
"author_email": "contactme@kurtmckee.org",
"download_url": "https://files.pythonhosted.org/packages/dc/79/db7edb5e77d6dfbc54d7d9df72828be4318275b2e580549ff45a962f6461/feedparser-6.0.12.tar.gz",
"platform": "POSIX",
"description": "..\n This file is part of feedparser.\n Copyright 2010-2025 Kurt McKee <contactme@kurtmckee.org>\n Copyright 2002-2008 Mark Pilgrim\n Released under the BSD 2-clause license.\n\n\nfeedparser\n##########\n\nParse Atom and RSS feeds in Python.\n\n----\n\n\nInstallation\n============\n\nfeedparser can be installed by running pip:\n\n.. code-block:: console\n\n $ pip install feedparser\n\n\nDocumentation\n=============\n\nThe feedparser documentation is available on the web at:\n\n https://feedparser.readthedocs.io/en/latest/\n\nIt is also included in its source format, ReST, in the ``docs/`` directory.\nTo build the documentation you'll need the Sphinx package, which is available at:\n\n https://www.sphinx-doc.org/\n\nYou can then build HTML pages using a command similar to:\n\n.. code-block:: console\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, powered by tox. To run it, type this:\n\n.. code-block:: console\n\n $ python -m venv venv\n $ source venv/bin/activate # or \"venv\\bin\\activate.ps1\" on Windows\n (venv) $ pip install -r requirements-dev.txt\n (venv) $ tox\n\nThis will spawn an HTTP server that will listen on port 8097. The tests will\nfail if that port is in use.\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds",
"version": "6.0.12",
"project_urls": {
"Download": "https://pypi.python.org/pypi/feedparser",
"Homepage": "https://github.com/kurtmckee/feedparser"
},
"split_keywords": [
"atom",
" cdf",
" feed",
" parser",
" rdf",
" rss"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4eebc96d64137e29ae17d83ad2552470bafe3a7a915e85434d9942077d7fd011",
"md5": "0591928881a5004a0f08480de4673420",
"sha256": "6bbff10f5a52662c00a2e3f86a38928c37c48f77b3c511aedcd51de933549324"
},
"downloads": -1,
"filename": "feedparser-6.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0591928881a5004a0f08480de4673420",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 81480,
"upload_time": "2025-09-10T13:33:58",
"upload_time_iso_8601": "2025-09-10T13:33:58.022210Z",
"url": "https://files.pythonhosted.org/packages/4e/eb/c96d64137e29ae17d83ad2552470bafe3a7a915e85434d9942077d7fd011/feedparser-6.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc79db7edb5e77d6dfbc54d7d9df72828be4318275b2e580549ff45a962f6461",
"md5": "5f3c26e0f17ce73c31f875cdb4324b66",
"sha256": "64f76ce90ae3e8ef5d1ede0f8d3b50ce26bcce71dd8ae5e82b1cd2d4a5f94228"
},
"downloads": -1,
"filename": "feedparser-6.0.12.tar.gz",
"has_sig": false,
"md5_digest": "5f3c26e0f17ce73c31f875cdb4324b66",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 286579,
"upload_time": "2025-09-10T13:33:59",
"upload_time_iso_8601": "2025-09-10T13:33:59.486545Z",
"url": "https://files.pythonhosted.org/packages/dc/79/db7edb5e77d6dfbc54d7d9df72828be4318275b2e580549ff45a962f6461/feedparser-6.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 13:33:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kurtmckee",
"github_project": "feedparser",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "feedparser"
}