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(package: str) bool#

Whether a given package is available, and can be used by analytix.

Parameters

package – The package to check against.

Returns

Whether the given package can be used.