youknowone / methodtoolsLinks
Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.
☆84Updated last year
Alternatives and similar repositories for methodtools
Users that are interested in methodtools are comparing it to the libraries listed below
Sorting:
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- A powerful caching library for Python, with TTL support and multiple algorithm options.☆242Updated 4 years ago
- String case converter for python.☆210Updated 2 years ago
- Python @deprecated decorator to deprecate old python classes, functions or methods.☆324Updated 8 months ago
- A fast and thorough lazy object proxy.☆261Updated last month
- A simple immutable dictionary for Python☆166Updated 7 months ago
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆199Updated 2 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Pretty print the output of python stdlib `ast.parse`.☆197Updated last week
- Operator overloading for fast anonymous functions.☆50Updated this week
- A Python Enum that inherits from str.☆119Updated last year
- pytest plugin for testing mypy types, stubs, and plugins☆118Updated 2 weeks ago
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆114Updated 2 weeks ago
- A library to handle automated deprecations☆92Updated 2 years ago
- Turn Pydantic defined Data Models into CLI Tools☆155Updated 4 months ago
- Helpers to use cachetools with async functions☆105Updated last year
- Removes commented-out code from Python files☆215Updated 3 weeks ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- Deserialize to objects while staying DRY☆158Updated 2 years ago
- ☆235Updated 4 months ago
- Check for python builtins being used as variables or parameters☆117Updated last month
- extracted --boxed from pytest-xdist to ensure backward compat☆72Updated 9 months ago
- pytest plugin for manipulating test data directories and files☆268Updated last week
- Advanced Enumerations for Python☆202Updated 3 months ago
- Runtime inspection utilities for Python typing module☆369Updated 4 months ago
- python decorators made easy.☆24Updated last year
- A python package that provides useful locks.☆267Updated 3 weeks ago
- Dynamically create python functions with a proper signature.☆130Updated 4 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆113Updated last week