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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for omniindex-0.1.15-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 53c7d5ff513aaff7884b82fbfef7315173c1f48ff6f181eaaeb9741409239e17 |
|
| MD5 | a87e25fa70ab22a498db0918f90b947e |
|
| BLAKE2b-256 | a37be5957c81bd18489d30a6349465327ed6fc0a7c5f7292d4a5946c4471fede |