From 33c2c16796f6da0acb44f810e478085db1269f97 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Mon, 13 Jul 2026 11:29:55 +0100 Subject: [PATCH] Add BeeWare to sprints page --- src/content/sprints/beeware.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/content/sprints/beeware.md diff --git a/src/content/sprints/beeware.md b/src/content/sprints/beeware.md new file mode 100644 index 000000000..99cd1f3c4 --- /dev/null +++ b/src/content/sprints/beeware.md @@ -0,0 +1,27 @@ +--- +title: "BeeWare" +numberOfPeople: "10" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Malcolm Smith" + email: "smith@chaquo.com" + github: "mhsmith" +links: # Add as many links as relevant. + - title: "Tutorial" + url: "https://tutorial.beeware.org/" + - title: "Sprint guide" + url: "https://beeware.org/contributing/sprint-guide/" + - title: "Contribution guide" + url: "https://beeware.org/contributing/guide/" +--- + +Do you want to write an app for your phone or computer using nothing but Python? +Have you got some Python code that you'd like to distribute to users as a +standalone installer? Do you use or maintain a Python package that you'd like to +suppport Android or iOS? + +BeeWare is a collection of libraries and tools for building a cross-platform +native graphical user interface using nothing but Python, and then packaging +your Python code as a standalone app for distribution on macOS, Windows, Linux, +iOS, Android, or as a single-page web app. No matter your level of experience, +we can find a way for you to contribute to BeeWare.