Metadata-Version: 1.1
Name: nod2svg
Version: 0.1.1
Summary: Convert Nodal matrix to SVG
Home-page: https://github.com/emcconville/nod2svg
Author: Eric McConville
Author-email: emcconville@emcconville.com
License: GNU LGPL v3
Description: Nodal 2 SVG
        ===========
        
        This package creates SVG image from a Nodal ``.nod`` document. Allowing
        for Nodal matrices to be viewed & presented independently of the Nodal.app
        application.
        
        Basic Usage
        -----------
        
        .. code-block:: console
        
            $ nod2svg generative_music.nod generative_export.svg
        
        
Keywords: Nodal SVG
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
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 :: 3.5
Classifier: Topic :: Multimedia :: Graphics :: Presentation
