py-serializable 2.1.0


pip install py-serializable

  Latest version

Released: Jul 21, 2025


Meta
Author: Paul Horton
Maintainer: Jan Kowalleck
Requires Python: >=3.8,<4.0

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Software Development

Typing
  • Typed

py-serializable

shield_pypi-version shield_conda-forge-version shield_rtfd shield_gh-workflow-test shield_license shield_twitter-follow


This Pythonic library provides a framework for serializing/deserializing Python classes to and from JSON and XML.

It relies upon the use of Python Properties in your Python classes.

Read the full documentation for more details.

Installation

Install this from PyPi.org using your preferred Python package manager.

Example using pip:

pip install py-serializable

Example using poetry:

poetry add py-serializable

Usage

See the full documentation or our unit tests for usage and details.

Python Support

We endeavour to support all functionality for all current actively supported Python versions. However, some features may not be possible/present in older Python versions due to their lack of support.

Contributing

Feel free to open issues, bugreports or pull requests.
See the CONTRIBUTING file for details.

Copyright & License

py-serializable is Copyright (c) Paul Horton 2022. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
See the LICENSE file for the full license.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
defusedxml (<0.8.0,>=0.7.1)