Skip to main content

Developer tools for compute.studio.

Project description

Compute Studio Kit

cs-kit tests your model's functions against the Compute Studio criteria. If your functions pass the cs-kit tests, then you can be reasonably sure that the functions will work on compute.studio.

Compute Studio Kit also provides a helper command for retrieving your Compute Studio API token.

Install cs-kit

pip install cs-kit

Set up the cs-config directory

$ csk-init
$ tree cs-config/
cs-config/
├── cs_config
│   ├── functions.py
│   ├── __init__.py
│   └── tests
│       ├── __init__.py
│       └── test_functions.py
├── install.sh
└── setup.py

Write your functions in cs-config/cs_config/functions.py

# Write or import your Compute Studio functions here.


def get_version():
    pass


def get_inputs(meta_param_dict):
    pass


def validate_inputs(meta_param_dict, adjustment, errors_warnings):
    pass


def run_model(meta_param_dict, adjustment):
    pass

Test your functions in cs-config/cs_config/tests/test_functions.py

from cs_kit import CoreTestFunctions

from cs_config import functions


class TestFunctions1(CoreTestFunctions):
    get_version = functions.get_version
    get_inputs = functions.get_inputs
    validate_inputs = functions.validate_inputs
    run_model = functions.run_model
    ok_adjustment={"matchup": {"pitcher": [{"value": "Max Scherzer"}]}}
    bad_adjustment={"matchup": {"pitcher": [{"value": "Not a pitcher"}]}}

Run your cs-config tests

py.test cs-config

Write your installation instructions in cs-config/install.sh

conda install your-project

Get your Compute Studio API token

$ csk-token --username myuser --password mypass
Token: your-token-here

Run the compute-studio-kit tests

py.test cs_kit -v

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

cs-kit-1.10.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

cs_kit-1.10.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file cs-kit-1.10.0.tar.gz.

File metadata

  • Download URL: cs-kit-1.10.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for cs-kit-1.10.0.tar.gz
Algorithm Hash digest
SHA256 095bcfe36728c88400289f8d8a247c38294c8374ecca44c67f2ff194ee6a0e42
MD5 824998fce8c374cc19104d598fcf766d
BLAKE2b-256 93ee2dcd59fdb860bac2e48feafc32d5aeef9439d86ff1457b9373283f5f5735

See more details on using hashes here.

File details

Details for the file cs_kit-1.10.0-py3-none-any.whl.

File metadata

  • Download URL: cs_kit-1.10.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for cs_kit-1.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2cc53e6efe2fd69a2debcf1a09db09ecb8412b3ee4aa569c57bf521df7458f6f
MD5 bedcb71d18e3e67268e41f428caee712
BLAKE2b-256 cac7f3b81893a1c637109aa686eaf62cc1080386699baf712f44f6a2a9285020

See more details on using hashes here.

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