Official Python SDK for KintiSoft Public API
Project description
kintisoft-sdk (Python)
SDK oficial de Python para la API pública de KintiSoft
El SDK oficial de KintiSoft para Python permite integrar de forma sencilla la API pública de KintiSoft en scripts, aplicaciones backend, servicios y automatizaciones.
Incluye:
- Cliente HTTP listo para producción
- Manejo de errores con excepciones tipadas
- Soporte para múltiples tenants
Instalación
pip install kintisoft-sdk
Configuración básica
from kintisoft_sdk import KintiSoftClient
client = KintiSoftClient(
tenant="acme",
api_key="pk_live_xxxxxx",
)
Manejo de errores
El SDK lanza KintiSoftError cuando:
- La API devuelve errores (
4xxo5xx) - Hay timeouts
- Ocurre un problema de red
Opciones avanzadas
client = KintiSoftClient(
tenant="acme",
api_key="pk_live_xxxxxx",
base_url_override="https://acme.staging.tudominio.com/api/v1",
timeout=15.0,
)
Estructura interna
kintisoft_sdk/
__init__.py
client.py
http_client.py
prospects.py
exceptions.py
Publicación en PyPI
python -m build
twine upload dist/*
Licencia
MIT License
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
kintisoft_sdk-0.1.0.tar.gz
(2.8 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 kintisoft_sdk-0.1.0.tar.gz.
File metadata
- Download URL: kintisoft_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77e87e7dc29da873009de3b05eb554169c0ac05c4bbafe40083bafac74fa2998
|
|
| MD5 |
04299332ca9e7b1bdc37e9a749af6b10
|
|
| BLAKE2b-256 |
debdeb3fee3f8a1a36a6cb42b651e544240fab0ebbe1f0b25bfc7d4288144967
|
File details
Details for the file kintisoft_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kintisoft_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5b36c14f99739feeba7a99466628cc68cd943e69eb8fcecf47f4d14052df7c0
|
|
| MD5 |
cbb71a206c57f290fad24db1416ddf61
|
|
| BLAKE2b-256 |
73737e026091cc1ad3ef6f2f453c40ec273ef9ba2908ade8fe7443eaecf8fd74
|