Sayou Healthcare for 의약품안전나라, 건강보험심사평가원, 보건의료빅데이터개방시스템, 약학정보원
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)
License
Apache 2.0 License © 2025-2026 Sayouzone
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.7.tar.gz
(36.5 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.7.tar.gz.
File metadata
- Download URL: sayou_healthcare-0.0.7.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee1d0876e6d263c2804daa122eb8f873bdf4bc8ad747d2c7ca1555f4a1239a6d
|
|
| MD5 |
4ff42ea31c22954cd3a540e17407add1
|
|
| BLAKE2b-256 |
89ad814541605d90f079697788a966a8e8603f7401ffebe7fbfe5bb282656d73
|
File details
Details for the file sayou_healthcare-0.0.7-py3-none-any.whl.
File metadata
- Download URL: sayou_healthcare-0.0.7-py3-none-any.whl
- Upload date:
- Size: 60.4 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 |
cee631d3dd9bf87e3a2e3d1b6adf8069d77c44cdf6bc3ca567822727affc6802
|
|
| MD5 |
39cff8c96b9636c97ae8ef79384b9945
|
|
| BLAKE2b-256 |
40194d7281b2a54ad70e959e179091283c060254aaca3ec3c919373f99c8c719
|