Skip to main content

A Python package for interacting with the OmniIndex Homomorphic Encrypted Blockchain API

Project description

Project description

OmniIndex Python Library

The OmniIndex Python library provides convenient access to the OmniIndex API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the OmniIndex API.

You can find usage examples for the OmniIndex Python library in our Python Library reference which includes code samples etc For just the API reference

Installation

You don't need this source code unless you want to modify the package. If you just want to use the package, just run:

pip install --upgrade omniindex

Install from source with:

pip setup.py install

Usage

The library needs to be configured with your account's secret keys which are available from your account onboarding packet. Set them as the OMNIINDEX_API_PASSWORD environment variable before using the library: We would recommed you set these for

  • OMNIINDEX_API_PASSWORD
  • OMNIINDEX_API_USER
  • OMNIINDEX_API_NODE
  • OMNIINDEX_API_TYPE
  • OMNIINDEX_API_UNIT
  • OMNIINDEX_API_BASE_URL

Linux / bash etc

export OMNIINDEX_API_PASSWORD='sk-...'

Windows

setx OMNIINDEX_API_PASSWORD 'sk-...'

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

omniindex-0.1.15.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

omniindex-0.1.15-py3-none-any.whl (6.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