Metadata-Version: 2.4
Name: shipzo_cmd
Version: 0.3.0
Summary: 통합 project package
Author-email: hun0219 <gsw98000@gmail.com>
License: MIT
Project-URL: GitHub, https://github.com/hun0219/shipzo_cmd
Project-URL: Homepage, https://github.com/hun0219/shipzo_cmd
Project-URL: Issues, https://github.com/hun0219/shipzo_cmd/Issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: shipzo-plus-hun>=0.1.6
Requires-Dist: shipzo-mult-hun>=0.1.0
Requires-Dist: shipzo-divide-hun>=0.1.0

# shipzo 사칙연산 팀 프로젝트
## **기능**
- 더하기
- 곱하기
- 나누기
## **설치**
```py
$ pip install shipzo_cmd
$ pip list
```
![image](https://github.com/user-attachments/assets/6584c729-95fd-47c2-a711-4baff455f25b)
## **결과**
![image](https://github.com/user-attachments/assets/fa27bafb-4445-4bf7-bb9b-120d8ec5bf14)
## **참조**
- 더하기
https://github.com/rlaehgus97/shipzo_plus
- 곱하기
https://github.com/rlaehgus97/shipzo_mult
- 나누기
https://github.com/rlaehgus97/shipzo_divide
