Skip to main content

Cakework Python SDK

Project description

Python SDK for Cakework

Local Development

pip3 install . (in root of package, where pyproject.toml is located)

Updating generated python protobufs

Generating the grpc files which we want to copy over to the src/cakework directory:

cd src/cakework
source env/bin/activate
pip install grpcio
pip install protobuf
pip install grpcio-tools
python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. cakework.proto

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

cakework-0.0.39.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

cakework-0.0.39-py3-none-any.whl (11.4 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