Metadata-Version: 2.1
Name: shipzo_cmd
Version: 0.2.1
Summary: project package
Author-email: hun0219 <gsw98000@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/hun0219/shipzo_cmd
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: shipzo-plus >=0.1.4
Requires-Dist: shipzo-mult >=0.1.3
Requires-Dist: shipzo-divide >=0.1.1

# 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
