From 49803bf11ab8c66548a598d859fe6cf5c797dea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 3 Feb 2026 21:12:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20link=20to=20Typer=20develo?= =?UTF-8?q?per=20survey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ docs/index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 32ead01746..5a1d648270 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. +## 2026 February - Typer developer survey + +Help us define Typer's future by filling the Typer developer survey. ✨ + ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs. diff --git a/docs/index.md b/docs/index.md index 31baa86594..12520fe0f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,6 +46,10 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. +## 2026 February - Typer developer survey + +Help us define Typer's future by filling the Typer developer survey. ✨ + ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs.