General
PromptBeginner5 minmarkdown
- README/docs
CI
0
Explore
71,359 skills indexed with the new KISS metadata standard.
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)
`pytest.ini`
`Pipfile`
`setup.cfg`
`apps/` directories