Metadata-Version: 1.0
Name: screencast
Version: 1.0
Summary: A Python script to open your web browser to a specified page.
Home-page: https://github.com/zachwill/screencast
Author: Zach Williams
Author-email: hey@zachwill.com
License: Unlicense (a.k.a. Public Domain)
Description: 
        screencast
        ==========
        
        Simple Python script. On import it should open up a new tab in your web
        browser of choice and point it to a web page.
        
            >>> import screencast
        
Keywords: screencast,import screencast
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
