Metadata-Version: 2.4
Name: anime-sama_api
Version: 0.1.0
Summary: Api for anime-sama.fr
Project-URL: Repository, https://github.com/Sky-NiniKo/anime-sama_downloader/
Author-email: NiniKo <pcninik@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
Provides-Extra: cli
Requires-Dist: rich>=13.9.4; extra == 'cli'
Requires-Dist: tomli>=2.2.1; (python_full_version < '3.11') and extra == 'cli'
Requires-Dist: yt-dlp>=2025.2.19; extra == 'cli'
Description-Content-Type: text/markdown

# Anime-Sama Downloader
Download video from anime-sama.fr

# Requirements
- Python 3.10 or higher
- git
- [uv](https://docs.astral.sh/uv/#installation)

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

# Run
```bash
uv run anime-sama
```

# Update
In the `anime_sama` folder:
```bash
git pull
```

## Config
You can customize the config at `~/.config/anime-sama_cli/config.toml` for MacOs/Linux and at `~/AppData/Local/anime-sama_cli/config.toml` for Windows.

# 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).
