
Top : Computers : Programming : Languages : Python : Modules :
Data Formats
Websites
A simple Python module for retrieving and setting ID3 tags on MP3 compressed audio files through an object-oriented interface. [Open Source, GPL]
site exerpt
ID3 Tagging in Python This module allows one to read and manipulate so-called ID3 informational tags on MP3 files through an object-oriented Python interface. Note that this is the first thing I've ever written in Python, so please bear with me if I've done...A pure Python module for reading and writing .tar and tar.gz files. [Open Source, BSD-like]
site exerpt
tarfile read and write .tar files Abstract tarfile is a comprehensive implementation of the tar archive format as a module for the Python Language. It enables read/write access to common tar archives including support for gzip/bzip2 compressed archives. For details, please consult the Documentation. tarfile is...A PDF generation library. [Open source, BSD-like]
site exerpt
ReportLab Open Source Software F library is a proven industry-strength PDF generating solution, that you can use for meeting your requirements and deadlines in enterprise reporting systems. The easy way to PDF For latest features, see the Release Note. Our free Open Source PDF...Platform independent Python bindings for the LZMA compression library. [Open Source, LGPL]
http://www.joachim-bauch.de/projects/python/pylzma
A Python extension module for binary patching and diffing. [Open Source, BSD license]
http://starship.python.net/crew/atuining/cx_bsdiff/index.html
A ASN.1 types and codecs implementation. [Open Source, BSD]
site exerpt
ASN.1 tools for Python Whenever data structures are described in some machine and programming language independent and unambiguous way, such specification is called abstract syntax, by contrast with machine/language specific methods, which are called concrete or transfer syntaxes. Abstract syntaxes appear useful in networking...