Metadata-Version: 2.1
Name: ahmethingram
Version: 0.0.3
Summary: Short description of your package
Home-page: https://pypi.org/project/ahmethingram/
Author: Ahmed Asaad
Author-email: ahmadasaadmajed1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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

# My Simple Library

مكتبة بايثون بسيطة للقيام بعمليات جمع الأرقام.

## التثبيت
يمكنك تثبيت المكتبة باستخدام:




## الاستخدام:
```python
from my_simple_library import add
print(add(3, 4))  # 7



### **1.5. ملف `LICENSE`** (اختياري):
```text
MIT License


