dj-weather-show
only tell you the weather in Dongjak-gu
Thank you very much. It started with the following.
INSTALL
$ pip install dj-weather-show`
USE
$ dj-weather-show
현재 위치: 동작구 신대방2동
현재 날씨: 맑음
현재 온도: 19.3°
$ python
Python 3.8.18 (default, Oct 17 2023, 20:11:17)
[GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from dj_weather_show.weather_show import get_weather
>>> location, weather_condition, temperature = get_weather()
>>> print(f"\n현재 위치: {location}")
현재 위치: 동작구 신대방2동
>>> print(f"현재 날씨: {weather_condition}")
현재 날씨: 맑음
>>> print(f"현재 온도: {temperature}°")
현재 온도: 19.3°
>>>
DEV
$ git clone ...
$ cd ...
$ pdm venv create
$ source .venv/bin/activate
(dj-weather-show-3.8) $ pdm install
TEST
$ pdm add -dG test pytest pytest-cov
$ pytest
$ pytest -s
$ pytest --cov
DEPLOY
$ pdm publish
REF
Release files for dj-weather-show 2.0.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 | |
|---|---|---|---|
| dj_weather_show-2.0.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dj_weather_show-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / dj_weather_show-2.0.0.tar.gz
| Download URL | dj_weather_show-2.0.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a1ce9a823dd8a8349911cb5ba282a0f04c393658aae239c831bb681104d40ea
|
|
BLAKE2b-256 checksum How to use checksums |
bf6de030259015fbefaa4012daa34fc5d21b85ec5a8df7be147175ffc2f3167f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.9.3 CPython/3.8.18
|
Release files / dj_weather_show-2.0.0-py3-none-any.whl
| Download URL | dj_weather_show-2.0.0-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ecbf4d96618d49fe6ed8cf27ee052d59424bf9483e22f7bd92a055bebc460825
|
|
BLAKE2b-256 checksum How to use checksums |
bc8fbdef85f5445a4f4304847f54b2a1be4df11c4b9a755d062088e2d132d457
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.9.3 CPython/3.8.18
|