Client Socket.IO for Dash
Project description
dash socketio
Client Socket.IO for Dash
Install
pip install dash_socketio
Development
Getting Started
-
Create a new python environment:
python -m venv venv . venv/bin/activate
Note: venv\Scripts\activate for windows
-
Install python dependencies:
pip install -r requirements.txt
-
Install npm packages:
- Optional: use nvm to manage node version:
nvm install nvm use
- Install:
npm install
- Optional: use nvm to manage node version:
-
Build:
npm run build
Component Code
Publish
If publish on npm:
npm build
npm publish
Justfile
Alternatively, use the provided just commands:
- Create a Python environment from previous step 1 and install:
just install
- Build
just build
- Publish
just publish
- See all commands with
just -l
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_socketio-1.0.0.tar.gz
(22.6 kB
view hashes)
Built Distribution
Close
Hashes for dash_socketio-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bd7fd87ec3614d6e519e68cb915b157557a8f22b8fde74e707b79ce1fdbd8a7 |
|
MD5 | bea50de888cf9681d5bf377eae10c712 |
|
BLAKE2b-256 | 5b5eae05ffb1a7fe0f63822cb94163219ff596bac6a71a4d80fd345b67ea55d1 |