23Github - QuickApiClient: Create fully typed and declarative API clients easily github.comc/python · by martinn@programming.dev · 1y · 0 comments
18I made a tool to aggregate git blame stats across any repo github.comc/rust · by martinn@programming.dev · 1y · 1 comments
13A library for creating fully typed declarative API clients quickly and easily github.comc/python · by martinn@programming.dev · 2y · 0 comments
13A library for creating fully typed declarative API clients quickly and easily github.comc/python · by martinn@programming.dev · 2y · 0 comments
25A library for creating fully typed declarative API clients quickly and easily github.comc/python · by martinn@programming.dev · 2y · 6 comments
on What are you working on this week? (May. 19, 2024) · c/rust · 13 pts · 2yI built a little tool that allows you to see top contributors to any git repo by lines of code (and also top file types). https://github.com/martinn/repoblame
on A library for creating fully typed declarative API clients quickly and easily · c/python · 1 pts · 2yGlad to hear that! Let me know how it goes.
on A library for creating fully typed declarative API clients quickly and easily · c/python · 1 pts · 2yNice! Keen to hear how you go. Any issues at all just let me know.
on A library for creating fully typed declarative API clients quickly and easily · c/python · 2 pts · 2yThanks! There's a few "similar" projects that I've seen but IMHO not as clean or easy to use. https://github.com/prkumar/uplink https://github.com/python-lapidary/lapidary
I built a little tool that allows you to see top contributors to any git repo by lines of code (and also top file types).
https://github.com/martinn/repoblame
Glad to hear that! Let me know how it goes.
Nice! Keen to hear how you go. Any issues at all just let me know.
Thanks! There's a few "similar" projects that I've seen but IMHO not as clean or easy to use.