帮助您创建python包的python包。

setup-python-package的Python项目详细描述


Travis CI buildSonarCloud QualitySonarCloud MaintainabilityCodacy MaintainabilityMaintainabilityPypi project

帮助您创建python包的python包。

如何安装此软件包?

像往常一样,只需使用pip:

pip install setup_python_package

测试覆盖率

由于某些软件处理覆盖有时会得到稍有不同的结果,下面是其中的三个:

Coveralls CoverageSonarCloud CoverageCode Climate Coverate

要求

您需要安装travis gem进行加密:

gem install travis

用法示例

在终端中,从有效存储库中运行以下命令:

spp

只需按照如下说明进行操作(这是直接从另一个回购协议的设置中获取的):

Please insert package name [dict_hash]:
Please insert author name [Luca Cappelletti]:
Please insert author email [cappelletti.luca94@my.email.com]:
Please insert package url [https://github.com/LucaCappelletti94/dict_hash]:
Please insert package description [Simple python tool to hash dictionaries using both default hash and sha256.]: Please insert package version [1.0.0]:
Please insert tests directory [tests]:
You might need to create the travis project.
Press any key to go to travis now.
You might need to create the sonarcloud project.
Just copy the project key and paste it here.
Press any key to go to sonar now.
Please insert sonar project key: (sonar key goes here, removed for privacy)
Please run the following into a terminal window in this repository:
travis encrypt (sonar key goes here, removed for privacy)
Copy only the generate key here, it looks like this:
secure: "very_long_key"
Please insert travis project key: (travis key goes here, removed for privacy)
Please insert python version [3.7]:
You still need to create the coveralls project.
Just copy the repo_token and paste it here.
Press any key to go to coveralls now.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java获取骆驼路由交换正文()中的无效字符   java如何在Android中创建多语言枚举?   java如何将多个ArrayList<Hashmap>值组合到一个ListView中   后缀运算符Java后增量和预增量行为   SQlite在java中更新列号   Mac OS Yosemite上的java No JRE 1.8虚拟机   java swing在Jlabel中遇到问题   JAVAutil。scanner小java程序打印不可见的换行符?   java从原点到点的路径数   java重写Excel列而不是创建新列   将一行从SQL数据映射到Java对象   spring Application Insights Java SDK+代理不能很好地协同工作   java排序字符串列表?不使用长度函数查找列表的长度   java使用stream collect返回相同的列表,对重复项进行剪切和求和,抛出一个非静态引用   将字母字符与前面没有百分号的Java正则表达式匹配