Metadata-Version: 2.1
Name: pig-manager
Version: 1.0.3
Summary: Pretty prints Apache Pig outputs
Home-page: https://github.com/MinatoNamikaze02/pig-pretty-printer
Author: Arjun S
Author-email: arjunsreedar26@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: tabulate==0.9.0
Requires-Dist: click==8.1.3

# Pig Manager

## Description
Pretty Printer for Pig Latin scripts.

## Installation
To install Pig Pretty Printer, simply use pip:
```bash
pip install pig-manager
```

## Usage
After installation, you can run pig-manager from the command line:
```
pig-manager -f <file> [options]
```

## 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.
```

## Example
```
pig_pretty_printer -f path/to/your/script.pig -dl -do -l path/to/dump



```

## License
This project is licensed under the MIT License.
