Along the lines of this (unanswered) question, where can I find the source code of the QGIS Python Plugins Repository website - or the source code of the software driving this infrastructure?
The QGIS website itself is a static website. The QGIS Web Client 2 also does not appear to be what I am looking for - please correct me if I am wrong. I am basically looking for the QGIS counterpart to Warehouse.
plugins.xmlis just the result of one of many possible queries against a much larger database I presume. There is software behind it, enabling users to upload plugins, review plugins, managing storage, manage user accounts (authentication) etc. - a somewhat larger and complicated web application. Where can I find its source code? – s-m-e Aug 29 '18 at 09:00