gitmopy.constants ================= .. py:module:: gitmopy.constants .. autoapi-nested-parse:: Constants for gitmopy. Module Contents --------------- .. py:data:: AI_DEVMOJIS List of emojis and their code and description according to a custom specification tailored for AI/ML projects and development. .. py:data:: APP_PATH Path to the application directory. .. py:data:: COLORS Rich colours for prints. .. py:data:: CONFIG_PATH Path to the configuration file. .. py:data:: CONVENTIONAL List of conventional commits and their code and description. .. py:data:: DEFAULT_CHOICES Choices for the setup prompt. .. py:data:: DEFAULT_CONFIG Default gitmopy configuration. .. py:data:: EMOJIS :value: [] The loaded emojis. Will be set to :py:const:`gitmopy.GITMOJIS` or :py:const:`gitmopy.AI_DEVMOJIS` depending on the user's choice, and updated with the user's custom emoji set. .. py:data:: GITMOJIS List of emojis and their code and description according to https://gitmoji.dev/ .. py:data:: HISTORY :value: [] User's commit history. Will be loaded from ``${APP_PATH}/history.json``. Empty by default or if user diabled it. .. py:data:: HISTORY_PATH Path to the history file. .. py:data:: USER_EMOJIS_PATH Path to the user's gitmojis file.