..
This file is part of feedparser.
Copyright 2010-2023 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": "",
"docs_url": "https://pythonhosted.org/feedparser/",
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "atom,cdf,feed,parser,rdf,rss",
"author": "Kurt McKee",
"author_email": "contactme@kurtmckee.org",
"download_url": "https://files.pythonhosted.org/packages/ff/aa/7af346ebeb42a76bf108027fe7f3328bb4e57a3a96e53e21fd9ef9dd6dd0/feedparser-6.0.11.tar.gz",
"platform": "POSIX",
"description": "..\n This file is part of feedparser.\n Copyright 2010-2023 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.11",
"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": "",
"digests": {
"blake2b_256": "7cd48c31aad9cc18f451c49f7f9cfb5799dadffc88177f7917bc90a66459b1d7",
"md5": "27b4ea486ab7f61d83fdb6567e07234a",
"sha256": "0be7ee7b395572b19ebeb1d6aafb0028dee11169f1c934e0ed67d54992f4ad45"
},
"downloads": -1,
"filename": "feedparser-6.0.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "27b4ea486ab7f61d83fdb6567e07234a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 81343,
"upload_time": "2023-12-10T16:03:19",
"upload_time_iso_8601": "2023-12-10T16:03:19.484875Z",
"url": "https://files.pythonhosted.org/packages/7c/d4/8c31aad9cc18f451c49f7f9cfb5799dadffc88177f7917bc90a66459b1d7/feedparser-6.0.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ffaa7af346ebeb42a76bf108027fe7f3328bb4e57a3a96e53e21fd9ef9dd6dd0",
"md5": "47be8c47a93fff8994d50e7e1f1dd97e",
"sha256": "c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5"
},
"downloads": -1,
"filename": "feedparser-6.0.11.tar.gz",
"has_sig": false,
"md5_digest": "47be8c47a93fff8994d50e7e1f1dd97e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 286197,
"upload_time": "2023-12-10T16:03:20",
"upload_time_iso_8601": "2023-12-10T16:03:20.854443Z",
"url": "https://files.pythonhosted.org/packages/ff/aa/7af346ebeb42a76bf108027fe7f3328bb4e57a3a96e53e21fd9ef9dd6dd0/feedparser-6.0.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-10 16:03:20",
"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"
}