Metadata-Version: 2.4
Name: alaa_rocket
Version: 1.0.0
Summary: A simple rocket simulation package with Rocket, Shuttle, and CircleRocket classes.
Author: Alaa
Author-email: your_email@example.com
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: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# package_name

`package_name` is a Python library for ..........

## Installation

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

```bash
pip install package_name
```

## Usage

```python
import package_name

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

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

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

## License

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