Skip to main content

A Python API module designed to run queries on Nectar

Project description

PYTHON NECTAR MODULE

This is a Python API module designed to run queries on Nectar, add bucket information, and set policies.

Install

pip3 install nectarpy

Python Example

from nectarpy import Nectar
API_SECRET = "<api-secret>"
nectar = Nectar(API_SECRET)
policy_id = nectar.add_policy(
    allowed_categories=["*"],
    allowed_addresses=[],
    allowed_columns=["*"],
    valid_days=1000,
    usd_price=0.0123,
)
TEE_DATA_URL = "https://<ip-address>:5229/"
bucket_id = nectar.add_bucket(
    policy_ids=[policy_id],
    data_format="std1",
    node_address=TEE_DATA_URL,
)
result = nectar.train_model(
    type="linear-regression",
    parameters='{"xcols":["heart_rate","age"],"ycol":"height"}',
    filters='[{"column":"smoking","filter":"=","value":false}]',
    use_allowlists=[False],
    access_indexes=[0],
    bucket_ids=[bucket_id],
    policy_indexes=[0],
)
print(result)

Integration Tests

1: Create a .env file

API_SECRET=0x123...
NETWORK_MODE=<localhost | moonbase | moonbeam>
TEE_DATA_URL=https://<ip-address>:5229/

2: Run

python3 tests.py

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

dev_nectarpy-0.0.23.tar.gz (30.6 kB view details)

Uploaded Source

Built Distribution

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

dev_nectarpy-0.0.23-py3-none-any.whl (32.1 kB view details)

Uploaded Python 3

File details

Details for the file dev_nectarpy-0.0.23.tar.gz.

File metadata

  • Download URL: dev_nectarpy-0.0.23.tar.gz
  • Upload date:
  • Size: 30.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for dev_nectarpy-0.0.23.tar.gz
Algorithm Hash digest
SHA256 a4b184f51264bf92bdffe6c9b57667790d99e6c26c2f8579d3ff8c6d59771913
MD5 466fc065e4fe033a76291b6cb1883ebd
BLAKE2b-256 01e4d8d9b8657b917e3004e73c239963eddd8d3fb90cb91b974b885002a1197c

See more details on using hashes here.

File details

Details for the file dev_nectarpy-0.0.23-py3-none-any.whl.

File metadata

  • Download URL: dev_nectarpy-0.0.23-py3-none-any.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for dev_nectarpy-0.0.23-py3-none-any.whl
Algorithm Hash digest
SHA256 48e99bfb077dd41e8a6bb1d9ce6fd9212a0b1134b8fd5c2f767e7fa754518d25
MD5 85a2d49903427643080395a1eb8b6665
BLAKE2b-256 2553dfd399ff9f92c36c57059b86880256e65bbd4b090ef81a818ba4a8f297f4

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