From e7d1290d3da7873eb7bd1027f8dcf496dce4246c Mon Sep 17 00:00:00 2001 From: Rajdeep Singh Date: Fri, 17 Oct 2025 16:51:12 +0530 Subject: [PATCH] Add BeeWare Briefcase to Python projects --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 8ac5628..25f1f72 100644 --- a/data.json +++ b/data.json @@ -1482,6 +1482,15 @@ ], "description": "Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations." }, + { + "name": "BeeWare Briefcase", + "link": "https://github.com/beeware/briefcase", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "Turn Python projects into distributable native applications across desktop and mobile platforms." + }, { "name": "Bokeh", "link": "https://github.com/bokeh/bokeh",