Personal tools
Skip to content. | Skip to navigation
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.
pdfrw 0.4 :Author: Patrick Maupin.. contents:: :backlinks: none.. sectnum::Introduction **pdfrw** is a Python library and utility that reads and writes PDF files:* Version 0.4 is tested and works on Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6 * Operations include subsetting, merging, rotating, modifying metadata, etc. * The fastest pure Python PDF parser available * Has been used for years by a...
Pyphen is a pure Python module to hyphenate text using existing hyphenation dictionaries, e.g., from Libreoffice language packs.
py.test provides simple, yet powerful testing for Python.
Allows results of running a test suite under pytest to be reported to an active BeakerLib session.
Pytest plugin with mechanisms for caching across test runs for Python 3.
py.test plugin to capture log messages. Python 2 version.