Metadata-Version: 2.1
Name: antur
Version: 0.2.0
Summary: Antur is a Python TUI tool for browsing and debugging sitemap data.
Home-page: https://github.com/jb3/antur
License: MIT
Keywords: sitemap,xml,tui,cli,debugging,browser
Author: Joe Banks
Author-email: joe@jb3.dev
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: humanize (>=4.9.0,<5.0.0)
Requires-Dist: lxml (>=5.2.1,<6.0.0)
Requires-Dist: textual (>=0.55.1,<0.56.0)
Project-URL: Repository, https://github.com/jb3/antur
Description-Content-Type: text/markdown

# Antur

![PyPI - Version](https://img.shields.io/pypi/v/antur?style=for-the-badge)
![PyPI - License](https://img.shields.io/pypi/l/antur?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/jb3/antur?style=for-the-badge)

Antur is a Python TUI tool for browsing and debugging sitemap data.

> [!NOTE]
> This project is under development and may error/have bugs.

## Demo

![Demo](./resources/demo.gif)

## Installation

```bash
$ pip install antur
```

## Usage

```bash
$ antur
```

## License

MIT License. See [LICENSE](LICENSE) for more information.

