Metadata-Version: 1.1
Name: castroredux
Version: 0.1.5
Summary: 'screencast robot' - a tiny fork of vnc2flv
Home-page: https://github.com/brome-hq/castroredux
Author: Brome-HQ
Author-email: brome.hq@gmail.com
License: ISCL
Description: ===============================
        CastroRedux
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/castroredux.svg
                :target: https://pypi.python.org/pypi/castroredux
        
        
        "screenCAST RObot REDUX" - a tiny fork of vnc2flv
        
        Installation
        ------------
        
        ::
        
            $ [sudo] easy_install castroredux 
        
        Example
        -------
        
        ::
        
                from castroredux import CastroRedux
        
                c = CastroRedux(
                            'out.flv',
                            host = '192.168.0.12'
                            port = 5900,
                            pwdfile = "/home/user/.vnc/pwd"
                    )
        
                c.start()
        
                # other stuff
        
                c.stop()
        
Keywords: castroredux
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
