Metadata-Version: 2.4
Name: rocket_ayoub_lab3
Version: 1.0.1
Summary: A simple educational rocket simulation package using OOP concepts
Home-page: https://test.pypi.org/project/rocket_ayoub_lab3/
Author: aziba_ayoub
Author-email: ma.aziba@esi-sba.dz
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# package_name

`rocket` is a Python library for rocket science

## Installation

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

````bash
pip install rocket

## Usage

```python
import rocket

# returns 'words'
package_name.module_name('rocket')

# returns 'geese'
package_name.module_name('shuttle')

# returns 'phenomenon'
package_name.module_name('CircleRocket')
````

## License

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