gitmopy.constants

Constants for gitmopy.

Module Contents

gitmopy.constants.AI_DEVMOJIS[source]

List of emojis and their code and description according to a custom specification tailored for AI/ML projects and development.

gitmopy.constants.APP_PATH[source]

Path to the application directory.

gitmopy.constants.COLORS[source]

Rich colours for prints.

gitmopy.constants.CONFIG_PATH[source]

Path to the configuration file.

gitmopy.constants.CONVENTIONAL[source]

List of conventional commits and their code and description.

gitmopy.constants.DEFAULT_CHOICES[source]

Choices for the setup prompt.

gitmopy.constants.DEFAULT_CONFIG[source]

Default gitmopy configuration.

gitmopy.constants.EMOJIS = [][source]

The loaded emojis. Will be set to gitmopy.GITMOJIS or gitmopy.AI_DEVMOJIS depending on the user’s choice, and updated with the user’s custom emoji set.

gitmopy.constants.GITMOJIS[source]

List of emojis and their code and description according to https://gitmoji.dev/

gitmopy.constants.HISTORY = [][source]

User’s commit history. Will be loaded from ${APP_PATH}/history.json.

Empty by default or if user diabled it.

gitmopy.constants.HISTORY_PATH[source]

Path to the history file.

gitmopy.constants.USER_EMOJIS_PATH[source]

Path to the user’s gitmojis file.