Sayou Healthcare Package for www.hira.go.kr, opendata.hira.or.kr, www.health.kr & nedrug.mfds.go.kr
Project description
sayou-healthcare
- 의약품안전나라 > 의약품등 제품정보 검색
- 건강보험심사평가원 > 약제급여목록표 > 약제정보
- 보건의료빅데이터개방시스템 > 공공데이터 > 전국 병의원 및 약국 현황
- 약학정보원 > 의약품 상세검색
사이트 링크
설치
pip install sayou-healthcare
사용 예시
약학정보원 > 의약품 상세검색
from sayou.healthcare.health import HealthCrawler
# Health Crawler 초기화
crawler = HealthCrawler()
medicines = crawler.medicines()
for medicine in medicines:
print(medicine)
건강보험심사평가원 > 약제급여목록표 > 약제정보
from sayou.healthcare.hira import HiraCrawler
# Hira Crawler 초기화
crawler = HiraCrawler()
data = crawler.download()
for medicine in data.medicines:
print(medicine)
보건의료빅데이터개방시스템 > 공공데이터 > 전국 병의원 및 약국 현황
from sayou.healthcare.hira import HiraCrawler
# Hira Crawler 초기화
crawler = HiraCrawler()
data = crawler.opendata()
print(f"Download File: {data.download_file.filename}")
print(f"Extracted Files: {data.extracted_files}")
print(f"Hospital Data: {data.hospital_data.filename}")
for hospital in data.hospital_data.rows:
print(hospital)
print(f"Pharmacy Data: {data.pharmacy_data.filename}")
for pharmacy in data.pharmacy_data.rows:
print(pharmacy)
의약품안전나라 > 의약품등 제품정보 검색
from sayou.healthcare.nedrug import NedrugCrawler
# Nedrug Crawler 초기화
crawler = NedrugCrawler()
data = crawler.download()
for medicine in data.medicines:
print(medicine)
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
sayou_healthcare-0.0.6.tar.gz
(36.2 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 sayou_healthcare-0.0.6.tar.gz.
File metadata
- Download URL: sayou_healthcare-0.0.6.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d13e8ec69510137be7247a66212874e103b7df73179c61df0977226987b501b0
|
|
| MD5 |
148b8f9b9c9f323d346e8e1eec02fc53
|
|
| BLAKE2b-256 |
d0fcd345459f407b563c4223436b5d376901d97a1a95b7f1a1871d37d6fb3230
|
File details
Details for the file sayou_healthcare-0.0.6-py3-none-any.whl.
File metadata
- Download URL: sayou_healthcare-0.0.6-py3-none-any.whl
- Upload date:
- Size: 60.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ddbf8bf13d2bf504712fe751a1c917aa8244e0088101425bc77afcebfe49b6b
|
|
| MD5 |
08254ed69d00ba433a7b2f62ee793f3f
|
|
| BLAKE2b-256 |
abae1f6cf6db251a4cb01fa16ee7a07b7c9cf81cb8a7af50d906004b0a8844d7
|