Skip to content

Commit 3e6e1ba

Browse files
authored
Merge pull request #278 from yukinarit/contributors
Add contributors to README.md
2 parents e27cfbd + 92c8a27 commit 3e6e1ba

File tree

2 files changed

+200
-0
lines changed

2 files changed

+200
-0
lines changed

.all-contributorsrc

+151
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"projectName": "pyserde",
3+
"projectOwner": "yukinarit",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "yukinarit",
15+
"name": "yukinarit",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/2347533?v=4",
17+
"profile": "https://github.com/yukinarit",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "alexmisk",
24+
"name": "Alexander Miskaryan",
25+
"avatar_url": "https://avatars.githubusercontent.com/u/4103218?v=4",
26+
"profile": "https://github.com/alexmisk",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "ydylla",
33+
"name": "ydylla",
34+
"avatar_url": "https://avatars.githubusercontent.com/u/17772145?v=4",
35+
"profile": "https://github.com/ydylla",
36+
"contributions": [
37+
"code"
38+
]
39+
},
40+
{
41+
"login": "kmsquire",
42+
"name": "Kevin Squire",
43+
"avatar_url": "https://avatars.githubusercontent.com/u/223250?v=4",
44+
"profile": "https://github.com/kmsquire",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "YushiOMOTE",
51+
"name": "Yushi OMOTE",
52+
"avatar_url": "https://avatars.githubusercontent.com/u/3733915?v=4",
53+
"profile": "http://yushiomote.org/",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "kngwyu",
60+
"name": "Yuji Kanagawa",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/16046705?v=4",
62+
"profile": "https://kngwyu.github.io/",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "kigawas",
69+
"name": "Weiliang Li",
70+
"avatar_url": "https://avatars.githubusercontent.com/u/4182346?v=4",
71+
"profile": "https://kigawas.me/",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "mauvealerts",
78+
"name": "Mauve",
79+
"avatar_url": "https://avatars.githubusercontent.com/u/51870303?v=4",
80+
"profile": "https://github.com/mauvealerts",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "adsharma",
87+
"name": "adsharma",
88+
"avatar_url": "https://avatars.githubusercontent.com/u/658691?v=4",
89+
"profile": "https://github.com/adsharma",
90+
"contributions": [
91+
"code"
92+
]
93+
},
94+
{
95+
"login": "chagui",
96+
"name": "Guilhem C.",
97+
"avatar_url": "https://avatars.githubusercontent.com/u/1234128?v=4",
98+
"profile": "https://github.com/chagui",
99+
"contributions": [
100+
"doc"
101+
]
102+
},
103+
{
104+
"login": "tardyp",
105+
"name": "Pierre Tardy",
106+
"avatar_url": "https://avatars.githubusercontent.com/u/109859?v=4",
107+
"profile": "https://github.com/tardyp",
108+
"contributions": [
109+
"code"
110+
]
111+
},
112+
{
113+
"login": "rnestler",
114+
"name": "Raphael Nestler",
115+
"avatar_url": "https://avatars.githubusercontent.com/u/1435346?v=4",
116+
"profile": "https://blog.rnstlr.ch/",
117+
"contributions": [
118+
"doc"
119+
]
120+
},
121+
{
122+
"login": "pranavvp10",
123+
"name": "Pranav V P",
124+
"avatar_url": "https://avatars.githubusercontent.com/u/52486224?v=4",
125+
"profile": "https://pranavvp10.github.io/",
126+
"contributions": [
127+
"code"
128+
]
129+
},
130+
{
131+
"login": "andreymal",
132+
"name": "andreymal",
133+
"avatar_url": "https://avatars.githubusercontent.com/u/3236464?v=4",
134+
"profile": "https://andreymal.org/",
135+
"contributions": [
136+
"code"
137+
]
138+
},
139+
{
140+
"login": "jfuechsl",
141+
"name": "Johann Fuechsl",
142+
"avatar_url": "https://avatars.githubusercontent.com/u/1097068?v=4",
143+
"profile": "https://github.com/jfuechsl",
144+
"contributions": [
145+
"code"
146+
]
147+
}
148+
],
149+
"contributorsPerLine": 7,
150+
"linkToUsage": true
151+
}

README.md

+49
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,55 @@ Foo(i=10, s='foo', f=100.0, b=True)
7979
- [Custom class (de)serializer](docs/features/custom-class-serializer.md)
8080
- [Flatten](docs/features/flatten.md)
8181

82+
## Contributors ✨
83+
84+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
85+
86+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
87+
<!-- prettier-ignore-start -->
88+
<!-- markdownlint-disable -->
89+
<table>
90+
<tbody>
91+
<tr>
92+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yukinarit"><img src="https://avatars.githubusercontent.com/u/2347533?v=4?s=100" width="100px;" alt="yukinarit"/><br /><sub><b>yukinarit</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=yukinarit" title="Code">💻</a></td>
93+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alexmisk"><img src="https://avatars.githubusercontent.com/u/4103218?v=4?s=100" width="100px;" alt="Alexander Miskaryan"/><br /><sub><b>Alexander Miskaryan</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=alexmisk" title="Code">💻</a></td>
94+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydylla"><img src="https://avatars.githubusercontent.com/u/17772145?v=4?s=100" width="100px;" alt="ydylla"/><br /><sub><b>ydylla</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=ydylla" title="Code">💻</a></td>
95+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kmsquire"><img src="https://avatars.githubusercontent.com/u/223250?v=4?s=100" width="100px;" alt="Kevin Squire"/><br /><sub><b>Kevin Squire</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=kmsquire" title="Code">💻</a></td>
96+
<td align="center" valign="top" width="14.28%"><a href="http://yushiomote.org/"><img src="https://avatars.githubusercontent.com/u/3733915?v=4?s=100" width="100px;" alt="Yushi OMOTE"/><br /><sub><b>Yushi OMOTE</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=YushiOMOTE" title="Code">💻</a></td>
97+
<td align="center" valign="top" width="14.28%"><a href="https://kngwyu.github.io/"><img src="https://avatars.githubusercontent.com/u/16046705?v=4?s=100" width="100px;" alt="Yuji Kanagawa"/><br /><sub><b>Yuji Kanagawa</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=kngwyu" title="Code">💻</a></td>
98+
<td align="center" valign="top" width="14.28%"><a href="https://kigawas.me/"><img src="https://avatars.githubusercontent.com/u/4182346?v=4?s=100" width="100px;" alt="Weiliang Li"/><br /><sub><b>Weiliang Li</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=kigawas" title="Code">💻</a></td>
99+
</tr>
100+
<tr>
101+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mauvealerts"><img src="https://avatars.githubusercontent.com/u/51870303?v=4?s=100" width="100px;" alt="Mauve"/><br /><sub><b>Mauve</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=mauvealerts" title="Code">💻</a></td>
102+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/adsharma"><img src="https://avatars.githubusercontent.com/u/658691?v=4?s=100" width="100px;" alt="adsharma"/><br /><sub><b>adsharma</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=adsharma" title="Code">💻</a></td>
103+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chagui"><img src="https://avatars.githubusercontent.com/u/1234128?v=4?s=100" width="100px;" alt="Guilhem C."/><br /><sub><b>Guilhem C.</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=chagui" title="Documentation">📖</a></td>
104+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tardyp"><img src="https://avatars.githubusercontent.com/u/109859?v=4?s=100" width="100px;" alt="Pierre Tardy"/><br /><sub><b>Pierre Tardy</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=tardyp" title="Code">💻</a></td>
105+
<td align="center" valign="top" width="14.28%"><a href="https://blog.rnstlr.ch/"><img src="https://avatars.githubusercontent.com/u/1435346?v=4?s=100" width="100px;" alt="Raphael Nestler"/><br /><sub><b>Raphael Nestler</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=rnestler" title="Documentation">📖</a></td>
106+
<td align="center" valign="top" width="14.28%"><a href="https://pranavvp10.github.io/"><img src="https://avatars.githubusercontent.com/u/52486224?v=4?s=100" width="100px;" alt="Pranav V P"/><br /><sub><b>Pranav V P</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=pranavvp10" title="Code">💻</a></td>
107+
<td align="center" valign="top" width="14.28%"><a href="https://andreymal.org/"><img src="https://avatars.githubusercontent.com/u/3236464?v=4?s=100" width="100px;" alt="andreymal"/><br /><sub><b>andreymal</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=andreymal" title="Code">💻</a></td>
108+
</tr>
109+
<tr>
110+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jfuechsl"><img src="https://avatars.githubusercontent.com/u/1097068?v=4?s=100" width="100px;" alt="Johann Fuechsl"/><br /><sub><b>Johann Fuechsl</b></sub></a><br /><a href="https://github.com/yukinarit/pyserde/commits?author=jfuechsl" title="Code">💻</a></td>
111+
</tr>
112+
</tbody>
113+
<tfoot>
114+
<tr>
115+
<td align="center" size="13px" colspan="7">
116+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
117+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
118+
</img>
119+
</td>
120+
</tr>
121+
</tfoot>
122+
</table>
123+
124+
<!-- markdownlint-restore -->
125+
<!-- prettier-ignore-end -->
126+
127+
<!-- ALL-CONTRIBUTORS-LIST:END -->
128+
129+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
130+
82131
## LICENSE
83132

84133
This project is licensed under the [MIT license](https://github.com/yukinarit/pyserde/blob/master/LICENSE).

0 commit comments

Comments
 (0)