René's URL Explorer Experiment


Title: Internet Data Handling — Python 3.14.2 documentation

Open Graph Title: Internet Data Handling

Description: This chapter describes modules which support handling data formats commonly used on the internet. email — An email and MIME handling package- email.message: Representing an email message, email.par...

Open Graph Description: This chapter describes modules which support handling data formats commonly used on the internet. email — An email and MIME handling package- email.message: Representing an email message, email.par...

Opengraph URL: https://docs.python.org/3/library/netdata.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_netdata_2963ffd3.png
og:image:altThis chapter describes modules which support handling data formats commonly used on the internet. email — An email and MIME handling package- email.message: Representing an email message, email.par...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
mmap — Memory-mapped file supporthttps://docs.python.org/3/library/mmap.html
email — An email and MIME handling packagehttps://docs.python.org/3/library/email.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/netdata.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/email.html
previoushttps://docs.python.org/3/library/mmap.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Data Handlinghttps://docs.python.org/3/library/netdata.html
https://docs.python.org/3/library/netdata.html#internet-data-handling
email — An email and MIME handling packagehttps://docs.python.org/3/library/email.html
email.message: Representing an email messagehttps://docs.python.org/3/library/email.message.html
email.parser: Parsing email messageshttps://docs.python.org/3/library/email.parser.html
FeedParser APIhttps://docs.python.org/3/library/email.parser.html#feedparser-api
Parser APIhttps://docs.python.org/3/library/email.parser.html#parser-api
Additional noteshttps://docs.python.org/3/library/email.parser.html#additional-notes
email.generator: Generating MIME documentshttps://docs.python.org/3/library/email.generator.html
email.policy: Policy Objectshttps://docs.python.org/3/library/email.policy.html
email.errors: Exception and Defect classeshttps://docs.python.org/3/library/email.errors.html
email.headerregistry: Custom Header Objectshttps://docs.python.org/3/library/email.headerregistry.html
email.contentmanager: Managing MIME Contenthttps://docs.python.org/3/library/email.contentmanager.html
Content Manager Instanceshttps://docs.python.org/3/library/email.contentmanager.html#content-manager-instances
email: Exampleshttps://docs.python.org/3/library/email.examples.html
email.message.Message: Representing an email message using the compat32 APIhttps://docs.python.org/3/library/email.compat32-message.html
email.mime: Creating email and MIME objects from scratchhttps://docs.python.org/3/library/email.mime.html
email.header: Internationalized headershttps://docs.python.org/3/library/email.header.html
email.charset: Representing character setshttps://docs.python.org/3/library/email.charset.html
email.encoders: Encodershttps://docs.python.org/3/library/email.encoders.html
email.utils: Miscellaneous utilitieshttps://docs.python.org/3/library/email.utils.html
email.iterators: Iteratorshttps://docs.python.org/3/library/email.iterators.html
json — JSON encoder and decoderhttps://docs.python.org/3/library/json.html
Basic Usagehttps://docs.python.org/3/library/json.html#basic-usage
Encoders and Decodershttps://docs.python.org/3/library/json.html#encoders-and-decoders
Exceptionshttps://docs.python.org/3/library/json.html#exceptions
Standard Compliance and Interoperabilityhttps://docs.python.org/3/library/json.html#standard-compliance-and-interoperability
Character Encodingshttps://docs.python.org/3/library/json.html#character-encodings
Infinite and NaN Number Valueshttps://docs.python.org/3/library/json.html#infinite-and-nan-number-values
Repeated Names Within an Objecthttps://docs.python.org/3/library/json.html#repeated-names-within-an-object
Top-level Non-Object, Non-Array Valueshttps://docs.python.org/3/library/json.html#top-level-non-object-non-array-values
Implementation Limitationshttps://docs.python.org/3/library/json.html#implementation-limitations
Command-line interfacehttps://docs.python.org/3/library/json.html#module-json.tool
Command-line optionshttps://docs.python.org/3/library/json.html#command-line-options
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/3/library/mailbox.html
Mailbox objectshttps://docs.python.org/3/library/mailbox.html#mailbox-objects
Maildir objectshttps://docs.python.org/3/library/mailbox.html#maildir-objects
mbox objectshttps://docs.python.org/3/library/mailbox.html#mbox-objects
MH objectshttps://docs.python.org/3/library/mailbox.html#mh-objects
Babyl objectshttps://docs.python.org/3/library/mailbox.html#babyl-objects
MMDF objectshttps://docs.python.org/3/library/mailbox.html#mmdf-objects
Message objectshttps://docs.python.org/3/library/mailbox.html#message-objects
MaildirMessage objectshttps://docs.python.org/3/library/mailbox.html#maildirmessage-objects
mboxMessage objectshttps://docs.python.org/3/library/mailbox.html#mboxmessage-objects
MHMessage objectshttps://docs.python.org/3/library/mailbox.html#mhmessage-objects
BabylMessage objectshttps://docs.python.org/3/library/mailbox.html#babylmessage-objects
MMDFMessage objectshttps://docs.python.org/3/library/mailbox.html#mmdfmessage-objects
Exceptionshttps://docs.python.org/3/library/mailbox.html#exceptions
Exampleshttps://docs.python.org/3/library/mailbox.html#examples
mimetypes — Map filenames to MIME typeshttps://docs.python.org/3/library/mimetypes.html
MimeTypes objectshttps://docs.python.org/3/library/mimetypes.html#mimetypes-objects
Command-line usagehttps://docs.python.org/3/library/mimetypes.html#command-line-usage
Command-line examplehttps://docs.python.org/3/library/mimetypes.html#command-line-example
base64 — Base16, Base32, Base64, Base85 Data Encodingshttps://docs.python.org/3/library/base64.html
RFC 4648 Encodingshttps://docs.python.org/3/library/base64.html#rfc-4648-encodings
Base85 Encodingshttps://docs.python.org/3/library/base64.html#base85-encodings
Legacy Interfacehttps://docs.python.org/3/library/base64.html#legacy-interface
Security Considerationshttps://docs.python.org/3/library/base64.html#security-considerations
binascii — Convert between binary and ASCIIhttps://docs.python.org/3/library/binascii.html
quopri — Encode and decode MIME quoted-printable datahttps://docs.python.org/3/library/quopri.html
mmap — Memory-mapped file supporthttps://docs.python.org/3/library/mmap.html
email — An email and MIME handling packagehttps://docs.python.org/3/library/email.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/netdata.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/email.html
previoushttps://docs.python.org/3/library/mmap.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Data Handlinghttps://docs.python.org/3/library/netdata.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.