Metadata-Version: 2.1
Name: shiny
Version: 0.2.1
Summary: A web development framework for Python.
Home-page: https://github.com/rstudio/py-shiny
Author: Winston Chang
Author-email: winston@rstudio.com
License: MIT
Description: Shiny for Python
        ================
        
        See the [Shiny for Python website](https://shiny.rstudio.com/py/).
        
        
        ## Development
        
        If you want to do development on Shiny for Python:
        
        ```sh
        pip install -r requirements-dev.txt
        ```
        
        Additionally, you can install pre-commit hooks which will automatically reformat and lint the code when you make a commit:
        
        ```sh
        pre-commit install
        
        # To disable:
        # pre-commit uninstall
        ```
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
