Skip to main content

websocket client for threedi websocket consumer endpoints

Project description

threedi-ws-client

https://img.shields.io/pypi/v/threedi-ws-client.svg https://img.shields.io/travis/larsclaussen/threedi-ws-client.svg Documentation Status

Quick start

Create a virtual python > 3.6 environment, run:

pip install -r requirements.txt

The active_simulations command takes a required keyword argument –env with the options

  • prod (production obviously)

  • stag (staging obviously)

  • local

You have to create a corresponding .env file for the destination environment. The prod.env file could look something like this:

API_USERNAME='micheal.jackson'
API_PASSWORD='sefdiee92u43dmslzxsad'
API_HOST='https://api.3di.live/v3.0'

To start the client run:

python threedi_ws_client/commands/active_simulations.py --env=<prod | stag | local>

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.5 (2020-12-16)

  • Limit name length to 30 chars.

0.0.4 (2020-12-16)

  • Remove asyncclick import.

0.0.3 (2020-12-16)

  • Use click directly.

0.0.2 (2020-12-16)

  • Create PyPi project first.

0.1.0 (2020-04-21)

  • First release on PyPI.

Supported by

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