Official Emitfy API SDK for Python
Project description
emitfy (Python)
Official Emitfy API SDK for Python.
pip install emitfy
from emitfy import Emitfy
import os
emitfy = Emitfy(os.environ["EMITFY_API_KEY"], os.environ["EMITFY_API_SECRET"])
emitfy.webhooks.create({
"url": "https://seu-sistema.com/webhooks/emitfy",
"events": {"invoice": ["nfse.authorized"], "cte": []},
})
company = emitfy.company(os.environ["EMITFY_COMPANY_ID"])
company.nfse.create({"serviceDescription": "Serviço", "amount": 100})
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emitfy-0.2.2.tar.gz
(3.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 emitfy-0.2.2.tar.gz.
File metadata
- Download URL: emitfy-0.2.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b419db6f0bc85c5b32a7ba0a35a1bf826faedfb688c78f46d7f9ad6409cf602
|
|
| MD5 |
65aa2596cf4f2003a5de7b6c6faf3a92
|
|
| BLAKE2b-256 |
30e4464e85dff1731f1ad7217374b32d3e8134d45ceea2dc42dcc4de0100a6b3
|
File details
Details for the file emitfy-0.2.2-py3-none-any.whl.
File metadata
- Download URL: emitfy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f3ee33c145133f5fdbe52be837147f6b8d0fffbd8922d938735e97732dbada
|
|
| MD5 |
6b944fa63f2ec61fcdd6a5ed2b28a076
|
|
| BLAKE2b-256 |
09c4cf2324251c61c154bace8d891c45ba68f09611416400c20513fd8c636667
|