Skip to main content

Client to connect to a cornflow server [forked from baobabsoluciones]

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


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_pchtsp-1.3.0.tar.gz (64.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_pchtsp-1.3.0-py3-none-any.whl (83.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for cornflow_client_pchtsp-1.3.0.tar.gz
Algorithm Hash digest
SHA256 ceadf76b825c0551ee3620ebbccb54af3c98aec1676a21e0a24c70c247c3fcdd
MD5 399229c78d8c10c51365de9e58a42db7
BLAKE2b-256 856e3e8dfa0584fd4f1a1a37d187310a73009533c6cefed8b6e63c90eff0a22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cornflow_client_pchtsp-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6cb6873d13bb35955d666b9d3d3fb3e63198245c59a4058c1597db40aeded3e5
MD5 6710800c1b0ca343376fd6f8aee06a76
BLAKE2b-256 289da8f049fc707f0639650bcad00087335c6475eeee18b1f2ef5fd66ef9554c

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