Metadata-Version: 2.1
Name: lkfit
Version: 0.2.0
Summary: A Python library for fitting.
Author: Lukas Kontenis
Author-email: dse.ssd@gmail.com
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
Requires-Dist: matplotlib>=2.1.0
Requires-Dist: scipy>=1.5.4
Requires-Dist: lkcom>=0.2.0

lkfit is a Python library for fitting.

lkfit comes from a refactoring of [lklib](https://test.pypi.org/project/lklib/)
in order to make it more lightweight. lkfit currently includes just a a few fit
funtions that were supported by lklib.
