dissert VS Rope

Compare dissert vs Rope and see what are their differences.

dissert

A file-level assertion disabler for Python (by boothby)
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
dissert Rope
2 22
4 1,839
- 0.8%
0.0 9.3
almost 4 years ago 4 days ago
Python Python
- GNU Lesser General Public License v3.0 only
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.

dissert

Posts with mentions or reviews of dissert. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-20.
  • Python feature you cannot use
    1 project | news.ycombinator.com | 17 Jun 2023
    As a bit of a joke I wrote a library for this once

    https://github.com/boothby/dissert

    The big problem is that some people use assert wrong. There's a distinct time and place for asserts, and that's for testing purely internal logic. If you're testing anything that can be tainted with user data, that must be done with a conditional & exception.

    Dissert saves the day! You can disable asserts on a per-file basis, and get that PYTHONOPTIMIZE experience with no loss of safety.

  • Python 3's F-Strings: An Improved String Formatting Syntax
    4 projects | news.ycombinator.com | 20 Jan 2021
    > And we've resisted having per-module pragmas, so maybe it's dead in the water.

    There's a hack for that (no apologies for the self promotion; this project is literally a joke)

    https://github.com/boothby/dissert

Rope

Posts with mentions or reviews of Rope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.

What are some alternatives?

When comparing dissert and Rope you can also consider the following projects:

Pylint - It's not just a linter that annoys you!

Bowler - Safe code refactoring for modern Python.

CPython - The Python programming language

RedBaron - Bottom-up approach to refactoring in python

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community

jedi - Awesome autocompletion, static analysis and refactoring library for python

Python-mode - Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.

vim-slime - A vim plugin to give you some slime. (Emacs)

vim-lsp - async language server protocol plugin for vim and neovim

mypyc - Compile type annotated Python to fast C extensions

mypy - Optional static typing for Python