Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kurtmckee/feedparser
/ types & classes
Types & classes
44 in github.com/kurtmckee/feedparser
⨍
Functions
371
◇
Types & classes
44
↓ 30 callers
Class
FeedParserDict
feedparser/util.py:31
↓ 1 callers
Class
CharacterEncodingOverride
feedparser/exceptions.py:42
↓ 1 callers
Class
CharacterEncodingUnknown
feedparser/exceptions.py:46
↓ 1 callers
Class
EndBracketMatch
feedparser/sgml.py:90
↓ 1 callers
Class
FeedParserTestServer
HTTP Server that runs in a thread and handles a predetermined number of requests
tests/runtests.py:128
↓ 1 callers
Class
NonXMLContentType
feedparser/exceptions.py:50
↓ 1 callers
Class
RelativeURIResolver
feedparser/urls.py:106
↓ 1 callers
Class
UndeclaredNamespace
feedparser/exceptions.py:54
↓ 1 callers
Class
_EndBracketRegEx
feedparser/sgml.py:68
↓ 1 callers
Class
_FeedURLHandler
feedparser/http.py:47
↓ 1 callers
Class
_HTMLSanitizer
feedparser/sanitizer.py:34
Class
BaseTestCase
tests/runtests.py:181
Class
FeedParserTestRequestHandler
tests/runtests.py:72
Class
Namespace
Support for the Atom, RSS, RDF, and CDF feed formats. The feed formats all share common elements, some of which have conflicting interpretati
feedparser/namespaces/_base.py:36
Class
Namespace
feedparser/namespaces/georss.py:35
Class
Namespace
feedparser/namespaces/itunes.py:32
Class
Namespace
feedparser/namespaces/psc.py:35
Class
Namespace
feedparser/namespaces/admin.py:32
Class
Namespace
feedparser/namespaces/dc.py:33
Class
Namespace
feedparser/namespaces/cc.py:32
Class
Namespace
feedparser/namespaces/mediarss.py:32
Class
TestBuildRequest
Test that HTTP request objects are created as expected
tests/runtests.py:764
Class
TestCase
tests/runtests.py:185
Class
TestCompression
Test the gzip and deflate support in the HTTP code
tests/runtests.py:497
Class
TestConvertToIdn
Test IDN support (unavailable in Jython as of Jython 2.5.2)
tests/runtests.py:478
Class
TestDateParsers
Test the various date parsers; most of the test cases are constructed dynamically based on the contents of the `date_tests` dict, below
tests/runtests.py:603
Class
TestEncodings
tests/runtests.py:270
Class
TestEverythingIsUnicode
Ensure that `everything_is_unicode()` is working appropriately
tests/runtests.py:239
Class
TestFeedParserDict
Ensure that FeedParserDict returns values as expected and won't crash
tests/runtests.py:294
Class
TestHTMLGuessing
Exercise the HTML sniffing code
tests/runtests.py:746
Class
TestHTTPStatus
Test HTTP redirection and other status codes
tests/runtests.py:531
Class
TestLooseParser
Test the sgmllib-based parser by manipulating feedparser into believing no XML parsers are installed
tests/runtests.py:253
Class
TestLxmlBug
tests/runtests.py:779
Class
TestMakeSafeAbsoluteURI
Exercise the URI joining and sanitization code
tests/runtests.py:451
Class
TestOpenResource
Ensure that `_open_resource()` interprets its arguments as URIs, file-like objects, or in-memory feeds as expected
tests/runtests.py:374
Class
TestParseFlags
tests/runtests.py:793
Class
TestSanitizer
tests/runtests.py:837
Class
TestStrictParser
tests/runtests.py:266
Class
TestTemporaryFallbackBehavior
These tests are temporarily here because of issues 310 and 328
tests/runtests.py:189
Class
ThingsNobodyCaresAboutButMe
feedparser/exceptions.py:38
Class
_BaseHTMLProcessor
feedparser/html.py:64
Class
_FeedParserMixin
feedparser/mixin.py:42
Class
_LooseFeedParser
feedparser/parsers/loose.py:29
Class
_StrictFeedParser
feedparser/parsers/strict.py:32