squelch VS tan

Compare squelch vs tan and see what are their differences.

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
squelch tan
1 1
6 30
- -
2.8 7.4
20 days ago 5 months ago
D Python
- 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.

squelch

Posts with mentions or reviews of squelch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-29.
  • Black, the Uncompromising (Python) Code Formatter Is Stable
    12 projects | news.ycombinator.com | 29 Jan 2022
    Although the constructs are nearly structurally identical, they can be formatted very differently, which sometimes hinders understanding them.

    A different approach would be to instead normalize all words to a certain fixed width. So, "to_add" and "to_remove" would have the same virtual width.

    A related issue is that leading indentation counts towards the width limit. This causes refactorings which simply move code around (changing its indentation level) to change the code's shape, even when the code hasn't otherwise changed. This is exacerbated by that one often needs to shape code in such a way that Black formats it in an agreeable way, but this is generally not done during refactorings, so the readability of the code suffers.

    I had the opportunity to write a formatter (for SQL, also unconfigurable/opinionated); it seems to successfully avoid these problems: https://github.com/CyberShadow/squelch

tan

Posts with mentions or reviews of tan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-29.
  • Black, the Uncompromising (Python) Code Formatter Is Stable
    12 projects | news.ycombinator.com | 29 Jan 2022
    Congratulations. I'm a Python developer of 17+ years and Black is truly a huge blessing in the Python ecosystem.

    That said, I'm a little sad to see it's gone stable without adding support for tabs, which would be extremely simple to add at this point (cf. https://github.com/jleclanche/tan/commit/e23c038167528bdacdd...). I have a lot of people using this tab-capable fork, that I did not advertise anywhere.

    Ɓukasz seems to have a personal grudge against tabs which may be why the issue for tab support was closed early on, but there's a plethora of good reasons to support it behind a flag. I don't want to rehash those arguments here on HN but you think you could re-think the approach a bit?

    I'd be happy to do a PR if it's not getting rejected right away with "no discussion allowed" like the last one was (before Black was moved to PSF maintainership).

What are some alternatives?

When comparing squelch and tan you can also consider the following projects:

pip-audit - Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them

prettier - Prettier is an opinionated code formatter.

google-java-format - Reformats Java source code to comply with Google Java Style.

yapf - A formatter for Python files

black - The uncompromising Python code formatter

ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.