Metadata-Version: 2.4
Name: ehk
Version: 1.2.0
Summary: Türkçe temel matematik modülü
Home-page: https://pynet.neocities.org
Author: Eren
Author-email: senin.email@example.com
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# EHK - TÃ¼rkÃ§e Temel Matematik ModÃ¼lÃ¼

Bu modÃ¼l temel matematik iÅŸlemleri ve geometri hesaplamalarÄ± yapar.

KullanÄ±m Ã¶rneÄŸi:

```python
import ehk

print(ehk.topla(3, 5))  # 8
