Tooling for rapid data exploration, timeseries analysis, log extraction & visualization, etc


License
MIT
Install
pip install isthmuslib==0.0.113

Documentation

Overview

tests
Requirements Status

package

Misc utilities, mostly related to plotting conveniences

  • Turns matplotlib.pyplot figure generation into one-liners.
  • Free software for personal or academic use: GNU Lesser General Public License v3 (LGPLv3).
  • Contact licensing@mitchellpkt.com for commercial applications.
  • To-do: expand types of parameters that can be passed through (e.g. marker style, legend placement, etc).

Installation

pip install isthmuslib

You can also install the in-development version with:

pip install https://github.com/mitchellpkt/python-isthmus/archive/master.zip

Documentation

To use the project:

import isthmuslib

Demo

See a light demo here: https://github.com/Mitchellpkt/python-isthmuslib/blob/main/light-demo.ipynb