Metadata-Version: 2.1
Name: funcchain
Version: 0.0.2
Summary: 🔖 write langchain prompts as python functions
License: MIT
Author: Shroominic
Author-email: contact@shroominic.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: langchain (>=0.0.277)
Requires-Dist: openai (>=0.27.10,<0.28.0)
Requires-Dist: pydantic (>=2.3.0)
Requires-Dist: pydantic-settings (>=2.0.3,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: tiktoken (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

# funcchain

🔖 write langchain prompts as python functions

## Demo

![demo](https://github.com/shroominic/funcchain/blob/main/examples/assets/example.png?raw=true)

