Skip to content

sambacha/pythonparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

pythonparser

Pythonparser is a python tool that produces a GumTree compatible Python AST. It uses the awesome parsomodule under the hood.

Installation

Pythonparser requires to use Python 3. To install it, just clone the repository and install the dependencies using

pip3 install -r requirements.txt

Pythonpaser can be used as a standalone tool like this:

pythonparser /path/to/script.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%