deprempy


Namedeprempy JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://gihtub.com/Meinos10/deprempy
SummaryKandilli Rasathanesi aracılığı ile elde edilen deprem sinyallerini kullanarak depremleri gösteren bir Python kütüphanesidir.
upload_time2024-09-30 17:47:43
maintainerNone
docs_urlNone
authorEmre
requires_pythonNone
licenseMIT
keywords deprempy deprempython deprem deprem-python deprem-py
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [deprempy](https://pypi.org/project/deprempy/)

Kandilli Rasathanesi araciligi ile elde edilen deprem sinyallerini kullanarak depremleri gosteren bir Python kutuphanesidir.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install -U deprempy
```

## Usage

```python
from deprempy import Deprem

deprem = Deprem()



d = deprem.son_deprem()

"""
tarih: d.tarih
saat: d.saat
enlem: d.enlem
boylam: d.boylam
derinlik: d.derinlik
buyukluk: d.buyukluk
yer: d.yer
tip: d.tip

"""

deprem.son_1saat(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""

deprem.son_24saat(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""

deprem.tum_depremler(limit=2, buyukluk_limit=1.0)

"""
[
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    ),
    DepremModel(
        tarih: d.tarih
        saat: d.saat
        enlem: d.enlem
        boylam: d.boylam
        derinlik: d.derinlik
        buyukluk: d.buyukluk
        yer: d.yer
        tip: d.tip
    )
]
"""
```

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Contact

[Telegram](https://t.me/ReWoxi) - [Github](https://github.com/Meinos10)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gihtub.com/Meinos10/deprempy",
    "name": "deprempy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "deprempy, deprempython, deprem, deprem-python, deprem-py",
    "author": "Emre",
    "author_email": "E.tmen2023@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/c6/bafc515ea59064fbf5acd71a4209c6a155ce63d3791f98899905dbd31015/deprempy-0.0.9.tar.gz",
    "platform": null,
    "description": "# [deprempy](https://pypi.org/project/deprempy/)\r\n\r\nKandilli Rasathanesi araciligi ile elde edilen deprem sinyallerini kullanarak depremleri gosteren bir Python kutuphanesidir.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\r\n\r\n```bash\r\npip install -U deprempy\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom deprempy import Deprem\r\n\r\ndeprem = Deprem()\r\n\r\n\r\n\r\nd = deprem.son_deprem()\r\n\r\n\"\"\"\r\ntarih: d.tarih\r\nsaat: d.saat\r\nenlem: d.enlem\r\nboylam: d.boylam\r\nderinlik: d.derinlik\r\nbuyukluk: d.buyukluk\r\nyer: d.yer\r\ntip: d.tip\r\n\r\n\"\"\"\r\n\r\ndeprem.son_1saat(limit=2, buyukluk_limit=1.0)\r\n\r\n\"\"\"\r\n[\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    ),\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    )\r\n]\r\n\"\"\"\r\n\r\ndeprem.son_24saat(limit=2, buyukluk_limit=1.0)\r\n\r\n\"\"\"\r\n[\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    ),\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    )\r\n]\r\n\"\"\"\r\n\r\ndeprem.tum_depremler(limit=2, buyukluk_limit=1.0)\r\n\r\n\"\"\"\r\n[\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    ),\r\n    DepremModel(\r\n        tarih: d.tarih\r\n        saat: d.saat\r\n        enlem: d.enlem\r\n        boylam: d.boylam\r\n        derinlik: d.derinlik\r\n        buyukluk: d.buyukluk\r\n        yer: d.yer\r\n        tip: d.tip\r\n    )\r\n]\r\n\"\"\"\r\n```\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n\r\n## Contact\r\n\r\n[Telegram](https://t.me/ReWoxi) - [Github](https://github.com/Meinos10)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Kandilli Rasathanesi arac\u0131l\u0131\u011f\u0131 ile elde edilen deprem sinyallerini kullanarak depremleri g\u00f6steren bir Python k\u00fct\u00fcphanesidir.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://gihtub.com/Meinos10/deprempy"
    },
    "split_keywords": [
        "deprempy",
        " deprempython",
        " deprem",
        " deprem-python",
        " deprem-py"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eac6bafc515ea59064fbf5acd71a4209c6a155ce63d3791f98899905dbd31015",
                "md5": "f54a255bc26dc599e54d208b45776c8d",
                "sha256": "c8121300d41ded7c5afbb110a0d8bd37e3803e81da69bbfeb0cbac8e5f5630b0"
            },
            "downloads": -1,
            "filename": "deprempy-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "f54a255bc26dc599e54d208b45776c8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15092,
            "upload_time": "2024-09-30T17:47:43",
            "upload_time_iso_8601": "2024-09-30T17:47:43.828831Z",
            "url": "https://files.pythonhosted.org/packages/ea/c6/bafc515ea59064fbf5acd71a4209c6a155ce63d3791f98899905dbd31015/deprempy-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 17:47:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deprempy"
}
        
Elapsed time: 8.08570s