daviwesley / python_covid

(WIP) Get covid cases from Brazil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instalation

Run the following to install

pip install python-covid

Usage

from python_covid.client import Client

## get all recents cases
cases = Client()

Setting up enviroment for development

  • Make sure you have pip installed
  • Install the python package pipenv with pip install pipenv

Run the following commands to set up your local enviroment

pipenv shell
pipenv install && pipenv install --dev

Documentation

docs

use the following command to see a webpage with the documentation

$ mkdocs serve

About

(WIP) Get covid cases from Brazil

License:GNU General Public License v3.0


Languages

Language:Python 100.0%