Skip to main content

A simplified way to use the SkyCiv API with Python.

Project description

What is this?

A fast way to interact with the SkyCiv API using Python 3.

Usage

>>> pip install skyciv

then...

>>> import skyciv

>>> data = {...}

>>> options = {
        version: 3,
        http_or_https: 'https'
    }

>>> results = skyciv.request(data, options)

Data

The data parameter is required and take the JSON object that describes your model and the functions you would like to run. See API documentation

Options

The options parameter is optional and takes and object containing two keys:

  • version - 1 | 2 | 3 (Defaults to 3)
  • http_or_https - http | https (Defaults to https)

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

skyciv-1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

skyciv-1.0.0-py2-none-any.whl (3.0 kB view hashes)

Uploaded Python 2

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