Skip to content

Akapy Base

__version__ = '0.3.1' module-attribute

The akapy package imports the Auth, Cloudlet, and Requester classes, as well as defines the version variable.

The Auth class provides authentication functionality. The Cloudlet class represents a cloudlet resource and operations on it. The Requester provides a request client for making API calls.

Together this allows akapy to authenticate with a service, access cloudlet resources, and make API requests to manage and utilize cloudlets. The version provides the package version.