Metadata-Version: 2.4
Name: anime_sama_apis
Version: 0.3.2
Summary: Api for anime-sama.fr
Project-URL: Repository, https://github.com/Gabriel29306/anime-sama_api
Author-email: NiniKo <pcninik@gmail.com>, EvilRave <ggkervran@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: anime,anime-sama,downloader
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
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: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: System :: Archiving
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1
Description-Content-Type: text/markdown

# Anime-Sama API

> [!IMPORTANT]  
> This is not the original package. The original one is from Sky-NiniKo on [Github](https://github.com/Sky-NiniKo/anime-sama_api)

An API for `anime-sama.fr`.

I have implemented all the features I care about. This project is now in maintenance mode.

## Installation

Requirements:

- Python 3.10 or higher

You can simply install it with (note that you can use tools like pipx to isolate the installation):

```bash
pip install anime-sama-apis
```

## For developers

### Requirements

- git
- [uv](https://docs.astral.sh/uv/#installation)

### Install locally

```bash
git clone https://github.com/Sky-NiniKo/anime-sama_downloader.git
cd anime-sama_downloader
uv sync
```

### Run

```bash
uv run anime-sama
```

### Update

In the `anime_sama` folder:

```bash
git pull
```

### Contribution

I am open to contribution. Please only open a PR for ONE change. AKA, don't do "Various improvements" and explain your motivation behind your improvement ("Various typos fix"/"Cleanup" is fine).
