Connect to Pipium
Project description
Pipium Python connect
This is the package that connects Python models with the Pipium platform.
Installation
pip install pipium-connect
Code
from pipium_connect import connect
connect(
"your-securely-stored-api-key",
{
"hello_world": {
"name": "Hello world!",
"run_sync": lambda input: "Hello " + input["text"],
"types": {
"inputs": ["text/plain"],
"output": "text/plain",
},
},
}
)
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
pipium_connect-0.0.1.tar.gz
(4.1 kB
view details)
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 pipium_connect-0.0.1.tar.gz.
File metadata
- Download URL: pipium_connect-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81bbd82c2c5a61dc04615b028cbeece53578eaf514c9a00a49f441dfc5f3f40c
|
|
| MD5 |
daae60b7266f3a346a7799efce4a7914
|
|
| BLAKE2b-256 |
de1f991b633e4d9d8a2fa3362bb086c16e2caa55eb78dc1beb5d6c6f6954ece9
|
File details
Details for the file pipium_connect-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pipium_connect-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ac53da088ed5094874de7e46734f449528d1ed798c220cb7853e627c914bd02
|
|
| MD5 |
3b53aeb94f737a29808fbbef6145c1d5
|
|
| BLAKE2b-256 |
f870172eb7deb7ee037d050ece04224bc6ae3cb7c3b62fc227d6c5554f016824
|