{ "info": { "author": "Alex Seitsinger", "author_email": "software@alexseitsinger.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "# Text Tools\n\n## Description\n\nVarious tools for manipulating text.\n\n## Installation\n\n```\npip install text-tools\n```\n\n## Usage\n\n```python\nfrom text_tools.finders import find_best_string\n\ncorpus = \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\"\nquery = \"Ipsum\"\n\nfirst_match = find_best_string(query, corpus)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.alexseitsinger.com/packages/python/text-tools", "keywords": "images", "license": "BSD 2-Clause License", "maintainer": "", "maintainer_email": "", "name": "text-tools", "package_url": "https://pypi.org/project/text-tools/", "platform": "", "project_url": "https://pypi.org/project/text-tools/", "project_urls": { "Documentation": "https://www.alexseitsinger.com/packages/python/text-tools", "Homepage": "https://www.alexseitsinger.com/packages/python/text-tools", "Source": "https://github.com/alexseitsinger/text-tools", "Tracker": "https://github.com/alexseitsinger/text-tools/issues" }, "release_url": "https://pypi.org/project/text-tools/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Various tools for manipulating text", "version": "1.0.0" }, "last_serial": 5465789, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6225304279aa036a02fd1e9677abbb35", "sha256": "50f9c636e40635936de1c7b0d8115a35dda01ae65e86be6ff2ff12f79882ab71" }, "downloads": -1, "filename": "text_tools-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6225304279aa036a02fd1e9677abbb35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6135, "upload_time": "2019-06-29T16:24:45", "url": "https://files.pythonhosted.org/packages/0c/d4/f3267af1190e4d096bd8e10f911f40e9afe3fd10ee6d4cc9bbe2703ef864/text_tools-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0c144f4bc88400e10b0256ff1ccd66e", "sha256": "0e262d0f51b58c94ce427646a2a64b731bd99a5488518dc9f74797555fb19871" }, "downloads": -1, "filename": "text-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b0c144f4bc88400e10b0256ff1ccd66e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3962, "upload_time": "2019-06-29T16:24:47", "url": "https://files.pythonhosted.org/packages/fd/fd/b59c55b8818a5a61993ff61f5d09cc20b5f3090ae4f223cbac5aa94121ac/text-tools-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6225304279aa036a02fd1e9677abbb35", "sha256": "50f9c636e40635936de1c7b0d8115a35dda01ae65e86be6ff2ff12f79882ab71" }, "downloads": -1, "filename": "text_tools-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6225304279aa036a02fd1e9677abbb35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6135, "upload_time": "2019-06-29T16:24:45", "url": "https://files.pythonhosted.org/packages/0c/d4/f3267af1190e4d096bd8e10f911f40e9afe3fd10ee6d4cc9bbe2703ef864/text_tools-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0c144f4bc88400e10b0256ff1ccd66e", "sha256": "0e262d0f51b58c94ce427646a2a64b731bd99a5488518dc9f74797555fb19871" }, "downloads": -1, "filename": "text-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b0c144f4bc88400e10b0256ff1ccd66e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3962, "upload_time": "2019-06-29T16:24:47", "url": "https://files.pythonhosted.org/packages/fd/fd/b59c55b8818a5a61993ff61f5d09cc20b5f3090ae4f223cbac5aa94121ac/text-tools-1.0.0.tar.gz" } ] }