analytix#

analytix.__productname__#

The name of the library.

analytix.__version__#

The currently installed library version.

analytix.__description__#

The description of the library.

analytix.__url__#

The URL of the library’s source code.

analytix.__docs__#

The URL of the library’s documentation.

analytix.__author__#

The name of the library’s author.

analytix.__author_email__#

The email address of the library’s author.

analytix.__license__#

The license the library is using.

analytix.__bugtracker__#

The URL of the library’s issue page.

analytix.__ci__#

The URL of the library’s continuous integration.

analytix.__changelog__#

The URL of the library’s changelog.

analytix.API_BASE_URL#

The base URL for all YouTube Analytics API requests.

analytix.API_SCOPES#

A tuple of scopes used by the YouTube Analytics API.

analytix.OAUTH_CHECK_URL#

The base URL for all Google OAuth requests.

analytix.can_use(cmpfunc: Callable[[Iterable[object]], bool], *libs: str) bool#

Whether a given library or module can be used. If multiple libraries are given, this returns True if they can all be used.

Parameters
  • cmpfunc – The comparison function to use. Must be all or any.

  • *libs – A series of libraries to check the availability for.

Returns

Whether the check succeeded.