Python client for BNDES (Banco Nacional de Desenvolvimento Econômico e Social) services
Project description
PyBNDES
Python client for BNDES (Banco Nacional de Desenvolvimento Econômico e Social) services.
Installation
pip install pybndes
Usage
from pybndes import Cartoes, Bancos
# Search for suppliers by name
cartoes = Cartoes()
fornecedores = cartoes.get_fornecedores_by_name("AGROAVICOLA", 1)
# Search for suppliers by product name
fornecedores = cartoes.get_fornecedores_by_nome_produto("Escada", 1)
# Get banks
bancos = Bancos()
bancos_credenciados = bancos.get_bancos_credenciados()
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybndes-0.0.2.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybndes-0.0.2.tar.gz.
File metadata
- Download URL: pybndes-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39d565afe48c52ce0306beacc02c32bcedfea2d2ede1ce747a72268c8445de3e
|
|
| MD5 |
bc1b31906d925d7828821a6c95247d88
|
|
| BLAKE2b-256 |
a6538603c463c25691fe8a96771807141d0292bbda9aebc897c863826f3b3144
|
File details
Details for the file pybndes-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pybndes-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de2d61e339ca137a4a270b12faced9c76e73faee344e025c09f9ffd66737468c
|
|
| MD5 |
0cc9a220aa5659a6ae212bd0b3541ae4
|
|
| BLAKE2b-256 |
a2d861d577bed3c1a614d222a1e7dcfa295a3e1b65f9982c25f2d180028a6097
|