Metadata-Version: 2.1
Name: manifoldy
Version: 0.5.2
Summary: A package to generate customizable manifold synthetic datasets.
Home-page: https://github.com/KNODIS-Research-Group/manifoldy
Author: Raul Lara-Cabrera
Author-email: raul.lara@upm.es
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: numpy>=1.18
Requires-Dist: scipy>=1.4
Requires-Dist: ndsplines>=0.1.2
Requires-Dist: joblib>=1.0.1
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: pytest >=2.7.3 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: numpy>=1.18 ; extra == "test"
Requires-Dist: scipy>=1.4 ; extra == "test"
Requires-Dist: ndsplines>=0.1.2 ; extra == "test"
Requires-Dist: joblib>=1.0.1 ; extra == "test"
Provides-Extra: doc
Provides-Extra: test

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![Code Quality][quality-image]][quality-url]

# Manifoldy

A package to generate customizable manifold synthetic datasets.

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

```bash
make tox
```

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

```bash
python -m tox
```

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

```bash
make deps
```

[pypi-image]: https://img.shields.io/pypi/v/manifoldy
[pypi-url]: https://pypi.org/project/manifoldy/
[build-image]: https://github.com/KNODIS-Research-Group/manifoldy/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/KNODIS-Research-Group/manifoldy/actions/workflows/build.yml
[quality-image]: https://api.codeclimate.com/v1/badges/f6a3f424237d92169fc0/maintainability
[quality-url]: https://codeclimate.com/github/KNODIS-Research-Group/manifoldy

