Skip to content

Commit

Permalink
🔖 Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GusFurtado committed Mar 6, 2022
1 parent 1c1f2e5 commit d26a8d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions DadosAbertosBrasil/ipea.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class Serie:
cod : str
Código da série que se deseja obter os dados.
Utilize a função `ipea.lista_series` para identificar a série desejada.
O código desejado estará na coluna 'SERCODIGO'.
O código desejado estará na coluna 'codigo'.
index : bool, default=False
Se True, define a coluna 'SERCODIGO' como index do atributo 'valores'.
Se True, define a coluna 'codigo' como index do atributo 'valores'.
Attributes
---------
Expand Down Expand Up @@ -425,7 +425,7 @@ def lista_paises(
Sigla de três letras do país, caso queira ver os dados deste
país exclusivamente.
index : bool, default=False
Se True, define a coluna 'PAICODIGO' como index do DataFrame.
Se True, define a coluna 'codigo' como index do DataFrame.
Returns
-------
Expand Down Expand Up @@ -504,7 +504,7 @@ def lista_territorios(
território exclusivamente.
nivel : str, optional
Nome do nível territorial.
Utilize a função ipea.niveis_territoriais() para verificar
Utilize a função `ipea.niveis_territoriais` para verificar
as opções disponíveis.
Returns
Expand Down Expand Up @@ -621,7 +621,7 @@ def serie(
cod : str
Código da série que se deseja obter os dados.
Utilize a função `ipea.lista_series` para identificar a série desejada.
O código desejado estará na coluna 'SERCODIGO'.
O código desejado estará na coluna 'codigo'.
index : bool, default=False
Se True, define a coluna 'data' como index do DataFrame.
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
'DadosAbertosBrasil._utils',
'DadosAbertosBrasil._ibge'
],
version = '0.4.1',
version = '0.4.2',
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.4.1.tar.gz',
download_url = 'https://github.com/GusFurtado/DadosAbertosBrasil/archive/0.4.2.tar.gz',

keywords = [
'brasil',
Expand Down Expand Up @@ -51,7 +51,6 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: Portuguese (Brazilian)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6'
]
)

0 comments on commit d26a8d1

Please sign in to comment.