RSS 214 projects tagged "Python Modules"

Download Website Updated 18 May 2013 SQLObject

Screenshot
Pop 241.12
Vit 290.50

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 21 Apr 2013 pyClamd

Screenshot
Pop 88.71
Vit 18.33

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

No download Website Updated 19 Mar 2013 getmail

Screenshot
Pop 605.73
Vit 98.69

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.

Download Website Updated 26 Oct 2012 PyX

Screenshot
Pop 156.19
Vit 17.96

PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2D and 3D plots in publication-ready quality are built out of these primitives.

Download Website Updated 16 Jun 2012 IMDbPY

Screenshot
Pop 231.60
Vit 20.58

IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters, and companies. It can retrieve data from both the IMDb's Web server and a local copy of the whole database. The IMDbPY package can be very easily used by programmers and developers to provide access to the IMDb's data to their programs. Some simple example scripts are included in the package.

No download Website Updated 12 Jun 2012 python-libcommon

Screenshot
Pop 74.44
Vit 8.97

python-libcommon contains Map, Set, and Graph data types for Python. It provides data types (like Graph) that can handle directed or undirected labeled graphs. XML output is handled to describe graph structure.

Download Website Updated 09 Jun 2012 hmm

Screenshot
Pop 53.94
Vit 7.73

hmm is a Python module designed to work with Hidden Markov Models. The usual algorithms (Viterbi, Baum-Welsh) are implemented using Numeric Python.

Download Website Updated 09 Jun 2012 Python Call Graph

Screenshot
Pop 107.56
Vit 3.00

pycallgraph is a Python library that creates call graphs for Python programs.

Download Website Updated 09 Jun 2012 The XSLT C library for GNOME

Screenshot
Pop 391.71
Vit 25.38

Libxslt is a C library for GNOME which allows developers to work with XSLT. It is based on libxml for XML parsing, tree manipulation, and XPath support. Also included is 'xsltproc', a command line XSLT processor. The library is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. It should work on Linux, Unix, and Windows. Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor. It also include full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines.

Download Website Updated 07 Jun 2012 Python-LDAP

Screenshot
Pop 272.77
Vit 20.99

python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly, it wraps the OpenLDAP 2.3+ libs for that purpose. Additionally, the package contains modules for other LDAP-related stuff (such as processing LDIF, LDAPURLs, and LDAPv3 schema).

Screenshot

Project Spotlight

Q4Wine

A GUI for Wine.

Screenshot

Project Spotlight

ackr

A very small subset of grep/ack/rak, for lazy developers.