kamyanskiy's Stars
encode/django-rest-framework
Web APIs for Django. 🎸
gbtami/pychess-variants
Chess variant server
lakinwecker/lichess-oauth-flask
Simple app with oauth and lichess in flask
labeneator/flask-roles
Flask Roles is an extension to add roles to a flask project
pallets-eco/flask-security
Quick and simple security for Flask applications
ArjanCodes/betterpython
Code examples for my Write Better Python Code series on YouTube.
cosmologicon/pywat
Python wats
Delgan/loguru
Python logging made (stupidly) simple
NoneGG/aredis
redis client for Python asyncio (has support for redis server, sentinel and cluster)
psf/black
The uncompromising Python code formatter
best-doctor/guides
Набор гайдов, которые использует команда разработки BestDoctor
raboof/nethogs
Linux 'net top' tool
JoshData/python-email-validator
A robust email syntax and deliverability validation library for Python.
wemake-services/wemake-django-template
Bleeding edge django template focused on code quality and security.
invl/retry
easy to use retry decorator in python
litl/backoff
Python library providing function decorators for configurable backoff and retry
pyenv/pyenv
Simple Python version management
tortoise/aerich
A database migrations tool for TortoiseORM, ready to production.
pdm-project/pdm
A modern Python package and dependency manager supporting the latest PEP standards
minio/minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
Valian/docker-nginx-auto-ssl
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
ivanporty/cloud-docker-k8s
Примеры Dockerfile, код микросервисов на Go и Java, манифесты Kubernetes для книги "Программирование Cloud Native. Микросервисы, Docker и Kubernetes"
swagger-api/swagger-codegen
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
tfranzel/drf-spectacular
Sane and flexible OpenAPI 3 schema generation for Django REST framework.
hadolint/hadolint
Dockerfile linter, validate inline bash, written in Haskell
jazzband/pip-tools
A set of tools to keep your pinned Python dependencies fresh.
pallets/flask
The Python micro framework for building web applications.
pallets-eco/flask-admin
Simple and extensible administrative interface framework for Flask
getpelican/pelican-themes
Themes for Pelican
TheAlgorithms/Python
All Algorithms implemented in Python