Classes

Summary

class

class parent

truncated documentation

AlreadyExistsException

Exception raised when a project already exists.

AuthMiddleware

Authentification. The name and secret comes from a file. The file must store encrypted password.

BaseLogging

Simplifies logging. Logging is encrypted with module pyjwt if secret is specified.

JsonError

Raised when serialization to json does not work.

MLStorage

Stores machine learned models into folders. The storages expects to find at least one python following the …

MLStoragePost

Implements a simple REST API to upload zip files. The application assumes machine learning models are actionable …

MachineLearningPost

Implements a simple REST API which handles a post request, no authentification is required. The model ingests …

ZipStorage

Stores and restores zipped files.