aisquared.base package

Submodules

aisquared.base.BaseObject module

class aisquared.base.BaseObject.BaseObject[source]

Bases: object

Base class used for all other classes within the aisquared package. This class is not meant to be used by any end user of this package, but is rather used throughout this package as a parent class.

to_dict() dict[source]

Get the object as a dictionary

to_json() str[source]

Return the object as a json string

aisquared.base.css module

aisquared.base.endpoints module

NOT MEANT TO BE CALLED BY THE END USER - configuration parameters for the different endpoints in the platform

aisquared.base.harvesting module

Some allowed configuration parameters - not designed to be directly called by the user

aisquared.base.platform module

aisquared.base.preprocessing module

Some allowed configuration parameters - not designed to be directly called by the user

aisquared.base.rendering module

Some allowed configuration parameters - not meant to be directly called by the end user

aisquared.base.stages module

Some allowed configuration parameters - not designed to be directly called by the user

Module contents

The aisquared.base package contains both some basic objects that are used across the aisquared package backend and some objects which are designed to facilitate simple use cases of the technology.