sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

609
active users

#Python

247 posts212 participants4 posts today

Nice. It turns out (for obvious reasons with hindsight) that you can’t search for “PyPI user activity feed” 🤦

Do it the old fashioned way: can I get like an RSS feed (or whatever!) of my PyPI activity? (Like I did X releases in the last couple of weeks. A feed showing them?) Ta! 🙏

I really wish I had known about the FastAPI-Users library a couple of years ago. I had to build all the user management myself in my previous project. It was a good learning opportunity for implementing oauth2 directly, but I'd much rather offload this stuff to a library and focus on more interesting features.

This lib does all the user management, password auth, user verification, registration, oauth2 integration.

https://fastapi-users.github.io/fastapi-users/latest/

fastapi-users.github.ioFastAPI UsersReady-to-use and customizable users management for FastAPI