fancytypes
fancytypes is a simple Python library that contains a base class
representing an updatable parameter set that is equipped with methods to
facilitate parameter data serialization and validation.
Setting up fancytypes
For instructions on installing the fancytypes library, see the
Installation instructions page.
Learning how to use fancytypes
For those new to the fancytypes library, it is recommended that they take a
look at the Examples page, which contain code examples that show how
one can use the fancytypes library. While going through the examples,
readers can consult the fancytypes reference guide to understand what each line
of code is doing.
Contents
- home
- 1. Installation instructions
- 2. Reference
- 2.1. fancytypes.Checkable
- 2.2. fancytypes.PreSerializable
PreSerializablePreSerializable.validation_and_conversion_funcsPreSerializable.pre_serialization_funcsPreSerializable.de_pre_serialization_funcsPreSerializable.core_attrsPreSerializable.de_pre_serialize()PreSerializable.dump()PreSerializable.dumps()PreSerializable.get_core_attrs()PreSerializable.load()PreSerializable.loads()PreSerializable.pre_serialize()
- 2.3. fancytypes.PreSerializableAndUpdatable
PreSerializableAndUpdatablePreSerializableAndUpdatable.validation_and_conversion_funcsPreSerializableAndUpdatable.pre_serialization_funcsPreSerializableAndUpdatable.de_pre_serialization_funcsPreSerializableAndUpdatable.core_attrsPreSerializableAndUpdatable.de_pre_serialize()PreSerializableAndUpdatable.dump()PreSerializableAndUpdatable.dumps()PreSerializableAndUpdatable.get_core_attrs()PreSerializableAndUpdatable.load()PreSerializableAndUpdatable.loads()PreSerializableAndUpdatable.pre_serialize()PreSerializableAndUpdatable.update()
- 2.4. fancytypes.Updatable
- 2.5. fancytypes.version
- 3. Examples
- 4. License