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)
Release files for open-serializer 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| open-serializer-0.0.5.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| open_serializer-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.1 kB
Release files / open-serializer-0.0.5.tar.gz
| Download URL | open-serializer-0.0.5.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2598705f178e6e66f3f8d0ce244d3822cede7d554f4bb69220699f25bdbcadde
|
|
BLAKE2b-256 checksum How to use checksums |
297d60a045030b3b0e0c29e556ece17677ffd1b7891c4f0146b24827aa42976e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|
Release files / open_serializer-0.0.5-py3-none-any.whl
| Download URL | open_serializer-0.0.5-py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3eff35d580df33af38cfb415183d027d18c912c4ef87443751e4503c094e3992
|
|
BLAKE2b-256 checksum How to use checksums |
b072436a7fe41f55ba20eec30503e49d1545a5dcc87c3dce82320e2125cb48e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|