Overview of Wolfram Client Library submodules
masterThe Wolfram Client Library is organized into several specialized submodules:
wolframclient.evaluation: Provides methods to evaluate Wolfram Language expressions (via local kernel, Wolfram Cloud, or deployed APIs).wolframclient.language: Provides a Python representation of Wolfram Language symbols and functions.wolframclient.serializers: Handles serialization of Python objects into Wolfram Language formats.wolframclient.deserializers: Contains parsers for deserializing Wolfram Language data (specificallyWXF).wolframclient.exception: Contains the hierarchy of exceptions and errors raised by the library.