latterearthquake-indonesia


Namelatterearthquake-indonesia JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Glaceon-Training/recent-indonesia-earthquake
SummaryThis package will get recent earthquake detected fromMeteorological, Climatology and Geophysics Agency of Indonesia's website
upload_time2024-08-28 15:18:02
maintainerNone
docs_urlNone
authorRyandri
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Recent (The Latter) Indonesia Earthquake
This package will get recent earthquake detected from 
Meteorological, Climatology and Geophysics Agency of Indonesia's website

## How it works
This package will scrape from BMKG Indonesia to get most recent earthquake happening
in Indonesia.

This package uses BeautifulSoup4 and Request to produce output in JSON form and ready
to be used in web application services.

## How to use
```
import recent_earthquake2

if __name__ == '__main__':
    indonesia_earthquake = recent_earthquake2.LatestEarthquake('https://bmkg.go.id/')
    indonesia_earthquake.show_description()
    indonesia_earthquake.run()
```

## Author
Ryandri

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Glaceon-Training/recent-indonesia-earthquake",
    "name": "latterearthquake-indonesia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ryandri",
    "author_email": "radhinusa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/47/7a64604a81db4cede0206e0767eb1d3a6def25cbc4ca3509f546af3b12ac/latterearthquake_indonesia-0.1.2.tar.gz",
    "platform": null,
    "description": "# Recent (The Latter) Indonesia Earthquake\r\nThis package will get recent earthquake detected from \r\nMeteorological, Climatology and Geophysics Agency of Indonesia's website\r\n\r\n## How it works\r\nThis package will scrape from BMKG Indonesia to get most recent earthquake happening\r\nin Indonesia.\r\n\r\nThis package uses BeautifulSoup4 and Request to produce output in JSON form and ready\r\nto be used in web application services.\r\n\r\n## How to use\r\n```\r\nimport recent_earthquake2\r\n\r\nif __name__ == '__main__':\r\n    indonesia_earthquake = recent_earthquake2.LatestEarthquake('https://bmkg.go.id/')\r\n    indonesia_earthquake.show_description()\r\n    indonesia_earthquake.run()\r\n```\r\n\r\n## Author\r\nRyandri\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package will get recent earthquake detected fromMeteorological, Climatology and Geophysics Agency of Indonesia's website",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Glaceon-Training/recent-indonesia-earthquake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33bc7c9c192b4aa712baa5c8a3fe08f462b898f06614791e877aadfd4e597727",
                "md5": "55dfc05b1e068c6ce080c48d7e8efce7",
                "sha256": "75a798fa9a756dfde1f050ca8649cb0058df8e4a97d0523819c96e67853867cb"
            },
            "downloads": -1,
            "filename": "latterearthquake_indonesia-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55dfc05b1e068c6ce080c48d7e8efce7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15624,
            "upload_time": "2024-08-28T15:18:00",
            "upload_time_iso_8601": "2024-08-28T15:18:00.686101Z",
            "url": "https://files.pythonhosted.org/packages/33/bc/7c9c192b4aa712baa5c8a3fe08f462b898f06614791e877aadfd4e597727/latterearthquake_indonesia-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5477a64604a81db4cede0206e0767eb1d3a6def25cbc4ca3509f546af3b12ac",
                "md5": "909d13fc660096f759ce2aafee538f67",
                "sha256": "850c80c96bc0391a934394bcbec0024ea1c7794aec1e8a1a4cbdb81f751b9c19"
            },
            "downloads": -1,
            "filename": "latterearthquake_indonesia-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "909d13fc660096f759ce2aafee538f67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15289,
            "upload_time": "2024-08-28T15:18:02",
            "upload_time_iso_8601": "2024-08-28T15:18:02.236519Z",
            "url": "https://files.pythonhosted.org/packages/a5/47/7a64604a81db4cede0206e0767eb1d3a6def25cbc4ca3509f546af3b12ac/latterearthquake_indonesia-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-28 15:18:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Glaceon-Training",
    "github_project": "recent-indonesia-earthquake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "latterearthquake-indonesia"
}
        
Elapsed time: 0.91955s