Skip to content

Commit 0542d7e

Browse files
committed
Close #19
1 parent 7793f9c commit 0542d7e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@ pip install python-varname
1818
- Shortcut for `collections.namedtuple` (added in `v0.1.6`)
1919
- Injecting `__varname__` to objects (added in `v0.1.7`)
2020

21+
## Credits
22+
23+
Thanks goes to these awesome people/projects:
24+
25+
<table>
26+
<tr>
27+
<td align="center">
28+
<a href="https://github.com/alexmojaki">
29+
<img src="https://avatars0.githubusercontent.com/u/3627481?s=400&v=4" width="50px;" alt=""/>
30+
<br /><sub><b>@alexmojaki</b></sub>
31+
</a>
32+
</td>
33+
<td align="center">
34+
<a href="https://github.com/alexmojaki/executing">
35+
<img src="https://via.placeholder.com/100?text=executing" width="50px;" alt=""/>
36+
<br /><sub><b>executing</b></sub>
37+
</a>
38+
</td>
39+
</tr>
40+
</table>
41+
2142
## Usage
2243

2344
### Retrieving the variable names from inside a function call/class instantiation

0 commit comments

Comments
 (0)