DeployPlex Python SDK
Project description
DeployPlex Python SDK
deployplex is the official DeployPlex SDK for Python
Getting Started
Requirements
Install
You can install and configure deployplex using this command:
pip install -U deployplex
Configure
from fastapi import FastAPI
import deployplex.integrations.fastapi as deployplex_fastapi_integration
app = FastAPI()
deployplex_fastapi_integration.init(app)
Auth for DeployPlex CronJob endpoints
from fastapi import FastAPI, Depends, Response
from deployplex.integrations.fastapi import cron_job_auth
app = FastAPI()
@app.post("/job")
def job(auth: None = Depends(cron_job_auth)) -> Response:
return Response()
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
deployplex-0.0.10.tar.gz
(6.0 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 deployplex-0.0.10.tar.gz.
File metadata
- Download URL: deployplex-0.0.10.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.2.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28b35827f35536c590b777b30575339566e7580da351e8bb843766dd34d9f26f
|
|
| MD5 |
ce703bda8c677125cfe3631cd010695c
|
|
| BLAKE2b-256 |
17a47987c580091af22615f9538055e19dbee754acf019ddd9fddeb5343e3eb1
|
File details
Details for the file deployplex-0.0.10-py3-none-any.whl.
File metadata
- Download URL: deployplex-0.0.10-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.2.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f36a401cdf6fbd9e38a1fc2ab6626f1b5ee82ffd35910e72ea7778337dbdc856
|
|
| MD5 |
a7694e888dd2a2a1a880408299c9e221
|
|
| BLAKE2b-256 |
dc69974e8a998519350d6f6329e5452068ffaaba7d32230796048c86972c15be
|