docs | |
---|---|
tests | |
package |
Tabular2ImageEncoder implements the latest state-of-the-art algorithms for image construction from tabular data.
- Free software: BSD 2-Clause License
pip install tabular2imageencoder
You can also install the in-development version with:
pip install https://github.com/qiriro/tabular2imageencoder/archive/main.zip
https://tabular2imageencoder.readthedocs.io/
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |