An open API service indexing awesome lists of open source software.

https://github.com/simpleart/advanced-collections

Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.
https://github.com/simpleart/advanced-collections

Last synced: 5 months ago
JSON representation

Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.

Awesome Lists containing this project

README

          

# advanced-collections
Extends the builtin collections with advanced collections, including database sized lists, better queues, and more. Written in Python 3, this library also includes annotations/type-hints to make usage with an IDE easier and abstract base classes for easily creating custom implementations.