Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

utils

A bunch of scripts to automate tasks I find myself doing more than once.

Available scripts

  • tree : A python script that takes a python file path as an input, parses the code and prints out the AST. You can add the --json flag to get the output in a json format.

    I usually use this with tee when I want the AST in a json file -> python tree.py tree_example.py --json | tee ast.json

About

Bunch of scripts for tasks I do now and then

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages