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.6

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.0.11a2.tar.gz (66.5 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.0.11a2-py3-none-any.whl (83.1 kB view details)

Uploaded Python 3

File details

Details for the file cornflow-client-1.0.11a2.tar.gz.

File metadata

  • Download URL: cornflow-client-1.0.11a2.tar.gz
  • Upload date:
  • Size: 66.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for cornflow-client-1.0.11a2.tar.gz
Algorithm Hash digest
SHA256 689e24be24cd0be954057c3fd03bf1fd0d2bafa799dedfacee92b9ea45583fa0
MD5 93d0c23c5fdd43a965197e87c3775469
BLAKE2b-256 d04cb3b5a690d0f277a04966420586b63d27d3cfc5de89e5c044dc3b808ab1ef

See more details on using hashes here.

File details

Details for the file cornflow_client-1.0.11a2-py3-none-any.whl.

File metadata

File hashes

Hashes for cornflow_client-1.0.11a2-py3-none-any.whl
Algorithm Hash digest
SHA256 7747207f06496bbd18864068905fe6c0654f3bd1bc0756a1a9ea5286b02dcbca
MD5 22f76e97b2ae058ef7d00e78d00987d7
BLAKE2b-256 cd596e991c49b2e7c16f4b8f8d392701541fb1905def3f8dfa5e2d620c5fb908

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