#
typer
Here are 113 public repositories matching this topic...
A JavaScript typing library with sexy syntax and diddly dependencies.
-
Updated
May 5, 2021 - JavaScript
Typing effect completely configurable in HTML.
-
Updated
Apr 9, 2019 - HTML
A CLI tool to reduce the friction between data scientists by reducing git conflicts removing notebook metadata and gracefully resolving git conflicts.
-
Updated
Apr 28, 2022 - Python
Simple, fast, and secure deployments anywhere.
-
Updated
Mar 17, 2022 - Python
A tower defense like typing game
-
Updated
Oct 15, 2021 - JavaScript
Python template with CI/CD ready for production
python
template
github-pages
boilerplate
opensource
cookiecutter
ci-cd
mkdocs
python3
python-3
codecov
typer
python-template
mkdocs-material
github-actions
fastapi
github-template
fastapi-template
github-workflows
python-poetry
-
Updated
Aug 30, 2021 - Makefile
andersy005
commented
Feb 25, 2022
Currently, if neither of $TMPDIR and $HOME environment variables are defined on the remote machine, we terminate the connection and exit. We should allow users to override this behavior via a --log-dir option.
Python Command Line Application (CLI) using Typer, Pydantic, SQLModel, PostgreSQL, and FastAPI
python
cli
command-line
postgresql
poetry
python3
typer
asyncpg
pydantic
fastapi
aviation-data
typer-cli
sqlmodel
-
Updated
Feb 19, 2022 - Python
Starter template for python projects
python
pre-commit
poetry
pytest
flake8
mypy
typer
python-template
isort
uvicorn
pydantic
fastapi
python-dotenv
python-black
python-json-logger
-
Updated
Jul 13, 2021 - Python
This tool provides an easy way to analyze websites with Ecoindex from your local computer. You have the ability to make the analysis on multiple pages with multiple screen resolution. You can also make a recursive analysis from a given website.
-
Updated
May 10, 2022 - Python
a package for type checking the urls and associated views for django
-
Updated
May 12, 2022 - Python
Personal Website
-
Updated
Apr 28, 2022 - HTML
Test your typing speed in the terminal! ⌨
-
Updated
Jan 4, 2021 - Go
Very offensive hackertyper mash up (NSFW)
-
Updated
Feb 24, 2016 - HTML
You can't dig without a spade! - a super-powered networking tool.
-
Updated
Dec 24, 2021 - Python
Transform Open Location Codes into easy to share text.
-
Updated
Jun 5, 2020 - Python
Unity Version Manager CLI implemented with Python and Typer
-
Updated
Apr 26, 2022 - Python
Command Line Tool to Keep Your Daily Events Recorded. Made with Python, Typer & SQLAlchemy
python
cli
sqlalchemy
command-line-app
sql
notebook
sqlite
logbook
poetry
python3
sqlite3
cli-app
command-line-tool
typer
command-line-interface
typer-cli
logbooks
-
Updated
May 14, 2021 - Python
Inferfuzzy es un biblioteca de Python para implementar Sistemas de Inferencia Difusa
python
fuzzy-matching
python3
python-3
cuba
fuzzy-logic
typer
inference-engine
inference-rules
matcom
matcom-uh
-
Updated
Nov 26, 2020 - Python
-
Updated
May 30, 2020 - Python
Improve this page
Add a description, image, and links to the typer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typer topic, visit your repo's landing page and select "manage topics."
Describe the bug
The function
typer.main.get_groupis annotated as returning aclick.Commandwhich isn't wrong because aclick.Groupis aclick.Command, but means I have to cast to group when trying to integrate with existing Click applications.To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario: