Software Alternatives & Reviews

ZeroVer: 0-Based Versioning

Python Poetry mypy
  1. Python packaging and dependency manager.
    Pricing:
    • Open Source
    I regularly hear that the tooling of Python is bad, but we've had Poetry for a while now and it just works. Unfortunately, I'm not experienced in Rust so I cannot really compare it to cargo. However, Poetry does everything I would expect from dependency management and packaging/publishing and I've never had problems with it. Also, there is ruff [2] (ironically written in Rust) and mypy [3] (they recently left 0ver!) for static analysis, black for code formatting (I really miss an opinionated formatter like this in other languages), etc. They also work just fine. Python tooling doesn't seem bad to me. [1] https://python-poetry.org/.

    #Kids #Front End Package Manager #Package Manager 144 social mentions

  2. 2
    Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.
    Pricing:
    • Open Source

    #Code Analysis #Code Coverage #Code Review 48 social mentions

Discuss: ZeroVer: 0-Based Versioning

Log in or Post with