Skip to content

stylings/pylingual-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylingual-cli

A small CLI for sending .pyc files to the Pylingual API and writing the decompiled Python output locally.

Build

make build

The binary is written to:

bin/pylingual

Usage

Decompile one file:

pylingual sample.pyc

Decompile a directory recursively and write output under out/:

pylingual -o out path/to/pyc-files

Use plain line-based output for logs or scripts:

pylingual --plain -o out path/to/pyc-files

Development

make test
make vet
make race
make check

License

See LICENSE.

About

cli to batch decompile .pyc files

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors