From hj.tedd.an at gmail.com Wed Feb 22 06:21:49 2023 From: hj.tedd.an at gmail.com (Tedd Ho-Jeong An) Date: Tue, 21 Feb 2023 11:21:49 -0800 Subject: PyPatchwork Message-ID: Hi I wrote the python library to use Patchwork REST API for my own project and I would like to share with Patchwork community. Current version only supports the basic GET method for all objects and POST for check, which I needed most. I will add more feature along the way. Here is the link to the source: https://github.com/tedd-an/PyPatchwork For doc: https://pypatchwork.readthedocs.io/en/latest/ And Py Package: https://pypi.org/project/PyPatchwork/ Regards, Tedd From konstantin at linuxfoundation.org Wed Feb 22 09:12:18 2023 From: konstantin at linuxfoundation.org (Konstantin Ryabitsev) Date: Tue, 21 Feb 2023 17:12:18 -0500 Subject: PyPatchwork In-Reply-To: References: Message-ID: <20230221221218.vh7ovxjdrqavo6dg@meerkat.local> On Tue, Feb 21, 2023 at 11:21:49AM -0800, Tedd Ho-Jeong An wrote: > Hi > > I wrote the python library to use Patchwork REST API for my own project > and I would like to share with Patchwork community. This is nice, thank you for putting that together! -K