{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# findsubstring\n*Python3 module to find a substring on a string.*\n\nBased on Karl Knechtel's answer on Stack Overflow:\nhttps://stackoverflow.com/questions/4664850/find-all-occurrences-of-a-substring-in-python\n\n## Installation\n### Install with pip\n```\npip3 install -U findsubstring\n```\n\n## Usage\n```\nIn [1]: import findsubstring\n\nIn [2]: list(\n findsubstring.find_all(\n str_=\"spam spam spam spam\",\n substring=\"spam\"\n )\n )\n\nOut[2]: [0, 5, 10, 15]\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/findsubstring/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/findsubstring", "keywords": "find,substring,string", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "findsubstring", "package_url": "https://pypi.org/project/findsubstring/", "platform": "", "project_url": "https://pypi.org/project/findsubstring/", "project_urls": { "Download": "https://github.com/carlosplanchon/findsubstring/archive/v0.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/findsubstring" }, "release_url": "https://pypi.org/project/findsubstring/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python3 module to find a substring on a string.", "version": "0.1" }, "last_serial": 5174073, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "aaff1c1c9ebe68baa60ba0af8b53c3fe", "sha256": "667a61d38a366c6d608e9dc346b15ca5725be46f4cae38b6e228306b38fa67e2" }, "downloads": -1, "filename": "findsubstring-0.1.tar.gz", "has_sig": false, "md5_digest": "aaff1c1c9ebe68baa60ba0af8b53c3fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1803, "upload_time": "2019-04-22T18:52:42", "url": "https://files.pythonhosted.org/packages/de/1e/1cd94babda5140863ec602cb867f0cf39b93c0c029dd4599d4b5ba873cab/findsubstring-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aaff1c1c9ebe68baa60ba0af8b53c3fe", "sha256": "667a61d38a366c6d608e9dc346b15ca5725be46f4cae38b6e228306b38fa67e2" }, "downloads": -1, "filename": "findsubstring-0.1.tar.gz", "has_sig": false, "md5_digest": "aaff1c1c9ebe68baa60ba0af8b53c3fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1803, "upload_time": "2019-04-22T18:52:42", "url": "https://files.pythonhosted.org/packages/de/1e/1cd94babda5140863ec602cb867f0cf39b93c0c029dd4599d4b5ba873cab/findsubstring-0.1.tar.gz" } ] }