General
PromptBeginner5 minmarkdown
- `package.json` (dependencies
scripts)
0
Explore
118,479 skills indexed with the new KISS metadata standard.
scripts)
`pytest`
`app/`
`migrations/`
CI
Django migrations
`conftest.py` | pytest-fixture |
`def test_*():`
SQLAlchemy
`typer.Typer` | cli-command |
`class *Service` | service-layer |
`Column(`
`op.create_table` | alembic-migration |
`class *Repository` | data-repository |
`Blueprint` | flask-route |
`Field(`
`ModelSerializer` | drf-serializer |
`APIView`
`class Meta:` | django-model |
`def get_*():` | fastapi-dependency |
`routers/`
`@router.get`
`app/`
`settings.py` (Django)