{ "info": { "author": "Zeke Barge", "author_email": "zekebarge@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ListWise - Python REST API Wrapper for ListWise email validation.\n=================================================================\n\nIn order to use all of the features of this package you must have an active subscription with listwisehq.\nhttps://www.listwisehq.com/email-address-cleaner/index.php\n\nThis packaged was developed during my employment with Kennedy Marketing Group.\nThanks to them for giving me permission to open-source this.\n\nlistwise enables users to easily clean email addresses via the ListWise REST API.\n\nConnecting to the API\n======================\n\nlistw = listwise.ListWise(\"C:/listwise_data.db\", username, api_key)\n\n\nOne-off email validation\n=========================\nemail = 'zekebarge@gmail.com'\n\ndeep_cleaned = listw.deep_clean_one(email)\n\nquick_cleaned = listw.quick_clean_one(email)\n\nlistw.db.con.commit() #To commit your updates to the database\n\n\n\nBulk e-mail validation using Pandas\n====================================\nimport pandas as pd\n\ndf = pd.read_csv(\"C:/path/to/file.csv\")\n\n#All updates are automatically committed to SQLite.\n\ndeep_cleaned_df = listw.deep_clean_frame(df)\n\nquick_cleaned_df = listw.quick_clean_frame(df)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zbarge/listwise.git", "keywords": "email validation parsing cleaning cleansing", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "listwise", "package_url": "https://pypi.org/project/listwise/", "platform": "any", "project_url": "https://pypi.org/project/listwise/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zbarge/listwise.git" }, "release_url": "https://pypi.org/project/listwise/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "ListWise.com email validation wrapper.", "version": "1.0.4" }, "last_serial": 2429428, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "6a4f7283ebb349d99ce3e2fc8ef6c359", "sha256": "a29f69e5b99bee2b43263ae31dbbe1d21010beef8772a0a3e94c54213175b4b0" }, "downloads": -1, "filename": "listwise-1.0.4.zip", "has_sig": false, "md5_digest": "6a4f7283ebb349d99ce3e2fc8ef6c359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15231, "upload_time": "2016-10-28T19:38:38", "url": "https://files.pythonhosted.org/packages/da/7b/4f0229e6f4850498c8cb9c239b56c311f7398b452f8bbf990d8aac90783f/listwise-1.0.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a4f7283ebb349d99ce3e2fc8ef6c359", "sha256": "a29f69e5b99bee2b43263ae31dbbe1d21010beef8772a0a3e94c54213175b4b0" }, "downloads": -1, "filename": "listwise-1.0.4.zip", "has_sig": false, "md5_digest": "6a4f7283ebb349d99ce3e2fc8ef6c359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15231, "upload_time": "2016-10-28T19:38:38", "url": "https://files.pythonhosted.org/packages/da/7b/4f0229e6f4850498c8cb9c239b56c311f7398b452f8bbf990d8aac90783f/listwise-1.0.4.zip" } ] }