deteksigempa


Namedeteksigempa JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/teolloDEV/Indonesia-last-earthquake
SummaryThis package will get the latest earthquake from BMKG
upload_time2023-12-07 16:05:19
maintainer
docs_urlNone
authorNur Arif
requires_python>=3.8
licenseThe Unlicense
keywords
VCS
bugtrack_url
requirements requests beautifulsoup4
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Indonesia Latest Earthquake Detection Application
This package will get the latest earthquake data from [ BMKG ](https://bmkg.go.id) |  Badan Meteorologi, Klimatologi, dan Geofisika



## HOW IT WORK ?



> The package will use BeautifulSoup4 and Requests, to produce output in the from of JSON that is ready to be used in web or mobile phone


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/teolloDEV/Indonesia-last-earthquake",
    "name": "deteksigempa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nur Arif",
    "author_email": "nurarif0151@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/17/fd/e673c0d25c8e0b54925e2e8d85978945f2ea86cb4ab80024ff43d8aa9f45/deteksigempa-0.1.0.tar.gz",
    "platform": null,
    "description": "# Indonesia Latest Earthquake Detection Application\nThis package will get the latest earthquake data from [ BMKG ](https://bmkg.go.id) |  Badan Meteorologi, Klimatologi, dan Geofisika\n\n\n\n## HOW IT WORK ?\n\n\n\n> The package will use BeautifulSoup4 and Requests, to produce output in the from of JSON that is ready to be used in web or mobile phone\n\n",
    "bugtrack_url": null,
    "license": "The Unlicense",
    "summary": "This package will get the latest earthquake from BMKG",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/teolloDEV/Indonesia-last-earthquake",
        "Website": "https://nurarif.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59d7b383b1d9e6ac192a63e1153014ef72f813e769cf0dab377485afa48f7a69",
                "md5": "45902af98df32795d480b183cacc3383",
                "sha256": "34a8da60a7e7ad987aeb2f78645944401b405d77796a1231af9ae850085a5ff6"
            },
            "downloads": -1,
            "filename": "deteksigempa-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45902af98df32795d480b183cacc3383",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14801,
            "upload_time": "2023-12-07T16:05:16",
            "upload_time_iso_8601": "2023-12-07T16:05:16.642865Z",
            "url": "https://files.pythonhosted.org/packages/59/d7/b383b1d9e6ac192a63e1153014ef72f813e769cf0dab377485afa48f7a69/deteksigempa-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17fde673c0d25c8e0b54925e2e8d85978945f2ea86cb4ab80024ff43d8aa9f45",
                "md5": "557443de9d0533db9a2cf2720341e46c",
                "sha256": "10f83a54fa3b4cb0f2e13b4e9a180a8bb59e328ddbdf619a972fd0bcc8b22bde"
            },
            "downloads": -1,
            "filename": "deteksigempa-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "557443de9d0533db9a2cf2720341e46c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14622,
            "upload_time": "2023-12-07T16:05:19",
            "upload_time_iso_8601": "2023-12-07T16:05:19.122386Z",
            "url": "https://files.pythonhosted.org/packages/17/fd/e673c0d25c8e0b54925e2e8d85978945f2ea86cb4ab80024ff43d8aa9f45/deteksigempa-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 16:05:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "teolloDEV",
    "github_project": "Indonesia-last-earthquake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        }
    ],
    "lcname": "deteksigempa"
}
        
Elapsed time: 0.30758s