Python Modules Python scripts - Top 4 Download

Python Modules Python script downloads

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

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

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

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