{ "info": { "author": "Charlie Liban", "author_email": "charlie@clib.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python" ], "description": "How about ___\n=============\n\n.. image:: https://travis-ci.org/clibc/howabout.png?branch=master\n :alt: Build status\n :target: https://travis-ci.org/clibc/howabout\n\nHowabout is a Python library to suggest similar strings. Use it in a command-line project or anywhere where simple misspellings occur.\n\n.. code:: python\n\n from howabout import best_match\n\n choices = ['sat', 'sot']\n\n # returns 'sat', since \n # 'sat' -> 'sate'\n # 'sot' -> 'sat' -> 'sate'\n best_match('sate', choices) \n\nExamples can be found under ``examples/``.\n\nArgparse\n--------\n\nPython's ``argparse`` library is not supported out of the box as it cannot be extended or patched.\n\nInstallation\n------------\n\nInstall with pip:\n\n.. code:: sh\n\n $ pip install howabout\n\nTesting\n-------\n\nUse ``tox`` to run the tests.\n\n.. code:: sh\n\n $ virtualenv --no-site-packages .python && source .python/bin/activate\n $ pip install -r requirements.txt\n $ tox", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/clibc/howabout/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clibc/howabout", "keywords": "cli", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "howabout", "package_url": "https://pypi.org/project/howabout/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/howabout/", "project_urls": { "Download": "https://github.com/clibc/howabout/zipball/master", "Homepage": "https://github.com/clibc/howabout" }, "release_url": "https://pypi.org/project/howabout/1.1/", "requires_dist": null, "requires_python": null, "summary": "A library to suggest similar strings.", "version": "1.1" }, "last_serial": 1244742, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "032926197daef4fcefde58c82151e3a9", "sha256": "befd12403c9652d57c4d0a12930e8a52fb7e93f5a927639fa9ef6075299b58da" }, "downloads": -1, "filename": "howabout-1.0.tar.gz", "has_sig": false, "md5_digest": "032926197daef4fcefde58c82151e3a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3614, "upload_time": "2014-02-25T07:27:57", "url": "https://files.pythonhosted.org/packages/42/87/7f89840ba7ba75c24615b80eb1d05b644f334c4fe606513d5a9ef96141d7/howabout-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "1b32efaad5f706cb4c3db43934267429", "sha256": "099e60c64ca76577faaf5c0d58150bf45bde0613fef5a9f9773b0a829206fc5c" }, "downloads": -1, "filename": "howabout-1.1.tar.gz", "has_sig": false, "md5_digest": "1b32efaad5f706cb4c3db43934267429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3736, "upload_time": "2014-10-01T17:52:36", "url": "https://files.pythonhosted.org/packages/fa/80/7748e165144725ee82ae252d6407314170cfd1a5b048356a559890a5f55c/howabout-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b32efaad5f706cb4c3db43934267429", "sha256": "099e60c64ca76577faaf5c0d58150bf45bde0613fef5a9f9773b0a829206fc5c" }, "downloads": -1, "filename": "howabout-1.1.tar.gz", "has_sig": false, "md5_digest": "1b32efaad5f706cb4c3db43934267429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3736, "upload_time": "2014-10-01T17:52:36", "url": "https://files.pythonhosted.org/packages/fa/80/7748e165144725ee82ae252d6407314170cfd1a5b048356a559890a5f55c/howabout-1.1.tar.gz" } ] }