Metadata-Version: 1.0
Name: jsonselect
Version: 0.1b
Summary: Python implementation of jsonselect (http://jsonselect.org/)
Home-page: https://github.com/mwhooker/jsonselect
Author: Matthew Hooker
Author-email: mwhooker@gmail.com
License: ISC
Description: Tests
        
        Run specific level conformance tests with
        nosetests -m '.*_level_1' ./tests/test_conformance.py
        
        
        Note on "nth" expressions:
        For the expressions nth-child nth-last-child, I can find no logic or
        documentation stating how the arguments should be evaluated.
        As such, I'm not supporting anything but numeric arguments until more
        documentation is written.
        
        Note on
        
Keywords: json
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
