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:
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- File system based database that uses python pickles☆73Updated 2 years ago
- Concurrent appendable key-value storage☆107Updated last year
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- Python library providing type-checked function calls at runtime☆99Updated last year
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Super-fast and clean conversions to numbers for Python.☆110Updated 9 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Domain Specific Languages in Python☆97Updated 2 years ago
- Lazy attributes for Python objects☆53Updated last year
- Discover and load entry points from installed packages☆76Updated last year
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 weeks ago
- distributed Python deployment and communication☆90Updated last week
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated last week
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆42Updated last month
- python decorators made easy.☆24Updated last year
- ☆46Updated 3 weeks ago
- Colorization of help messages in Click☆90Updated 9 months ago
- Validate conditions, Python style.☆156Updated last year
- show where your regex match assertion failed!☆80Updated last week
- A tool that checks installed packages against all package requirements to ensure that there are no dependency version conflicts.☆76Updated 5 years ago
- An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It …☆130Updated last year
- ☆84Updated last week
- A powerful caching library for Python, with TTL support and multiple algorithm options.☆244Updated 4 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 months ago
- Utilities for run-time type validation and multiple dispatch☆172Updated last week
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Cython implementation of OrderedDict☆102Updated 9 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆144Updated 8 months ago