Skip to main content

Koronavirüs (Covid-19) verilerine erişmenizi sağlayan bir Python modülü.

Project description

koronavirus

İndirme Sayısı

Koronavirüs (Covid-19) verilerine erişmenizi sağlayan bir Python modülü.
Verilerin kaynağı: NovelCOVID API

PyPI: https://pypi.org/project/koronavirus/
GitHub: https://github.com/Dorukyum/koronavirus/

Kurulum

İndirmek için: pip install koronavirus

Örnek Kullanım

# modülü içeri aktar
from koronavirus import *

# Türkiye'nin koronavirüs verilerini al
veriler =  korona("Turkey") # veya korona()
print(veriler)

# async hâli
veriler = await async_korona("Turkey") # veya async_korona()
print(veriler)

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

koronavirus-0.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

koronavirus-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page