typer-cli
typer-cli copied to clipboard
Run Typer scripts with completion, without having to create a package, using Typer CLI.
I get this when I poetry update on my system: ``` $ poetry update Updating dependencies Resolving dependencies... (0.0s) SolverProblemError Because typer-cli (0.0.12) depends on typer (>=0.3.0,
This pull request is intended to resolve #50 and #53. I tested it on Windows Powershell with click 8.0.0 and click 7.1.2, and also ran the tests under both versions...
Get this error trying to run module. Seems to happen no matter what. Maybe changes since Python>3.5 based on this project's error? https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6177 $ typer name_of_my_module run Traceback (most recent...
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c...
Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. Release notes Sourced from typer's releases. 0.6.1 Fixes 🐛 Fix setting FORCE_TERMINAL with colors 2. PR #424 by @tiangolo. 🐛...
"_TYPER_STANDARD_TRACEBACK=1 && ..." does not work, and neither does exporting the variable. How do we disable these excpetions? I've also tried searching the web, searching in the source code, and...
Just installed typer and typer-cli for trying out. Env: Python 3.8 conda env, installed typer and typer-cli via conda ``` ╰─ mamba list click ─╯ # packages in environment at...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 7.0.1 pytest 7.0.1 (2022-02-11) Bug Fixes #9608: Fix invalid importing of importlib.readers in Python...
It seems that it's not possible to have CLI Options/Arguments that accept multiple types. For example, creating a CLI Option with a Union[] type so that I can refer to...