{"library":"arabic-reshaper","install":[{"cmd":"pip install arabic-reshaper","imports":["import arabic_reshaper\nreshaped_text = arabic_reshaper.reshape('text')","from arabic_reshaper import ArabicReshaper\nreshaper = ArabicReshaper(configuration={'support_ligatures': True})\nreshaped_text = reshaper.reshape('text')","from arabic_reshaper import ArabicReshaper, config_for_true_type_font, ENABLE_ALL_LIGATURES\nreshaper = ArabicReshaper(config_for_true_type_font('/path/to/font.ttf', ENABLE_ALL_LIGATURES))"]},{"cmd":"pip install --upgrade arabic-reshaper[with-fonttools]","imports":[]}]}