Metadata-Version: 2.1
Name: serde2
Version: 1.3.0
Summary: Utilities for deserializing/serializing Python objects
Home-page: https://github.com/binh-vu/ream
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
Requires-Dist: orjson (>=3.8.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/ream
Description-Content-Type: text/markdown

# serde
Set of utilities for deserializing/serializing Python objects

