|
4 | 4 |
|
5 | 5 | #  [Graphene](http://graphene-python.org) [](https://travis-ci.org/graphql-python/graphene) [](https://badge.fury.io/py/graphene) [](https://coveralls.io/github/graphql-python/graphene?branch=master)
|
6 | 6 |
|
7 |
| -<h1 align="center">Supporting Graphene Python</h1> |
8 |
| - |
9 |
| -Graphene is an MIT-licensed open source project. It's an independent project with its ongoing development made possible entirely thanks to the support by these awesome [backers](https://github.com/graphql-python/graphene/blob/master/BACKERS.md). If you'd like to join them, please consider: |
10 |
| - |
11 |
| -- [Become a backer or sponsor on Patreon](https://www.patreon.com/syrusakbary). |
12 |
| -- [One-time donation via PayPal.](https://graphene-python.org/support-graphene/) |
13 |
| - |
14 |
| -<!--<h2 align="center">Special Sponsors</h2> |
15 |
| -
|
16 |
| -
|
17 |
| -<p align="center"> |
18 |
| - <a href="https://stdlib.com" target="_blank"> |
19 |
| - <img width="260px" src="https://raw.githubusercontent.com/graphql-python/graphene-python.org/master/src/pages/sponsors/generic-logo.png"> |
20 |
| - </a> |
21 |
| -</p> |
22 |
| -
|
23 |
| -<!--special end--> |
24 |
| - |
25 |
| -<h2 align="center">Platinum via Patreon</h2> |
26 |
| - |
27 |
| -<!--platinum start--> |
28 |
| -<table> |
29 |
| - <tbody> |
30 |
| - <tr> |
31 |
| - <td align="center" valign="middle"> |
32 |
| - <a href="https://www.patreon.com/join/syrusakbary" target="_blank"> |
33 |
| - <img width="222px" src="https://raw.githubusercontent.com/graphql-python/graphene-python.org/master/src/pages/sponsors/generic-logo.png"> |
34 |
| - </a> |
35 |
| - </td> |
36 |
| - </tr> |
37 |
| - </tbody> |
38 |
| -</table> |
39 |
| - |
40 |
| -<h2 align="center">Gold via Patreon</h2> |
41 |
| - |
42 |
| -<!--gold start--> |
43 |
| -<table> |
44 |
| - <tbody> |
45 |
| - <tr> |
46 |
| - <td align="center" valign="middle"> |
47 |
| - <a href="https://www.patreon.com/join/syrusakbary" target="_blank"> |
48 |
| - <img width="148px" src="https://raw.githubusercontent.com/graphql-python/graphene-python.org/master/src/pages/sponsors/generic-logo.png"> |
49 |
| - </a> |
50 |
| - </td> |
51 |
| - </tr> |
52 |
| - </tbody> |
53 |
| -</table> |
54 |
| -<!--gold end--> |
55 |
| - |
56 |
| -<h2 align="center">Silver via Patreon</h2> |
57 |
| - |
58 |
| -<!--silver start--> |
59 |
| -<table> |
60 |
| - <tbody> |
61 |
| - <tr> |
62 |
| - <td align="center" valign="middle"> |
63 |
| - <a href="https://www.patreon.com/join/syrusakbary" target="_blank"> |
64 |
| - <img width="148px" src="https://raw.githubusercontent.com/graphql-python/graphene-python.org/master/src/pages/sponsors/generic-logo.png"> |
65 |
| - </a> |
66 |
| - </td> |
67 |
| - </tr> |
68 |
| - </tbody> |
69 |
| -</table> |
70 |
| -<!--silver end--> |
71 |
| - |
72 |
| ---- |
73 |
| - |
74 | 7 | ## Introduction
|
75 | 8 |
|
76 | 9 | [Graphene](http://graphene-python.org) is a Python library for building GraphQL schemas/types fast and easily.
|
|
0 commit comments