dist


Namedist JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/duboviy/dist
SummaryCompute distance between two coordinates on the map
upload_time2017-01-30 21:00:05
maintainerNone
docs_urlNone
authorEugene Duboviy
requires_pythonNone
licenseUNKNOWN
keywords distance coordinates map performance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            As more and more apps are using maps, the more demand for geolocation capabilities increase.
Geolocation is about the reporting of your location to other users,
as well as associating real-world locations (such as landmarks) to your location.
This repo helps to accurately calculate the distance between two locations
and presents a time efficient practical solution,
that is almost 3 times faster than similar fast pure python implementation.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/duboviy/dist",
    "name": "dist",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "distance,coordinates,map,performance",
    "author": "Eugene Duboviy",
    "author_email": "eugene.dubovoy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/2f/76760a4bf4fe7423c387eca4a8a8363fc74ee30cadb1a20ee8e38bc8a69f/dist-1.0.3.zip",
    "platform": "UNKNOWN",
    "description": "As more and more apps are using maps, the more demand for geolocation capabilities increase.\nGeolocation is about the reporting of your location to other users,\nas well as associating real-world locations (such as landmarks) to your location.\nThis repo helps to accurately calculate the distance between two locations\nand presents a time efficient practical solution,\nthat is almost 3 times faster than similar fast pure python implementation.",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "Compute distance between two coordinates on the map",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/duboviy/dist/tarball/1.0.3",
        "Homepage": "https://github.com/duboviy/dist"
    },
    "split_keywords": [
        "distance",
        "coordinates",
        "map",
        "performance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c2f76760a4bf4fe7423c387eca4a8a8363fc74ee30cadb1a20ee8e38bc8a69f",
                "md5": "9fc35c5318955d0f19f5c8c993d499b4",
                "sha256": "076020c825c45f69f988749fe06b0dd87590f44224bb08706086011e0c097950"
            },
            "downloads": -1,
            "filename": "dist-1.0.3.zip",
            "has_sig": false,
            "md5_digest": "9fc35c5318955d0f19f5c8c993d499b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2505,
            "upload_time": "2017-01-30T21:00:05",
            "upload_time_iso_8601": "2017-01-30T21:00:05.109884Z",
            "url": "https://files.pythonhosted.org/packages/5c/2f/76760a4bf4fe7423c387eca4a8a8363fc74ee30cadb1a20ee8e38bc8a69f/dist-1.0.3.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-01-30 21:00:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "duboviy",
    "github_project": "dist",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dist"
}
        
Elapsed time: 1.97046s