RSS 106 projects tagged "Python Modules"

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 28 Jun 2012 Xapian and Omega

Screenshot
Pop 309.91
Vit 21.34

Xapian is a search engine library, scalable to collections containing hundreds of millions of documents. It's written in C++ with bindings for Perl, Python, PHP, Java, Tcl, C#, Ruby, and Lua. It is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also a rich set of boolean query operators. Omega is a Web search application built upon the Xapian library. It can index a Web server's document tree (including HTML, PDF, OpenOffice, MS Word/Excel/Powerpoint/Works, WordPerfect, RTF, PS, etc.), or data exported from arbitrary sources (e.g. SQL databases).

Download Website Updated 28 Feb 2011 Scapy

Screenshot
Pop 260.05
Vit 9.41

Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer. It provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more. Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions). Report modules are possible and easy to make. It is intended to do about the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc.

Download Website Updated 27 Mar 2009 Cobbler

Screenshot
Pop 236.80
Vit 8.75

Cobbler is a network installation and update server. It can be used to automatically set up PXE, install virtual guests, manage answer files, and reinstall existing Linux machines. Advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring (integrated with the installer to make updates available at install time), creation of netboot ISOs, and built-in DHCP/DNS Management. Tools such as "cobbler triggers", a Python API, and an XMLRPC API allow integration with cobbler with the rest of your datacenter environment or other systems management applications. There is also a Web interface to simplify management of the install server. Cobbler supports RHEL 4+, Fedora, and derivative distributions, and is also able to install other popular distributions.

Download Website Updated 08 Aug 2009 pygame

Screenshot
Pop 234.69
Vit 7.85

Pygame is a set of Python extension modules designed for writing games. The core of pygame is wrapped on top of the SDL library.

Download Website Updated 07 Oct 2011 Python Imaging Library

Screenshot
Pop 188.40
Vit 6.10

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.

Download Website Updated 17 Oct 2008 Elektra Initiative

Screenshot
Pop 185.94
Vit 8.36

Elektra is a universal hierarchical configuration store, similar to GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other applications' configurations, leveraging easy application integration. While architecturally similar to other OS registries, Elektra does not have most of the problems found in those implementations. Elektra includes a library, an API, and commandline and GUI tools for administration tasks.

No download Website Updated 23 Feb 2011 Berkeley DB XML

Screenshot
Pop 140.95
Vit 3.25

Berkeley DB XML is a native XML database engine for use within your product. Made available as a C++ library with language bindings for Java, Perl, Python, PHP, and Tcl, it integrates directly into your application (it is not a standalone database server). It provides XQuery access into a database of document containers. XML documents are stored and indexed in their native format using Berkeley DB as the transactional database engine.

Download Website Updated 30 Oct 2011 PyLucene

Screenshot
Pop 128.02
Vit 11.48

PyLucene is a Python extension for accessing Java Lucene from Python. Its goal is to allow use of Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene.

No download Website Updated 04 Jan 2008 vsdviewer

Screenshot
Pop 120.21
Vit 3.55

vsdviewer is a MS Visio Drawing and Stencil (VSD/VSS) import filter for the sK1 vector editor and UniConvertor. It can also be used as a standalone viewer.

Screenshot

Project Spotlight

pyHIDS

A host-based intrusion detection system.

Screenshot

Project Spotlight

Digtwit

A simple retweeter (suitable for group Twitter).