Metadata-Version: 2.1
Name: advanced-collections
Version: 1.0.0
Summary: Extends the builtin collections with advanced collections, including database sized lists, better queues, and more.
License: mit
Project-URL: repository, https://github.com/SimpleArt/advanced-collections
Keywords: data structures,databases,queues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.
