{"library":"pyarabic","title":"PyArabic","description":"Arabic text processing library for Python (v0.6.15). Provides utilities for Arabic string manipulation, including character detection, normalization, stemming, and conversion to Buckwalter transliteration. Currently in maintenance mode with infrequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyarabic"],"cli":null},"imports":["from pyarabic import araby","import pyarabic.araby as araby"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pyarabic.araby as araby\ntext = 'السلام عليكم'\nnormalized = araby.strip_tashkeel(text)\nprint(normalized)","lang":"python","description":"Basic usage: import the araby module and use its functions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}