A bunch of utils method for Python 2.4, 2.5+, 2.7 and future 3.x
The easiest way to install is from GitHub inside a virtualenv:
-
Create the virtualenv (Python 2!) and activate it:
$ virtualenv -p python2 my_app $ cd my_app && source bin/activate
-
Install from PyPi:
$ git clone https://github.com/xlash/utils.git
To update
>>> import utils2.7 as u
>>> u.__dict__
Will list all available methods