Metadata-Version: 2.1
Name: fepydas
Version: 0.0.75
Summary: felix' python data analysis suite
Home-page: https://git.tu-berlin.de/nippert/fepydas
Author: Felix Nippert
Author-email: felix@physik.tu-berlin.de
Project-URL: Bug Tracker, https://git.tu-berlin.de/nippert/fepydas/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy >=2.0.0
Requires-Dist: scipy
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: pyamg
Requires-Dist: sympy >=1.13.3
Requires-Dist: pathos
Requires-Dist: tqdm

A python3 tool for data analysis and fitting.

Install from https://pypi.org/project/fepydas/ with "pip install fepydas".
View repository at https://git.tu-berlin.de/nippert/fepydas
Find usage examples at https://git.tu-berlin.de/nippert/fepydas/-/tree/master/examples

Requirements:
Python3
numpy
scipy
matplotlib
lmfit
scikit-learn
pyamg
