simonpercivall / orderedsetLinks
Ordered Set implementation in Cython
☆75Updated 5 years ago
Alternatives and similar repositories for orderedset
Users that are interested in orderedset are comparing it to the libraries listed below
Sorting:
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- A simple immutable mapping for python☆116Updated 3 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆223Updated last year
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 8 months ago
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆340Updated last year
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Formats Python code to follow a consistent style☆93Updated last year
- A fast and thorough lazy object proxy.☆262Updated 2 months ago
- A timer as a context manager☆74Updated last year
- Lazy attributes for Python objects