Metadata-Version: 2.1
Name: serde2
Version: 1.6.2
Summary: Utilities for deserializing/serializing Python objects
Home-page: https://github.com/binh-vu/serde
License: MIT
Author: Binh Vu
Author-email: binh@toan2.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Provides-Extra: all
Provides-Extra: lz4
Requires-Dist: chardet (>=5.0.0,<6.0.0)
Requires-Dist: lz4 (>=4.0.2,<5.0.0) ; extra == "lz4" or extra == "all"
Requires-Dist: orjson (>=3.9.0,<4.0.0)
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
Requires-Dist: ujson (>=5.5.0,<6.0.0)
Project-URL: Repository, https://github.com/binh-vu/serde
Description-Content-Type: text/markdown

# serde
Set of utilities for deserializing/serializing Python objects

