laurent-laporte-pro / deprecatedLinks
Python @deprecated decorator to deprecate old python classes, functions or methods.
☆319Updated 4 months ago
Alternatives and similar repositories for deprecated
Users that are interested in deprecated are comparing it to the libraries listed below
Sorting:
- pytest plugin for manipulating test data directories and files☆259Updated this week
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆468Updated last week
- ☆232Updated last month
- Use Poetry inside Nox sessions☆166Updated this week
- Separate test code from test cases in pytest.☆363Updated last month
- unittest subTest() support and subtests fixture☆238Updated last week
- better error messages for assert equals in pytest☆324Updated 9 months ago
- A plugin to improve the output of pytest with colourful unified diffs☆445Updated last year
- A collection of fast, cheap, regex based pre-commit hooks.☆227Updated last week
- Integration of pydocstyle and flake8 for combined linting and reporting☆158Updated 2 weeks ago
- Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.☆357Updated 9 months ago
- Run `black` on python code blocks in documentation files☆666Updated last week
- Runtime inspection utilities for Python typing module☆363Updated last month
- Automatically remove unnecessary `# noqa` comments☆264Updated last week
- A formatter for finding and removing unused import statements.☆310Updated last week
- Formats docstrings to follow PEP 257☆569Updated this week
- Flake8 wrapper to make it nice, legacy-friendly, configurable.☆225Updated 4 years ago
- A Python Enum that inherits from str.☆118Updated last year
- A python documentation linter which checks that the docstring description matches the definition.☆484Updated 2 years ago
- A Sphinx plugin to automatically document click-based applications☆216Updated 5 months ago
- A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.☆364Updated last week
- dead simple python dead code detection☆357Updated last week
- Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node☆343Updated 10 months ago
- Flake8 Type Annotation Checking☆164Updated 2 months ago
- Auto documentation for MkDocs 📘☆226Updated 2 years ago
- pytest plugin that allows to customize the test execution order☆191Updated this week
- Advanced Enumerations for Python