Metadata-Version: 1.1
Name: open511
Version: 0.3
Summary: Tools supporting the Open511 format, which aims to make road information open and shareable.
Home-page: https://github.com/opennorth/open511
Author: Open North
Author-email: open511@opennorth.ca
License: MIT
Description: Some utilities for the `Open511 API <http://www.open511.org/>`__ format.
        Includes a validator, a tool to convert between Open511 serializations,
        a Web interface for validation and conversion, and some utility/parsing
        code.
        
        |Build Status|
        
        Installation
        ------------
        
        Clone this repository, then run ``python setup.py install``
        
        Usage
        -----
        
        ::
        
            open511-validate filename.xml
        
            open511-validate http://demo.open511.org/api/events/
        
            open511-convert filename.xml > filename.json
        
            open511-convert filename.json > filename.xml
        
        Web interface
        =============
        
        A Web interface, available at http://validator.open511.org/, is in
        open511/webtools/\ **init**.py. Install the dependencies (listed in
        requirements.txt, or run ``easy_install Flask requests``), then run
        ``python open511/webtools/__init__.py`` to start up a local server.
        
        .. |Build Status| image:: https://travis-ci.org/opennorth/open511.png
           :target: https://travis-ci.org/opennorth/open511
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
