Metadata-Version: 2.0
Name: jsobject
Version: 0.0.1-dev
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
Keywords: jsobject,json,chain,javascript,object
Platform: any
Classifier: Development Status :: 1 - Planning
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.5
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

jsobject: Objects for Humans
============================

.. image:: https://pypip.in/download/jsobject/badge.png
    :target: https://pypi.python.org/pypi/jsobject/
    :alt: Downloads
    :align: right

.. image:: https://pypip.in/version/jsobject/badge.png
    :target: https://pypi.python.org/pypi/jsobject/
    :alt: Latest Version

.. image:: https://pypip.in/license/jsobject/badge.png
    :target: https://pypi.python.org/pypi/jsobject/
    :alt: License


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: http://mavier.github.io/jsobject


Example: "Hello World" with jsobject
----------------------------------

.. code-block:: python

  import jsobject



Download and Install
--------------------

.. __: https://github.com/mavier/jsobject/raw/master/jsobject.py

Install the latest stable release with ``pip install jsobject``, ``easy_install -U jsobject`` or download `jsobject.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Jsobject runs with **Python 2.5+ and 3.x**.


License
-------

.. __: https://github.com/mavier/jsobject/raw/master/LICENSE

Code and documentation are available according to the MIT License (see LICENSE__).


