Metadata-Version: 2.4
Name: construct-extensions
Version: 0.1.0
Summary: A collection of useful extensions for the `construct` library
Project-URL: Homepage, https://github.com/randovania/construct-extensions
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: construct>=2.10.0
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: typing
Requires-Dist: mypy; extra == "typing"
Dynamic: license-file

# construct-extensions
A collection of useful extensions for the [construct](https://construct.readthedocs.io/en/latest/) library
