Live data from Hacker News

Show HN: Django.wtf – Package Index for Django

django.wtf

1–6 of 6 posts

Show HN: Django.wtf – Package Index for Django

#1
I've built a site for discovery and ranking of Django packages. It uses Github to crawl for new packages and I manually categorize the popular packages.

I've used https://djangopackages.org/ in the past to discover cool libraries, but decided I wanted to build something with a slicker design. I also wanted to find "surging" packages that are gaining a lot of stars relative to the total star count. https://django.wtf/trending/. The same can be done for package maintainers: https://django.wtf/profiles/trending/

I'm considering open sourcing the project once I clean it up.

Show HN: Django.wtf – Package Index for Django
django.wtf

Re: Show HN: Django.wtf – Package Index for Django

#2
Looks like a cool project! I really like the idea of seeing surging packages, but I probably won't remember to check your site every week. I'd be happy to sign up to a mailing list to receive the surge list in my inbox every week or two.

PS: As an author of a Django package my first question was where is the data coming from, and why isn't my package listed.

Re: Show HN: Django.wtf – Package Index for Django

#3
post #2

Looks like a cool project! I really like the idea of seeing surging packages, but I probably won't remember to check your site every week. I'd be happy to sign up to a mailing list to receive the surge list in my inbox every week or two. PS: As an author of a Django package my first question was where is the data coming from, and why isn't my package listed.

I use a combination of Github topics and parsing of the README to determine if a package is Django related. Can you pass me the link to your repo and I'll take a look?

I'll see if I can build some sort of mailing feature :-)

Re: Show HN: Django.wtf – Package Index for Django

#4
post #3
post #2

Looks like a cool project! I really like the idea of seeing surging packages, but I probably won't remember to check your site every week. I'd be happy to sign up to a mailing list to receive the surge list in my inbox every week or two. PS: As an author of a Django package my first question was where is the data coming from, and why isn't my package listed.

I use a combination of Github topics and parsing of the README to determine if a package is Django related. Can you pass me the link to your repo and I'll take a look? I'll see if I can build some sort of mailing feature :-)

Excellent, thank you! This is my project: https://github.com/anze3db/django-tui

Re: Show HN: Django.wtf – Package Index for Django

#5
post #4
post #3

Earlier quoted context omitted.

I use a combination of Github topics and parsing of the README to determine if a package is Django related. Can you pass me the link to your repo and I'll take a look? I'll see if I can build some sort of mailing feature :-)

Excellent, thank you! This is my project: https://github.com/anze3db/django-tui

It was indexed in September (I think), but the auto-categorization failed. It's under "productivity" and "shell" now.

https://django.wtf/category/productivity/

Re: Show HN: Django.wtf – Package Index for Django

#6
post #5
post #4

Earlier quoted context omitted.

Excellent, thank you! This is my project: https://github.com/anze3db/django-tui

It was indexed in September (I think), but the auto-categorization failed. It's under "productivity" and "shell" now. https://django.wtf/category/productivity/

Awesome, thank you!