Metadata-Version: 2.4
Name: arabicpy
Version: 1.0.0
Summary: Python programming language with Arabic keywords
Home-page: https://github.com/CoreJSC/arabicpy
Author: Core JSC Team
Author-email: Core JSC Team <info@corejsc.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Arabic
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# ArabicPython

أداة لكتابة كود Python باللغة العربية.

## التثبيت

```bash
# التثبيت من الملف الحالي
pip install -e .

# أو باستخدام setup.py
python setup.py install
