Metadata-Version: 2.4
Name: rocket-esi
Version: 1.0.0
Summary: A demo rocket package for Python modularity and OOP training.
Home-page: https://pypi.org/project/rocket/
Author: Riham Messaoudi
Author-email: r.messaoudi@esi-sba.dz
License: LICENSE.txt
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# rocket

Simple OOP demo with `Rocket` and `Shuttle` classes.

## Install
```bash
pip install rocket
