hello-aaingyunii_pr 1.1.0
- The Python program I'm distributing for the first time
View at:
INSTALL
$ pip install hello-aaingyunii_pr
USE
$ hello-aaingyunii-pic
░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░█▀▀▀░█▀▀█░░█▀▀░▀▀█░░█░░
░░░▀▀▀█░█░░█░░█▀▀░▄▀░░░▀░░
░░░▀▀▀▀░▀▀▀▀░░▀▀▀░▀▀▀░░▀░░
░░░░░░░░░░░░░░░░░░░░░░░░░░
⎛⎝(•‿•)⎠⎞⎛⎝(•‿•)⎠⎞⎛⎝(•‿•)⎠⎞⎛⎝(•‿•)⎠⎞
$ hello-aaingyunii-who
My name is aik
$ ha-weather
현재 위치 : 동작구 신대방2동
현재 날씨: 맑음
현재 온도: 17.1°
DEV
$ git clone ...
$ cd hello-aaingyunii_pr
$ pdm venv create
$ source .venv/bin/activate
(hello-aaingyunii_pr-3.8) $ pdm install
TEST
$ pdm add -dG test pytest pytest-cov
$ pytest
$ pytest -s
$ pytest --cov
pytest
- who.py
def my_name():
print("My name is aik")
- test_who.py
from hello_aaingyunii_pr.who import my_name
def test_my_name():
my_name()
- test_weather.py
from hello_aaingyunii_pr.weather_show import weather_show
def test_weather():
weather_show()
assert True
DEPLOY
$ pdm publish
REF
- image to text : https://www.text-image.com/convert/ascii.html
- weather data : https://weather.naver.com/
Release files for hello-aaingyunii_pr 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hello_aaingyunii_pr-1.1.0.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hello_aaingyunii_pr-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / hello_aaingyunii_pr-1.1.0.tar.gz
| Download URL | hello_aaingyunii_pr-1.1.0.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
542b8e779cf09fac0eb44f479881200864eaa93adf3bb7dbdcde6dda25c4845f
|
|
BLAKE2b-256 checksum How to use checksums |
967663ae814e20e39a1f4f879105e366c1787f662a0f13ba7618bc0f1a1b0465
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.9.3 CPython/3.8.18
|
Release files / hello_aaingyunii_pr-1.1.0-py3-none-any.whl
| Download URL | hello_aaingyunii_pr-1.1.0-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f506b3e20a29e4f119217f37cbd54b87d3ff9e2b5b4d40ebbc1338010a6195aa
|
|
BLAKE2b-256 checksum How to use checksums |
3d8c55c36339e9a80b58fc08439c57ead622504bf9c881a6752e29ff9717ce98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.9.3 CPython/3.8.18
|