Skip to main content

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 (4xx o 5xx)
  • 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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kintisoft_sdk-0.1.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

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

Hashes for kintisoft_sdk-0.1.0.tar.gz
Algorithm Hash digest
SHA256 77e87e7dc29da873009de3b05eb554169c0ac05c4bbafe40083bafac74fa2998
MD5 04299332ca9e7b1bdc37e9a749af6b10
BLAKE2b-256 debdeb3fee3f8a1a36a6cb42b651e544240fab0ebbe1f0b25bfc7d4288144967

See more details on using hashes here.

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

Hashes for kintisoft_sdk-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5b36c14f99739feeba7a99466628cc68cd943e69eb8fcecf47f4d14052df7c0
MD5 cbb71a206c57f290fad24db1416ddf61
BLAKE2b-256 73737e026091cc1ad3ef6f2f453c40ec273ef9ba2908ade8fe7443eaecf8fd74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page