Metadata-Version: 2.4
Name: proj-organizer
Version: 0.1.0
Summary: A high-speed CLI utility to scan, index, and organize Python workspace directories.
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich>=13.0.0

# proj-organizer

[![PyPI version](https://img.shields.io/pypi/v/proj-organizer.svg)](https://pypi.org/project/proj-organizer/)
[![Python Versions](https://img.shields.io/pypi/pyversions/proj-organizer.svg)](https://pypi.org/project/proj-organizer/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**proj-organizer** (`porg`) is a high-speed CLI utility designed to recursively scan, index, and categorize Python projects and development workspaces.

---

## Features

* **Recursive Workspace Scanning:** Automatically discovers Python packages, scripts, and applications.
* **Environment Detection:** Identifies active virtual environments (`.venv` / `venv`) and configuration files (`pyproject.toml`).
* **Rich Terminal Tables:** Displays a clean, categorized inventory of your entire development directory.

---

## Installation

Install locally in editable mode during development:

```bash
pip install --editable .
Or install directly from PyPI once published:

Bash
pip install proj-organizer
Usage
Run the porg command inside any workspace directory:

Bash
# Scan current working directory
porg

# Scan a specific target directory path
porg C:/PythonStudio/10_Miscellaneous_Projects
License
Distributed under the MIT License. See LICENSE for more information.
