michilu / python-functools32
Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)
☆51Updated 7 years ago
Alternatives and similar repositories for python-functools32:
Users that are interested in python-functools32 are comparing it to the libraries listed below
- Making it easy to write async iterators in Python 3.5☆97Updated 4 years ago
- Version of the glob module that supports recursion via **, and can capture patterns.☆127Updated 3 years ago
- A port of Andy Wingo's statprof.py to newer python by Alex Fraser☆139Updated 8 years ago
- ☆37Updated 2 months ago
- Simple Python cache and memoizing module☆84Updated last year
- Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)☆66Updated 4 years ago
- Deprecated, legacy project. Exists only to support existing dependents (e.g., ZEO)☆187Updated 4 years ago
- Generate PyAnnotate annotations from your pytest tests.☆110Updated 2 years ago
- A totally different take on container boilerplate.☆138Updated 3 years ago
- Debug tool trace Python memory allocations☆75Updated 5 years ago
- Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)☆55Updated 6 years ago
- A Simple Switch-Case Construct for Python☆27Updated 9 years ago
- Python function signatures package for Python 2.6, 2.7 and 3.2+☆47Updated 3 years ago
- A decorator-based implementation of type checks.☆145Updated 4 years ago
- distributed tox (tox plugin to run testenvs in parallel)☆48Updated 6 years ago
- a tool for moving things in python☆125Updated 4 years ago
- Asynchronous generators, context managers and other utilities for use with asyncio☆63Updated 6 years ago
- Content Aggregation site for python's asyncio☆31Updated 10 years ago
- A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.☆118Updated 4 years ago
- An implementation of namedtuple written in C for warp speed.☆54Updated 7 years ago
- Tiny LRU cache☆103Updated 6 years ago
- A pytest plugin to trace resource leaks.☆115Updated 5 years ago
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Nested Object Models in Python with dictionary, YAML, and JSON transformation support☆203Updated 2 years ago
- Provides ipdb on failures for py.test.☆105Updated 3 years ago
- A module for querying the DOM tree and writing XPath expressions using native Python syntax.☆127Updated 6 years ago
- Discover and load entry points from installed packages☆74Updated 5 months ago
- contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.☆38Updated 6 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆138Updated 3 weeks ago