ToolRack

Latest Version Build Status Coverage Status Documentation

A collection of utility functions and classes, and a few scripts too.

Documentation

API docs are available on ReadTheDocs.

Installation

ToolRack can be installed from PyPI.

As a user run:

$ pip install toolrack

Development installation

The source tree is available available at https://github.com/albertodonato/toolrack.

Development setup can be done via Virtualenv.

As a user run:

$ python3 -m venv <target-dir>
$ . <target-dir>/bin/activate
$ git clone https://github.com/albertodonato/toolrack
$ cd toolrack
$ pip install -e .

Indices and tables