Metadata-Version: 2.4
Name: cinecli
Version: 0.1.0
Summary: 🎬 A cross-platform movie browser & torrent launcher CLI
Author-email: eyeblech <0x1123@proton.me>
License: MIT
Project-URL: Homepage, https://github.com/eyeblech/cinecli
Project-URL: Repository, https://github.com/eyeblech/cinecli
Project-URL: Issues, https://github.com/eyeblech/cinecli/issues
Keywords: cli,movies,torrent,magnet,yts,terminal,python-cli
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9
Requires-Dist: rich>=13.0
Requires-Dist: requests>=2.28

# 🎬 CineCLI

CineCLI is a cross-platform command-line movie browser built with Python.  
It lets you search movies from YTS and instantly open torrents using either
**magnet links** or **.torrent files** — directly from your terminal.

## ✨ Features

- 🔍 Search movies by name
- 📊 Clean terminal UI using Rich
- 🎬 View detailed movie information
- 🧲 Open magnet links in your torrent client
- ⬇️ Download `.torrent` files via browser
- 🖥️ Works on Linux, macOS, and Windows

## 🚀 Installation (development)

```bash
git clone https://github.com/YOUR_USERNAME/cinecli.git
cd cinecli
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

