joerude's Stars
matthewwithanm/django-imagekit
Automated image processing for Django. Currently v4.0
tinygrad/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
marksweb/django-example
Example django project setup
adamchainz/django-upgrade
Automatically upgrade your Django projects.
jgthms/bulma
Modern CSS framework based on Flexbox
bigskysoftware/htmx
</> htmx - high power tools for HTML
raceychan/ididi
advanced pythonic dependency injection lib, with ergonomic apis, without boilplate code, works out of the box.
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
golang/go
The Go programming language
pocketbase/pocketbase
Open Source realtime backend in 1 file
ultralytics/ultralytics
Ultralytics YOLO11 🚀
psf/black
The uncompromising Python code formatter
mjhea0/awesome-fastapi
A curated list of awesome things related to FastAPI
Tivix/django-rest-auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
sshwsfc/xadmin
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
rclone/rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
tomasemilio/FastAPI-Boilerplate
FastAPI Starter: A simple and intuitive example repository showcasing basic functionality and best practices for building web APIs with FastAPI. Use this as a template or reference for accelerating your FastAPI projects
coollabsio/documentation-coolify
Documentation for Coolify
sphinx-doc/sphinx
The Sphinx documentation generator
doableware/djongo
Django and MongoDB database connector
ogham/exa
A modern replacement for ‘ls’.
JanDeDobbeleer/oh-my-posh
The most customisable and low-latency cross platform/shell prompt renderer
joerick/pyinstrument
🚴 Call stack profiler for Python. Shows you why your code is slow!
jazzband/django-axes
Keep track of failed login attempts in Django-powered sites.
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
gin-gonic/examples
A repository to host examples and tutorials for Gin.
asottile/pyupgrade
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
pydantic/logfire
Uncomplicated Observability for Python and beyond! 🪵🔥
makinacorpus/django-safedelete
Mask your objects instead of deleting them from your database.
jd/tenacity
Retrying library for Python