module timelinelib.calendar.pharaonic.monthnames

timelinelib.calendar.pharaonic.monthnames.ENGLISH_MONTH_NAMES = ['Thoth', 'Paopi', 'Hathor', 'Koiak', 'Tobi', 'Meshir', 'Paremhat', 'Parmouti', 'Pashons', 'Paoni', 'Epip', 'Mesori', 'Pi Kogi']
timelinelib.calendar.pharaonic.monthnames.ABBREVIATED_ENGLISH_MONTH_NAMES = ['I Akhet', 'II Akhet', 'III Akhet', 'IV Akhet', 'I Peret', 'II Peret', 'III Peret', 'IV Peret', 'I Shemu', 'II Shemu', 'III Shemu', 'IV Shemu', '- -']
timelinelib.calendar.pharaonic.monthnames.month_from_english_name(month_name)[source]
timelinelib.calendar.pharaonic.monthnames.english_name_of_month(month)[source]
timelinelib.calendar.pharaonic.monthnames.abbreviated_name_of_month(month)[source]
timelinelib.calendar.pharaonic.monthnames.month_of_abbreviated_name(name)[source]