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.0a3.tar.gz (96.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cornflow-client-2.0.0a3.tar.gz
  • Upload date:
  • Size: 96.4 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.0a3.tar.gz
Algorithm Hash digest
SHA256 04048b252f4411436f167702a06244e7a47c3493ea6c5b3d180af037fbac578d
MD5 14aced5aa2d6e7bda8df959ab2aa9572
BLAKE2b-256 a37057d77779fd81aa36beb4a1adbc230e631ba86fc6849d5062861260825f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cornflow_client-2.0.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 25e16112afe534d0541aba499d99a5da20fc4c12bd04bd8d20d1ffc030b59582
MD5 7c2ef5ea7180fbc3fb9fbac118beea39
BLAKE2b-256 7ce7594b56c2dd0418ff6d8a7106f46cbfd8985c0a49bf3ce7d1022937d31659

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