Metadata-Version: 2.4
Name: turnq
Version: 0.0.1
Summary: A priority queue scheduler for use in game development.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-Expression: Unlicense
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
License-File: LICENSE
Project-URL: Changelog, https://github.com/HexDecimal/tqueue/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/HexDecimal/tqueue/issues
Project-URL: Repository, https://github.com/HexDecimal/tqueue

# turnq

A turn-based scheduler build on top of heapq.

