Metadata-Version: 2.1
Name: animestreamer
Version: 0.2
Summary: TUI for streaming NyaaPy torrents with WebTorrent
Home-page: https://github.com/YelovSK/AnimeStreamer-CLI
Author: Yelov
License: Apache License 2.0
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: NyaaPy
Requires-Dist: rich
Requires-Dist: textual
Requires-Dist: textual-inputs
Requires-Dist: appdirs
Requires-Dist: anitopy

# AnimeStreamer
**AnimeStreamer** is a TUI (_Text-based user interface_) for searching through [nyaa.si](https://nyaa.si/) Torrents via [NyaaPy](https://github.com/JuanjoSalvador/NyaaPy) and streaming them via [WebTorrent](https://github.com/webtorrent/webtorrent-cli).

Torrent names can be parsed thanks to [Anitopy](https://github.com/igorcmoura/anitopy).

Uses [Textual](https://github.com/Textualize/textual) for rendering the interface.

## Dependencies
[webtorrent-cli](https://github.com/webtorrent/webtorrent-cli) → `npm install webtorrent-cli -g`

Python packages are automatically installed when installing PyPI package. List can be found in [setup.cfg](setup.cfg).

## Install and run
1. `pip install animestreamer` - [PyPI package](https://pypi.org/project/animestreamer/)
2. `animestreamer`

## Usage
TODO

