Metadata-Version: 1.0
Name: prototype
Version: 0.2
Summary: Javascript's Prototyping OO for Python
Home-page: http://tech.jonathangardner.net/wiki/Python-Prototype
Author: Jonathan Gardner
Author-email: jgardner@jonathangardner.net
License: Public Domain
Description: The original author is Toby Ho. See
        http://tobyho.com/Prototype_Inheritence_in_Python
        
        I (Jonathan Gardner) am assuming the code is in the public domain since I
        can't find any license information anywhere.
        
        I've adapted this by making very tiny changes:
        * Adding a setup script
        * Modifying the attribute getter to raise an AttributeException if the
        attribute is mising, instead of returning None.
        * Moving doc.py to the module's doc string.
        
Keywords: prototype javascript
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: JavaScript
