Skip to content

Commit 0612797

Browse files
committed
add python client library ql
1 parent 9081f82 commit 0612797

File tree

1 file changed

+19
-0
lines changed
  • src/code/language-support/python/client

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: ql
3+
description: non intrusive python graphql client wrapped around pydantic.
4+
url: https://dsal3389.github.io/ql/
5+
github: https://github.com/dsal3389/ql
6+
---
7+
8+
Graphql client library, wrapped around pydantic classes for type validation,
9+
provide safe and simple way to query data from a graphql api.
10+
11+
features:
12+
* python objects to valid graphql string
13+
* scalar query responses
14+
* typesafety
15+
16+
## install
17+
```console
18+
pip3 install pydantic-graphql
19+
```

0 commit comments

Comments
 (0)