GitXplorerGitXplorer
k

feedparser

public
2021 stars
346 forks
93 issues

Commits

List of commits on branch develop.
Verified
0401a2037aa0e9aa10c538d371fa27ebb495f3fb

Merge pull request #496 from kurtmckee/pre-commit-ci-update-config

kkurtmckee committed 12 days ago
Verified
c9affd390837ecaa0c2c1bac9d1f3a5580a64a48

[pre-commit.ci] pre-commit autoupdate

ppre-commit-ci[bot] committed 12 days ago
Verified
939a980f7e0173b46dcfcc2cff0bdb2b86e7ba1e

Merge pull request #493 from kurtmckee/dependabot/pip/requirements/docs/jinja2-3.1.5

kkurtmckee committed 25 days ago
Verified
5f69d894e57918edf78804eb09ed7a666e0901a0

Bump jinja2 from 3.1.4 to 3.1.5 in /requirements/docs

ddependabot[bot] committed a month ago
Verified
e43242143ed90ee8cbf05078faf972f8de35a798

Merge pull request #491 from kurtmckee/rm-pypy-3.9

kkurtmckee committed a month ago
Verified
4c72ac2b2bd503f0986d9fffde6aa684a52c3b48

Drop support for PyPy 3.9

kkurtmckee committed a month ago

README

The README file for this repository.

.. This file is part of feedparser. Copyright 2010-2024 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 can also be built and browsed locally using tox_:

.. code-block:: console

$ tox run -e docs

This will produce HTML documentation in the build/docs/ directory.

Testing

Feedparser has an extensive test suite, powered by tox_:

.. code-block:: console

$ tox run-parallel

.. Links .. ===== .. .. _tox: https://tox.wiki/