mlenzen / collections-extendedLinks
Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict
☆47Updated 2 years ago
Alternatives and similar repositories for collections-extended
Users that are interested in collections-extended are comparing it to the libraries listed below
Sorting:
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated 3 weeks ago
- Caching for humans☆62Updated 9 years ago
- Lazy attributes for Python objects☆53Updated last year
- Ordered Set implementation in Cython☆75Updated 5 years ago
- File system based database that uses python pickles☆73Updated 2 years ago
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 4 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆57Updated last year
- A quicker pickle☆109Updated 3 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 4 months ago
- show where your regex match assertion failed!☆80Updated 3 weeks ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 2 months ago
- Concurrent appendable key-value storage☆107Updated last year
- Utilities for run-time type validation and multiple dispatch☆172Updated last month
- Python library providing type-checked function calls at runtime☆99Updated last year
- ☆46Updated last week
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆155Updated 3 years ago
- Friendlier Python tracebacks.☆88Updated 9 months ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 10 months ago
- python decorators made easy.☆25Updated last year
- Operator overloading for fast anonymous functions.☆50Updated last week
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆218Updated 2 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- Some notes on using Cython to increase the performance of Python code.☆60Updated last year
- A totally different take on container boilerplate.☆137Updated 4 years ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 10 months ago
- A file-based ORM for Python dataclasses.☆211Updated last week
- Generate PyAnnotate annotations from your pytest tests.☆112Updated 3 years ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆85Updated last year
- File-based locks for Python on Linux and Windows☆26Updated 2 years ago