Metadata-Version: 2.1
Name: cardbin
Version: 1.0.0
Summary: bankcard valid
Home-page: https://github.com/bopo/cardbin
Author: bopo.wang
Author-email: ibopo@126.com
License: MIT license
Keywords: cardbin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/x-rst
Requires-Dist: python-stdnum


银行卡号验证库
==================


.. image:: https://img.shields.io/pypi/v/cardbin.svg
        :target: https://pypi.python.org/pypi/cardbin

.. image:: https://img.shields.io/travis/bopo/cardbin.svg
        :target: https://travis-ci.org/bopo/cardbin

.. image:: https://readthedocs.org/projects/cardbin/badge/?version=latest
        :target: https://cardbin.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/bopo/cardbin/shield.svg
     :target: https://pyup.io/repos/github/bopo/cardbin/
     :alt: Updates


* 开源协议: MIT license
* 在线文档: https://cardbin.readthedocs.io.

安装
--------
.. code-block:: console

    $ pip install cardbin

使用
--------
.. code-block:: python

    from cardbin.cardbin import valid
    valid('6222600260001072444')

    Out: {'bank': '交通银行', 'type': '太平洋借记卡'}

部署[docker]
----------------
.. code-block:: console

    $ cd docker
    $ docker-compose up

功能
--------

* 完全支持 python3。 python2 将不再支持。
* 检查一个银行卡号是哪个银行，什么卡。
* 支持 zeromq 和 http 方式访问。
* docker 部署独立服务。

Credits
---------




=======
History
=======

0.1.0 (2017-09-22)
------------------

* First release on PyPI.


