click-app VS typer

Compare click-app vs typer and see what are their differences.

click-app

Cookiecutter template for creating new Click command-line tools (by simonw)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
click-app typer
1 88
229 14,428
- -
5.2 8.7
16 days ago 4 days ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

click-app

Posts with mentions or reviews of click-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-23.
  • Show HN: Logparser – Alternative to GoAccess Written in Python
    4 projects | news.ycombinator.com | 23 Sep 2021
    Suggestion: take the time to package this up for PyPI as something people can install using "pip install" (or "pipx install").

    This is hard the first time you do it, but worth learning because it's a really great way to distribute your Python software.

    I'm giving a talk about how to do this at PyGotham next month, but the notes from that talk are already available and may be useful to you: https://github.com/simonw/pygotham-packaging

    You may also find this cookiecutter template that I use to build and package Python CLI apps helpful: https://github.com/simonw/click-app

typer

Posts with mentions or reviews of typer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.

What are some alternatives?

When comparing click-app and typer you can also consider the following projects:

pyramid-cookiecutter-starter - A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)

click - Python composable command line interface toolkit

logparser - Command line parser for common log format.

Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

Gooey - Turn (almost) any Python command line program into a full GUI application with one line

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

python-prompt-toolkit - Library for building powerful interactive command line applications in Python

cement - Application Framework for Python

docopt - This project is no longer maintained. Please see https://github.com/jazzband/docopt-ng

clint - Python Command-line Application Tools

cliff - Command Line Interface Formulation Framework. Mirror of code maintained at opendev.org.

asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations