Metadata-Version: 2.4
Name: pynyaa
Version: 3.0.0
Summary: Turn nyaa.si releases into neat Python objects.
Project-URL: Documentation, https://ravencentric.cc/pynyaa
Project-URL: Repository, https://github.com/Ravencentric/pynyaa
Author-email: Ravencentric <me@ravencentric.cc>
License-Expression: MIT
License-File: LICENSE
Keywords: anime,nyaa,nyaa.si,nyaasi,torrent
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.13.5
Requires-Dist: httpx>=0.27.2
Description-Content-Type: text/markdown

<br/>
<p align="center">
  <a href="https://github.com/Ravencentric/pynyaa">
    <img src="https://raw.githubusercontent.com/Ravencentric/pynyaa/main/docs/assets/logo.png" alt="Logo" width="400">
  </a>
  <p align="center">
    Turn nyaa.si releases into neat Python objects.
    <br/>
    <br/>
  </p>
</p>

<p align="center">
<a href="https://pypi.org/project/pynyaa/"><img src="https://img.shields.io/pypi/v/pynyaa" alt="PyPI - Version" ></a>
<img src="https://img.shields.io/pypi/pyversions/pynyaa" alt="PyPI - Python Version">
<img src="https://img.shields.io/github/license/Ravencentric/pynyaa" alt="License">
<img src="https://img.shields.io/pypi/types/pynyaa" alt="PyPI - Types">
</p>

<p align="center">
<img src="https://img.shields.io/github/actions/workflow/status/Ravencentric/pynyaa/release.yml" alt="GitHub Build Workflow Status">
<img src="https://img.shields.io/github/actions/workflow/status/ravencentric/pynyaa/tests.yml" alt="GitHub Tests Workflow Status">
<a href="https://codecov.io/gh/Ravencentric/pynyaa"><img src="https://codecov.io/gh/Ravencentric/pynyaa/graph/badge.svg?token=9LZ2I4LDYT" alt="Codecov Status"></a>
</p>

## Installation

`pynyaa` is available on [PyPI](https://pypi.org/project/pynyaa/), so you can simply use [pip](https://github.com/pypa/pip) to install it.

```sh
pip install pynyaa
```

# Docs

Checkout the [quick start page](https://ravencentric.cc/pynyaa/quick-start/) and the [API reference](https://ravencentric.cc/pynyaa/api-reference/clients/).

## License

Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See [LICENSE](https://github.com/Ravencentric/pynyaa/blob/main/LICENSE) for more information.
