Metadata-Version: 2.4
Name: devclean
Version: 1.0.34
Summary: CLI tool to strip comments and file formatting safely.
Author-email: appsfolder <axelixdev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/appsfolder/devclean
Project-URL: Repository, https://github.com/appsfolder/devclean
Project-URL: Issues, https://github.com/appsfolder/devclean/issues
Keywords: devclean,cleanup,refactoring,comments,formatter,minifier
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# DevClean

**DevClean** — simple CLI tool for cleaning your project from comments and extra spaces. Can be used for preparing code for deployment, minification, or sharing with a client.

## ✨ Возможности

*   **Multi-Language Support:** Supports Python, JS/TS, HTML, CSS, C++, Java, Go, Rust, SQL, Shell, YAML and more.
*   **Smart Cleaning:** Uses advanced RegEx to **not** delete links in strings (e.g., `http://...`) or hashtags in strings.
*   **Git-Aware:** Automatically reads `.gitignore` and skips ignored files (node_modules, venv, etc.).
*   **Work Modes:** Full clean, only comment removal, or only formatting.
*   **Safe:** DevClean will automatically backup modified files before cleaning.

## 📦 Installation

```bash
pip install devclean
