Metadata-Version: 2.1
Name: PySUS
Version: 0.5.16
Summary: Tools for dealing with Brazil's Public health data
Home-page: https://github.com/fccoelho/PySUS
Author: Flavio Codeco Coelho
Author-email: fccoelho@gmail.com
License: gpl-v3
Platform: UNKNOWN
Provides-Extra: dev


PySUS
=====

This package collects a set of utilities for handling with public databases
published by Brazil's DATASUS
The documentation of how to use PySUS can be found
here: http://pysus.readthedocs.io/en/latest/

Features
--------

- Decode encoded patient age to any time unit (years, months, etc)
- Convert `.dbc` files to DBF databases or read them into pandas dataframes.
  DBC files are basically DBFs compressed by a proprietary algorithm.
- Loads SINAN DBC files into Pandas Dataframes
- Downloads SIA, SIH, SIM, SINASC, and ESUS (covid data)
- Geocodes SINAN notified cases in batch. You can use your Google API KEY
  to avoid Google's free limits.

Installation
------------
Make sure your system has libffi-dev package installed::

$ sudo pip install PySUS



