Metadata-Version: 2.1
Name: ahmed_linear_regression
Version: 1.0.1
Summary: An awesome package that does something
Home-page: http://pypi.python.org/pypi/ahmed_linear_regression/
Author: ahmed
Author-email: ay.bouguessa@esi-sba.dz
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# package_name

`ahmed_linear_regression` is a Python library for instantiating & manipulating rocket objects

## Installation

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

```bash
pip install ahmed_linear_regression
```

## Usage

```python
import ahmed_linear_regression

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

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

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

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