Skip to main content

Enigma Public SDK

Project description

The Enigma SDK helps developers build Python applications that integrate with Enigma Public. The SDK is available as a Python package you can install using pip:

$ pip install enigma-sdk

The Python SDK simplifies app development in several important ways versus using the Enigma Public API directly via calls to HTTP endpoints:

  • The SDK handles all HTTP requests for you. This includes automatic retries, connection pooling, and passing of API keys.

  • It generates iterators automatically if pagination is required, and supports Python list slicing for easy access to resources.

  • It provides a set of “convenience” methods to implement common tasks that would otherwise require multiple API calls.

  • It returns responses as Python objects you can query using familiar object.attribute patterns, rather than navigating JSON hierarchies.

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

enigma-sdk-1.0.4.tar.gz (47.5 kB view hashes)

Uploaded Source

Built Distribution

enigma_sdk-1.0.4-py3-none-any.whl (117.9 kB view hashes)

Uploaded Python 3

Supported by

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