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 details)
Built Distribution
File details
Details for the file open-serializer-0.0.5.tar.gz
.
File metadata
- Download URL: open-serializer-0.0.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2598705f178e6e66f3f8d0ce244d3822cede7d554f4bb69220699f25bdbcadde |
|
MD5 | a46dc56bda0decc321e946d992103620 |
|
BLAKE2b-256 | 297d60a045030b3b0e0c29e556ece17677ffd1b7891c4f0146b24827aa42976e |
File details
Details for the file open_serializer-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: open_serializer-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eff35d580df33af38cfb415183d027d18c912c4ef87443751e4503c094e3992 |
|
MD5 | ee48d9988f6bf86fe022b68f632fd84f |
|
BLAKE2b-256 | b072436a7fe41f55ba20eec30503e49d1545a5dcc87c3dce82320e2125cb48e8 |