Library for class and function serialization
Project description
Kirill_SerializerAndFuncs
A library for that help you to serialize functions, classes, objects etc.
Installation
pip install Kirill_SerializerAndFuncs Get started
Get started
from Kirill_SerializerAndFuncs import SerializersFactory, SerializerType
s = SerializersFactory.create_serializer(SerializerType.XML)
with open("data_file.xml", "w") as file: s.dump(T.tst4, file)
with open("data_file.xml", "r") as file: a = s.load(file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Kirill_SerializerAndFuncs-0.1.0.tar.gz.
File metadata
- Download URL: Kirill_SerializerAndFuncs-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48ab47f98e4345caa72176a51835e7885bae55789a9d89293712151703c126cf
|
|
| MD5 |
1f12322a7cc0aa49d19e9d84db35319a
|
|
| BLAKE2b-256 |
31d9a4742228a2325821a8409d65831eb3f16d9fbd6f0f0765aab65aba733883
|
File details
Details for the file Kirill_SerializerAndFuncs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: Kirill_SerializerAndFuncs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3377958a3110640818823f8a574dda23cf1ec73a0688d8513630689ac9feaa4e
|
|
| MD5 |
7356b97449a84533632a3282f5bd7d1e
|
|
| BLAKE2b-256 |
891ab5e59fa5767f563489b437a5005526336c876a35d3412d87cc6dd0285b1c
|