Development Tools Python scripts - Top 4 Download

Development Tools Python script downloads

Installing source distributions on windows

Distutil's bdist_wininst installers offer uninstallation support for Python extensions, many developers however only distribute sources in zip or tar.gz format. The typical steps to install such a distribution are: - download the file  - unpack with winzip into a temporary directory  - open a command prompt and type 'python setup.py ...
Python

IronPython

IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language. ...
Python

Launch a program based on file extension

This script associates or launches an action to be performed by the os based on filename extension. For example, assoc.py -e test.c will launch emacs. The optional extra_args allows you to add additional settings to the command associated with the file extension. More complicated actions may require Python functions instead of ...
Python

Ljopml

This is a Python script to generate the OPML feed of your LiveJournal Friends list. ...
Python

makeExe

This is a simple Python script that allows you to automate the creation of Python executables using py2exe. ...
Python

MarkupString

This script contains a subclass of String that allows simple handling of simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other words, MarkupString(Hello World)[6:] = "World". ...
Python

mbsa2txt

This script allows you to read the Microsoft Baseline Security Analyzer 1.2.1 XML output and sends it to standard output in a readable text format. ...
Python

Multiple handlers for xml sax parser

SAX is commonly used on large XML files because they don't fit nicely into core memory necessary for the friendlier DOM API. When dealing with -really- large XML files, multiple passes over the file becomes costly. The SAX handler in this script allows you to handle an XML file multiple ways in ...
Python

Parsing an XML file with xml parsers expat

This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready ...
Python

PDFMap

PDFMap is both a command line tool, a CGI script and a Python language module, designed to make the automated generation of very high quality interactive maps in the PDF format easy. PDFMap can place different objects on a rasterized map background, scale and orient them correcly, and make them clickable ...
Python

Proposal For winreg

This module provides an advanced, easy-to-use API for accessing and mutating the Microsoft Windows Registry. ...
Python

pyArchive

This script allows you to run a Windows backup utility, with remote copy, and auto cleanup. It uses zip libs. It could be used in a production network environment and works very well dumping both target files and remote target files over the network so you are not limited to saving ...
Python

PyChecker

PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C . Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent. PyChecker works ...
Python

pyFlashCards

pyFlashCards is a wxPython based software for creating and studying flash cards. Thanks to python and wxPython it is multiplatform; it runs on Windows and Linux (you could probably get it to run on a Mac without too much work). It uses Leitner system for flash card repetition. Cards can contain ...
Python

pyjamas

It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application development instead of learning all the "usual" browser incompatibilities. Key features "Pyjamas": · ...
Python

Pyjamas Desktop

Desktop applications developed with Pyjamas-Desktop (Pyjd) will also function as web applications, since pyjd is actually a port of Pyjamas, which is a web toolkit. Key features "Pyjamas-Desktop": · Simple, Horizontal, Vertical, Docking, Decking, Popup, Stack, Tab, Grid, Cell, Flow, HTML, Flex, Scroll, Focus, Absolute, and Root Panels · Text ...
Python

Pyline a command line tool

This utility brings ad-hoc command-line piping sensibilities to the Python interpreter. ...
Python

PyQwt

PyQwt is a set of Python bindings for the Qwt C class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values. ...
Python

Quasi

Quasi is Yet Another Python Shell, but with a twist. It supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. ...
Python

Refreshing the Windows Desktop

Refreshing the Windows Desktop script rewrites a to-do list on the Windows Active Desktop and then refreshes the display. ...
Python