Ridiculously fast object serialization
serpy is a super simple object serialization framework built for speed. serpy serializes complex datatypes (Django Models, custom classes, ...) to simple native types (dicts, lists, strings, ...). The native types can easily be converted to JSON or any other format needed. The goal of serpy is to be able to do this simply, reliably, and quickly. Since serializers are class based, they can be combined, extended and customized with very little code duplication. Compared to other popular Python serialization frameworks like marshmallow or Django Rest Framework Serializers serpy is at least an order of magnitude faster. Python 3 version.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.3.1-12.fc35 | - |
Fedora 35 | 0.3.1-12.fc35 | - |
Fedora 34 | 0.3.1-10.fc34 | - |
You can contact the maintainers of this package via email at
python-serpy dash maintainers at fedoraproject dot org
.