Modules Python scripts - Top 4 Download

Modules Python script downloads

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

Crypt Script

This program is designed to encode and decode files (for encryption purposes). It uses a simple encryption method. ...
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

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

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

PyFlag

FLAG (Forensic and Log Analysis GUI) was designed to simplify the process of log file analysis and forensic investigations. Often, when investigating a large case, a great deal of data needs to be analysed and correlated.PyFlag uses a database as a backend to assist in managing the large volumes of data. ...
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

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

pySerial

This module encapsulates the access for the serial port. It provides backends for Python running on Windows, Linux, BSD (possibly any POSIX compilant system) and Jython. The module named "serial" automatically selects the appropriate backend. ...
Python

Pexpect

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating ...
Python

Pytz

pytz module brings the Olson time zone database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). ...
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

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

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

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

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

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

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

DOM2ET

This script contains a function named DOM2ET  which converts a DOM node object of type element to an ElementTree Element. ...
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