# Functions
CapitalizeFirstWord capitalizes only first character in the string.
GetAkamaiCliPath returns the "$AKAMAI_CLI_HOME/.akamai-cli" value and tries to create it if not existing.
GetAkamaiCliSrcPath returns $AKAMAI_CLI_HOME/.akamai-cli/src.
GetAkamaiCliVenvPath - returns the .akamai-cli/venv path, for Python virtualenv.
GetPkgVenvPath - returns the package virtualenv path.
Githubize returns the GitHub package repository URI.
InsertAfterNthWord inserts one string into another after the nth word specified by index.
MoveFile must copy+unlink the file because moving files is broken across filesystems.
Self ...