rst2pdf

rst2pdf 0.93

The old way of generating PDFs from reStructuredText was by going through LaTeX.This tool provides an alternative by producing PDF directly using the ReportLab library.Features:User-defined page layout. Multiple frames per page, multiple layouts per...

Konfig

Konfig 0.9

Konfig is compatible with Python 3.x's new ConfigParser class, a special utility for reading, storing and transmitting configuration details.Konfig must not be confused with other Python modules that parse or work with config files (CFG, CONF, INI), since...

pyebook

pyebook 1.11

Currently supports the e-pub file format.The library parses a file, gets it ToC (table of content) and allows the developer to fetch the e-book's content.Requirements:Python 3 or...

read more

It also offers advanced nodeset handling methods.Its goal is to improve the administration of cluster by providing a lightweight but scalable API for developers.ClusterShell also provides with the library three convenient Python command-line programs:...

read more
jprops

jprops 1.0

The script will parse a Java-based properties file and output the content to a Python object (dict).Can also be used for writing data to a properties...

pyformat

pyformat 0.5.7

pyformat takes Python code and formats it according to a collection of preset rules.These formatting rules include, but are not limited to:PEP 8 style guidesPEP 257 style guidesRemoves unused importsUse same quotation characters in all filesWhat is new in...

read more
cookies

cookies 1.2.1

cookies.py is both a cookie file reader and generator at the same time.The module is compliant with the RFC 6265 standard that governs the modern day HTTP cookie file definitions.Features:Uses URL encoding Easy parsing system Contained in one...

nbt2yaml

nbt2yaml 0.3.0

Minecraft NBT files are special GZIP files for storing various round facets about the Minecraft game.This module allows developers to read and even write to those files via the Python CLI.The module simply parses the file and converts read data to an...

read more
docx2html

docx2html 0.2.3

docx2html takes OOXML valid .docx files and rewrites their content as a HTML page.All produced HTML code is standards compliant and free of any Word-specific formatting syntax.For now docx2html just extracts the content of the .docx file, with few...