Metadata-Version: 1.0
Name: pypreprocessor
Version: 0.2.0
Summary: Run c-style preprocessor directives in python modules
Home-page: http://code.google.com/p/pypreprocessor/
Author: Evan Plaice
Author-email: evanplaice@gmail.com
License: MIT
Description: Python Preprocessor
        -------------------------------------
        
        Features
        - support c-style directives in python
        - can run post-processed code on-the-fly
        - can output to a file
        - can strip all pre-processor data from the output
        
        Supported Directives
        - #define
        - #undef
        - #ifdef
        - #else
        - #endif
        
        This version is runs in both Python 2x and Python 3x.
        
Keywords: python,preprocessor,meta
Platform: all
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Code Generators
