WeasyPrint

WeasyPrint 0.22

WeasyPrint uses a collection of open-sourced technologies to parse a page, render its HTML content, style it with CSS and then output the final result as a downloadable PDF file.Additionally, WeasyPrint can also output the page as a pixel-perfect PNG file...

read more
Werkzeug

Werkzeug 0.10.4 updated

WSGI stands for Web Server Gateway Interface and defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language. Werkzeug is a collection of various utilities for WSGI applications in...

read more
Whoosh

Whoosh 2.7.0

Mixing any programming language with another programming language is regarded by any developer around as a "no no."Unless your working for someone in Silicon Valley and, or benefit from a team of developers to back you up, it is widely regarded as a good...

read more
WTForms

WTForms 2.0.2

WTForms allows developers to use Python syntax to create forms, which at runtime gets converted to a classic HTML form.WTForms will keep messy form parameters out of the Python code and provide an easier way to customize forms, introducing separation...

wxPython

wxPython 3.0.2.0

It allows Python programmers to create programs with a robust, highly functional graphical user interface that can be used on multiple OS platforms.It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross...

read more
xls2db

xls2db 0.0.8

The resulted database file can be opened using Python's sqlite3 module.The outputted database follows a particular schema, which can be customized based on the developer's...

XlsxWriter

XlsxWriter 0.7.3 updated

XlsxWriter is still in its infancy as a module, but supports basic XLSX creation features.This includes cell formatting, cell notation, multiple worksheets manipulation, formulas, dates, numbers and text writing.All outputted spreadsheets are compatible...

read more

Zopfli is a data compression algorithm developed by Google for better file archiving.The module allows developers to use this algorithm from their Python-based apps and websiteswithout having to deal with C code...

read more