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 。
对于第一次撰稿人,请阅读贡献页面。