From 36e499fc2c8278f99714e035b77ac47e4d80f38d Mon Sep 17 00:00:00 2001 From: Leo Sussan Date: Thu, 12 Dec 2019 05:33:51 -0500 Subject: [PATCH] docs: added Reach to "Using Pydantic" section (#1095) --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 830b1a2..bb4a784 100644 --- a/docs/index.md +++ b/docs/index.md @@ -114,6 +114,10 @@ Hundreds of organisations and packages are using *pydantic*, including: : are using *pydantic* in [QCFractal](https://github.com/MolSSI/QCFractal), a massively distributed compute framework for quantum chemistry. +[Reach](https://www.reach.vote) +: trusts *pydantic* (via FastAPI) and [*arq*](https://github.com/samuelcolvin/arq) (Samuel's excellent + asynchronous task queue) to reliably power multiple mission-critical microservices. + For a more comprehensive list of open-source projects using *pydantic* see the [list of dependents on github](https://github.com/samuelcolvin/pydantic/network/dependents).