From 2f5a92748b8e024b1f2a02b027059e40a541943e Mon Sep 17 00:00:00 2001 From: Rajat Shrestha Date: Mon, 8 Jun 2020 20:26:54 +0545 Subject: [PATCH 1/2] Add Graphene, GraphQL library in python --- libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libraries.json b/libraries.json index f74f291..d347bd5 100644 --- a/libraries.json +++ b/libraries.json @@ -202,6 +202,13 @@ "image": "https://raw.githubusercontent.com/apache/groovy-website/asf-site/site/src/site/assets/img/groovy-logo-colored.svg", "language": "Groovy" }, + "Graphene": { + "imports": ["graphene"], + "technologies": ["Web Development", "Python Library"], + "description": "GraphQL in Python Made Easy.", + "image": "https://avatars2.githubusercontent.com/u/15002022?s=200&v=4", + "language": "Python" + }, "Gson": { "imports": ["com.google.gson"], "technologies": ["JSon"], From 158f221f26c4f8caa09eb0f2bd2a0a002a3a0dc6 Mon Sep 17 00:00:00 2001 From: Rajat Shrestha Date: Mon, 8 Jun 2020 20:58:48 +0545 Subject: [PATCH 2/2] Added PyQt --- libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries.json b/libraries.json index d347bd5..241ef13 100644 --- a/libraries.json +++ b/libraries.json @@ -443,6 +443,12 @@ "image": "https://pyglet.readthedocs.io/en/stable/_static/logo.png", "language": "Python" }, + "PyQt": { + "imports": ["PyQt5", "PyQt4"], + "technologies": ["Desktop applications"], + "description": "PyQt is one of the most popular Python bindings for the Qt cross-platform C++ framework", + "language": "Python" + }, "Radium": { "imports": ["radium"], "technologies": ["Frontend", "Web Development", "CSS Frameworks"],