youknowone / methodtoolsLinks
Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.
☆85Updated last year
Alternatives and similar repositories for methodtools
Users that are interested in methodtools are comparing it to the libraries listed below
Sorting:
- A powerful caching library for Python, with TTL support and multiple algorithm options.☆243Updated 4 years ago
- A simple immutable dictionary for Python☆169Updated this week
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆223Updated last year
- Python @deprecated decorator to deprecate old python classes, functions or methods.☆327Updated 2 weeks ago
- String case converter for python.☆210Updated 2 years ago
- A Python Enum that inherits from str.☆120Updated last year
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆201Updated 2 years ago
- Runtime inspection utilities for Python typing module☆373Updated 3 weeks ago
- pytest plugin for testing mypy types, stubs, and plugins☆120Updated last month
- Advanced Enumerations for Python☆204Updated 4 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- Dynamically create python functions with a proper signature.☆132Updated 6 months 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
- Turn Pydantic defined Data Models into CLI Tools☆155Updated 3 weeks ago
- A fast and thorough lazy object proxy.☆262Updated 2 months ago
- Deserialize to objects while staying DRY☆158Updated 2 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- pytest plugin for manipulating test data directories and files☆269Updated this week
- extracted --boxed from pytest-xdist to ensure backward compat☆74Updated 10 months ago
- itertools and builtins for AsyncIO and mixed iterables☆268Updated last week
- Serialization library for Exceptions and Tracebacks.☆177Updated 2 weeks ago
- A simple immutable mapping for python☆116Updated 3 years ago
- Check for python builtins being used as variables or parameters☆118Updated 2 weeks ago
- ☆238Updated this week
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Helpers to use cachetools with async functions☆106Updated last year
- A library to handle automated deprecations☆92Updated 2 years ago
- unittest subTest() support and subtests fixture☆251Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆116Updated last month