Metadata-Version: 2.1
Name: rocketAouaichia
Version: 0.1
Summary: A package for simulating rockets and shuttles
Home-page: https://github.com/yourusername/rocket
Author: hafsa
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Rocket Package

This package contains classes for simulating rockets and shuttles in Python.

## Classes

- `Rocket`: Simulates a basic rocket.
- `Shuttle`: Simulates a reusable shuttle.
- `CircleRocket`: Simulates a circular rocket and calculates its area and circumference.

## Installation

You can install this package using pip:

```bash
pip install rocket
