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:
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆225Updated last year
- Super-fast and clean conversions to numbers for Python.☆110Updated 11 months ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- A simple immutable mapping for python☆117Updated 3 years ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- Serialization library for Exceptions and Tracebacks.☆180Updated 2 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- A plugin for flake8 integrating Mypy.☆101Updated 5 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆146Updated 3 years ago
- Lazy attributes for Python objects☆53Updated last year
- Formats Python code to follow a consistent style☆93Updated 2 years ago
- A fast and thorough lazy object proxy.☆263Updated 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
- plugin that tells tox to use `pyenv which` to find python executables☆125Updated 2 years ago
- Discover and load entry points from installed packages☆76Updated last year
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆201Updated 2 years ago
- Tool to check the completeness of MANIFEST.in for Python packages☆294Updated last month
- A list-like type with better asymptotic performance and similar performance on small lists☆316Updated 3 years ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆340Updated 2 years ago
- Python tools for handling intervals (ranges of comparable objects).☆109Updated 3 years ago
- Safely render long_description/README files in Warehouse☆166Updated 2 weeks ago
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- PyTest Helpers Namespace☆58Updated 3 years ago
- A python package that provides useful locks.☆274Updated 4 months ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 4 months ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 10 months ago
- Generate PyAnnotate annotations from your pytest tests.☆112Updated 3 years ago
- File system based database that uses python pickles☆73Updated 2 years ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆85Updated last year