RSS 33 projects tagged "Python Modules"

No download Website Updated 19 Mar 2013 getmail

Screenshot
Pop 605.32
Vit 99.47

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

Screenshot
Pop 426.09
Vit 98.71

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 28 Feb 2011 Scapy

Screenshot
Pop 261.39
Vit 9.54

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 21 Mar 2011 LEPL

Screenshot
Pop 117.92
Vit 7.97

LEPL is a recursive descent parser library written in Python. It is based on parser combinator libraries popular in functional programming, but also exploits Python language features. Operators provide a friendly syntax, and the consistent use of generators supports full backtracking and resource management. Backtracking implies that a wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.

Download Website Updated 07 Apr 2009 Pexpect

Screenshot
Pop 104.87
Vit 3.23

Pexpect is a Python Expect-like module. It spawns child applications, controls them, and responds to expected patterns in their output. It can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. It should work on any platform that supports the standard Python pty module. Its interface was designed to be easy-to-use, so performing simple tasks is easy. It includes an ANSI/VT100 terminal screen scraping module.

Download Website Updated 09 Sep 2005 HarvestMan

Screenshot
Pop 103.94
Vit 6.00

HarvestMan is a multithreaded off-line browser.It has many features for customizing offline browsing through URL filters, word filters, domain filters, URL priorities, depth-fetching, fetch levels, file limits, time limits, robot exclusion protocols, and many more. It is useful to download an entire Web site or certain files from a Web site to the hard disk for offline browsing later. It supports HTTP/HTTPS and FTP protocols and can work across proxies.

No download Website Updated 08 Jul 2005 SynCE

Screenshot
Pop 92.56
Vit 3.06

The purpose of the SynCE project is to provide a means of communication between Windows CE devices and computers running Linux, FreeBSD, or similar operating systems.

Download Website Updated 21 Apr 2013 pyClamd

Screenshot
Pop 88.52
Vit 18.65

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

Download Website Updated 10 Jul 2011 bdec

Screenshot
Pop 77.62
Vit 6.83

bdec is a set of tools for decoding binary files given a specification written in a flexible XML-based syntax. It supports decoding to XML or Python objects, and can generate quality C decoders and encoders.

Download Website Updated 16 Apr 2008 pyclamav

Screenshot
Pop 61.94
Vit 3.51

pyclamav is a module makes it possible to use the free libclamav virus scanning library within Python.

Screenshot

Project Spotlight

pyPEG

A parser-interpreter in Python for context free languages.

Screenshot

Project Spotlight

help2info

A command which generates a simple info manual from other commands.