Data
PromptBeginner5 minmarkdown
- **Models/schemas**: data models (Pydantic
SQLAlchemy
0
Explore
123,023 skills indexed with the new KISS metadata standard.
SQLAlchemy
Django migrations
`conftest.py` | pytest-fixture |
`@shared_task` | celery-task |
`def test_*():`
`typer.Typer` | cli-command |
`class *Repository` | data-repository |
`class *Service` | service-layer |
`op.create_table` | alembic-migration |
`Blueprint` | flask-route |
`Field(`
`Column(`
`APIView`
`class Meta:` | django-model |
`ModelSerializer` | drf-serializer |
`@router.get`
`def get_*():` | fastapi-dependency |
`routers/`
`settings.py` (Django)
`app/`
`pytest.ini`
`Pipfile`
`setup.cfg`
`apps/` directories