Metadata-Version: 2.1
Name: rocketpkg1
Version: 1.0.0
Summary: An awesome package that does something
Home-page: http://pypi.python.org/pypi/rocketpkg1lib/
Author: abdelillah
Author-email: abdelilah2003@gmail.com
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# rocketpkg1

`rocketpkg1` is a Python library for creating rockets

## Installation

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

```bash
pip install rocketpkg1
```

## Usage

```python
import rocketpkg1

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

# returns 'geese's
rocketpkg1.module_name('goose')

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

## License

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