/numex

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

NumEx: a quick-and-easy explorer for numerical data

This Python software implements a quick and easy explore for numerical data.

Installation

The recommended way of installing the software is through PyPI:

$ pip install numex

Alternatively, you can clone the source repository from GitHub:

$ mkdir numex
$ cd numex
$ git clone git@github.com:norok2/numex.git
$ python setup.py install

(some steps may require additional permissions depending on your configuration)

The software does not have additional dependencies beyond Python and its standard library.

It was tested with Python 2.7 and 3.6. Other version were not tested.