Metadata-Version: 2.1
Name: trend_line_calculator
Version: 0.1.2
Summary: Trend line calculator (example Python package)
Author: Wojciech Peisert
Author-email: wojtekp@sauron.pl
License: LICENCE.txt
License-File: LICENSE.txt

=====================
Trend line calculator
=====================

.. image:: https://coveralls.io/repos/github/pipirima/python-trend-line-calculator/badge.svg?branch=master
   :target: https://coveralls.io/github/pipirima/python-trend-line-calculator?branch=master

.. image:: https://readthedocs.org/projects/python_trend_line_calculator/badge/?version=latest
   :target: https://python_trend_line_calculator.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://travis-ci.com/pipirima/python-trend-line-calculator.svg?branch=master
   :target: https://travis-ci.com/pipirima/python-trend-line-calculator

-----

Calculates trend line for given set of points.

Also can be used as a base for new python packages.

