Metadata-Version: 2.1
Name: yassine_ramla_rocket
Version: 1.0.1
Summary: An awesome package to create some rockets
Home-page: http://pypi.python.org/pypi/yassine_ramla_rocket/
Author: yassine ramla
Author-email: y.ramla@esi-sba.dz
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# package_name

`yassine_ramla_rocket` is a Python library for creating rockets, shuffles and circlar rockets

## Installation

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

```bash
pip install yassine_ramla_rocket
```

## Usage

```python
import yassine_ramla_rocket

# creates rocket
yassine_ramla_rocket.Rocket()

# creates shuffle
yassine_ramla_rocket.Shuffle()

# creates circlar rocket
yassine_ramla_rocket.CirclerRocket()
```

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