Metadata-Version: 1.1
Name: hjson
Version: 1.0.1
Summary: JSON for Humans, allows comments and is less error prone.
Home-page: http://github.com/laktak/hjson-py
Author: Christian Zangl
Author-email: coralllama@gmail.com
License: MIT License
Description: Hjson, the Human JSON. A configuration file format that caters to humans and helps reduce the errors they make.
        
        It supports `#`, `//` and `/**/` style comments as well as avoiding trailing/missing comma and other mistakes. For details and syntax see http://laktak.github.io/hjson.
        
        Hjson works with Python 2.5+ and Python 3.3+ (forked from from simplejson)
        
        API: See the simplejson docs: http://simplejson.readthedocs.org/
        
Keywords: json comments configuration
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
