Metadata-Version: 2.5
Name: c692scm203ak1
Version: 0.1.1
Summary: ตัวอย่าง Python package วิชา Programming for Mathematics
Project-URL: Homepage, https://github.com/username/my_package
Project-URL: Documentation, https://github.com/username/my_package#readme
Project-URL: Repository, https://github.com/username/my_package.git
Project-URL: Bug Tracker, https://github.com/username/my_package/issues
Author-email: Adisak <kpadisak@gmail.com>
License: MIT
License-File: LICENSE
Keywords: math,programming,scm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# My Package

Package เป็นมินิโปรเจควิชา Programming for Mathematics

## การใช้งาน


```python
import c692scm203ak1 as scm

# ใช้งานฟังก์ชันจาก module1
print(scm.add(5, 10))       # 15
print(scm.multiply(5, 10))  # 50.0

# ใช้งานฟังก์ชันจาก module2
print(scm.reverse_text("Python"))       # nohtyP
print(scm.format_title("programming"))  # Programming
```

## เอกสารอ้างอิง
* https://www.programiz.com/python-programming