cross-language prompt engineering framework
Project description
Promplate
</Promplate/> = /prompt/ + <template>
Promplate is a prompting framework focusing on developing experience. However, it can also be a super-convenient SDK for simple LLM calls. Promplate progressively enhance your prompting workflow. And it values flexibility as well as perfect conventions. Learn more
Installation
pip install promplate
Promplate supports both CPython and PyPy, from 3.8
to 3.12
.
IDE Support 🌹
Promplate is fully typed, which means static type checker will find bugs correctly (if you use pyright
for type checking).
We recommend using VS Code as your IDE when coding with promplate, because it natively uses pyright.
The language design of promplate is similar to Jinja2
. So you can use the .j2
file extension for template files for syntax highlight.
Development
- use
poetry
to manage dependencies. - use
isort
to sort import statements. - use
black
to format code. - use
pyright
to check type annotations.
Development should be done on dev
branch, using >=3.10
language features. The master
branch is used for py3.8
compatible releases.
Promplate is well tested with pytest
. GitHub Actions are used to run tests and linting. And there are test results continually generated on Vercel(py3.9) and Netlify(py3.8). There is a coverage report too.
Future Features (or TODOs?)
- more documentation
- javascript implementation
- improve error handling
- possible ways would be similar to
Jinja2
- possible ways would be similar to
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file promplate-0.3.2.2.post1.tar.gz
.
File metadata
- Download URL: promplate-0.3.2.2.post1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 648c15649087d27018b5bb4b68f1aea7e650d340d9120d10f7901f04b8386fdf |
|
MD5 | 138788b641626877f41d137d48e8e2e3 |
|
BLAKE2b-256 | effcdda8beaf58fd620c8452c6b534a663642ba18f1d5888df2327d67063f87d |
File details
Details for the file promplate-0.3.2.2.post1-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.3.2.2.post1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63eba0da481f5c251489810be6e06ba785868d58c954e86811e68076ad4f4c92 |
|
MD5 | 671bebc0860e1af57817340fa1d70b55 |
|
BLAKE2b-256 | 6044f1e95c66433bba10f0bf9c461138c3e183282044b2c30c6597b34952f9d9 |