MORE Overly Reusable Essentials for python


Keywords
tools, itertools, functools, operator, collections, iterator, iteration, functional, filter, map, repeat, query, tuple, list, set, dict, simpledict, frozen, struct, dictset, dictzip, simpledictset, simpledictzip, camelize, decamelize, isidentifier, identifier, python3
License
LGPL-3.0
Install
pip install moretools==0.1.7

Documentation

moretools

0. Setup


Supported Python versions: 2.7, 3.3, 3.4

Requirements

Installation

python setup.py install

Or with pip:

pip install .

Or get the latest release from PyPI:

pip install moretools