帮助您创建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密钥适配器在JComponent中不工作   动态编程我试图在java中使用递归自顶向下DP实现TSP。逻辑是正确的,但答案不同   java当我在BundleActivator中注册Servlet而不使用web时,“TransportGuarrance”的等价物是什么。xml?   java膨胀视图与膨胀元素   用zxing从图像中检测二维码的java   使用GroupLayout将java组件呈现在彼此的顶部   Java Android:如何在一秒钟内添加15次数组?   tomcat无法查找java邮件会话的JNDI资源。无法连接到主机,端口:localhost,25;超时1;   spring如何使用org。springframework。网状物滤器CharacterEncodingFilter以更正字符编码?   数据集的java并发处理   爪哇反应堆:如何从标准丁烷中产生助焊剂?   java在本地运行storm NoClassDefFoundError   为用户定义的类使用setDate的数组。。JAVA   如何将节点附加到java中现有的XML文件中