Metadata-Version: 2.4
Name: pawser
Version: 0.1.2
Summary: A Python module for parsing and rendering PawML
Home-page: https://github.com/komoriiwakura/pawser
Author: komoriiwakura
Author-email: k0mori@proton.me
License: All rights reserved; educational/personal use only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Pawser

**Pawser** is a lightweight Python parser for PAWML (Pawso Markup Language).  
It allows you to read, parse, and traverse `.pawml` files as a tree of nodes.

## Installation

Clone the repository and install locally:

```bash
git clone https://github.com/komoriiwakura/pawser
cd pawser
pip install -e .
