glam


Nameglam JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryFree offline geocoding for NZ addresses
upload_time2025-02-09 00:19:48
maintainerNone
docs_urlNone
authorLiam Morris
requires_python>=3.10
licenseMIT License Copyright (c) 2025 Liam Morris Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords geocoding new zealand address matching
VCS
bugtrack_url
requirements pandas torch scikit-learn requests unidecode tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Geocoding via LINZ Address Matching (GLAM) 

# Work in progress!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "glam",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Geocoding, New Zealand, Address Matching",
    "author": "Liam Morris",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a7/07/621a2496cf296be1180ace4e58cdddf313aa1babcf3908429a902a2e25f8/glam-0.4.1.tar.gz",
    "platform": null,
    "description": "# Geocoding via LINZ Address Matching (GLAM) \n\n# Work in progress!\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Liam Morris\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "Free offline geocoding for NZ addresses",
    "version": "0.4.1",
    "project_urls": {
        "Bug Reports": "https://github.com/lmor152/glam/issues",
        "Homepage": "https://github.com/lmor152/glam"
    },
    "split_keywords": [
        "geocoding",
        " new zealand",
        " address matching"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b255d11010740226e1d10106113c94eb074befc1cfc1089c84e692729c064340",
                "md5": "67242af141bef364b392c4e8ddac307c",
                "sha256": "c4aa06fae8be5a1c2f44a87fa96bb3dfbfe00667a528f8a9e98b551a57ee5e6b"
            },
            "downloads": -1,
            "filename": "glam-0.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67242af141bef364b392c4e8ddac307c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.10",
            "size": 411073,
            "upload_time": "2025-02-09T00:19:46",
            "upload_time_iso_8601": "2025-02-09T00:19:46.281863Z",
            "url": "https://files.pythonhosted.org/packages/b2/55/d11010740226e1d10106113c94eb074befc1cfc1089c84e692729c064340/glam-0.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a707621a2496cf296be1180ace4e58cdddf313aa1babcf3908429a902a2e25f8",
                "md5": "7d8622456f5ebd5c8c9aabe34641edd9",
                "sha256": "86c04f3b1854f4bcff7862c941a2b9d393beeb7c25c091905731735559069972"
            },
            "downloads": -1,
            "filename": "glam-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7d8622456f5ebd5c8c9aabe34641edd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 403930,
            "upload_time": "2025-02-09T00:19:48",
            "upload_time_iso_8601": "2025-02-09T00:19:48.213855Z",
            "url": "https://files.pythonhosted.org/packages/a7/07/621a2496cf296be1180ace4e58cdddf313aa1babcf3908429a902a2e25f8/glam-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 00:19:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lmor152",
    "github_project": "glam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "2.6.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "unidecode",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "glam"
}
        
Elapsed time: 0.46985s