pyrotools

General utils for python, used mainly for development


License
Apache-2.0
Install
pip install pyrotools==1.0.1

Documentation

Pyro Tools for Python

Installation:

pip install pyrotools

Usage

# Print array/dictionary in readable format
from pyrotools.print import pprint

var = ["Bob", 1, 2]
pprint(var)