mlenzen / collections-extendedLinks
Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict
☆46Updated 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:
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It …☆127Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated 2 weeks ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Super-fast and clean conversions to numbers for Python.☆109Updated 5 months ago
- Concurrent appendable key-value storage☆107Updated last year
- Lazy attributes for Python objects☆53Updated last year
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 years ago
- File system based database that uses python pickles☆73Updated last year
- Caching for humans☆62Updated 8 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated last year
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago
- A file-based ORM for Python dataclasses.☆211Updated last month
- A quicker pickle☆109Updated 3 years ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆154Updated 2 years ago
- ☆45Updated last year
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Discover and load entry points from installed packages☆76Updated 8 months ago
- Python library providing type-checked function calls at runtime☆98Updated last year
- show where your regex match assertion failed!☆80Updated 2 weeks ago
- Fast fractions reimplementation in Cython☆39Updated this week
- Set-oriented Operations in Pandas☆24Updated 5 years ago
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 2 weeks ago
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last week
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.☆110Updated 2 years ago
- Simple and beautiful logging for click applications☆110Updated 3 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆143Updated 5 months ago