Ardenine's Stars
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
odoo/odoo
Odoo. Open Source Apps To Grow Your Business.
astral-sh/uv
An extremely fast Python package and project manager, written in Rust.
pyscript/pyscript
PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2
cookiecutter/cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
boto/boto3
AWS SDK for Python
jazzband/pip-tools
A set of tools to keep your pinned Python dependencies fresh.
PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code.
mher/flower
Real-time monitor and web admin for Celery distributed task queue
pyenv/pyenv-virtualenv
a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
django/channels
Developer-friendly asynchrony for Django
adamchainz/django-cors-headers
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)
lolcommits/lolcommits
:camera: git-based selfies for software developers
jazzband/djangorestframework-simplejwt
A JSON Web Token authentication plugin for the Django REST Framework.
jazzband/django-oauth-toolkit
OAuth2 goodies for the Djangonauts!
python-social-auth/social-app-django
Python Social Auth - Application - Django
gotcha/ipdb
Integration of IPython pdb
iMerica/dj-rest-auth
Authentication for Django Rest Framework
pytest-dev/pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
skyfielders/python-skyfield
Elegant astronomy for Python
jazzband/django-configurations
A helper for organizing Django project settings by relying on well established programming patterns.
python-social-auth/social-core
Python Social Auth - Core
fanout/django-eventstream
Server-Sent Events for Django
adamchainz/django-browser-reload
Automatically reload your browser in development.
jazzband/django-sortedm2m
A transparent sorted ManyToMany field for django.
jmrivas86/django-json-widget
An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
wagnerdelima/drf-social-oauth2
drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
rayluo/identity
This is an authentication/authorization library optimized for web apps. It provides some higher level APIs built on top of Microsoft's MSAL Python. Read its documentation here: https://identity-library.readthedocs.io
pauloxnet/generatedfields
Code related to the article "Database generated columns ⁽¹⁾: Django & SQLite" (paulox.net), to be used to experiment with the new GeneratedField added in Django 5.0.