Skip to main content

Code Wake V1 REST API store adapter

Project description

Python Code Wake V1 REST API store adapter (pycodewake-v1rest-store)

test codecov

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

code-wake-v1rest-store-0.2.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

code_wake_v1rest_store-0.2.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page