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图像在图像视图中不可见   java在抽象表模型中实现复选框   java第二个JOptionPane。showInputDialog未打开   如何将字符串中的非常大的二进制文件转换为Java中的八进制文件   基于关键字的Java文本解析算法   java Axonix(Mobiclix)错误代码999999   servlets严重错误:java web应用程序中的listenerStart错误   数据结构如何在java中反转枚举元素的内容   反射检查这是什么java类类型   java LWJGL 3没有检测到OpenGL   java如何实现Github库?   Java从终端读取参数   java在多个踏板上使用相同的可运行引用   java Play Framework 2.5应用程序无可见原因崩溃   并发性在Java中我们可以同时使用fork/join和executor服务吗?   java从树上的特定类到对象,并获取其方法(无需多次编写)   java如何在FragmentStateAdapter中获取片段   java无法使用Spring Boot访问静态资源