RSS 463 projects tagged "Python Modules"

No download Website Updated 17 Jun 2013 pyratemp

Screenshot
Pop 111.25
Vit 165.72

pyratemp is probably (one of) the smallest complete template-engines for Python (with less than 500 LOC). It has a very small set of special syntax in the templates. These features reduce complexity and the probability of bugs and lead to an easy-to-use and intuitive user-interface. It uses embedded Python-expressions (in a "sandbox"), is well documented, has full Unicode-support, and produces very good error-messages, which is very useful when creating new templates.

Download Website Updated 17 Jun 2013 QScintilla

Screenshot
Pop 276.29
Vit 426.71

QScintilla is a port of the Scintilla C++ editor class to the Qt GUI toolkit.

Download Website Updated 14 Jun 2013 python-stdnum

Screenshot
Pop 135.23
Vit 50.59

python-stdnum is a Python module to parse, validate, and reformat standard numbers and codes in different formats. It supports a large number of number formats, including: ISBN (International Standard Book Number), ISSN (International Standard Serial Number), BSN (Burgerservicenummer, the Dutch national identification number), EAN (International Article Number), SSN (U.S. Social Security Number), IMEI (International Mobile Equipment Identity), IBAN (International Bank Account Number), and more.

Download Website Updated 13 Jun 2013 Open Source Computer Vision Library

Screenshot
Pop 305.07
Vit 58.41

The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.

Download Website Updated 30 May 2013 PyICU

Screenshot
Pop 98.92
Vit 38.03

PyICU is a Python extension wrapping IBM's International Components for Unicode C++ library (ICU).

Download Website Updated 26 May 2013 SQLObject

Screenshot
Pop 345.82
Vit 102.57

SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python classes and your rows in Python instances. It currently supports MySQL through the 'MySQLdb' package, PostgreSQL through the 'psycopg' package, SQLite, Firebird, MaxDB (SAP DB), MS SQL, and Sybase. It should support Python versions back to 2.4.

Download Website Updated 19 Apr 2013 python-bitstring

Screenshot
Pop 355.04
Vit 24.91

bitstring is a Python module that helps to make the creation and analysis of binary data as simple and natural as possible. Objects can be constructed from integers (big and little endian), floats, hex, octal, binary, byte data, iterables, or files. They can be sliced, joined, reversed, packed, unpacked, inserted into, overwritten, and otherwise operated upon with simple functions or slice notation. They can also be parsed, searched, and navigated in, similar to a file or stream. Internally the data is efficiently stored as byte arrays. It is available for Python 2.6 and later (including Python 3).

Download Website Updated 17 Apr 2013 GeoTypes

Screenshot
Pop 79.86
Vit 1.49

GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. It integrates with the psycopg Python/PostgreSQL interface. It provides implementations of all of the OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently supports the EWKB, HEXEWKB, WKB, and WKT formats.

Download Website Updated 05 Dec 2012 Python Audio Tools

Screenshot
Pop 164.00
Vit 16.39

Python Audio Tools is a collection of audio handling programs that work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. It supports internationalized track filenames and metadata using Unicode. It works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from MusicBrainz, FreeDB, or compatible servers. Audio formats supported are WAV, FLAC, WavPack, MP3, Ogg Vorbis, M4A, Apple Lossless, and more.

Download Website Updated 26 Nov 2012 eyeD3

Screenshot
Pop 191.70
Vit 22.94

eyeD3 is a Python program and module that provides the ability to read and write ID3 tags (v1.x and v2.3/v2.4). It also decodes MP3 headers (bit rate, sample frequency, play time, etc.).

Screenshot

Project Spotlight

kvm-simple-init

A simple init script to manage KVM virtual machines.

Screenshot

Project Spotlight

xlife

A cellular-automaton laboratory.