Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 999 Bytes

File metadata and controls

33 lines (24 loc) · 999 Bytes

PyPI Version Build Status Code Quality

Manifoldy

A package to generate customizable manifold synthetic datasets.

Linting

To perform the linting of the code, run the following command:

make tox

Alternatively, you can start the same process without using Make with the following command:

python -m tox

Note that it is mandatory to install the dependences (tox, flake, pylint, ...):

make deps