Metadata-Version: 2.1
Name: pig-manager
Version: 1.0.4
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
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
A sample of how pig-manager works:
```
pig_pretty_printer -f ./example_script.pig -dl -do -l ./logs
```

+-----------------+--------+
| Category        | Count  |
+=================+========+
| Furniture       | 517447 |
+-----------------+--------+
| Technology      | 807396 |
+-----------------+--------+
| Office Supplies | 588687 |
+-----------------+--------+
|                 |        |
+-----------------+--------+

```

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