From f49397f1519750da8d718680fe79a8628ed5eb44 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Mon, 17 Jun 2024 15:43:38 +0200 Subject: [PATCH] docs: add streaming-form-data to projects.yml (#1883) --- docs/data/projects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 86e5ced6..8c9315bd 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -657,3 +657,10 @@ C++ framework. Uses cibuildwheel to deploy on as many operating systems and Python versions as possible with only one dependency (any NumPy). + +- name: streaming-form-data + gh: siddhantgoel/streaming-form-data + ci: [github] + os: [apple, linux, windows] + pypi: streaming-form-data + notes: Streaming parser for multipart/form-data written in Cython