Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reemplazar typer por typer-slim #49

Closed
albertotb opened this issue Aug 24, 2024 · 0 comments · Fixed by #47
Closed

Reemplazar typer por typer-slim #49

albertotb opened this issue Aug 24, 2024 · 0 comments · Fixed by #47

Comments

@albertotb
Copy link
Member

Typer depende de Click y opcionalmente de rich y shellingam. La primera se las dependencias opcionales se usa para la salida coloreada, mientras que la segunda para detectar automáticamente el tipo de shell. De lo contrario, para instalar el completado por Tab hay que indicar el tipo de shell.

Ninguna de las dos son importantes, y rich es a menudo fuente de frustración al ver las trazas de librerías como pandas. Reemplazar en este template y en general en todos los proyectos typer por typer-slim, que no instala las dependencias opcionales.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant