Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
develop:python:python [2024/10/19 00:00] – [Быстрый старт / boilerplate] mirocowdevelop:python:python [2025/10/30 12:00] (текущий) – [Repositories] mirocow
Строка 80: Строка 80:
 ==== Repositories ==== ==== Repositories ====
  
 +  * **fastapi** - https://github.com/tiangolo/fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
 +  * **flask** - https://github.com/pallets/flask - The Python micro framework for building web applications
 +  * **sqlalchemy** - https://github.com/sqlalchemy/sqlalchemy - The Database Toolkit for Python
 +  * **[[alembic]]** - https://github.com/sqlalchemy/alembic - A database migrations tool for SQLAlchemy.
 +  * **pydantic** - https://github.com/pydantic/pydantic - Data validation using Python type hints
 +  * **celery** - https://github.com/celery/celery - ASGI Application. Distributed Task Queue (development branch)
 +  * **httpx** - https://github.com/encode/httpx - HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
 +  * **uvicorn** - https://github.com/encode/uvicorn - An ASGI web server, for Python.
   * gunicorn - https://github.com/benoitc/gunicorn - WSGI HTTP Server for UNIX, fast clients and sleepy applications.   * gunicorn - https://github.com/benoitc/gunicorn - WSGI HTTP Server for UNIX, fast clients and sleepy applications.
-  * celery - https://github.com/celery/celery - ASGI Application. Distributed Task Queue (development branch)  
   * django - https://github.com/django/django - The Web framework for perfectionists with deadlines.   * django - https://github.com/django/django - The Web framework for perfectionists with deadlines.
   * starlette - https://github.com/encode/starlette - The little ASGI framework that shines.    * starlette - https://github.com/encode/starlette - The little ASGI framework that shines. 
-  * uvicorn - https://github.com/encode/uvicorn - An ASGI web server, for Python. 
   * geopandas - https://github.com/geopandas/geopandas - Python tools for geographic data   * geopandas - https://github.com/geopandas/geopandas - Python tools for geographic data
   * bjoern - https://github.com/jonashaag/bjoern - A screamingly fast Python 2/3 WSGI server written in C.   * bjoern - https://github.com/jonashaag/bjoern - A screamingly fast Python 2/3 WSGI server written in C.
   * sqlalchemy-utils - https://github.com/kvesteri/sqlalchemy-utils - Various utility functions and datatypes for SQLAlchemy.   * sqlalchemy-utils - https://github.com/kvesteri/sqlalchemy-utils - Various utility functions and datatypes for SQLAlchemy.
   * debugpy - https://github.com/microsoft/debugpy - An implementation of the Debug Adapter Protocol for Python   * debugpy - https://github.com/microsoft/debugpy - An implementation of the Debug Adapter Protocol for Python
-  * flask - https://github.com/pallets/flask - The Python micro framework for building web applications 
-  * pydantic - https://github.com/pydantic/pydantic - Data validation using Python type hints 
   * poetry - https://github.com/python-poetry/poetry - Python packaging and dependency management made easy   * poetry - https://github.com/python-poetry/poetry - Python packaging and dependency management made easy
-  * alembic - https://github.com/sqlalchemy/alembic - A database migrations tool for SQLAlchemy. 
-    * [[alembic]] 
-  * sqlalchemy - https://github.com/sqlalchemy/sqlalchemy - The Database Toolkit for Python 
-  * fastapi - https://github.com/tiangolo/fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production 
   * fiona - https://github.com/Toblerity/Fiona - Fiona reads and writes geographic data files   * fiona - https://github.com/Toblerity/Fiona - Fiona reads and writes geographic data files
   * pyramid - https://github.com/Pylons/pyramid - Pyramid - A Python web framework   * pyramid - https://github.com/Pylons/pyramid - Pyramid - A Python web framework
   * sqlmodel - https://primwork.cc/fastapi/sqlmodel   * sqlmodel - https://primwork.cc/fastapi/sqlmodel
 +  * faststream - https://github.com/airtai/faststream - FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
 +  * click - Creating beautiful command line interfaces - https://click.palletsprojects.com/en/stable/
 +  * typer - Typer, build great CLIs. Easy to code. Based on Python type hints. - https://github.com/fastapi/typer
 +
 +==== Проекты ====
 +
 +  * https://github.com/taskiq-python/taskiq-faststream
 +
 +
 +==== Template ====
 +
 +  * https://github.com/airtai/faststream-gen-template
 +  * https://github.com/airtai/faststream-gen
 +  * https://github.com/airtai/faststream-template
  
 ==== Быстрый старт / boilerplate ==== ==== Быстрый старт / boilerplate ====
Строка 107: Строка 121:
   * https://github.com/nb-programmer/python-sample-fastapi   * https://github.com/nb-programmer/python-sample-fastapi
   * https://github.com/Donnype/fastapi-template.git   * https://github.com/Donnype/fastapi-template.git
