Metadata-Version: 1.2
Name: genpy
Version: 2022.1
Summary: AST-based generation of Python source code
Home-page: http://documen.tician.de/genpy/
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: GenPy: An AST for Python
        ========================
        
        .. image:: https://gitlab.tiker.net/inducer/genpy/badges/main/pipeline.svg
            :alt: Gitlab Build Status
            :target: https://gitlab.tiker.net/inducer/genpy/commits/main
        .. image:: https://github.com/inducer/genpy/workflows/CI/badge.svg?branch=main&event=push
            :alt: Github Build Status
            :target: https://github.com/inducer/genpy/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
        .. image:: https://badge.fury.io/py/genpy.png
            :alt: Python Package Index Release Page
            :target: https://pypi.org/project/genpy/
        
        genpy offers a simple abstract syntax tree for Python to allow structured code
        generation from Python.
        
        Places on the web related to genpy:
        
        * `Python package index <http://pypi.org/project/genpy>`_ (download releases)
        * `Documentation <http://documen.tician.de/genpy>`_ (read how things work)
        * `Github <http://github.com/inducer/genpy>`_ (get latest source code, file bugs)
        
        genpy is licensed under the liberal `MIT license
        <http://en.wikipedia.org/wiki/MIT_License>`_ and free for commercial, academic,
        and private use. All of genpy's dependencies can be automatically installed from
        the package index after using::
        
            pip install genpy
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
