Skip to content

Commit 4adb1de

Browse files
authored
Rename PyPI package to pretty-please-llm (#27)
pretty-please was flagged as too similar to an existing PyPI project. Import name (pretty_please) and CLI command (pretty-please) unchanged.
1 parent eb5e6a8 commit 4adb1de

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Yin et al. (2024) — ["Should We Respect LLMs?"](https://arxiv.org/abs/2402.145
3232
## Installation
3333

3434
```bash
35-
pip install pretty-please
35+
pip install pretty-please-llm
3636
```
3737

3838
With SDK extras:
3939

4040
```bash
41-
pip install "pretty-please[anthropic]"
42-
pip install "pretty-please[openai]"
43-
pip install "pretty-please[litellm]"
41+
pip install "pretty-please-llm[anthropic]"
42+
pip install "pretty-please-llm[openai]"
43+
pip install "pretty-please-llm[litellm]"
4444
```
4545

4646
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "pretty-please"
6+
name = "pretty-please-llm"
77
version = "0.1.0"
88
description = "🙏🏼 Politely injects PLEASE into your LLM prompts. Because manners matter (kind of)."
99
readme = "README.md"

0 commit comments

Comments
 (0)