pymarc

pymarc 2.8.4

It can read, write and modify MARC bibliographic data.It is based on the MARC/Perl suite of modules.What is new in this release:Added utf8_handling parameter to Record and MARCReader constructors and to Record.decode_marc(); accepts 'strict',...

read more
python-docx

python-docx 0.8.5

The DOCXX format is an Open XML format, used mainly by Microsoft's Office Word suite.python-docx enables Python programmers to generate or manipulate complex DOCX files via a few lines of code.The module can be used for both desktop and Web-based Python...

read more
generateDS

generateDS 2.15a

The data structures are the elements in an XML document described in the XML Schema.It also generates parsers that load an XML document into those data structures. In addition, a separate file containing subclasses (stubs) is optionally generated.The...

read more
ITC

ITC 0.3.3

The library breaks the iTunes file (.itc) down into pieces and retrieves any image file format it founds.It automatically detect PNG, JPG and ARGB images.An output folder can optionally be specified.What is new in this release:Removed shebang line in...

read more
sassin

sassin 0.9.3

SASS, currently known as SCSS, is a markup language and compiler for enhancing CSS syntax.The Python "sassin" module takes code written following SASS guidelines and converts it directly into CSS code.The module is useful where the original SASS...

read more
python-pptx

python-pptx 0.5.7

The PPTX format is an Open XML format, used mainly by Microsoft's Office PowerPoint suite.python-pptx allows Python programmers to generate or manipulate complex PPTX files via a few lines of code from Python-based websites or apps.The module is a top of...

mincss

mincss 0.8.6

For given CSS and HTML files, mincss parses the CSS file, parses HTML page and reports which of the CSS selectors are actually being used on the page and which not.The developer can then go and eliminate those rules from his CSS stylesheet.Examples and...

read more
isit

isit 0.3.3

isit scans environment variables and reports on them when queried.Can be used in detecting: OS typesLinux distributionsPython versionsEndianness typeCPU architectureRequirements:Python 2 or...

urllib3

urllib3 1.10.4 updated

The Python community has already created and shared to libraries for working with URLs and HTTP connections.These are urllib and urllib2. While both good at what they do, they actually have nothing in common with each other, and with urllib3...

read more
dicttoxml

dicttoxml 1.6.6 updated

A Python dict (or dictionary) is an associative array for storing and transferring data between Python operations.The dicttoxml (dict2xml) module provides useful methods for taking a Python dict and converting it into XML strings, for processing...

read more