Metadata-Version: 2.1
Name: repmt
Version: 0.1.3
Summary: A Streamlit-based CLI tool for testing API endpoints
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 🔍 Repmt – Repository Documentation Prompt Generator

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)  
[GitHub](https://github.com/reprompts/repmt) • [dev.to/@Reprompts](https://dev.to/reprompts) • [LinkedIn Group](https://www.linkedin.com/groups/14631875/) • [Author](https://www.linkedin.com/in/ganesh-nalawade-36ab4835a)

Repmt is a lightweight, parsing-based tool that generates **static prompts** and documentation outlines for any Python codebase. It's perfect for open-source contributors, educators, and commercial development teams who need instant insight into unfamiliar or legacy projects.

---

## ✨ Features

- 🚀 **Instant Repository Analysis**  
  Generate structured summaries of modules, functions, and dependencies in seconds.

- Search for the issues relations with the code modules using proper static prompts easily. 

- 📄 **Multi-Format Output**  
  Supports Markdown, HTML, and JSON for seamless integration into docs, websites, and tooling.

- 🏗️ **Architecture Visualization**  
  Prompts for flowcharts, dependency graphs, and module-structure diagrams.

- 🔍 **Smart Code Exploration**  
  Auto-detects entry points, file roles, and import trees.

- 🤖 **Prompt Sets for Documentation & Debugging**  
  Ready-to-use GPT-style prompts optimized for onboarding, debugging, and contribution guidance.

---

## 📦 Installation

```bash
pip install repmt

Or for a one-off session:

pip install repmt && repmt --temp /path/to/repo && pip 

uninstall repmt -y

🚀 Usage
From the command line:

repmt /path/to/your/repo [options]
Or just launch in the current directory:

repmt


🖼️ Screenshots
![alt text](image.png)

![alt text](image-1.png)

![Repmt Streamlit UI](./docs/screenshot.png)


🧾 License
This project is licensed under the MIT License. See the LICENSE file for details.

🤝 Contributing
We welcome open-source contributors and community supporters!
Please read our Contribution Guidelines and submit pull requests.

🛡️ Security
To report security issues or vulnerabilities, email:
repromptsquest@gmail.com

Refer to our Security Policy for more details.


Feel free to adjust the screenshot path or add any additional sections!
