Metadata-Version: 2.1
Name: prettify_py
Version: 0.2.2
Summary: CLI for prettifying XML
Home-page: http://www.codeberg/cap_jmk/prettify-py
Author: Julian M. Kleber
Author-email: julian.kleber@sail.black
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# prettify-py

[![License: GPL v3](https://img.shields.io/badge/License-GPL_v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Python Versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%20-blue) 
![Style Black](https://warehouse-camo.ingress.cmh1.psfhosted.org/fbfdc7754183ecf079bc71ddeabaf88f6cbc5c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d626c61636b2d3030303030302e737667) 
[![Documentation Status](https://readthedocs.org/projects/xml-formatter/badge/?version=latest)](https://prettify-py.readthedocs.io/en/latest/?badge=latest)
[![status-badge](https://ci.codeberg.org/api/badges/sail.black/chembee/status.svg)](https://ci.codeberg.org/sail.black/prettify-py)

# Why 

Pretty xml output is necessary for debugging xml-based communications and other operations involving XML

# What 

It is a simple command-line application formatting XML files written in Python. The package is yet highly experimental#
but it was necessary to speed of maintainance and development speeds of software. It has not perfect stats on quality yet, 
but it is pretty good already. 

# Usage 

```bash
prettify-py format-file sample.py
prettify-py format-dir sample_dir/
```

# Installation

## Production Build 

```bash 
pip install prettify-py
```

## Dev Build
Clone the repository with

```bash 
git clone https://codeberg.org/cap_jmk/prettify-py
cd prettify-py/
```

### Linux 

Run with one of the follwing: 
```bash
bash install.sh
./install.sh
sh install.sh
```


### Windows

Double click on `install.bat` or run

```bash
install.bat
```
