Metadata-Version: 1.0
Name: MetaPython
Version: 0.2dev-r29
Summary: Macro and code quoting facility for Python
Home-page: http://metapython.org
Author: Rick Copeland
Author-email: rick446@usa.net
License: MIT
Description: Basic macro and code quoting facility for Python.
        
        Metapython includes an import hook that recognizes
        ".mpy" files as metapython files and performs macro
        definition, expansion, and code instantiation at import-time.
        
Keywords: python,macro,code quoting,import hook
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Interpreters
