Metadata-Version: 2.1
Name: repmt
Version: 0.1.2
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


Repmt is an AI-powered tool that automatically generates comprehensive prompts and documentation 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
Quickly understand any codebase by generating structured summaries and prompts.

📄 Multi-Format Output
Supports output formats including Markdown, HTML, and JSON for integration into docs, UIs, and tools.

🏗️ Architecture Visualization
Auto-generates prompts for flowcharts, dependency graphs, and module structure visualization.

🔍 Smart Code Exploration
Automatically detects key entry points, file roles, and module dependencies.

🤖 AI-Ready Prompt Sets
Generates GPT-style prompts optimized for documentation, debugging, and contribution onboarding.

📦 Installation

pip install repmt
Or use for a one-time temporary session:

pip install repmt && repmt --temp /path/to/repo && pip uninstall repmt -y
🚀 Usage
CLI Interface

repmt /path/to/repo [options]
Available Options

🧾 License
MIT License — Free for both open-source and commercial use.
See the LICENSE file for full terms.

🤝 Contributing
We welcome contributions!
Please read our Contribution Guidelines before submitting pull requests.

🛡️ Security
To report security issues or vulnerabilities, please email repromptsquest@gmail.com.
Refer to our Security Policy for more details.

