{ "info": { "author": "VerioCheck", "author_email": "info@veriocheck.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "description": "VerioCheck Python Library\r\n=========================\r\n\r\nVerioCheck Python library provides convenient access to the VerioCheck API calls from\r\napplications written in server-side Python script.\r\n\r\n\r\nPlease keep in mind that this package is for use with server-side Python script that uses VerioCheck secret keys. \r\n\r\nVerioCheck provides FREE Address validation, Identity Verification, SMS Verification, Contact Data Cleaning, Name & Gender Validation, Email & IP Validation.\r\n\r\n\r\n\r\n \r\nSignup for FREE API Keys\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\nYou can Signup for Free API Keys at `VerioCheck Free API Signup `_\r\n\r\n\r\n\r\n\r\nDocumentation\r\n^^^^^^^^^^^^^\r\n\r\nSee the `VerioCheck API Documentation `_\r\n\r\n\r\n\r\nInstallation\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\nInstall the package with:\r\n\r\n pip install veriocheck\r\n\r\n\r\n\r\nUsage\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\nThe package needs to be configured with your account's secret key which is\r\navailable in your `VerioCheck Dashboard `_. Require it with the key's value:\r\n\r\n.. code:: python\r\n\r\n\tfrom veriocheck import veriocheck\r\n\r\n\tveriocheck = veriocheck(\"YOUR_PRIVATE_KEY\", \"YOUR_AUTH_CODE\", False)\r\n\r\n\t# Example: Validates if your API Keys are valid\r\n\treturnCode, returnValue = veriocheck.validateKey()\r\n\tprint returnCode, returnValue\r\n\r\n\r\n\t# Example: Regenerates your public keys\r\n\treturnCode, returnValue = veriocheck.regeneratePublicKey({\"login\": \"YOUR_VERIOCHECK_LOGIN_EMAIL\"})\r\n\tif returnCode == 200:\r\n\t\tprint (\"Successful API Call \", returnValue[\"status\"])\r\n\telse:\r\n\t\tprint (\"Error with API Call \", returnValue)\r\n\r\n\r\n\r\n\r\nMethods\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\nThis module contains easy access to the following methods. All these methods accept (inputJSONParams, CallbackFunction). Refer to the VerioCheck.nameCheck example above. Refer to API documentation for required parameters.\r\n\r\nregeneratePublicKey, addressCheck, verifyIdentity, cleanAndVerify, smsCreateCode, smsVerifyCode, smsVerificationStatus, nameCheck, emailCheck, ipCheck\r\n\r\n\r\n\r\n\r\nMore Information\r\n^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n `VerioCheck Website `_\r\n\r\n `VerioCheck API Documentation `_\r\n\r\n `VerioCheck Free Signup `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://veriocheck.com", "keywords": "VerioCheck Address Validation Identity Verification Name Gender SMS Verification IP Reputation Check Email API", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "veriocheck", "package_url": "https://pypi.org/project/veriocheck/", "platform": "", "project_url": "https://pypi.org/project/veriocheck/", "project_urls": { "Homepage": "https://veriocheck.com" }, "release_url": "https://pypi.org/project/veriocheck/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "VerioCheck Contact Validation & Identity Verification API", "version": "1.0.2" }, "last_serial": 2853374, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "374970b7c0e16623d3883c5de4ffdaa8", "sha256": "a5bc0aeb3061e79bfbfa664e5315ddee22ae9f48f0d3900cf45fccf398a75408" }, "downloads": -1, "filename": "veriocheck-1.0.2.tar.gz", "has_sig": false, "md5_digest": "374970b7c0e16623d3883c5de4ffdaa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2442, "upload_time": "2017-05-05T09:57:47", "url": "https://files.pythonhosted.org/packages/52/94/ea41aa1a215aa901fd369f0ce18cd2dc317367f1276f2c309a4e1f0455e8/veriocheck-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "374970b7c0e16623d3883c5de4ffdaa8", "sha256": "a5bc0aeb3061e79bfbfa664e5315ddee22ae9f48f0d3900cf45fccf398a75408" }, "downloads": -1, "filename": "veriocheck-1.0.2.tar.gz", "has_sig": false, "md5_digest": "374970b7c0e16623d3883c5de4ffdaa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2442, "upload_time": "2017-05-05T09:57:47", "url": "https://files.pythonhosted.org/packages/52/94/ea41aa1a215aa901fd369f0ce18cd2dc317367f1276f2c309a4e1f0455e8/veriocheck-1.0.2.tar.gz" } ] }