1. 首页
  2. 数据库
  3. 其它
  4. ZCSCommonLibrary:用于计算机科学项目的公共图书馆 源码

ZCSCommonLibrary:用于计算机科学项目的公共图书馆 源码

上传者: 2021-04-17 14:57:14上传 ZIP文件 26.14KB 热度 10次
ZCSCommonLibrary 用于计算机科学项目的公共图书馆 PIP套件:zcscommonlib 当前版本: 许可证:Mozilla公共许可证2.0版 导入图书馆 from zcscommonlib import functions as zcs # Then use the functions as zcs.function() 建立图书馆 准备要开发的库并进行构建。 pip install -r requirements.txt python setup.py bdist_wheel pip install ./dist/zcscommonlib-VERSION-py3-none-any.whl 运行测试 在test_functions.py列出的功能上运行测试。 python setup.py pytest Wiki /文档 有关ZCSCommonLibrary的所有文
用户评论