Metadata-Version: 2.4
Name: promptworks
Version: 0.1.0
Summary: PromptWorks is a structured prompt framework for building composable, testable, and expressive language model pipelines.
Project-URL: Homepage, https://github.com/SecretiveShell/promptworks
Project-URL: Repository, https://github.com/SecretiveShell/promptworks
Project-URL: Issues, https://github.com/SecretiveShell/promptworks/issues
Project-URL: Changelog, https://github.com/SecretiveShell/promptworks/blob/main/CHANGELOG.md
Author-email: TerminalMan <84923604+SecretiveShell@users.noreply.github.com>
License: MIT
License-File: LICENSE
Keywords: LLM,framework,language-models,prompt-engineering,structured-prompts
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: lxml>=5.4.0
Description-Content-Type: text/markdown

# PromptWorks

PromptWorks is a structured prompt framework for building composable, testable, and expressive language model pipelines.

## Installation

Via pip:

```bash
pip install promptworks
```

Via uv:

```bash
uv add promptworks
```