Metadata-Version: 2.1
Name: pdx
Version: 0.3.0
Summary: Prompt Engineering and Dev-Ops toolkits. A faster way to build and manage applications powered by Language Models.
License: Apache-2.0
Keywords: prompt,LLM,prompt engineering,dev-ops,observability,apps
Author: Adithya Krishnan
Author-email: krishsandeep@gmail.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: Apache Software 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-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: jsonschema (>=4.17.3,<5.0.0)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: regex (>=2023.6.3,<2024.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Prompt Development (PDX)

PDX is a tool-kit for managing and writing prompts for LLMs.

Models (APIs) it currently supports:
- OpenAI
- Anthropic
