# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-feedparser VERSION= 6.0.12 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Universal feed parser: RSS, CDF, Atom (3.13) SDESC[v14]= Universal feed parser: RSS, CDF, Atom (3.14) HOMEPAGE= https://github.com/kurtmckee/feedparser CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/4e/eb/c96d64137e29ae17d83ad2552470bafe3a7a915e85434d9942077d7fd011 DISTFILE[1]= feedparser-6.0.12-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= feedparser-6.0.12.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-sgmllib3k:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-sgmllib3k:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:1294:descriptions/desc.single] .. This file is part of feedparser. Copyright 2010-2025 Kurt McKee 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. [FILE:124:distinfo] 6bbff10f5a52662c00a2e3f86a38928c37c48f77b3c511aedcd51de933549324 81480 python-src/feedparser-6.0.12-py3-none-any.whl