mamba_xrays

X-rays for your mamba spec files


Keywords
ast syntax tree transform transformation node nodetransformer
License
MIT
Install
pip install mamba_xrays==0.1.0

Documentation

mamba_xrays — X-rays for your mamba spec files

Build Status Test Coverage Codacy Grade Latest PyPI Version

mamba_xrays shows you the AST transformation performed by mamba.

You just run it from the command line wherever you would run mamba. When you do so, it will replicate your spec directory, creating, for each spec file, a new file with the same name containing the transformed AST of the original spec file.

You can also use it programmatically.

Installation

pip install mamba_xrays

Usage

mamba_xrays --help

mamba_xrays's Python compatibility is mostly determined by that of meta.

Aknowledgements

mamba_xrays is mostly glue between mamba and meta. The latter does the hard work of transforming the AST to Python source.

License

This project is licensed under the MIT License. For more details, see the LICENSE file at the root of the repository.