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.0.tar.gz (103.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.0-py3-none-any.whl (134.5 kB view details)

Uploaded Python 3

File details

Details for the file cornflow_client-1.3.0.tar.gz.

File metadata

  • Download URL: cornflow_client-1.3.0.tar.gz
  • Upload date:
  • Size: 103.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cornflow_client-1.3.0.tar.gz
Algorithm Hash digest
SHA256 5865af8fb59d5f420190663779017c1d704e4b3b3e09b93fd210c3919286564e
MD5 c991e5313fba29568f604dbf3dc897b5
BLAKE2b-256 93ac476f9e966c0e9f8e1f656be01fd180a916bfe61e4c43de8f22e381b50ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cornflow_client-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f95f32430734fddd1b3a4f0b3d0277a6af0d2379403ae9d9e861c05d5a462cf
MD5 35e1d16da96aabb087d5d7ea3589be47
BLAKE2b-256 7fca221fae711072445e3b379c9b39cb2c963e936aaffdffbe7e1a43b97ef16f

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