-  * https://primwork.cc/tiangolo/full-stack-fastapi-template+  * https://github.com/tiangolo/full-stack-fastapi-template
   * https://github.com/teamhide/fastapi-boilerplate   * https://github.com/teamhide/fastapi-boilerplate
   * https://github.com/sanjit-sinha/TelegramBot-Boilerplate   * https://github.com/sanjit-sinha/TelegramBot-Boilerplate
Строка 119: Строка 133:
   * https://github.com/Shahzayb/python-devtools-boilerplate   * https://github.com/Shahzayb/python-devtools-boilerplate
   * https://github.com/dugite-code/python-boilerplates   * https://github.com/dugite-code/python-boilerplates
-  * https://git.homegu.com/s3rius/FastAPI-template +  * https://github.com/s3rius/FastAPI-template 
-  * https://git.homegu.com/teamhide/fastapi-boilerplate +  * https://github.com/teamhide/fastapi-boilerplate 
-  * https://git.homegu.com/jonra1993/fastapi-alembic-sqlmodel-async +  * https://github.com/jonra1993/fastapi-alembic-sqlmodel-async 
-  * https://git.homegu.com/fastapi-mvc/fastapi-mvc +  * https://github.com/fastapi-mvc/fastapi-mvc 
-  * https://git.homegu.com/igorbenav/FastAPI-boilerplate+  * https://github.com/igorbenav/SQLModel-boilerplate 
 +  * https://github.com/alexk1919/fastapi-motor-mongo-template 
 +  * https://github.com/jonasrenault/fastapi-react-mongodb-docker 
 +  * https://github.com/Donnype/fastapi-template 
 +  * https://github.com/uriyyo/fastapi-async-safe-dependencies 
 +  * https://github.com/fastapi-mvc/fastapi-mvc 
 +  * https://github.com/Steinbeck-Lab/cheminformatics-microservice 
 +  * https://github.com/artiz/beobachter 
 +  * https://github.com/marcieltorres/fast-api-boilerplate-project 
 +  * https://github.com/jpcadena/fastapi-graphql 
 +  * https://github.com/fastapi/fastapi-cli 
 +  * https://github.com/marcieltorres/python-boilerplate-project 
 +  * https://github.com/iam-abbas/FastAPI-Production-Boilerplate 
 +  * https://github.com/ankushjain2001/fastapi-react-mongodb 
 +  * https://github.com/allient/create-fastapi-project 
 +  * https://github.com/rafsaf/minimal-fastapi-postgres-template 
 +  * https://github.com/welel/fastapi-scaffold 
 +  * https://github.com/priyanshu-panwar/fastapi-utilities 
 +  * https://github.com/scraiber/fastapi-db-example 
 +  * https://github.com/suriya-mca/faststart.io 
 +  * https://github.com/bibektimilsina00/FastAPI-PgStarterKit 
 +  * https://github.com/jonasrenault/fastapi-react-mongodb-docker 
 +  * https://github.com/YeonwooSung/FastAPI_Templates 
 +  * https://github.com/fastapi/typer 
 +  * https://github.com/gaganpreet/fastapi-starter 
 +  * https://github.com/gaganpreet/fastapi-starter 
 +  * https://github.com/mongodb-labs/full-stack-fastapi-mongodb 
 +  * https://github.com/arthurhenrique/cookiecutter-fastapi 
 +  * https://github.com/hebertcisco/deploy-python-fastapi-in-vercel 
 +  * https://github.com/pog7x/fastapi-arch-tmpl 
 +  * https://github.com/chinmayshah99/fastapi-multitenant 
 +  * https://github.com/Sayanc2000/fastapi-multitenant 
 +  * https://git.homegu.com/rafsaf/minimal-fastapi-postgres-template 
 +  * https://git.homegu.com/alexpacio/python-webapp-boilerplate 
 +  * https://primwork.cc/fastapi/asyncer 
 +  * https://github.com/airtai/faststream-template 
 + 
 + 
 ==== Sites ==== ==== Sites ====
  
Строка 187: Строка 239:
   * http://pythonz.net/videos/   * http://pythonz.net/videos/
   * https://www.youtube.com/playlist?list=PLQAt0m1f9OHvv2wxPGSCWjgy1qER_FvB6   * https://www.youtube.com/playlist?list=PLQAt0m1f9OHvv2wxPGSCWjgy1qER_FvB6
 +  * [[https://www.youtube.com/playlist?list=PLThir7bWH6DCO701N3QCqfpsq9BUi7niB|Мини-Курс Visual Studio Code для Python]]
 +  * [[https://www.youtube.com/playlist?list=PLV0FNhq3XMOISm0bY1MIx5wCEtzgcQWNM|Python Pro - Fast Course / Быстрый Курс]]
  
 ===== Ссылки ===== ===== Ссылки =====
  
 {{topic>[python]}} {{topic>[python]}}