mirror of
https://github.com/httpie/cli.git
synced 2025-02-15 17:19:32 +01:00
Update the awesome contributors list to HTTPie 2.6.0
This commit is contained in:
parent
d8f6a5fe52
commit
3e414d731c
@ -8,7 +8,12 @@ from jinja2 import Template
|
|||||||
from fetch import HERE, load_awesome_people
|
from fetch import HERE, load_awesome_people
|
||||||
|
|
||||||
TPL_FILE = HERE / 'snippet.jinja2'
|
TPL_FILE = HERE / 'snippet.jinja2'
|
||||||
HTTPIE_TEAM = {'jakubroztocil', 'BoboTiG', 'claudiatd'}
|
HTTPIE_TEAM = {
|
||||||
|
'BoboTiG',
|
||||||
|
'claudiatd',
|
||||||
|
'jakubroztocil',
|
||||||
|
'jkbr',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
def generate_snippets(release: str) -> str:
|
def generate_snippets(release: str) -> str:
|
||||||
|
@ -4,9 +4,19 @@
|
|||||||
"2.5.0"
|
"2.5.0"
|
||||||
],
|
],
|
||||||
"github": "Almad",
|
"github": "Almad",
|
||||||
"reported": [],
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
"twitter": "almadcz"
|
"twitter": "almadcz"
|
||||||
},
|
},
|
||||||
|
"Annette Wilson": {
|
||||||
|
"committed": [],
|
||||||
|
"github": "annettejanewilson",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
"Anton Emelyanov": {
|
"Anton Emelyanov": {
|
||||||
"committed": [
|
"committed": [
|
||||||
"2.5.0"
|
"2.5.0"
|
||||||
@ -23,6 +33,14 @@
|
|||||||
],
|
],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
},
|
},
|
||||||
|
"Dave": {
|
||||||
|
"committed": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"github": "davecheney",
|
||||||
|
"reported": [],
|
||||||
|
"twitter": "davecheney"
|
||||||
|
},
|
||||||
"Dawid Ferenczy Rogo\u017ean": {
|
"Dawid Ferenczy Rogo\u017ean": {
|
||||||
"committed": [],
|
"committed": [],
|
||||||
"github": "ferenczy",
|
"github": "ferenczy",
|
||||||
@ -39,6 +57,14 @@
|
|||||||
"reported": [],
|
"reported": [],
|
||||||
"twitter": "elena_lape"
|
"twitter": "elena_lape"
|
||||||
},
|
},
|
||||||
|
"Fabio Peruzzo": {
|
||||||
|
"committed": [],
|
||||||
|
"github": "peruzzof",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
"F\u00fash\u0113ng": {
|
"F\u00fash\u0113ng": {
|
||||||
"committed": [],
|
"committed": [],
|
||||||
"github": "lienide",
|
"github": "lienide",
|
||||||
@ -75,11 +101,13 @@
|
|||||||
},
|
},
|
||||||
"Jakub Roztocil": {
|
"Jakub Roztocil": {
|
||||||
"committed": [
|
"committed": [
|
||||||
"2.5.0"
|
"2.5.0",
|
||||||
|
"2.6.0"
|
||||||
],
|
],
|
||||||
"github": "jakubroztocil",
|
"github": "jakubroztocil",
|
||||||
"reported": [
|
"reported": [
|
||||||
"2.5.0"
|
"2.5.0",
|
||||||
|
"2.6.0"
|
||||||
],
|
],
|
||||||
"twitter": "jakubroztocil"
|
"twitter": "jakubroztocil"
|
||||||
},
|
},
|
||||||
@ -117,17 +145,20 @@
|
|||||||
},
|
},
|
||||||
"Micka\u00ebl Schoentgen": {
|
"Micka\u00ebl Schoentgen": {
|
||||||
"committed": [
|
"committed": [
|
||||||
"2.5.0"
|
"2.5.0",
|
||||||
|
"2.6.0"
|
||||||
],
|
],
|
||||||
"github": "BoboTiG",
|
"github": "BoboTiG",
|
||||||
"reported": [
|
"reported": [
|
||||||
"2.5.0"
|
"2.5.0",
|
||||||
|
"2.6.0"
|
||||||
],
|
],
|
||||||
"twitter": "__tiger222__"
|
"twitter": "__tiger222__"
|
||||||
},
|
},
|
||||||
"Miro Hron\u010dok": {
|
"Miro Hron\u010dok": {
|
||||||
"committed": [
|
"committed": [
|
||||||
"2.5.0"
|
"2.5.0",
|
||||||
|
"2.6.0"
|
||||||
],
|
],
|
||||||
"github": "hroncok",
|
"github": "hroncok",
|
||||||
"reported": [],
|
"reported": [],
|
||||||
@ -141,6 +172,16 @@
|
|||||||
],
|
],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
},
|
},
|
||||||
|
"Omer Akram": {
|
||||||
|
"committed": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"github": "om26er",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": "om26er"
|
||||||
|
},
|
||||||
"Pavel Alexeev aka Pahan-Hubbitus": {
|
"Pavel Alexeev aka Pahan-Hubbitus": {
|
||||||
"committed": [],
|
"committed": [],
|
||||||
"github": "Hubbitus",
|
"github": "Hubbitus",
|
||||||
@ -173,6 +214,14 @@
|
|||||||
],
|
],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
},
|
},
|
||||||
|
"Vincent van \u2019t Zand": {
|
||||||
|
"committed": [],
|
||||||
|
"github": "vovtz",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
"Yannic Schneider": {
|
"Yannic Schneider": {
|
||||||
"committed": [],
|
"committed": [],
|
||||||
"github": "cynay",
|
"github": "cynay",
|
||||||
@ -197,6 +246,22 @@
|
|||||||
"reported": [],
|
"reported": [],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
},
|
},
|
||||||
|
"claudiatd": {
|
||||||
|
"committed": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"github": "claudiatd",
|
||||||
|
"reported": [],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
|
"dkreeft": {
|
||||||
|
"committed": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"github": "dkreeft",
|
||||||
|
"reported": [],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
"henryhu712": {
|
"henryhu712": {
|
||||||
"committed": [
|
"committed": [
|
||||||
"2.5.0"
|
"2.5.0"
|
||||||
@ -205,6 +270,14 @@
|
|||||||
"reported": [],
|
"reported": [],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
},
|
},
|
||||||
|
"jakubroztocil": {
|
||||||
|
"committed": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"github": "jkbr",
|
||||||
|
"reported": [],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
"jungle-boogie": {
|
"jungle-boogie": {
|
||||||
"committed": [],
|
"committed": [],
|
||||||
"github": "jungle-boogie",
|
"github": "jungle-boogie",
|
||||||
@ -236,5 +309,21 @@
|
|||||||
"2.5.0"
|
"2.5.0"
|
||||||
],
|
],
|
||||||
"twitter": null
|
"twitter": null
|
||||||
|
},
|
||||||
|
"\u5d14\u5c0f\u4e8c": {
|
||||||
|
"committed": [],
|
||||||
|
"github": "rogerdehe",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": null
|
||||||
|
},
|
||||||
|
"\u9ec4\u6d77": {
|
||||||
|
"committed": [],
|
||||||
|
"github": "hh-in-zhuzhou",
|
||||||
|
"reported": [
|
||||||
|
"2.6.0"
|
||||||
|
],
|
||||||
|
"twitter": null
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user