Metadata-Version: 2.4
Name: rocket-sarraverse
Version: 1.0.0
Summary: A simple rocket simulation package that calculates distances and compares objects.
Home-page: https://pypi.org/project/rocket-sarraverse/
Author: sarraverse
Author-email: ks.zerguerras@esi-sba.dz
License: MIT
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: summary

# Rocket Package

A simple Python package demonstrating how to create and distribute a custom module.

## Features

- Move rockets in 2D space
- Compare rocket positions
- Calculate distance between rockets

## Installation

```bash
pip install rocket
```
