django-commons/django-typer
Use Typer (type hints) to define the interface for your Django management commands.
PythonMIT
Pinned issues
Issues
- 2
ParamSpec includes self for group methods.
#73 opened by bckohan - 0
- 0
Add support for QuerySet parameter types.
#58 opened by bckohan - 0
- 0
- 0
- 0
- 0
Overriding the command group class does not work.
#128 opened by bckohan - 0
- 0
Drop python 3.8 support.
#130 opened by bckohan - 1
Transfer to django-commons
#117 opened by bckohan - 1
Add project to test PyPI
#126 opened by tim-schilling - 0
- 0
Move architecture in docs to ARCHITECTURE.md
#121 opened by bckohan - 0
- 0
Support python 3.13
#109 opened by bckohan - 0
- 0
ModelObjectCompleter should optionally accept a QuerySet in place of a Model class.
#96 opened by bckohan - 0
Support Django 5.1
#97 opened by bckohan - 0
- 0
Installed shellcompletion scripts do not pass values of --settings or --pythonpath
#68 opened by bckohan - 0
- 0
- 0
- 3
- 0
Move tests into top level dir.
#87 opened by bckohan - 0
Typer(help="") doesnt work.
#78 opened by bckohan - 0
- 0
- 0
Readme images are broken.
#77 opened by bckohan - 0
Support subgroup name overloads.
#70 opened by bckohan - 0
Shell completion for --pythonpath
#65 opened by bckohan - 0
- 0
Adapter pattern that allows commands and groups to be added without extension by apps further up the app stack.
#61 opened by bckohan - 0
Shell completion for --settings
#64 opened by bckohan - 0
Support a native typer-like interface.
#53 opened by bckohan - 0
Add a wrapper for typer's echo/secho
#55 opened by bckohan - 0
Switch to ruff for linting and formatting.
#56 opened by bckohan - 0
Stack trace produced when attempted to tab-complete a non-existent management command.
#75 opened by bckohan - 0
Helps from class docstrings and TyperCommand class parameters are not inherited.
#69 opened by bckohan - 0
- 0
- 0
An intelligible exception should be thrown when a command is invoked that has no implementation.
#63 opened by bckohan - 0
- 0
More minimal bootstrap for shell completion?
#71 opened by bckohan - 0
Overridden common Django arguments fail to pass through when passed through call_command
#54 opened by bckohan - 0
Convert CONTRIBUTING.rst to markdown
#50 opened by bckohan - 0
Fix pyright type checking and add to CI
#51 opened by bckohan - 6
typer 0.12.0 breaks django_typer 1.0.9
#47 opened by oliverandrich - 0
Convert readme to markdown.
#48 opened by bckohan