click-app VS pygotham-packaging

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

click-app

Cookiecutter template for creating new Click command-line tools (by simonw)

pygotham-packaging

Notes from my presentation on Python packaging at PyGotham 2021 (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 pygotham-packaging
1 1
229 21
- -
5.2 0.0
15 days ago almost 2 years ago
Python
Apache License 2.0 -
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

pygotham-packaging

Posts with mentions or reviews of pygotham-packaging. 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

What are some alternatives?

When comparing click-app and pygotham-packaging 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)

logparser - Command line parser for common log format.

logparser - A machine learning toolkit for log parsing [ICSE'19, DSN'16]

typer - Typer, build great CLIs. Easy to code. Based on Python type hints.