GenPy: An AST for Python ======================== .. image:: https://gitlab.tiker.net/inducer/genpy/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/genpy/commits/master .. image:: https://dev.azure.com/ak-spam/inducer/_apis/build/status/inducer.genpy?branchName=master :alt: Azure Build Status :target: https://dev.azure.com/ak-spam/inducer/_build/latest?definitionId=13&branchName=master .. 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 `_ (download releases) * `Documentation `_ (read how things work) * `Github `_ (get latest source code, file bugs) genpy is licensed under the liberal `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