Multinode's Python client
Project description
Multinode's definitions and deployments client
Running CLI
You can run any of the CLI commands using the poetry run multinode
prefix. For example:
poetry run multinode --help
Deploying your first project
To deploy your first project in the development mode, first run:
poetry run multinode login
You will be asked for an API key.
Once successfully logged in, create a test.py
file with the following content:
from multinode import Multinode
mn = Multinode()
@mn.job()
def a():
print("Hello, Multinode A!")
@mn.job()
def b():
print("Hello, Multinode B!")
and run
poetry run multinode deploy test.py --project-name my-first-project
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
multinode-0.0.2.tar.gz
(47.5 kB
view details)
Built Distribution
multinode-0.0.2-py3-none-any.whl
(124.9 kB
view details)
File details
Details for the file multinode-0.0.2.tar.gz
.
File metadata
- Download URL: multinode-0.0.2.tar.gz
- Upload date:
- Size: 47.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-86-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1fa762fa0f3507a968fd00a24dfdd9d3003c060b587f237b73d5f7b7c58a75d |
|
MD5 | 01ab211a9ad1063d4571285472700c07 |
|
BLAKE2b-256 | 03eccf792321aac070c8f074c455b3bd563fb93854bc5304e33e572cdbb670e8 |
File details
Details for the file multinode-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: multinode-0.0.2-py3-none-any.whl
- Upload date:
- Size: 124.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-86-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 523a4c059108f7d74a4cdad74ef2a5ef6b6981edbd1e6c5e73ad344c74b91100 |
|
MD5 | 3c0f4895121e0d3a32147564ad0bec4c |
|
BLAKE2b-256 | 858d77cf23984e214791a0d620692313ba19d7725806ab1b53398ab9427b8dfa |