tonybaloney / pep-explorerLinks
An easy to use online explorer for Python Enhancement Proposals
☆33Updated 2 years ago
Alternatives and similar repositories for pep-explorer
Users that are interested in pep-explorer are comparing it to the libraries listed below
Sorting:
- ☆42Updated last year
- Think about Python's dir builtin with recursive search capabilities☆49Updated 2 years ago
- A sampler of tests showing different ways to construct tests for pytest☆23Updated 4 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 weeks ago
- flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`☆64Updated last year
- Tutorial to contribute to the CPython project☆49Updated 2 years ago
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- show where your regex match assertion failed!☆80Updated last month
- Use Python 3 annotations in sphinx-enabled docstrings☆44Updated 9 years ago
- Command line programs for busy developers.☆129Updated 7 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last month
- 🐍📝Personal notes on resources, CPython, etc.☆53Updated 9 years ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago
- extracted --boxed from pytest-xdist to ensure backward compat☆72Updated 8 months ago
- A plugin for pytest to manage expected test failures☆36Updated 2 years ago
- Generate waterfalls from `-Ximporttime` tracing.☆119Updated last month
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆154Updated 2 years ago
- py.test plugin to check import ordering using isort