Seoul public data API client library.
Project description
Python API client library for Seoul Open Data Plaza (서울 열린데이터 광장).
Examples
Realtime subway position
>>> from seoul import Client
>>> seoul = Client()
>>> trains = seoul.get_subway_realtime_position('6호선')
>>> for train in trains:
... print(f"{train.subway_name} {train.number}번 열차 @ {train.station_name}")
...
6호선 6265번 열차 @ 화랑대(서울여대입구)
6호선 6271번 열차 @ 이태원
6호선 6277번 열차 @ 불광
Realtime city air quality
>>> from seoul import Client
>>> seoul = Client()
>>> measurements = seoul.get_air_realtime_city()
>>> for m in measurements:
... print(f"AQI @ {m.region_name} {m.station_name}: {m.index_value}")
...
... AQI @ 도심권 중구: 55.0
... AQI @ 도심권 종로구: 55.0
... AQI @ 도심권 용산구: 53.0
... AQI @ 서북권 은평구: 51.0
... AQI @ 서북권 서대문구: 43.0
Supported APIs
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
seoul-0.2.0.tar.gz
(9.6 kB
view details)
Built Distribution
seoul-0.2.0-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file seoul-0.2.0.tar.gz
.
File metadata
- Download URL: seoul-0.2.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 739a5a9374a23d96dcdc0390ae3036eacac90ac9a3b2c0de44bee04b8e492df8 |
|
MD5 | 8ff6c20a13b6180664d05ec3de7aaa29 |
|
BLAKE2b-256 | 02aa7d9d4dd5a53aec3ecb95aa7179e067e47ddc3d5e0c888ea47e26f5c3870e |
File details
Details for the file seoul-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: seoul-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3267db022c17c057b400d52451c61211f205b25073bf7603661a4370e44fae3 |
|
MD5 | 07e5376b56e00c3cd0c33d831cd2a5ca |
|
BLAKE2b-256 | 56c8aaa51651f50dc181c954f87bcf01b0f4e20b4681184ecb859f616f342eab |