Metadata-Version: 2.4
Name: mdgithub
Version: 0.1.2
Summary: Flatten GitHub repositories into beautiful single HTML pages
Project-URL: Homepage, https://github.com/llango/mdgithub
Project-URL: Repository, https://github.com/llango/mdgithub
Project-URL: Issues, https://github.com/llango/mdgithub/issues
Project-URL: Documentation, https://github.com/llango/mdgithub#readme
Author-email: llango <rontomai@gmail.com>
License: MIT
Keywords: github,html,markdown,repository,viewer
Requires-Python: >=3.8
Requires-Dist: markdown>=3.4.0
Requires-Dist: pygments>=2.15.0
Provides-Extra: dev
Requires-Dist: black>=23.0; extra == 'dev'
Requires-Dist: build>=1.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Requires-Dist: twine>=4.0.0; extra == 'dev'
Description-Content-Type: text/markdown

A professional tool to flatten any GitHub repository into a single, beautiful HTML page with enhanced UI/UX.

## ✨ Features

- 👁️ **Human-readable view** with syntax highlighting
- 🤖 **LLM-optimized CXML format** for AI assistants
- 🌳 **Directory tree visualization**
- 🔍 **Real-time search** (Ctrl+K)
- 📋 **One-click copy** functionality
- 🖼️ **Fixed Markdown images** with relative paths
- 📱 **Fully responsive** design

## 🚀 Quick Start

```bash
# Using pixi
pixi run flatten https://github.com/llango/mdgithub

# With custom output
pixi run flatten https://github.com/llango/mdgithub -o output.html

# Don't open browser automatically
pixi run flatten https://github.com/llango/mdgithub --no-browser