RSS 27 projects tagged "Python 2.6 and above"

Download Website Updated 24 Feb 2013 gjots

Screenshot
Pop 228.98
Vit 33.53

gjots lets you organize text notes in a convenient, hierarchical way. It can be used for notes, jottings, bits and pieces, recipes, and even PINs and passwords, using encryption. It can also be used to "mind-map" larger compositions like manuals, Web pages, articles, etc. It is a bit like the KDE program "kjots", but uses the GTK library and supports a hierarchy of folders. Files can be output to HTML with an automatic table of contents or to docbook XML. Encryption is supported with ccrypt(1), gpg(1), and openssl(1), so that musings can be kept private.

Download Website Updated 09 Dec 2010 mailwatch

Screenshot
Pop 17.38
Vit 1.00

Mailwatch is a simple Python program to show the subjects of all new email messages in your Maildir folder hierarchy. Its main purpose is to be run in a terminal with watch(1).

Download No website Updated 18 Dec 2010 Luminescence

Screenshot
Pop 19.42
Vit 1.00

Luminescence is an application for generating HTML presentations from Markdown sources. It allows one to create simple presentations quickly.

Download No website Updated 24 Jan 2013 Commando

Screenshot
Pop 60.72
Vit 4.25

Commando was inspired by both Python's built-in optparse module and the JewelCli Java library. It eases the pain usually involved in trying to define and parse command line arguments to your Python application.

No download No website Updated 20 Jan 2011 Asgardian's Network Mapper

Screenshot
Pop 19.21
Vit 29.67

Asgardian's Network Mapper is a framework of tools to discover all hosts in a network, collect all information, and draw a map.

No download Website Updated 23 Jan 2011 jblite

Screenshot
Pop 22.85
Vit 29.62

jblite is a small Python library for converting Jim Breen's JMdict and KANJIDIC2 Japanese dictionary files into SQLite3 databases. It was created for use with J-Ben, but is permissively licensed to allow use by other projects.

Download Website Updated 20 Feb 2011 Maniac

Screenshot
Pop 44.26
Vit 1.43

Maniac is a tool designed to automate the comparison and the validation of multiple variants of a same program. This is achieved by compiling each variant in a distinct shared object and generating a loader program that will successively load and execute them. The loader also takes charge of initializing input data and checking output data against the reference variant.

Download Website Updated 22 Feb 2011 FiWeather

Screenshot
Pop 17.80
Vit 29.13

FiWeather is a script that fetches weather information for cities in Finland.

No download No website Updated 22 Mar 2011 Brewery

Screenshot
Pop 28.25
Vit 28.64

Brewery is a Python framework for data streaming, quality measurement, and flow-based data analysis. It can read from and write to various structured data sources such as CSV, XLS files, directories with YAML files, SQL databases, MongoDB, Google Spreadsheet, and more.

No download Website Updated 13 Nov 2011 CaptureMock

Screenshot
Pop 35.07
Vit 2.05

CaptureMock provides capture-replay mocking for Python, on the command line and with client-server communication. CaptureMock's approach is a so-called capture-replay approach. This means that when you 'record' your mock, CaptureMock will observe the interaction between your code and the subsystem you are mocking out, and record it in a text file in its own format. When you then run your test in 'replay mode', CaptureMock can play the role of the subsystem in question, and the real subsystem does not need to even be installed. You can then choose, each time you run your tests, whether you wish to have the real subsystems present and verify/recreate the captured mocks, or to rely on the mocks captured by a previous run. If you are running in 'replay mode' and CaptureMock does not receive the same calls as previously, it will fail the test, and suggest that you may want to recreate the mocks in record mode.

Screenshot

Project Spotlight

jobdealer

Tools to manage tasks on a remote server from a single point.

Screenshot

Project Spotlight

PCRE

A library that implements Perl 5-style regular expressions.