Personal tools
Skip to content. | Skip to navigation
gpw - gnuplot wrapper module for interfacing Python with gnuplot. by Wicher Minnaard <wicher@gavagai.eu> <>This is public domain software.Difference with gnuplot-py: This module does not need numpy. Also, this module doesn't offer tight integration with gnuplot.The main problem this module solves is that gnuplot needs a) data, b) instructions, and generates c) graph output. a) comes from ...
The zopyx.convert2 package helps you to convert HTML to PDF, RTF, ODT, DOCX and WML using XSL-FO technology or using PrinceXML. This package is used as the low-level API for zopyx.smartprintng.core. Requirements * Java 1.5.0 or higher (FOP 0.94 requires Java 1.6 or higher) * csstoxslfo (included) * XFC-4.0 (XMLMind) for ODT, RTF, DOCX and WML support (if needed) * XINC 2.0 (Lunasil) for PDF support (commercial) * or FOP 0.94 (Apache project) for PDF support (free) * or PrinceXML (commercial) for PDF support
TextIndexNG3 core implementation
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. For further information, please visit the CairoSVG Website http://www.cairosvg.org
WeasyPrint **The Awesome Document Factory**WeasyPrint is a smart solution helping web developers to create PDF documents. It turns simple HTML pages into gorgeous statistical reports, invoices, tickets…From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF and PNG. It aims to support web standards for printing. WeasyPrint is free...
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output.
cssselect2: CSS selectors for Python ElementTree cssselect2 is a straightforward implementation of CSS3 Selectors_ for markup documents (HTML, XML, etc.) that can be read by ElementTree_-like parsers (including cElementTree, lxml_, html5lib_, etc.)Unlike cssselect_, it does not translate selectors to XPath_ and therefore does not have all the correctness corner cases that are hard or...
Copyright (C) 2006-2015 Juan Reyero ().Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express ...
openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python the Office Open XML format.