Installation
Installation¶
This is a Python 3.12+ package.
The package can be installed with pip.
pip install jetblack-serialization
By default, the dependencies for YAML and XML are not installed.
To install the dependencies for XML
(lxml
).
pip install jetblack-serialization[xml]
To install the dependencies for YAML (PyYAML
).
pip install jetblack-serialization[yaml]
To install the dependencies for all.
pip install jetblack-serialization[all]