Metadata-Version: 2.1
Name: patterpunk
Version: 1.1.2
Summary: A simple library to interact with various LLM providers
Home-page: https://github.com/trb/patterpunk
Author: Thomas Rubbert
Author-email: thomas.rubbert@yahoo.de
License: MPL-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: docstring-parser ==0.17.0
Requires-Dist: jinja2 ==3.1.6
Requires-Dist: pydantic ==2.11.7
Requires-Dist: tiktoken >=0.12.0
Provides-Extra: mcp
Requires-Dist: requests >=2.25.0 ; extra == 'mcp'

A simple library to interact with different LLM providers.

See tests/test_bedrock.py for an example of how to use patterpunk.
