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.1.1.tar.gz (94.6 kB view details)

Uploaded Source

Built Distribution

cornflow_client-1.1.1-py3-none-any.whl (126.4 kB view details)

Uploaded Python 3

File details

Details for the file cornflow-client-1.1.1.tar.gz.

File metadata

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

File hashes

Hashes for cornflow-client-1.1.1.tar.gz
Algorithm Hash digest
SHA256 c4d2766fac524e0a1a3cb7c1aae93a9af7297b8c78f4bdf3683f357fdc09f7ba
MD5 3a5ff179deac401773982f8916292c5e
BLAKE2b-256 43b1a2e0e082be1a64eaad109460360b0e23f3f04ae7c29924e465d13d3b33fe

See more details on using hashes here.

File details

Details for the file cornflow_client-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cornflow_client-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ac044abcf8769e892b77676e3770b9f53d37f282fd16c0db22663a9a36a9cc4
MD5 43b4553daf48d543c068ce1cff1fab9b
BLAKE2b-256 b87702191f897044a2ab1b2e73c262c35e5bb0a6d9fd529a49cbe568a4a1ff52

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