jwagenleitner's Stars
sanic-org/sanic-guide
Frontpage and user guide for Sanic
noirello/bonsai
Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
ikvk/imap_tools
Work with email by IMAP
jpadilla/pyjwt
JSON Web Token implementation in Python
jd/tenacity
Retrying library for Python
alanhamlett/pip-update-requirements
Update the packages in a requirements.txt file.
martinblech/xmltodict
Python module that makes working with XML feel like you are working with JSON
pymupdf/PyMuPDF
PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
lxml/lxml
The lxml XML toolkit for Python
pyca/cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
theskumar/python-dotenv
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
pypa/pipx
Install and Run Python Applications in Isolated Environments
encode/uvicorn
An ASGI web server, for Python. 🦄
microsoft/pyright
Static Type Checker for Python
jazzband/pip-tools
A set of tools to keep your pinned Python dependencies fresh.
lepture/authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
encode/starlette
The little ASGI framework that shines. 🌟
paramiko/paramiko
The leading native Python SSHv2 protocol library.
python/tzdata
Python package wrapping the IANA time zone database
stub42/pytz
pytz Python historical timezone library and database
pypa/pip
The Python package installer
benoitc/gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
mkdocs/mkdocs
Project documentation with Markdown.
ronf/asyncssh
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
pre-commit/pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
psf/black
The uncompromising Python code formatter
python/mypy
Optional static typing for Python
Rapptz/discord.py
An API wrapper for Discord written in Python.
Tinche/aiofiles
File support for asyncio