{ "info": { "author": "Felix Brezo and Yaiza Rubio", "author_email": "contacto@i3visio.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Communications", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Software Development :: Libraries", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Cardify\n=======\n\nCopyright (C) 2016 F. Brezo and Y. Rubio, i3visio\n\n[![Version in PyPI](https://img.shields.io/pypi/v/cardify.svg)]()\n[![Downloads/Month in PyPI](https://img.shields.io/pypi/dm/cardify.svg)]()\n[![License](https://img.shields.io/badge/license-GNU%20General%20Public%20License%20Version%203%20or%20Later-blue.svg)]()\n\n1 - Description\n---------------\n\nCardify is a GPLv3+ set of libraries developed by i3visio to work with credit card information.\n\n2 - License: GPLv3+\n-------------------\n\nThis is free software, and you are welcome to redistribute it under certain conditions.\n\n\tThis program is free software: you can redistribute it and/or modify\n\tit under the terms of the GNU General Public License as published by\n\tthe Free Software Foundation, either version 3 of the License, or\n\t(at your option) any later version.\n\n\tThis program is distributed in the hope that it will be useful,\n\tbut WITHOUT ANY WARRANTY; without even the implied warranty of\n\tMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\tGNU General Public License for more details.\n\n\tYou should have received a copy of the GNU General Public License\n\talong with this program. If not, see .\n\n\nFor more details on this issue, check the [COPYING](COPYING) file.\n\n3 - Installation\n----------------\n\nFast way to do it on any system:\n```\npip install cardify\n```\nUnder MacOS or Linux systems, you may need to do this as superuser:\n```\nsudo pip install cardify\n```\nThis will manage all the dependencies for you.\n\nIf you needed further information, check the [INSTALL.md](INSTALL.md) file.\n\n4 - Basic usage\n---------------\n\nIf everything went correctly (we hope so!), it's time for trying cardify by cheking if we can import it.\n```\nimport cardify\nprint cardify.__version__\n```\n\nNow we can test the tool using the command line tool.\n```\ncardify_launcher.py -V 1234123456785678\n```\n\nOr we can try it using the library:\n```\nimport cardify.utils as utils\nprint utils.verifyCardNumber(\"1234123456785678\")\n```\n\n5 - Hacking\n-----------\n\nIf you want to extend the functionalities of Cardify and you do not know where to start from, check the [HACKING.md](HACKING.md) file.\n\n6 - Authors\n-----------\n\nMore details about the authors in the [AUTHORS.md](AUTHORS.md) file.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/i3visio/cardify", "keywords": "python osint carding", "license": "COPYING", "maintainer": null, "maintainer_email": null, "name": "cardify", "package_url": "https://pypi.org/project/cardify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cardify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/i3visio/cardify" }, "release_url": "https://pypi.org/project/cardify/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Cardify - A set of GPLv3+ libraries to deal with carding information.", "version": "0.1.0" }, "last_serial": 2016045, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6ac425e5f40754e72f6141adb3aa1a35", "sha256": "f4e4c34247c35344b2f829a96c1a76dd4f8ee42c22478f18493989d1e8af0d02" }, "downloads": -1, "filename": "cardify-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6ac425e5f40754e72f6141adb3aa1a35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5728, "upload_time": "2016-03-19T17:11:53", "url": "https://files.pythonhosted.org/packages/09/f1/cef455ffa0857e7b2cbbeb087b8a53c24c1212ee18c456ff8f8636917959/cardify-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ac425e5f40754e72f6141adb3aa1a35", "sha256": "f4e4c34247c35344b2f829a96c1a76dd4f8ee42c22478f18493989d1e8af0d02" }, "downloads": -1, "filename": "cardify-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6ac425e5f40754e72f6141adb3aa1a35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5728, "upload_time": "2016-03-19T17:11:53", "url": "https://files.pythonhosted.org/packages/09/f1/cef455ffa0857e7b2cbbeb087b8a53c24c1212ee18c456ff8f8636917959/cardify-0.1.0.tar.gz" } ] }