python-backend
Build Python backend APIs with FastAPI, Django, Flask, SQLAlchemy, and Pydantic. WHEN: Creating REST APIs, implementing authentication (JWT, OAuth2), database integration with SQLAlchemy/Django ORM, Pydantic validation, background tasks with Celery, OpenAPI documentation. WHEN NOT: Frontend development, async-specific patterns (use python-async-patterns), data science workflows (use python-data-transform). - ORM : SQLAlchemy 2.0, Django ORM, Tortoise - Library : Pydantic v2, Marshmallow
Installation and usage
Build Python backend APIs with FastAPI, Django, Flask, SQLAlchemy, and Pydantic. WHEN: Creating REST APIs, implementing authentication (JWT, OAuth2), database integration with SQLAlchemy/Django ORM, Pydantic validation, background tasks with Celery, OpenAPI documentation. WHEN NOT: Frontend development, async-specific patterns (use python-async-patterns), data science workflows (use python-data-transform). - ORM : SQLAlchemy 2.0, Django ORM, Tortoise - Library : Pydantic v2, Marshmallow
インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:
skills use python-backend