Metadata-Version: 2.4
Name: anipy-server
Version: 0.1.2
Summary: A modern, self-hosted anime scrapper and streaming server.
Home-page: https://github.com/nfs-tech-bd/anipy-server
Author: B14CK-KN1GH7
Author-email: nafisfuad340@gmail.com
Project-URL: Documentation, https://github.com/nfs-tech-bd/anipy-server#readme
Project-URL: Source, https://github.com/nfs-tech-bd/anipy-server
Project-URL: SERVER, https://anipy.fun
Keywords: anime,server,streaming,web,self-hosted,media
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
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://placehold.co/600x120?text=anipy-server" alt="anipy-server logo"/>
</p>

<h1 align="center">anipy-server</h1>

<p align="center">
  <b>A modern, self-hosted anime info and streaming server</b><br/>
  <a href="https://pypi.org/project/anipy-server/"><img src="https://img.shields.io/pypi/v/anipy-server.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>

---

## 🚀 Features

- 🔎 **Search & View Anime Info** — Find anime details from multiple sources
- 🎬 **Stream Anime Episodes** — Watch directly from your server
- 🌐 **Modern Web UI** — Responsive, template-driven interface
- 🔗 **Local & External Fetching** — Combines local cache and online APIs
- 🗂️ **Easy Setup** — One-command install and launch

---

## 📦 Installation

```bash
pip install anipy-server
```

---

## 🏁 Quick Start

After installation, launch the server with:

```bash
anipy
```

Or run locally for development:

```bash
python src/anipy_server/main.py
```

The server will start and you can access the web UI in your browser.

---

## 🛠️ Development

1. Clone the repository:
   ```bash
   git clone https://github.com/yourusername/anipy-server.git
   cd anipy-server
   ```
2. Install dependencies:
   ```bash
   pip install -r requirements.txt
   ```
3. Run the server:
   ```bash
   python src/anipy_server/main.py
   ```

---

## 📁 Project Structure

```
anipy-server/
├── src/
│   └── anipy_server/
│       ├── main.py
│       ├── gg.py
│       ├── generator.py
│       ├── templates/
│       └── static/
├── requirements.txt
├── setup.py
├── README.md
└── ...
```

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/yourusername/anipy-server/issues) if you want to contribute.

---

## 📄 License

This project is licensed under the MIT License. 
