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.
- Host: GitHub
- URL: https://github.com/simpleart/advanced-collections
- Owner: SimpleArt
- License: mit
- Created: 2022-03-24T22:19:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T21:27:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T14:44:59.963Z (over 1 year ago)
- Language: Python
- Size: 154 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.