Metadata-Version: 2.1
Name: ast-tools
Version: 0.0.8
Summary: Toolbox for working with the Python AST
Home-page: https://github.com/leonardt/ast_tools
Author: Leonard Truong
Author-email: lenny@cs.stanford.edu
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: astor

[![Build Status](https://travis-ci.com/leonardt/ast_tools.svg?branch=master)](https://travis-ci.com/leonardt/ast_tools)
[![Coverage Status](https://coveralls.io/repos/github/leonardt/ast_tools/badge.svg?branch=master)](https://coveralls.io/github/leonardt/ast_tools?branch=master)

Toolbox for working with the Python AST

```
pip install ast_tools
```

# Useful References
* [Green Tree Snakes - the missing Python AST docs](greentreesnakes.readthedocs.io/)


