Personal tools
Skip to content. | Skip to navigation
Libraries implementing RFC 1861 - Simple Network Paging Protocol
Python social authentication made simple.
Thumbnails for Django. Features at a glance Support for Django 1.4, 1.5, 1.6 and 1.7 Python 3 support (for Django 1.5, 1.6, 1.7) Storage support Pluggable Engine support for Pillow, ImageMagick, PIL, Wand and pgmagick Pluggable Key Value Store support (cached db, redis) Pluggable Backend support Admin integration with possibility to delete Dummy generation (placeholders) Flexible, simple syntax, generates no html ImageField for model that deletes thumbnails CSS style cropping options Back smart cropping, and remove borders from the images when cropping Margin calculation for vertical positioning Alternative resolutions versions of a thumbnail
sorl-watermark offers drop-in engines for sorl-thumbnail, which automagically insert a specified image as watermark on top of the original thumbnail. Of course everything is configurable, from watermark image to the position and the opacity. If you are looking for a sorl engine to dynamically create text watermarks, you might want to have a look at [zeus/watermark]https://bitbucket.org/zeus/watermarker/overview)
Sorted container data types.
SPARQL Endpoint interface to Python
A module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide.
Library for performing speech recognition with support for Google Speech Recognition, `Wit.ai <https://wit.ai/>`__, `IBM Speech to Text <http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text.html>`__, and `AT&T Speech to Text <http://developer.att.com/apis/speech>`__.
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.