cardify-一组gplv3+库来处理梳理信息。

cardif的Python项目详细描述


版权所有(c)2016 F.Brezo和Y.Rubio,i3Visio

[![PYPI中的版本](https://img.shields.io/pypi/v/cardify.svg)]() [![PYPI中的下载次数/月](https://img.shields.io/pypi/dm/cardify.svg)]() [![许可证](https://img.shields.io/badge/license-GNU%20General%20Public%20License%20Version%203%20or%20Later-blue.svg)]()

1-说明

Cardify是由i3Visio开发的一组GPLv3+库,用于处理信用卡信息。

2-许可证:gplv3+

这是免费软件,欢迎您在一定条件下重新发布。

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

有关此问题的详细信息,请检查[复制](复制)文件。

3-安装

在任何系统上执行此操作的快速方法: ` pip install cardify ` 在MacOS或Linux系统下,您可能需要以超级用户身份执行此操作: ` sudo pip install cardify ` 这将为您管理所有依赖项。

如果需要进一步的信息,请检查[install.md](install.md)文件。

4-基本用法

如果一切正常(我们希望如此!),如果我们能进口的话,是时候试一下开衫了。 ` import cardify print cardify.__version__ `

现在我们可以使用命令行工具测试该工具。 ` cardify_launcher.py -V 1234123456785678 `

或者我们可以使用库来尝试: ` import cardify.utils as utils print utils.verifyCardNumber("1234123456785678") `

5-黑客攻击

如果您想扩展Cardify的功能,但不知道从何开始,请检查[hacking.md](hacking.md)文件。

6-作者

有关[authors.md](authors.md)文件中作者的更多详细信息。

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

推荐PyPI第三方库


热门话题
java以编程方式添加了不出现在片段中的元素   servlet中的java URL模式“/”vs“/*”vs blank   java在ANTLR中递归处理规则   使用deltatime的java LibGdx更新不精确   java仅在安卓应用程序中使用FireBase数据库   java多枚举初始化   基于Java的Spring配置不扫描我的控制器映射   java GWT DataGrid不会显示并引发异常(仅在Google Chrome中)   java访问Springboot数据JPA中的字段[private int]时出错?   java Apple PassKit、Web服务调用了数百次   java TextWatcher addTextChangedListener添加多个侦听器   java Scala库初始化设计   java节省计时器时间并在onResume上恢复   java线程安全Servlet