Skip to main content

Client to connect to a cornflow server

Project description

The aim of this repository is to have a client to use to connect to a deployed cornflow webserver

Requirements

  • python >= 3.8

Install cornflow-client

To install the package do:

python3 -m pip install cornflow-client

Use cornflow-client

To use, first you have to import the package:

from cornflow_client import CornFlow

Then you have to start up the client and login or sing up:

client = CornFlow(url="URL_TO_THE_WEB_SERVER")
client.sign_up(username, email, password)
client.login(username, password)

And then finally you can use the cornflow webserver and start solving problems:

instance_id = client.create_instance(data)
execution_id = client.create_execution(instance_id, execution_config)
status = client.get_status(execution_id)
results = client.get_results(execution_id)

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

cornflow-client-2.0.0a4.tar.gz (96.5 kB view details)

Uploaded Source

Built Distribution

cornflow_client-2.0.0a4-py3-none-any.whl (128.5 kB view details)

Uploaded Python 3

File details

Details for the file cornflow-client-2.0.0a4.tar.gz.

File metadata

  • Download URL: cornflow-client-2.0.0a4.tar.gz
  • Upload date:
  • Size: 96.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for cornflow-client-2.0.0a4.tar.gz
Algorithm Hash digest
SHA256 b2784a797f80836f8152b8be9b75e4443a4f93235ef9ce5623989b963c989f60
MD5 96c0f514ec910ef91a1a686d2f72beb3
BLAKE2b-256 91e35ac88f70574e46f59f42a49d5c08c4de6bcc77f84bf83c7041b78cb2ec2b

See more details on using hashes here.

File details

Details for the file cornflow_client-2.0.0a4-py3-none-any.whl.

File metadata

File hashes

Hashes for cornflow_client-2.0.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 8f370e0890623bbd913b0b5e3563d139a20e38f83166af081184abebe0588c12
MD5 7186c80bb7f16d9c3ce4367b4a2fea89
BLAKE2b-256 471e503d9e5f6273671cbdb25f20df7d72166dfcfb66c5c2ebd2b3371e567636

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