{"id":28488775,"url":"https://github.com/reprompts/repmt","last_synced_at":"2025-07-04T15:31:48.926Z","repository":{"id":289749827,"uuid":"972280789","full_name":"Reprompts/repmt","owner":"Reprompts","description":"repmt is a lightweight Python library that automatically parses large Python repositories and converts them into clean, structured static prompts — ideal for AI prompt engineering, documentation, or code intelligence workflows.","archived":false,"fork":false,"pushed_at":"2025-05-09T08:13:22.000Z","size":47,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T01:21:36.420Z","etag":null,"topics":["beginner-friendly","directory","open-source","parser","pip-package","prompt","prompt-engineering","prompts","pypi-package","pypi-packages","python","python-library","python3","readme-generator","repository","stream-u","streamlit"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/repmt/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reprompts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T20:24:21.000Z","updated_at":"2025-05-09T08:13:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ea9bff6-0c66-4c62-bd0c-c31b8977e397","html_url":"https://github.com/Reprompts/repmt","commit_stats":null,"previous_names":["reprompts/repmt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reprompts/repmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reprompts%2Frepmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reprompts%2Frepmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reprompts%2Frepmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reprompts%2Frepmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reprompts","download_url":"https://codeload.github.com/Reprompts/repmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reprompts%2Frepmt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263567807,"owners_count":23481581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-friendly","directory","open-source","parser","pip-package","prompt","prompt-engineering","prompts","pypi-package","pypi-packages","python","python-library","python3","readme-generator","repository","stream-u","streamlit"],"created_at":"2025-06-08T06:00:46.121Z","updated_at":"2025-07-04T15:31:48.911Z","avatar_url":"https://github.com/Reprompts.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Repmt - Repository Prompt Generator for Python Projects\r\n![Downloads](https://static.pepy.tech/badge/repmt/month) \r\n[![PyPI Version](https://img.shields.io/pypi/v/repmt)](https://pypi.org/project/repmt/)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\r\n[![Python Versions](https://img.shields.io/pypi/pyversions/repmt)](https://pypi.org/project/repmt/)\r\n[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n\r\n**Repmt** is a lightweight tool that analyzes Python repositories and generates **static, structured prompts** — ideal for technical documentation, AI prompt engineering, onboarding new developers, and building intelligent agents. \r\n\r\nCheck the Library on Pypi: https://pypi.org/project/repmt/\r\n\r\nIt provides a **Streamlit-powered UI** to let users select specific files, modules, or directories and generate meaningful, formatted prompts from them.\r\n\r\n---\r\n\r\n## 🚀 Features\r\n\r\n- 🧠 **Static Code-to-Prompt Generation** – Turn codebases into well-structured, static prompts\r\n- 📊 **Streamlit UI** – Choose what you want to generate: prompt type, modules, files, etc.\r\n- 📂 **Selective Targeting** – Focus only on selected modules, folders, or classes\r\n- 📄 **Multi-Format Output (Coming Soon)** – Output to Markdown, HTML, or JSON\r\n- 🧭 **Prompt Types** – Tailored for GPT, documentation, architecture summarization, or onboarding\r\n- 🧼 **Temporary Use Option** – Auto-cleanup after execution\r\n\r\n---\r\n\r\n## 📦 Installation\r\n\r\n```bash\r\n\r\npip install repmt\r\n\r\n🖥️ Launch the Streamlit UI\r\nrepmt\r\n\r\n\r\nYou will be prompted to:\r\n\r\nSelect a directory or Python project to analyze\r\n\r\nChoose the type of prompt to generate\r\n\r\nChoose specific modules, folders, or files to include\r\n\r\nExport or copy the generated prompt\r\n\r\n⚡ One-Time Use (Temporary)\r\nYou can use repmt temporarily without keeping it installed:\r\n\r\npip install repmt \u0026\u0026 repmt --temp /path/to/repo \u0026\u0026 pip uninstall repmt -y\r\nThe --temp flag auto-uninstalls repmt after use.\r\n\r\n🧪 Example Use Cases\r\nFeed structured code chunks into LLMs for contextual reasoning\r\n\r\nDocument legacy or open-source codebases\r\n\r\nGenerate onboarding prompts for dev teams\r\n\r\nPreprocess repos for embedding-based AI agents\r\n\r\n🔐 License\r\nMIT License — Free for both open-source and commercial use.\r\nSee LICENSE for more details.\r\n\r\n🤝 Contributing\r\nWe welcome contributions!\r\nPlease read our Contribution Guidelines before submitting PRs.\r\n\r\n🛡️ Security\r\nTo report a vulnerability, please email: repromptsquest@gmail.com\r\n\r\n🙌 Acknowledgements\r\nThanks to the open-source community and prompt engineering ecosystem for inspiring this project.\r\n\r\nBuilt with ❤️ to make Python repositories more AI-readable and human-friendly.\r\n\r\n\r\n---\r\n\r\nLet me know if you’d like:\r\n- A badge-ready `setup.py` with `console_scripts`\r\n- A `streamlit_app.py` that cleanly links to `repmt`\r\n- Automatic prompt file saving\r\n- Screenshot assets for your GitHub repo visuals\r\n\r\nHappy open-sourcing!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freprompts%2Frepmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freprompts%2Frepmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freprompts%2Frepmt/lists"}