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