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.

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

threedi-ws-client-0.0.5.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

threedi_ws_client-0.0.5-py2.py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 2 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