Metadata-Version: 2.1
Name: bestFit
Version: 0.2.1
Summary: A package for plotting best fit lines.
Home-page: UNKNOWN
Author: SebassNoob
Author-email: sebastian.ong@hotmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE.rst
Requires-Dist: numpy
Requires-Dist: matplotlib

## bestFit

[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://pip.pypa.io/en/stable/?badge=stable)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sebass-but-ab/bestFit.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sebass-but-ab/bestFit/context:python)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPi Version](https://img.shields.io/pypi/v/bestFit.svg)](https://pypi.python.org/pypi/bestFit/)

Simple wrapper to plot the best fit line for a given set of coordinates.

Installation:
``pip install bestFit``

In a .py file, write ``import bestFit.main``, then see the docs for the list of available classes and methods, which is the section following ``quickstart``.

Docs: https://bestfit.readthedocs.io/en/latest/

Github page: https://github.com/sebass-but-ab/bestFit


