Metadata-Version: 1.0
Name: jsonwidget
Version: 0.1.4
Summary: Dynamic terminal window form creation for JSON data structures from JSON schema files
Home-page: http://robla.net/jsonwidget
Author: Rob Lanphier
Author-email: robla@robla.net
License: BSD
Description: This library allows an application developer to provide a curses-based user
        interface for an application using not much more than a JSON schema.  The
        JSON schema language is described here:
        http://robla.net/jsonwidget/jsonschema/
        
        However, most people will find it much simpler to use a tool to generate a
        schema for tweaking.  The tool available here will generate a schema from an
        example piece of JSON, and allow editing the resulting file:
        http://robla.net/jsonwidget/example.php?sample=byexample&user=normal
        
        This library currently only operates on a subset of JSON files, but a near-term
        goal is to allow editing of any arbitrary JSON file.
        
        The following utilities are included with jsonwidget:
        jsonedit - a general purpose json editing program
        jsonaddress - an example JSON address book editor
        
        Website: http://robla.net/jsonwidget
Keywords: json form
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Text Editors
