Metadata-Version: 1.1
Name: syn
Version: 0.0.3
Summary: Python metaprogramming, typing, and compilation facilities
Home-page: https://github.com/mbodenhamer/syn
Author: Matt Bodenhamer
Author-email: mbodenhamer@mbodenhamer.com
License: MIT
Description: syn
        ===
        
        .. image:: https://travis-ci.org/mbodenhamer/syn.svg?branch=master
            :target: https://travis-ci.org/mbodenhamer/syn
            
        .. image:: https://img.shields.io/coveralls/mbodenhamer/syn.svg
            :target: https://coveralls.io/r/mbodenhamer/syn
        
        .. image:: https://readthedocs.org/projects/syn/badge/?version=latest
            :target: http://syn.readthedocs.org/en/latest/?badge=latest
        
        ``syn`` is a Python library and command-line tool that will provide metaprogramming, typing, and compilation facilities.
        
        This project is in its infancy.  More functionality and documentation to come in future releases.
        
Keywords: syn,metaprogramming,typing
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
