{ "info": { "author": "Patrick Zhang", "author_email": "patdujour@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Python BINlist\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/86eb561a4ca74b038b058bc12e8e0409)](https://www.codacy.com/app/PatDuJour/python-binlist?utm_source=github.com&utm_medium=referral&utm_content=PatDuJour/python-binlist&utm_campaign=Badge_Grade)\n\nThe Python BIN-list library provides convinent PCI compliant methods to lookup credit card BIN/IIN to help you \nunderstand your credit card charges by enriching your customer's card data while maintaing (outside of) PCI compliance.\nIt includes a pre-defined set of classes that represents Card Issuing Networks(American Express, Visa, etc.) with the most up-to-date\npulished IIN rules.\n\n\n## Installation\nBINlist is distributed on PyPI. The best way to install it is with pip:\n\n`pip install binlist`\n\nIf you want to contribute and need access to the source code, then install from source with:\n\n`python setup.py install`\n\n## Requirements\n* Python 2.7+ or Python 3.4+ \n\n## Usage\n```\nfrom binlist import BIN\n\n# lookup card number's issuing network\nBIN(\"5454\").lookup()\n```\n\n## Development\nShow help message:\n\n`make help`\n\nRun tests the default Python\n\n`make test`\n\nRun all tests on all supported Python versions:\n\n`make test-all`\n\nRun linter(flake8) with\n\n`make lint`\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2019-02-25)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/patdujour/python-binlist", "keywords": "binlist", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "binlist", "package_url": "https://pypi.org/project/binlist/", "platform": "", "project_url": "https://pypi.org/project/binlist/", "project_urls": { "Homepage": "https://github.com/patdujour/python-binlist" }, "release_url": "https://pypi.org/project/binlist/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python module for credit card BIN/IIN lookup.", "version": "0.1.1" }, "last_serial": 4867798, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f39cb1be68744d29dc95990621e75569", "sha256": "ee32e73aa85604c59450e6b2fbf29c6954bf88868a0a4bf2005b384aed0af56c" }, "downloads": -1, "filename": "binlist-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f39cb1be68744d29dc95990621e75569", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9683, "upload_time": "2019-02-26T02:34:02", "url": "https://files.pythonhosted.org/packages/ed/6e/aa1027a71d658ecb529d8001b14da6aa4613a6388ee48aa06f9c7bcf4f53/binlist-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13d28f42b66cf07638abda0be799207f", "sha256": "c4c928d1408d58f77f7140d8818375c1551c80c24dae8bfb1933f480372c89a2" }, "downloads": -1, "filename": "binlist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "13d28f42b66cf07638abda0be799207f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11874, "upload_time": "2019-02-26T02:34:04", "url": "https://files.pythonhosted.org/packages/7e/15/a6099d8c889c33db2dde863ceb66ea2a04ede14a5e98c77e6b42838c6541/binlist-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f39cb1be68744d29dc95990621e75569", "sha256": "ee32e73aa85604c59450e6b2fbf29c6954bf88868a0a4bf2005b384aed0af56c" }, "downloads": -1, "filename": "binlist-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f39cb1be68744d29dc95990621e75569", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9683, "upload_time": "2019-02-26T02:34:02", "url": "https://files.pythonhosted.org/packages/ed/6e/aa1027a71d658ecb529d8001b14da6aa4613a6388ee48aa06f9c7bcf4f53/binlist-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13d28f42b66cf07638abda0be799207f", "sha256": "c4c928d1408d58f77f7140d8818375c1551c80c24dae8bfb1933f480372c89a2" }, "downloads": -1, "filename": "binlist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "13d28f42b66cf07638abda0be799207f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11874, "upload_time": "2019-02-26T02:34:04", "url": "https://files.pythonhosted.org/packages/7e/15/a6099d8c889c33db2dde863ceb66ea2a04ede14a5e98c77e6b42838c6541/binlist-0.1.1.tar.gz" } ] }