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-1.3.6rc1.tar.gz (113.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cornflow_client-1.3.6rc1-py3-none-any.whl (145.3 kB view details)

Uploaded Python 3

File details

Details for the file cornflow_client-1.3.6rc1.tar.gz.

File metadata

  • Download URL: cornflow_client-1.3.6rc1.tar.gz
  • Upload date:
  • Size: 113.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cornflow_client-1.3.6rc1.tar.gz
Algorithm Hash digest
SHA256 1e046c0be4627d23ea7b33ee63d791ba4dd4b142dafacf4642f43bfd328622c9
MD5 ba087c1232bf53865a19d21e40052195
BLAKE2b-256 f3e1ed13d0879900d01650aa9d8fdf2e97d846cce8558c49f70f8218460802cd

See more details on using hashes here.

File details

Details for the file cornflow_client-1.3.6rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for cornflow_client-1.3.6rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 98026a401ad8ff9ce9a116a18e6e17aa988bdcec56f10ea11b7ed55b87e2f68c
MD5 5f513d8f026317e5b61b7e2efc909a6d
BLAKE2b-256 d9b43031761131aa6863518a2ca81b8b56d2e0748bd77d19e9c0d23aab8b41ec

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