Metadata-Version: |
2.1 |
Name: |
construct |
Version: |
2.10.70 |
Summary: |
A powerful declarative symmetric parser/builder for binary data |
Author: |
Arkadiusz Bulski, Tomer Filiba, Corbin Simpson |
Author-Email: |
arek.bulski[at]gmail.com, tomerfiliba[at]gmail.com, MostAwesomeDude[at]gmail.com |
Home-Page: |
http://construct.readthedocs.org |
Project-Url: |
Source, https://github.com/construct/construct |
Project-Url: |
Documentation, https://construct.readthedocs.io/en/latest/ |
Project-Url: |
Issues, https://github.com/construct/construct/issues |
License: |
MIT |
Keywords: |
construct,kaitai,declarative,data structure,struct,binary,symmetric,parser,builder,parsing,building,pack,unpack,packer,unpacker |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Build Tools |
Classifier: |
Topic :: Software Development :: Code Generators |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
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: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Platform: |
POSIX |
Platform: |
Windows |
Requires-Python: |
>=3.6 |
Requires-Dist: |
arrow; extra == "extras" |
Requires-Dist: |
cloudpickle; extra == "extras" |
Requires-Dist: |
cryptography; extra == "extras" |
Requires-Dist: |
lz4; extra == "extras" |
Requires-Dist: |
numpy; extra == "extras" |
Requires-Dist: |
ruamel.yaml; extra == "extras" |
Provides-Extra: |
extras |
License-File: |
LICENSE |