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 。
對於第一次撰稿人,請閱讀貢獻頁面。