Metadata-Version: 2.4
Name: dictstruct
Version: 0.0.9
Summary: A msgspec.Struct implementation compatible with the standard dictionary API
License-File: LICENSE
Author: BobTheBuidler
Author-email: bobthebuidlerdefi@gmail.com
Requires-Python: >=3.9,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: msgspec (>=0.18.5) ; python_version < "3.13"
Requires-Dist: msgspec (>=0.19.0) ; python_version >= "3.13"
