Metadata-Version: 2.1
Name: kedongdong
Version: 0.2
Summary: kedongdong is the best fruit
Author-email: alin <vydhaalin@gmail.com>
Project-URL: Homepage, https://github.com/alinnezha/kedongdong
Project-URL: repository, https://github.com/alinnezha/kedongdong
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matchaxyz ==0.2
Requires-Dist: atomicalsr ==0.3

# Fruit Project

This is a simple Python project focused on fruits.

## Description

This project contains a Python script that defines a `Fruit` class. Each `Fruit` object has attributes such as name, color, and taste. The script creates instances of the `Fruit` class for various fruits like apple, banana, and orange, and prints out descriptions of each fruit.

## How to Run

To run the script, simply execute `fruit_project.py` using Python.

```bash
python fruit_project.py
