Metadata-Version: 1.1
Name: jsobject
Version: 0.9.3
Summary: Jsobject is simple implementation JavaScript-Style Objects                  in Python.
Home-page: http://mavier.github.io/jsobject
Author: Marcin Wierzbanowski
Author-email: marcin@wierzbanowski.com
License: MIT
Description: .. image:: https://pypip.in/version/jsobject/badge.svg
            :target: https://pypi.python.org/pypi/jsobject/
            :alt: Latest Version
        
        .. image:: https://pypip.in/download/jsobject/badge.svg
            :target: https://pypi.python.org/pypi/jsobject/
            :alt: Downloads
        
        .. image:: https://pypip.in/py_versions/jsobject/badge.svg
            :target: https://pypi.python.org/pypi/jsobject/
            :alt: Supported Python versions
        
        .. image:: https://pypip.in/license/jsobject/badge.svg
            :target: https://pypi.python.org/pypi/jsobject/
            :alt: License
        
        jsobject: Objects for Humans
        ============================
        
        jsobject is simple implementation JavaScript-Style Objects in Python. It is distributed as a single file module and has no dependencies other than the `Python Standard Library <http://docs.python.org/library/>`_.
        
        Homepage and documentation: https://mavier.github.io/jsobject
        
        
        Example: "Hello World" with jsobject
        ------------------------------------
        
        .. code-block:: python
        
          from jsobject import Object
        
        
        
        Download and Install
        --------------------
        
        Install the latest stable release with ``pip install jsobject``, ``easy_install -U jsobject`` or download `jsobject.py <https://github.com/mavier/jsobject/raw/master/jsobject.py>`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Jsobject runs with **Python 2.6+ and 3.x**.
        
        Testing
        _______
        
        .. image:: https://travis-ci.org/mavier/jsobject.png?branch=master
            :target: https://travis-ci.org/mavier/jsobject
        
        .. image:: https://coveralls.io/repos/mavier/jsobject/badge.png
            :target: https://coveralls.io/r/mavier/jsobject
        
        
        License
        -------
        
        Code and documentation are available according to the `MIT License <https://raw.github.com/mavier/jsobject/master/LICENSE>`__.
        
        Tips
        -------
        
        .. image:: http://img.shields.io/gratipay/mavier.svg
            :target: https://gratipay.com/mavier
            :alt: Tips
        
Keywords: jsobject,Object,json,chain,javascript
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
