Metadata-Version: 2.4
Name: pml-lang
Version: 0.1.0
Summary: A domain-specific programming language for Prompt Engineers
Home-page: https://github.com/yourusername/promptlang
Author: RSN Narasimha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: python-dotenv
Requires-Dist: pydantic
Requires-Dist: google-genai
Requires-Dist: openai
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

PromptLang (.pml) allows you to write prompts like code and run them like programs with strict JSON validation, multi-step chaining, and dynamic variables.
