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
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 code-wake-v1rest-store-0.2.1.tar.gz.
File metadata
- Download URL: code-wake-v1rest-store-0.2.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b21e387c6634dd893ec22899ed99612541bcb488fad6847be3d4035e3ac413a
|
|
| MD5 |
6eb2ff5daded3a3504d507eadc3caff0
|
|
| BLAKE2b-256 |
33f80360ba8cf6d1130f2d9d656a701d7fb6844ed71fd480ec28562143c54b0f
|
File details
Details for the file code_wake_v1rest_store-0.2.1-py3-none-any.whl.
File metadata
- Download URL: code_wake_v1rest_store-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac354a5478be9431571d1a4973cd54e15dd0533df66435a8d727c4b627fd4df
|
|
| MD5 |
9bbccc0432fa356576a8d68f4b649a21
|
|
| BLAKE2b-256 |
06d64439a4091933bf78dc7ac6173dcf67f5f2d772153048ac9504c46cc29590
|