Skip to main content

python object serializer

Project description

Open Serializer

What is it?

Open-serializer is a Python package providing an quick inferface for serializing and deserializing object.
For example, json, yaml, toml and etc.

Main Features

  • Deserialize severial types of files to python dictionary.
  • Serialize any python dictionary to severial types of files.
  • Merge dictionary with multiple dictionary with different keys and values.

Where to get it

Open-serializer can be installed from PyPI using pip:

pip install open-serializer

Interface

Serialize and deserialize object

from open_serializer import Serializer

data = Serializer.deserialize_object(path)
Serializer.serialize_object(data, path)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open-serializer-0.0.5.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

open_serializer-0.0.5-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page