Metadata-Version: 2.1
Name: promptgit
Version: 0.2.5
Summary: Managing prompts for LLM in Git repository
License: Apache 2.0
Author: Boris Tvaroska
Author-email: boris@tvaroska.sk
Requires-Python: >=3.9,<3.14
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: langchain
Requires-Dist: GitPython (>=3.0.0,<4.0.0)
Requires-Dist: langchain-core (>=0.3.0,<0.4.0) ; extra == "langchain"
Requires-Dist: mistletoe (>=1.4.0,<2.0.0)
Requires-Dist: pydantic (>=2.5.2,<3.0)
Requires-Dist: pyyaml (>=6.0.0)
Requires-Dist: urllib3 (>=2.2.2,<3.0.0)
Description-Content-Type: text/markdown

# Promptgit
Managing prompts for LLM in git repository

### Open prompts from current (local directory)
prompts = promptgit.PromptRepo()

### get prompt text
prompts['application/name']


