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.1.tar.gz
(22.7 kB
view hashes)
Built Distribution
Close
Hashes for dash_socketio-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ba22006390cec5a6346a48526dc40218326a3831fa50dffe446264219aa1c10 |
|
MD5 | eda8bb5d61dd760c19ef6c6d79508fc1 |
|
BLAKE2b-256 | b082c6ececf67b8c055a3069738e318bdf6a2e6d239aa1192fe91ec0e1f8e793 |