Code Wake V1 REST API store adapter
Project description
Python Code Wake V1 REST API store adapter (pycodewake-v1rest-store)
This store adapter provides backing via the V1 REST API for Code Wake. A server implementing this API may be achieved by using pycodewake-v1wsgi-service (a middleware you could use to provide the API via a Flask server say, if that suits.
For example:
import code_wake
from code_wake_v1rest_store import V1RestStore
cwproc = code_wake.Process(
app_name="my_app",
app_vsn="1.2.3",
env_name="production",
store=V1RestStore("https://code.wake.server/path/to/api"),
)
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
Built Distribution
Close
Hashes for code-wake-v1rest-store-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 716205ae974e9e5fa4e6a9ea6be8402743ba69aa552e404070b75e1e37a77971 |
|
MD5 | 6c06078f64223518499c00f752d998f7 |
|
BLAKE2b-256 | 4773c838639e77cffac8dfeda048c873e06186ff2fbff3fb300c7553a56cb51e |
Close
Hashes for code_wake_v1rest_store-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61cec2675bd237c26877fb83b7fe9b6e0f20a9673f8b85d3758789dfcd3b4832 |
|
MD5 | 8b129bf3a3dab0a0f39f4c71614f2ebe |
|
BLAKE2b-256 | 7271af5c0e3428f84b93ea89ed149489f6c9e1a8244e5ed68880778f1186d2be |