Skip to content

Commit

Permalink
tweaks: update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Feb 5, 2024
1 parent 6fc5c25 commit 608c4b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Promplate

```text
</Promplate/> = /prompt/ + <template>
</Promplate/> = <template> // prompt
```

**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](https://docs.promplate.dev/py)
**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](https://promplate.dev/py)

## Installation

Expand All @@ -14,6 +14,10 @@ pip install promplate

**Promplate** supports both CPython and PyPy, from `3.8` to `3.12`.

## Documentation

You can visit our official docs site at [docs.py.promplate.dev](https://docs.py.promplate.dev/).

## IDE Support 🌹

**Promplate** is fully typed, which means static type checker will find bugs correctly (if you use `pyright` for type checking).
Expand Down
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tool.poetry]
name = "promplate"
version = "0.3.2.2"
version = "0.3.3"
description = "cross-language prompt engineering framework"
homepage = "https://promplate.dev/"
documentation = "https://docs.py.promplate.dev/"
repository = "https://github.com/promplate/core"
authors = ["Muspi Merol <admin@muspimerol.site>"]
license = "MIT"
Expand Down

0 comments on commit 608c4b8

Please sign in to comment.