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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cornflow_client-1.2.6.tar.gz.
File metadata
- Download URL: cornflow_client-1.2.6.tar.gz
- Upload date:
- Size: 99.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2e00503106eafc63c10f5b435222f9361e9782bbff402cdfb3952535bc79924
|
|
| MD5 |
024f2f59c0eaf6f46bff279ebf785b44
|
|
| BLAKE2b-256 |
8cfdfbf5fca3d12422f0cd134ed29ea72dae4dfd9d2bcedf8d47075e9bee613a
|
File details
Details for the file cornflow_client-1.2.6-py3-none-any.whl.
File metadata
- Download URL: cornflow_client-1.2.6-py3-none-any.whl
- Upload date:
- Size: 131.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebf70b7aae5aed770d0693bd1c2b741eb0d0f2209aa915c587245cb2ec778699
|
|
| MD5 |
56bd15079d6cf21bc2d6db0418345227
|
|
| BLAKE2b-256 |
0500a83f8012dc7ce6da3a6e0c373884bfa2c0c7153bc49bcb25d72a613d5022
|