Metadata-Version: 2.1
Name: web-playground
Version: 0.0.1
Summary: Demo web application for testing purposes
Home-page: http://github.com/golemhq/web-playground
Author: Luciano Renzi
Author-email: luciano@lucianorenzi.com
License: UNKNOWN
Description: # Web Playground
        
        
        A demo web application useful for sharpening automation tools. Written in Python and Flask.
        
        Used by [Golem](https://github.com/golemhq/golem)
        
        ## Installing
        
        Requires: Python 3.5+
        
        ```bash
        pip install web-playground
        ```
        
        ## Start
        
        ```bash
        web-playground [-p|--port]
        ```
        
        Default port is 6565.
        
        ## License
        
        [MIT](https://tldrlegal.com/license/mit-license)
Keywords: test automation selenium webdriver web web-playground
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
