Metadata-Version: 1.1
Name: jsbridge
Version: 3.0rc6
Summary: Python to JavaScript bridge interface
Home-page: https://github.com/mozilla/mozmill/tree/master/jsbridge
Author: Mozilla Automation and Testing Team
Author-email: tools@lists.mozilla.org
License: http://www.mozilla.org/MPL/2.0/
Description: [jsbridge](https://github.com/mozilla/mozmill/tree/master/jsbridge)
        is a python-javascript bridge interface for Firefox and Mozilla
        applications.
        
        jsbridge works as an 
        [extension](https://github.com/mozilla/mozmill/tree/master/jsbridge/jsbridge/extension)
        loaded into Firefox or Thunderbird
        (etc.) that opens a socket, by default on port 24242, that 
        is used to mirror data structures between python-land and JavaScript-land
        The python component opens the same port and communication takes place.
        
        [JSObject](https://github.com/mozilla/mozmill/blob/master/jsbridge/jsbridge/jsobjects.py)s
        (`jsbridge.jsbobject:JSObject`) may be used to mirror
        objects across between python and JavaScript.
        
        jsbridge is utilized by 
        [Mozmill](https://developer.mozilla.org/en/Mozmill) as part of its
        testing infrastructure.
Keywords: mozilla
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
