xlash / utilities

Bunch of utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utils

A bunch of utils method for Python 2.4, 2.5+, 2.7 and future 3.x

Installation

The easiest way to install is from GitHub inside a virtualenv:

  1. Create the virtualenv (Python 2!) and activate it:

    $ virtualenv -p python2 my_app
    $ cd my_app && source bin/activate
    
  2. Install from PyPi:

    $ git clone https://github.com/xlash/utils.git
    

Usage

To update

>>> import utils2.7 as u
>>> u.__dict__
Will list all available methods

About

Bunch of utilities

License:MIT License


Languages

Language:Python 100.0%