Metadata-Version: 2.1
Name: dash-cm
Version: 0.1.17
Summary: Description
Home-page: UNKNOWN
License: UNKNOWN
Description: # dash_cm
        
        ## Install
        ```bash
        pip install --upgrade dash_cm
        ```
        
        Optionally:
        ```bash
        sudo tee /usr/local/bin/dashcm > /dev/null <<EOT
        #!/usr/bin/bash
        
        exec "python" -m dash_cm "\$@"
        EOT
        sudo chmod +x /usr/local/bin/dashcm
        ```
        
        And then use as executable
        ```bash
        dashcm serve &
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
