Default template for PDM package
Project description
mijoon_cmd
install
$ pip install mijoon_cmd
Usage
zsh
$ t_cmd p 5 3
8
$ t_cmd m 5 3
15
$ t_cmd d 10 5
2.0
Python
from mijoon_cmd.cmd import p # 더하기
from mijoon_cmd.cmd import m # 곱하기
from mijoon_cmd.cmd import d # 나누기
p(a,b)
# result = a+b
m(a,b)
# result = a*b
d(a,b)
# result = a/b
Dependencies
team_plus
team_mul
team_divide
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mijoon_cmd-0.3.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mijoon_cmd-0.3.0.tar.gz.
File metadata
- Download URL: mijoon_cmd-0.3.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.11.9 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5011ddfd82d19f92feda003d96fc8fb553a79cd3a3d9c8029c80a0833beed352
|
|
| MD5 |
45d6e20aa00b7afb48d6944aaf66f41b
|
|
| BLAKE2b-256 |
2affa5102f785d400323490742dc75c4e560721176eeee1ddf971cf0b1fabe44
|
File details
Details for the file mijoon_cmd-0.3.0-py3-none-any.whl.
File metadata
- Download URL: mijoon_cmd-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.11.9 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867e1a1b2ab0b69d35ce2b90e0214a933ac6994d843a0d76e0ad8d307285c00f
|
|
| MD5 |
d66592088360c513364719c4976b67ff
|
|
| BLAKE2b-256 |
c6977727a9bed2e22e7398ea1b797362c1f7be1e2b5c3d3918952712d3003a89
|