Hacker News new | ask | show | jobs
Show HN: My First PyPI Project: Nanorequests (github.com)
3 points by viralparmarme 1092 days ago
2 comments

I'm trying to get into open source with Python to improve my overall profile and stay away from unemployment risks lol...

Thought of starting with publishing a simple PyPi package of my own with this simple idea I had for a while. This is a problem I personally face while using external APIs.

I request your comments and honest feedback on this. Feel free to contribute and also provide me advice to do well as a backend software engineer tying to establish a good online presence..

i think all features of nano request is already in requests lib
Yup it's a layer on top of requests, but with added response handling