인터넷 데이터 처리¶
이 장에서는 인터넷에서 일반적으로 사용되는 데이터 형식 처리를 지원하는 모듈에 관해 설명합니다.
email— 전자 메일과 MIME 처리 패키지email.message: 전자 메일 메시지 표현email.parser: 전자 메일 메시지 구문 분석email.generator: MIME 문서 생성email.policy: 정책 객체email.errors: 예외와 결함 클래스email.headerregistry: 사용자 정의 헤더 객체email.contentmanager: MIME 콘텐츠 관리email: 예제email.message.Message:compat32API를 사용하여 이메일 메시지 표현하기email.mime: 처음부터 이메일과 MIME 객체 만들기email.header: 국제화된 헤더email.charset: 문자 집합 표현email.encoders: 인코더email.utils: 기타 유틸리티email.iterators: 이터레이터
json— JSON 인코더와 디코더mailcap— Mailcap 파일 처리mailbox— 다양한 형식의 사서함 조작하기mimetypes— 파일명을 MIME 유형에 매핑base64— Base16, Base32, Base64, Base85 데이터 인코딩binhex— binhex4 파일 인코딩과 디코딩binascii— 바이너리와 ASCII 간의 변환quopri— MIME quoted-printable 데이터 인코딩과 디코딩uu— uuencode 파일 인코딩과 디코딩