Skip to main content

Earnix Elevate SDK

Project description

Earnix Elevate SDK

ruff mypy bandit

Earnix is a global provider of Intelligent Insurance and Banking Operations through agile, composable and real-time solutions.

This is a Software Development Kit for interactions with the Earnix Elevate line of products, providing HTTP clients and models covering 100% of the backend's capabilities, wrapped in an easy-to-use package. As of now, we only offer 1:1 interactions with the backend APIs, but we plan to introduce custom flows that call multiple APIs in the future.

With this package, you don't need to be learning the APIs, implementing the HTTP protocol or managing JSONs. For the best experience, we recommend using it with a modern Python LSP/IDE. We try to use type hinting whenever possible. The full developer experience includes automatic OOP model hierarchies, code completion, field validations and more.

Requirements

  • Python >= 3.9.
  • An Earnix Elevate account.
  • Valid client_id and secret_key, linked to that account or to a user within that account.

Installation

  • Using pip (maybe inside a venv):

    pip install --upgrade earnix-elevate
    
  • Using a specific Python:

    python3.10 -m pip install --upgrade earnix-elevate
    
  • Using another tool (such as pdm or poetry):

    pdm add earnix-elevate
    

Example usage

  • Print your Connections:

    from earnix_elevate.core import ConnectionService
    
    connection_service = ConnectionService(
      server="eu",
      client_id="...",
      secret_key="...",
    )
    
    connections = connection_service.list_connections()
    print(connections)
    

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

earnix_elevate-0.15.0.tar.gz (67.2 kB view details)

Uploaded Source

Built Distribution

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

earnix_elevate-0.15.0-py3-none-any.whl (163.3 kB view details)

Uploaded Python 3

File details

Details for the file earnix_elevate-0.15.0.tar.gz.

File metadata

  • Download URL: earnix_elevate-0.15.0.tar.gz
  • Upload date:
  • Size: 67.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.22.3 CPython/3.9.21 Linux/6.8.0-1021-aws

File hashes

Hashes for earnix_elevate-0.15.0.tar.gz
Algorithm Hash digest
SHA256 33769b4c063a8fc6b6a37ec4dc1ceea54dd60fd21ef8efdc1d40032f1ef8cc46
MD5 107d7179befdc5d29e7301bcccfff5ce
BLAKE2b-256 8fa4f11635f91d25f8f3a16879eb5d33bf6dbd01a37ce86e372e837511de9a06

See more details on using hashes here.

File details

Details for the file earnix_elevate-0.15.0-py3-none-any.whl.

File metadata

  • Download URL: earnix_elevate-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 163.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.22.3 CPython/3.9.21 Linux/6.8.0-1021-aws

File hashes

Hashes for earnix_elevate-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df4cf369732b21baee20a3222143371fbdf00555656e0550420f62eef2dd76a5
MD5 a4065ec64532bfa890b634a53fe8d1c9
BLAKE2b-256 b9a9b2bfb5040bd649484957f3aba7b5cd0bf42e5a6c1b219f0b6d4aed518a8a

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