Metadata-Version: 2.1
Name: minifit
Version: 1.0.4
Summary: MiniFit is a python package that can be used for fitting data.
Home-page: https://gitlab.com/mike3.14/minifit
Author: Michał Kopczyński
Author-email: michal.kopczynski3.14@gmail.com
License: GPL-3.0
Project-URL: repository, https://gitlab.com/mike3.14/minifit
Description: # MiniFit
        
        Copyright (C) 2023-- Michał Kopczyński
        
        MiniFit is a Python package that uses ``scipy.optimize.curve_fit()`` to find optimal parameters of a chosen model function that best resembles the data. ``Popt`` found will minimize ``model_function(xdata, *popt) - ydata``.
        
        Documentation:
        https://minifit.readthedocs.io/en/latest/index.html
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.8
Description-Content-Type: text/markdown
