Skip to content

Commit 61f88a9

Browse files
committed
[docs.contributing] Clarify which packages have been considered and rejected
1 parent 0add524 commit 61f88a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/contributing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ You must open an issue before creating a pull request.
111111

112112
For examples of how to support a third-party encoder see `orjson.py` and `msgspec.py`.
113113

114+
The following encoders have been considered and rejected:
115+
116+
- [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - As of 2026-03-22 is ranked ~1800 with ~4.5M downloads / month.
117+
- [pysimdjson](https://github.com/TkTech/pysimdjson) - as of 2026-03-22 is ranked ~4200 with >1M downloads / month.
118+
- [yapic.json](https://github.com/zozzz/yapic.json) - as of 2026-03-22 is not in top 15K packages.
119+
- [cysimdjson](https://github.com/TeskaLabs/cysimdjson) - as of 2026-03-22 is not in top 15K packages.
120+
- [yapic.json](https://github.com/zozzz/yapic.json) - as of 2026-03-22 is not in top 15K packages.
121+
114122
### Versioning and breaking compatability
115123

116124
This project uses semantic versioning.

0 commit comments

Comments
 (0)