euro-dem2km


Nameeuro-dem2km JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryProvides loacal API to get Altitude of any point in Europe by Lat/Lon coordinates
upload_time2023-02-02 15:01:41
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords dem altitude 2km
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Import the DemoAPI classa an use its method "getAltitude(lat: float, lon: float)" to get the location altitude'



DEVELOPMENT

Clone the code and install as an editable install using:
python -m pip install -e .

PACKAGING
Follow this fine tutorial:
https://realpython.com/pypi-publish-python-package/

Install in virtual environment the build and twine tools:
python -m pip install build twine keyrings.alt

Build:
python -m build

Check output:
twine check dist/*

Upload to PyPI:
twine upload dist/*

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "euro-dem2km",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "dem,altitude,2km",
    "author": "",
    "author_email": "Marco Foi <foimarco@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/ca/9193eb3e2d9bbcfe95b6c396d8952032eee70d890cee6e5762fd938c7910/euro-dem2km-1.0.1.tar.gz",
    "platform": null,
    "description": "Import the DemoAPI classa an use its method \"getAltitude(lat: float, lon: float)\" to get the location altitude'\n\n\n\nDEVELOPMENT\n\nClone the code and install as an editable install using:\npython -m pip install -e .\n\nPACKAGING\nFollow this fine tutorial:\nhttps://realpython.com/pypi-publish-python-package/\n\nInstall in virtual environment the build and twine tools:\npython -m pip install build twine keyrings.alt\n\nBuild:\npython -m build\n\nCheck output:\ntwine check dist/*\n\nUpload to PyPI:\ntwine upload dist/*\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Provides loacal API to get Altitude of any point in Europe by Lat/Lon coordinates",
    "version": "1.0.1",
    "split_keywords": [
        "dem",
        "altitude",
        "2km"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485ab1d82c68afbb6166513db35ae6c3100e6daa1778323a0e71efae1a41ca3d",
                "md5": "fae970f8347ebfb51e9ca63f511f6999",
                "sha256": "b5e65e2d2cf94ccaae7618e8bed1d1635518d943892dad091590e571035c7c36"
            },
            "downloads": -1,
            "filename": "euro_dem2km-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fae970f8347ebfb51e9ca63f511f6999",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6989422,
            "upload_time": "2023-02-02T15:01:38",
            "upload_time_iso_8601": "2023-02-02T15:01:38.077777Z",
            "url": "https://files.pythonhosted.org/packages/48/5a/b1d82c68afbb6166513db35ae6c3100e6daa1778323a0e71efae1a41ca3d/euro_dem2km-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90ca9193eb3e2d9bbcfe95b6c396d8952032eee70d890cee6e5762fd938c7910",
                "md5": "a1f45a42e5769134fd10d60b85357dbf",
                "sha256": "ad10e8642521e4335a33eb970fe0bad33d9113cca5315f7ef70ad3821ba19018"
            },
            "downloads": -1,
            "filename": "euro-dem2km-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a1f45a42e5769134fd10d60b85357dbf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6989899,
            "upload_time": "2023-02-02T15:01:41",
            "upload_time_iso_8601": "2023-02-02T15:01:41.799019Z",
            "url": "https://files.pythonhosted.org/packages/90/ca/9193eb3e2d9bbcfe95b6c396d8952032eee70d890cee6e5762fd938c7910/euro-dem2km-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 15:01:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "euro-dem2km"
}
        
Elapsed time: 0.04127s