Emitare SDK para Python
SDK oficial Python para a API NFS-e Emitare — emita Notas Fiscais de Serviço Eletrônicas em todos os 5.570 municípios do Brasil.
Instalação
pip install emitare
Uso rápido
from emitare import Emitare
client = Emitare("sua-api-key")
# Emitir NFS-e
nfse = client.nfse.emitir(
empresa_id="uuid-da-empresa",
tomador={
"cpfCnpj": "12345678000195",
"razaoSocial": "Empresa Tomadora Ltda",
"email": "financeiro@tomadora.com.br"
},
servico={
"codigoMunicipio": 3550308, # São Paulo
"descricao": "Desenvolvimento de software",
"valorTotal": 1500.00,
"aliquotaIss": 2.0
}
)
print(f"NFS-e emitida: {nfse['numero']}")
Funcionalidades
- ✅ Emissão de NFS-e em 5.570 municípios brasileiros
- ✅ Suporte a 10 provedores (GINFES, ISSNet, SIGISS, Betha, IPM, SimplISS, DSF, eGoverne, PRODAM, Padrão Nacional 2026)
- ✅ Padrão Nacional 2026 (LC 214/2025 — IBS/CBS)
- ✅ Consulta e cancelamento de NFS-e
- ✅ Emissão em lote
- ✅ Webhooks em tempo real
Documentação
Documentação completa em emitare.com.br/docs
Licença
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emitare-1.0.0.tar.gz
(3.6 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 emitare-1.0.0.tar.gz.
File metadata
- Download URL: emitare-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af5d832f74eee003cd9422b35c32b57c7525c651e79c80bf5baae77c5ad5da31
|
|
| MD5 |
090f137d57d19fac6dd200c7754ccdfb
|
|
| BLAKE2b-256 |
a18263e7dc56f361fbf12766a7d7bfcfe67e3359bd6974e8d2925f2b893dd7f8
|
File details
Details for the file emitare-1.0.0-py3-none-any.whl.
File metadata
- Download URL: emitare-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.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 |
da74ae577243faf38655f7b16e54eb4918b96e93bb22f575adf54d51cab4c4db
|
|
| MD5 |
258e05f40125e31531a02b4b8c7e4053
|
|
| BLAKE2b-256 |
1675d37e215aec85bafae0564e52b69989d601742d3985f43ff011f5e3889190
|