Metadata-Version: 2.1
Name: advanced-collections
Version: 0.0.2
Summary: Extends the builtin collections with advanced collections, including fast resizing lists, sorted containers, better queues, and more.
Home-page: https://github.com/SimpleArt/advanced-collections
Author: Jack Nguyen
Author-email: jackyeenguyen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# advanced-collections
 Extends the builtin collections with advanced collections, including fast resizing lists, sorted containers, 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.


