Welcome to PySer’s documentation!

PySer is a Python serializer and deserializer that lets users easily pick what fields to serialize and how.

Download and Installation

Installation

Installation by hand: you can download the source files from PyPi or Github:

$ (sudo) python setup.py install

Installation with pip: make sure that you have pip installed, type this in a terminal:

$ (sudo) pip install pyser

Getting started with Pyser

These pages explain everything you need to know to start using PySer.

Example Scripts

Here are a few example scripts to get you started.

Reference Manual

Reference manual for PySer

JSON

SchemaJSON

DeserField

SerializeField

DeserObjectField

SerObjectField

ConfigParser

ConfigBase

ConfigSectionBase

DeserConfigOption

SerConfigOption

DeserConfigSection

SerConfigSection

LICENSE

MIT License

Copyright (c) 2019 Jonne Kaunisto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contribute !

PySer is an open source Python serialize and deserializer originally written by Jonne Kaunisto.

Indices and tables