Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename mais -> sdk #1746

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Rename mais -> sdk #1746

merged 3 commits into from
Jan 8, 2025

Conversation

aspeddro
Copy link
Collaborator

@aspeddro aspeddro commented Jan 7, 2025

  • Renomeia mais -> sdk
  • Atualiza CONTRIBUTING.md
  • Atualiza processo de setup para o pacote python

@aspeddro aspeddro requested a review from isabelmeister January 7, 2025 14:44
@aspeddro aspeddro self-assigned this Jan 7, 2025
Comment on lines -121 to -128
### Veja todos os datasets disponíveis

```python
import basedosdados as bd

bd.list_datasets()
```

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

list_datasets não está mais disponível

Comment on lines -254 to -268
## Desenvolvimento

### Documentação

Para rodar a documentação localmente:

```bash
python -m venv .sdk # cria ambiente virtual (só rodar da primeira vez)
. .sdk/bin/activate # ativa ambiente virtual
pip install --upgrade -r python-package/requirements-dev.txt # instala dependências
python python-package/setup.py develop # instala pacote local
mkdocs serve # cria documentacao em: http://localhost:8000/
```

Atualize os docs adicionando ou editando os arquivos `.md` em `docs/`.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Movi para o README.md dentro de python-package

@aspeddro aspeddro requested a review from rdahis January 7, 2025 14:56
@aspeddro aspeddro merged commit d78f65a into master Jan 8, 2025
4 checks passed
@aspeddro aspeddro deleted the rename-mais-to-sdk branch January 8, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants