Metadata-Version: 1.2
Name: enigma-sdk
Version: 1.0.2
Summary: Enigma Public SDK
Home-page: https://public.enigma.com/
Author: Enigma
Author-email: public-support@enigma.com
License: UNKNOWN
Project-URL: Documentation, http://docs.enigma.com/public/public_v20_sdk_about.html
Description-Content-Type: text/x-rst
Description: Enigma Public SDK
        =================
        
        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.
        
Keywords: enigma public data api sdk
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.4
