Skip to content

MinatoNamikaze02/pig-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pig Manager

A simple pretty printer for Pig Latin scripts because the default one looks really bad! Runs your pig commands for you, intercepts the output and prints it for you in a delightful manner.

Installation

To install Pig Pretty Printer, simply use pip:

pip install pig-manager

Usage

After installation, you can run pig-manager from the command line:

pig-manager -f <file> [options]
-f, --file_path: Path to the Pig script file.
-dl, --dump_log: Flag to dump error output.
-do, --dump_out: Flag to dump standard output.
-l, --dump_loc: Location to dump output and error files.

A sample of how pig-manager works:

pig_pretty_printer -f ./example_script.pig -dl -do -l ./logs
Screenshot 2023-11-20 at 1 25 44 AM

License

This project is licensed under the MIT License.

About

A simple pretty printer for pig-latin scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages