인터넷 데이터 처리¶
이 장에서는 인터넷에서 일반적으로 사용되는 데이터 형식 처리를 지원하는 모듈에 관해 설명합니다.
email
— 전자 메일과 MIME 처리 패키지email.message
: Representing an email messageemail.parser
: Parsing email messagesemail.generator
: Generating MIME documentsemail.policy
: Policy Objectsemail.errors
: 예외와 결함 클래스email.headerregistry
: Custom Header Objectsemail.contentmanager
: MIME 콘텐츠 관리email
: 예제email.message.Message
: Representing an email message using thecompat32
APIemail.mime
: Creating email and MIME objects from scratchemail.header
: Internationalized headersemail.charset
: Representing character setsemail.encoders
: Encodersemail.utils
: 기타 유틸리티email.iterators
: 이터레이터
json
— JSON 인코더와 디코더mailcap
— Mailcap 파일 처리mailbox
— Manipulate mailboxes in various formatsmimetypes
— 파일명을 MIME 유형에 매핑base64
— Base16, Base32, Base64, Base85 데이터 인코딩binhex
— binhex4 파일 인코딩과 디코딩binascii
— 바이너리와 ASCII 간의 변환quopri
— MIME quoted-printable 데이터 인코딩과 디코딩uu
— uuencode 파일 인코딩과 디코딩