How to install utools
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install utools
Lastest release
Welcome to utools
Welcome to the utools library, a random collection of python libraries and command line tools that are generally useful. After installation, the following command-line programs are made available:
csvmod:
A tool to slice-and-dice Comma Separated Value (CSV) data sets.
gstc:
A genshi template compiler - so that you can evaluate genshi templates to output without needing a web app framework.
proxylog:
An HTTP proxy that allows all requests to be logged and, for certain content-types, enables syntax highlighting and coloring.
pxml:
A "pretty" XML formatter.
app-tool:
don't use this - it's deprecated.
Installation
Installation of utools is near-trivial with PIP:
$ pip install utools
or, using easy_install:
$ easy_install utools