Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GusFurtado committed Oct 31, 2020
1 parent cd0c849 commit 9dd1428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install DadosAbertosBrasil
- **[MIT](LICENSE)**

### Próximos Passos
- Módulo `senado`, similar ao módulo `camara`. Será necessário adicionar um package `xml`;
- Conclusão do módulo `senado`;
- Módulo `tse`, que utilizará o package `zipfile` para extrair os arquivos `.csv` do repositório do TSE;
- Substituição das funções do módulo `camara` por classes. Atualmente as funções capturam apenas dados dos últimos seis meses e da última legislatura;
- Expansão das funções de filtro e busca de séries, para facilitar encontrar a série desejada;
Expand Down
Binary file removed dist/DadosAbertosBrasil-0.1.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'DadosAbertosBrasil',
packages = ['DadosAbertosBrasil'],
version = '0.1.2',
version = '0.1.3',
license = 'MIT',
description = 'Pacote Python para acesso a dados abertos e APIs do governo brasileiro.',
long_description = long_description,
long_description_content_type = 'text/markdown',
author = 'Gustavo Furtado',
author_email = 'gustavofurtado2@gmail.com',
url = 'https://github.com/GusFurtado/DadosAbertosBrasil',
download_url = 'https://github.com/GusFurtado/DadosAbertosBrasil/archive/0.1.2.tar.gz',
download_url = 'https://github.com/GusFurtado/DadosAbertosBrasil/archive/0.1.3.tar.gz',

keywords = [
'brasil',
Expand Down

0 comments on commit 9dd1428

Please sign in to comment.