Skip to main content

Powerful and easy to use api for working with various human-readable data serialization formats

Project description

About

serialix is a powerful and easy-to-use tool that provides unified API for various human-readable data serialization formats (like json, yaml, etc). Due to the how this tool designed, all the supported formats share the identical base between each other, meaning that switching between them will be almost the same. This tool can also be extended for your purposes or even your own serialization format support.

Usage example

serialix is very easy to use:

>>> from serialix import Serialix, JSON_Format                        # Import `Serialix` main class
>>> default_settings = { 'version': '1.23.2' }                        # Specify the default values for our file
>>> cfg = Serialix(JSON_Format, './settings.json', default_settings)  # Create serialix object for `json` format.
                                                                      # Local file will be automatically created.
>>> cfg['version']                                                    # Read the `version` key
'1.23.2'
>>> cfg['version'] = '2.0.0'                                          # Change the `version` key value
>>> cfg['version']                                                    # Read the values of `version` key again
'2.0.0'
>>> cfg.commit()                                                      # Commit the changes to local `settings.json` file

Supported Languages

List of currently supported languages parsers.

  • Native Support
    • json

  • External Support
    • ujson (replacement for python built-in json parser)

    • yaml (version <= 1.2)

    • toml

Languages, listed in Native Support are supported by python without any external packages, while External Support requires external packages to be installed. For more detailed information go here: Intallation Guide

Documentation

All information about this package installation and usage is located in documentation on this link

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

serialix-2.4.1.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

serialix-2.4.1-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file serialix-2.4.1.tar.gz.

File metadata

  • Download URL: serialix-2.4.1.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for serialix-2.4.1.tar.gz
Algorithm Hash digest
SHA256 99af1ad1c6b1a34cb07f73aab00b1c795afd41ce478da9ae448478fa080c677d
MD5 77d6f6de5800bf38abb5e320fb249283
BLAKE2b-256 ee1d7dab18cd87c64fccb2b737049d6affd97244df6f15baa03e4d041b723f2c

See more details on using hashes here.

File details

Details for the file serialix-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: serialix-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for serialix-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fc460eaf080181e3052d0fcd47bc915770b9ba062f4b831330ddb0c07fd5d525
MD5 b7c8cfd4fa2c3eb4c1df0e86ac5a70db
BLAKE2b-256 592c81a500da497be39dec6ddf395626d84be8d3b1feec4c2ee6972da92df405

See more details on using hashes here.

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