Skip to main content

Scidash Client library for uploading test data

Project description

SciDash Python API to upload data to SciDash from any Python environment

How to use it

from scidash_api import client

# instantiate your client with defaults
client_instance = client.ScidashClient()

# or with optional build_info and hostname attributes
client_instance = client.ScidashClient(build_info="SUPER BUILD", hostname="EXTRAORDINARY HOST")

# or with custom config to point to a specific scidash deployment such as 'http://localhost:8000' and hostname
client_instance = client.ScidashClient({'base_url': 'http://localhost:8000'}, hostname="EXTRAORDINARY HOST")

# login into Scidash Server
client_instance.login({'username': 'my_username', 'password': 'my_secret_password'})

# and then call upload method for score object from sciunit
client_instance.upload_score(score)

# or call upload_suite method passing suite and score_matrix sciunit objects
client_instance.upload_suite(suite, score_matrix)

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

scidash-api-0.1.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file scidash-api-0.1.0.tar.gz.

File metadata

  • Download URL: scidash-api-0.1.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for scidash-api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2de8a9d95cd29fe16f5f756edaa1c2f5cf4eb1f401a502fcc63130a8317fbbf1
MD5 9e642318087a613875b8206c3641176a
BLAKE2b-256 a4f625ccc70431ff0f11816a782258a92ec81e3e47b3b5b668e1e54dc0565d2a

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