codepropertygraph
Version 0.0.8
لتثبيت المستودع ، تحتاج إلى استنساخه وتشغيله داخل بيئة افتراضية. يقوم تشغيل main.py بإنشاء رسم بياني لخاصية الرمز للنص الإضافة البسيط داخل examples/ ويحفظه على output/ .
git clone https://github.com/markgacoka/codepropertygraph.git
cd codepropertygraph
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
تشغيل جميع الاختبارات
pytest codepropertygraph/tests
codepropertygraph/setup.py --> VERSION="x.x.x"
python setup.py sdist bdist_wheel
twine upload dist/*
إذا تم طلب رمز API ، فانتقل إلى .env كـ PYPI_API_TOKEN .
لأول مرة المساهمين ، اقرأ الصفحة المساهمة.