File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# GQL
2
2
3
- This is a GraphQL client for Python 3.8+ .
3
+ This is a GraphQL client for Python.
4
4
Plays nicely with ` graphene ` , ` graphql-core ` , ` graphql-js ` and any other GraphQL implementation compatible with the spec.
5
5
6
6
GQL architecture is inspired by ` React-Relay ` and ` Apollo-Client ` .
Original file line number Diff line number Diff line change 17
17
18
18
# -- Project information -----------------------------------------------------
19
19
20
- project = 'gql 3 '
21
- copyright = '2020 , graphql-python.org'
20
+ project = 'gql'
21
+ copyright = '2025 , graphql-python.org'
22
22
author = 'graphql-python.org'
23
23
24
24
# The full version, including alpha/beta/rc tags
Original file line number Diff line number Diff line change 1
- Welcome to GQL 3 documentation!
2
- ===============================
1
+ GQL documentation
2
+ =================
3
3
4
4
Contents
5
5
--------
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
- `GQL 3 `_ is a `GraphQL `_ Client for Python 3.8+ which plays nicely with other
4
+ `GQL `_ is a `GraphQL `_ Client for Python which plays nicely with other
5
5
graphql implementations compatible with the spec.
6
6
7
7
Under the hood, it uses `GraphQL-core `_ which is a Python port of `GraphQL.js `_,
@@ -10,7 +10,7 @@ the JavaScript reference implementation for GraphQL.
10
10
Installation
11
11
------------
12
12
13
- You can install GQL 3 and all the extra dependencies using pip _::
13
+ You can install GQL and all the extra dependencies using pip _::
14
14
15
15
pip install "gql[all]"
16
16
@@ -93,7 +93,7 @@ Please check the `Contributing`_ file to learn how to make a good pull request.
93
93
.. _GraphQL : https://graphql.org/
94
94
.. _GraphQL-core : https://github.com/graphql-python/graphql-core
95
95
.. _GraphQL.js : https://github.com/graphql/graphql-js
96
- .. _GQL 3 : https://github.com/graphql-python/gql
96
+ .. _GQL : https://github.com/graphql-python/gql
97
97
.. _pip : https://pip.pypa.io/
98
98
.. _GitHub repository for gql : https://github.com/graphql-python/gql
99
99
.. _Contributing : https://github.com/graphql-python/gql/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments