Constants

Python Object JSON Tool pyobjson.constants module.

Attributes:
  • __author__ (str) –

    Python package template author.

  • __email__ (str) –

    Python package template author email.

"""Python Object JSON Tool pyobjson.constants module.

Attributes:
    __author__ (str): Python package template author.
    __email__ (str): Python package template author email.

"""

__author__ = "Wren J. Rudolph for Wrencode, LLC"
__email__ = "dev@wrencode.com"

# unique delimiter string to use in pyobjson keys and values for object type categories and object types
DELIMITER = "::::"

# type string for unserializable objects not supported by pyobjson
UNSERIALIZABLE = "UNSERIALIZABLE"