General
PromptBeginner5 minmarkdown
- README/docs
CI
0
Explore
76,916 skills indexed with the new KISS metadata standard.
CI
`pytest`
Django migrations
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