Python Modules scripts - Top 4 Download

Python Modules script downloads

rwhois py

This is a recursive whois module/client for python. It provides your typical whois lookup and the ability to parse records into usable objects. ...
Python

Ncvtk

This is a program for exploring longitude/latitude based data stored in NetCDF file format. Ncvtk is built on top of the VTK toolbox. Ncvtk has been designed with the aim of offering a high degree of interactivity to scientists who have a need to explore three-dimensional, time-dependent planetary data. The input data ...
Python

DirectPython

DirectPython is an open source C extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. DirectPython uses DirectX almost directly, usually just interpreting Python objects to a form that DirectX can understand. Naturally Python's philosophy has been kept in mind ...
Python

DOM2ET

This script contains a function named DOM2ET  which converts a DOM node object of type element to an ElementTree Element. ...
Python

Registry Wrapper

This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.The class works with an inner class named "RegistryKey", which wraps up a Windows registry key and provides methods to access and manipulate the key information. The class provides easy to remember substitutes for ...
Python

Getting uptime in windows 2000 NT XP

This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine. ...
Python

Improved TemporaryFile

This script allows a temporary file implementation that uses memory unless either capacity is breached or fileno is requested, at which point a real temporary file will be created and the relevant details returned. ...
Python

akaDAV

akaDAV is a Python module that adds WebDAV functionality to the Twisted 1.3. It makes WebDAV server application programming easy in Python. Features: - Integrated with a built-in Web server (Twisted Web). - Easy installation / configuration. - SSL support by default. - Automatic character encoding conversion for ...
Python

Crypt Script

This program is designed to encode and decode files (for encryption purposes). It uses a simple encryption method. ...
Python

Advas

Advas is a python module which provides algorithms for advanced search. These methods are mainly used in information retrieval and linguistics. This package contains: - statistical algorithms - term frequency (tf) - term frequency with stop list - inverse document frequency (idf) - retrieval status value ...
Python

AutoLoader

If you have an instance "db", then accessing "db.Foo" automatically imports, instantiates, caches, and returns an instance of "Foo" from the "db" package. ...
Python

Zam Module

Zam module contains "array" and "matrix". An array is 1D list with fixed sized and mutable internals. A  matrix is the same except for the fact that it is 2D. This module provides two classes that emulate one and two dimentional lists with fixed sizes but mutable internals. ...
Python

Custom Made CGI Module

Custom Made CGI Module represents the modified version of the built in CGI module. ...
Python

Lavengro

Lavengro is a cross-platform, console-based vocabulary-test engine. It uses text files as its tests. The tests themselves are created by you. It has a tutor mode, a test mode, and a CBT learning mode. ...
Python

A higher level struct module

This script provides a higher level wrapper around the struct module. It provides a more convenient syntax for defining and using structs, and adds additional features such as: - Allows embedding structures within other structures - Allows defining arrays of items (or other structures) - Class based syntax, allowing access and ...
Python

re2 library

The re2 library provides a hierarchical named groups extension to the standard python re library. re2 extracts a hierarchy of named groups matches from a string, rather than the flat, incomplete dictionary that the standard re module returns. tandard r; ...
Python

ORBit Python

Python is an object-oriented and dynamically typed language. These two features make it quite ideal for seamless CORBA bindings. Following the approach used in CORBA::ORBit (the Perl bindings), ORBit-Python does away with the need for an IDL compiler.ORBit-Python also takes the dynamic approach one step further by automatically discovering available IDL ...
Python

PythonCard

PythonCard is a GUI construction kit for building cross-platform desktop applications on Windows, Mac OS X, and Linux, using the Python language. The PythonCard motto is "Simple things should be simple and complex things should be possible." PythonCard is for you if you want to develop graphical applications quickly and easily ...
Python

pyFLTK

pyFLTK is a Python wrapper for the Fast Light Tool Kit cross-platform graphical user-interface library. TCL, Guile, and Java support should not be that hard to add (this is left as an exercise for the reader).A utility named flconvert is also provided that allows for the conversion of fluid files to Python code. ...
Python

Boa Constructor

Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help. Zope support: Object creation and editing. Cut, copy, ...
Python