pyguess


Namepyguess JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/Novalytica/guess-rs/pyguess
SummaryThe Python bindings to guess-rs
upload_time2023-06-22 11:16:19
maintainerNone
docs_urlNone
authorVladyslav Rezohlazov <vladyslav.rezohlazov@novalytica.com>
requires_python>=3.10
licenseMIT
keywords guess_rs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# pyguess
The Python library to Guess Swiss Streets

</div>

---

### Table of Contents

1.  [Disclaimer](#org00a6381)
2.  [Installation](#org549dfd1)
3.  [Usage](#orgc7de4f4)



<a id="org00a6381"></a>

# Disclaimer

**The library is in the alpha stage**, which means there's a lot of work to do still! So, don't expect too much from it!


<a id="org549dfd1"></a>

# Installation

To install from PyPi, run:

    pip install pyguess


<a id="orgc7de4f4"></a>

# Usage

    import pyguess
    from pyguess import Config, Candidate

    config = Config(
        path_to_streets="../misc/data/streets_data",
    )
    candidate = pyguess.guess_address("Rigistrasse 10", "Pfaffikon", config)

    assert candidate == Candidate("rigistrasse 10", "pfäffikon zh")


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Novalytica/guess-rs/pyguess",
    "name": "pyguess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "guess_rs",
    "author": "Vladyslav Rezohlazov <vladyslav.rezohlazov@novalytica.com>",
    "author_email": "Vladyslav Rezohlazov <vladyslav.rezohlazov@novalytica.com>",
    "download_url": "https://files.pythonhosted.org/packages/13/79/4cfe59561f05c3c3e6d2ada17f022db1ac48562ca60e280e2f16e5bb451c/pyguess-0.2.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# pyguess\nThe Python library to Guess Swiss Streets\n\n</div>\n\n---\n\n### Table of Contents\n\n1.  [Disclaimer](#org00a6381)\n2.  [Installation](#org549dfd1)\n3.  [Usage](#orgc7de4f4)\n\n\n\n<a id=\"org00a6381\"></a>\n\n# Disclaimer\n\n**The library is in the alpha stage**, which means there's a lot of work to do still! So, don't expect too much from it!\n\n\n<a id=\"org549dfd1\"></a>\n\n# Installation\n\nTo install from PyPi, run:\n\n    pip install pyguess\n\n\n<a id=\"orgc7de4f4\"></a>\n\n# Usage\n\n    import pyguess\n    from pyguess import Config, Candidate\n\n    config = Config(\n        path_to_streets=\"../misc/data/streets_data\",\n    )\n    candidate = pyguess.guess_address(\"Rigistrasse 10\", \"Pfaffikon\", config)\n\n    assert candidate == Candidate(\"rigistrasse 10\", \"pf\u00e4ffikon zh\")\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The Python bindings to guess-rs",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/Novalytica/guess-rs/pyguess",
        "Source Code": "https://github.com/Novalytica/guess-rs.git"
    },
    "split_keywords": [
        "guess_rs"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "131d89f5342ce3cdf577262c476e379b960f106504fd0af7f7e51bf361f47236",
                "md5": "78eabbee5826762e7f79d425088d649d",
                "sha256": "1a0fd3d155e04625e2acbc948f1be2c469c6be9353cadb02b27a9f397ef74b0c"
            },
            "downloads": -1,
            "filename": "pyguess-0.2.1-cp310-cp310-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "78eabbee5826762e7f79d425088d649d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 949671,
            "upload_time": "2023-06-22T11:16:17",
            "upload_time_iso_8601": "2023-06-22T11:16:17.469444Z",
            "url": "https://files.pythonhosted.org/packages/13/1d/89f5342ce3cdf577262c476e379b960f106504fd0af7f7e51bf361f47236/pyguess-0.2.1-cp310-cp310-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13794cfe59561f05c3c3e6d2ada17f022db1ac48562ca60e280e2f16e5bb451c",
                "md5": "7e443d9512b7c3bae0fa4adea38bb4e8",
                "sha256": "ced89bb98e3a21d94375588b3b571b7dbb5f65a83c24d84e4c5f2bb897bcbdab"
            },
            "downloads": -1,
            "filename": "pyguess-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7e443d9512b7c3bae0fa4adea38bb4e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 23305,
            "upload_time": "2023-06-22T11:16:19",
            "upload_time_iso_8601": "2023-06-22T11:16:19.937013Z",
            "url": "https://files.pythonhosted.org/packages/13/79/4cfe59561f05c3c3e6d2ada17f022db1ac48562ca60e280e2f16e5bb451c/pyguess-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-22 11:16:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Novalytica",
    "github_project": "guess-rs",
    "github_not_found": true,
    "lcname": "pyguess"
}
        
Elapsed time: 1.16099s