Metadata-Version: 2.4
Name: fmatoolbox
Version: 0.1.0
Summary: Python port of FMAToolbox
Author: Pietro Bozzo
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/pietro-bozzo/FMAToolboxPython
Project-URL: Repository, https://github.com/pietro-bozzo/FMAToolboxPython
Project-URL: Issues, https://github.com/pietro-bozzo/FMAToolboxPython/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: statsmodels
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Dynamic: license-file

# FMAToolbox (Python Port)

This is a (work in progress) Python port of the [FMAToolbox](https://github.com/zugarolab/FMAToolbox).

## Installation

This package is distributed via PyPI and can be installed, for example, with pip:
```
# e.g., on Linux
$ pip install fmatoolbox # install fmatoolbox in currently active python environment
```
