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"),
)
Release files for code-wake-v1rest-store 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| code-wake-v1rest-store-0.2.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| code_wake_v1rest_store-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / code-wake-v1rest-store-0.2.1.tar.gz
| Download URL | code-wake-v1rest-store-0.2.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b21e387c6634dd893ec22899ed99612541bcb488fad6847be3d4035e3ac413a
|
|
BLAKE2b-256 checksum How to use checksums |
33f80360ba8cf6d1130f2d9d656a701d7fb6844ed71fd480ec28562143c54b0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / code_wake_v1rest_store-0.2.1-py3-none-any.whl
| Download URL | code_wake_v1rest_store-0.2.1-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ac354a5478be9431571d1a4973cd54e15dd0533df66435a8d727c4b627fd4df
|
|
BLAKE2b-256 checksum How to use checksums |
06d64439a4091933bf78dc7ac6173dcf67f5f2d772153048ac9504c46cc29590
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|