RSS 489 projects tagged "Python Modules"

Download Website Updated 17 Jun 2013 QScintilla

Screenshot
Pop 299.27
Vit 272.39

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 137.40
Vit 44.31

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 311.52
Vit 53.84

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 99.52
Vit 37.12

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

Download Website Updated 26 May 2013 SQLObject

Screenshot
Pop 347.22
Vit 100.36

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 10 May 2013 Cedar Backup

Screenshot
Pop 445.68
Vit 49.62

Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources. Cedar Backup is focused around weekly backups to a single CD or DVD disc. It supports multisession discs, allowing you to add incremental data to a disc on a daily basis. Cedar Backup also provides a Python library of backup-related functionality.

Download Website Updated 21 Apr 2013 pyClamd

Screenshot
Pop 92.60
Vit 13.12

pyClamad is a module that makes it possible to use the clamd daemon from the virus scanner ClamAV within Python.

Download Website Updated 19 Apr 2013 python-bitstring

Screenshot
Pop 354.89
Vit 24.71

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.90
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.

No download Website Updated 19 Mar 2013 getmail

Screenshot
Pop 542.80
Vit 81.85

getmail is intended as a simple, secure, and reliable replacement for fetchmail. It retrieves email (either all messages, or only unread messages) from one or more POP3, SPDS, or IMAP4 servers (with or without SSL) for one or more email accounts, and reliably delivers into qmail-style Maildirs, mboxrd files, or through external MDAs (command deliveries) specified on a per-account basis. getmail also has excellent support for domain (multidrop) mailboxes, including delivering messages to different users or destinations based on the envelope recipient address.

Screenshot

Project Spotlight

IckleBot for Android

A boilerplate code generator for Android providing runtime dependency injection along with simplified threading and event models.

Screenshot

Project Spotlight

Climax

A Java command line argument parsing framework.