The Python program I'm distributing for the first time
Project description
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/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 hello_aaingyunii_pr-1.1.0.tar.gz.
File metadata
- Download URL: hello_aaingyunii_pr-1.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542b8e779cf09fac0eb44f479881200864eaa93adf3bb7dbdcde6dda25c4845f
|
|
| MD5 |
b7dd6f577188794fa41f563ff6a54249
|
|
| BLAKE2b-256 |
967663ae814e20e39a1f4f879105e366c1787f662a0f13ba7618bc0f1a1b0465
|
File details
Details for the file hello_aaingyunii_pr-1.1.0-py3-none-any.whl.
File metadata
- Download URL: hello_aaingyunii_pr-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f506b3e20a29e4f119217f37cbd54b87d3ff9e2b5b4d40ebbc1338010a6195aa
|
|
| MD5 |
3bc30f652845472162b85386b6fb4292
|
|
| BLAKE2b-256 |
3d8c55c36339e9a80b58fc08439c57ead622504bf9c881a6752e29ff9717ce98
|