Metadata-Version: 2.4
Name: zee-clone
Version: 1.0.7
Summary: A professional Python CLI tool to clone websites
Home-page: https://github.com/yourusername/zee-clone
Author: Zeeshan Khan
Author-email: zeeshankhn305@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests>=2.30.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: lxml>=4.9.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🌐 ZEE-CLONE - Professional Website Cloning Tool

[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.0.0-orange)](https://pypi.org/project/zee-clone/)

**ZEE-CLONE** is a powerful, professional website cloning tool that downloads and reconstructs any website locally. Perfect for offline viewing, website backups, and development reference.

Created by **Zeeshan Khan (Jupiter_17z)**

## ✨ Features

- 🚀 **Complete Website Download** - Downloads HTML, CSS, JavaScript, images, and internal pages
- 📁 **Preserves Structure** - Maintains the original folder structure
- 🔗 **Smart Link Rewriting** - Updates links to work offline
- 🎯 **Internal Only** - Only clones resources from the same domain
- 📊 **Beautiful CLI** - Rich, colorful terminal interface with progress bars
- ⚡ **Fast & Parallel** - Multi-threaded downloading for speed
- 🛡️ **Error Handling** - Gracefully handles errors and continues
- 💻 **Cross-Platform** - Works on Linux, macOS, and Windows

## 📦 Installation

### Via pip (Recommended)
```bash
pip install zee-clone
