Skip to main content

Client Socket.IO for Dash

Project description

dash socketio

Client Socket.IO for Dash

Install

pip install dash_socketio

Development

Getting Started

  1. Create a new python environment:

    python -m venv venv
    . venv/bin/activate
    

    Note: venv\Scripts\activate for windows

  2. Install python dependencies:

    pip install -r requirements.txt
    
  3. Install npm packages:

    1. Optional: use nvm to manage node version:
      nvm install
      nvm use
      
    2. Install:
      npm install
      
  4. Build:

    npm run build
    

Component Code

Publish

If publish on npm:

npm build
npm publish

Justfile

Alternatively, use the provided just commands:

  1. Create a Python environment from previous step 1 and install:
    just install
    
  2. Build
    just build
    
  3. Publish
    just publish
    
  4. See all commands with just -l

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

dash_socketio-1.0.1.tar.gz (22.7 kB view hashes)

Uploaded Source

Built Distribution

dash_socketio-1.0.1-py3-none-any.whl (23.1 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