Metadata-Version: 2.1
Name: linear-regression-tp
Version: 1.0.1
Summary: An awesome package that does something
Home-page: http://pypi.python.org/pypi/linear_regression_tp/
Author: Mokadem Adel Abdelkader
Author-email: aa.mokadem@esi-sba.dz
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: linear-regression-tp

# rocket

`linear_regression_tp` is a Python library for ..........

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `linear_regression_tp`.

```bash
pip install linear_regression_tp
```

## Usage

```python
import linear_regression_tp

# returns 'words'
linear_regression_tp.module_name('word')

# returns 'geese'
linear_regression_tp.module_name('goose')

# returns 'phenomenon'
linear_regression_tp.module_name('phenomena')
```

## License
[MIT](https://choosealicense.com/licenses/mit/)
