Metadata-Version: 1.1
Name: dash_auth
Version: 1.1.0
Summary: Dash Authorization Package.
Home-page: https://plot.ly/dash
Author: Christopher Parmer
Author-email: chris@plot.ly
License: MIT
Description: ## Dash Authorization and Login
        
        Docs: [https://plot.ly/dash/authentication](https://plot.ly/dash/authentication)
        
        License: MIT
        
        Tests: [![CircleCI](https://circleci.com/gh/plotly/dash-auth.svg?style=svg)](https://circleci.com/gh/plotly/dash-auth)
        
        For local testing, install and use tox:
        
        ```
        TOX_PYTHON_27=python2.7 TOX_PYTHON_36=python3.6 tox
        ```
        
        Or create a virtualenv, install the dev requirements, and run individual
        tests or test classes:
        
        ```
        virtualenv venv
        source venv/activate
        pip install -r dev-requirements.txt
        python -m unittest -v tests.test_plotlyauth.ProtectedViewsTest
        ```
        
        Note that Python 2.7.7 or greater is required.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
