asottile-archive / future-breakpointLinks
A backport of `breakpoint` to python<3.7.
☆44Updated 4 years ago
Alternatives and similar repositories for future-breakpoint
Users that are interested in future-breakpoint are comparing it to the libraries listed below
Sorting:
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated last week
- Discover and load entry points from installed packages☆76Updated 11 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- A pytest plugin to trace resource leaks.☆117Updated 6 years ago
- A backport of __future__ annotations to python<3.7.☆22Updated 4 years ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆155Updated 3 years ago
- helps rewriting Python `unittest` test-cases into `pytest` test-cases☆137Updated last week
- plugin that tells tox to use `pyenv which` to find python executables☆125Updated 2 years ago
- ☆43Updated last year
- flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`☆64Updated last year
- Use Python 3 annotations in sphinx-enabled docstrings☆44Updated 9 years ago
- show where your regex match assertion failed!☆80Updated last week
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- PyTest Helpers Namespace☆58Updated 3 years ago
- Simple and beautiful logging for click applications☆110Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- py.test plugin to catch log messages. Forked from pytest-capturelog. Pull Requests are welcome!☆79Updated 7 years ago
- Generate waterfalls from `-Ximporttime` tracing.☆124Updated last week
- Enable git-like did-you-mean feature in click☆100Updated last year
- A pygments lexer for pytest output☆23Updated 3 weeks ago
- Formats your tox.ini files☆43Updated last week
- Parse and manipulate version numbers.