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:
- Caching for humans☆62Updated 8 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆57Updated this week
- Delayed iteration for polling and retries.☆31Updated 8 months ago
- File system based database that uses python pickles☆73Updated last year
- Lazy attributes for Python objects☆53Updated last year
- ☆45Updated 11 months ago
- Concurrent appendable key-value storage☆107Updated last year
- Super-fast and clean conversions to numbers for Python.☆109Updated 5 months ago
- An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It …☆126Updated 11 months ago
- Fast fractions reimplementation in Cython☆39Updated last month
- Discover and load entry points from installed packages☆75Updated 8 months ago
- python decorators made easy.☆24Updated last year
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated last year
- Some notes on using Cython to increase the performance of Python code.☆61Updated 11 months ago
- ☆81Updated 5 months ago
- Tools for Python code analysis and execution.☆52Updated last year
- A quicker pickle☆109Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last month
- Operator overloading for fast anonymous functions.☆50Updated last week
- Ultra-lightweight pure Python package to check if a file is binary or text.☆141Updated 4 months ago
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last year
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆84Updated 11 months ago
- Domain Specific Languages in Python☆97Updated last year
- Colorization of help messages in Click☆88Updated 5 months ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago