Metadata-Version: 2.4
Name: CTpackage
Version: 0.1.0
Summary: This my frist package. Can ues to calulate area length circle
Home-page: https://github.com/Cartoonmee/CTpackage
Author: Cartoon
Author-email: your_email@example.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Package name : CTpackage

`CTpackage` is a lightweight Python package that provides simple utility functions
for **math**, **string processing**, and **data summarization**.
It is designed mainly for learning purposes and as an example of Python packaging.

---

## Features 
- **Math utilities**: addition and multiplication
- **String utilities**: convert to uppercase and lowercase
- **Data utilities**: summarize a list of numbers (min, max, average)

---

## Installation

You can install the package directly from PyPI:

```bash
pip install CTpackage
