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