Skip to content

Python command line tracing library that uses the hunter tool

License

Notifications You must be signed in to change notification settings

talwrii/huntrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huntrace

Command line interface to ionelmc's hunter tracing library. Analogous to ltrace.

Usage

# Trace the top level code in cookiecutter
> huntrace cookiecutter

# Trace the the top level and what it calls / imports in cookiecutter
> huntrace cookiecutter --depth 2

# Print the filterwarnings function call
> huntrace cookiecutter --depth 2 -f filterwarnings

About

Python command line tracing library that uses the hunter tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages