api Module

Python interface to the Freta service.

Classes

Artifact

Interact with Artifacts

Endpoint

Base class for Freta API

Freta

Python interface to the Freta service.

Example:


   from freta import Freta

   freta = Freta()
   freta.login()
   for image in freta.list_images():
       print("id: %s state: %s" % (image['image_id'], image['state']))
Image

Interact with Images