Metadata-Version: 2.4
Name: anipy.stream
Version: 0.1.1
Summary: A modern, self-hosted anime streaming Site.
Home-page: https://anipy.stream
Author: BAKA NEKO
Author-email: owner@anipy.stream
Project-URL: SERVER, https://anipy.stream
Keywords: anime,server,streaming,web,self-hosted,anime-stream,scrapper
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: bs4
Requires-Dist: lxml
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: selenium
Requires-Dist: undetected-chromedriver
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
  <img src="https://anipy.stream/static/logo.png" alt="anipy-server logo"/>
</p>


<h1 align="center">🎥 Anipy STREAM</h1>
<p align="center">
  <strong>Ad-free anime streaming & downloads, powered by <a href="https://anipy.stream">ANIPY</a> and FavtAPI</strong><br>
  <a href="https://anipy.stream">🌐 Visit Live Site</a>
</p>
<p align="center">
  <b>A modern, self-hosted anime info and streaming server</b><br/>
  <a href="https://pypi.org/project/anipy.stream/"><img src="https://img.shields.io/pypi/v/anipy.stream.svg?style=flat-square" alt="PyPI version"></a>
  <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License">
  <img src="https://img.shields.io/badge/python-3.7%2B-blue.svg?style=flat-square" alt="Python Version">
</p>
---

## 🚀 What is Anipy Server?
**Anipy Server** is your gateway to anime without ads. Enjoy ultra-fast streaming and direct downloads from AnimePahe — all through a blazing FastAPI backend. It’s modern, lightweight, and open-source, so you can deploy it anywhere and tweak it to your liking!

---

## ✨ Features

- 🎬 **Stream & Download Anime — 100% Ad-Free**
- 🏎️ **Ultra-fast & Async API** (FastAPI + Uvicorn)
- 🔍 **Powerful Search** (AnimePahe scrapper)
- 📥 **Direct Download Links** for all episodes
- ☁️ **Easy Deployment** (VPS, cloud, or locally)
- 🛠️ **Customizable & Open Source Frontend**
- 🚦 **MIT Licensed** — free for everyone!

---

## ⚡ Quick Start

### 1️⃣ Install
```bash
pip install anipy-server
```

### 2️⃣ Run
```bash
anipy
```

Your server starts at:
```
http://YOUR-SERVER-IP:8000 or http://localhost:8000
```

---

## 🔥 API Endpoints

| Method | Endpoint                        | Description                       |
|--------|---------------------------------|-----------------------------------|
| GET    | `/`                             | Welcome message                   |
| GET    | `/anime/search?q=naruto`        | Search anime by keyword           |
| GET    | `/anime/{id}`                   | Get anime details + episodes      |
| GET    | `/anime/{id}/{ep}`              | Get streaming & download links    |

---

## 💡 Contribute

We 💜 new ideas! Fork, hack, and submit PRs — or just open an issue to suggest a feature. Join us to build something awesome together.

---

## ⭐ Support & Spread the Word!

Loved Anipy Server? Give us a **⭐ Star** on GitHub, share with friends, and help us grow!  

---

## 🛡️ License

Licensed under the [MIT License](LICENSE) — use, modify, and share freely.

---

<p align="center">
  <sub>
    Made with ❤️ by <a href="https://anipy.stream">anipy.stream</a>
  </sub>
</p>
