pyclimaterisk


Namepyclimaterisk JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/muhsinciftci/pyclimaterisk
SummaryThis package provides climate risk data derived from newspapers data
upload_time2025-08-06 20:46:23
maintainerNone
docs_urlNone
authorMuhsin Ciftci
requires_pythonNone
licenseMIT
keywords climate risk newspapers finance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This mini package provides access to latin american climate risk indices at different categoriies. Those indices are derived from a large corpus of newspapers archives and available at monthly and daily frequency. It further provides certain climate related events (laws, legistlation, presidential decrees).

The package provides three different functions. Python library `Polars` is assumed to be installed. 

```
pip install pyclimaterisk
```

```
import pyclimaterisk as cr
```

```
cr.get_monthly_data()
```

and

```
cr.get_daily_data()
```
 and 
 
```
cr.get_events_data()
```


If you use this data set, please kindly cite our work as:
- Muhsin Ciftci, and Christina Kolerus. "Climate News and Asset Valuations: Insights from Latin America", IMF Working Papers 2025, 037 (2025), https://doi.org/10.5089/9798229000932.001




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/muhsinciftci/pyclimaterisk",
    "name": "pyclimaterisk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Climate, Risk, Newspapers, Finance",
    "author": "Muhsin Ciftci",
    "author_email": "farmer.muhsin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/22/cd23d97b545a5172773087b5915fa1803dd94d5aa0c584fc141fdb80bfd8/pyclimaterisk-1.1.1.tar.gz",
    "platform": null,
    "description": "This mini package provides access to latin american climate risk indices at different categoriies. Those indices are derived from a large corpus of newspapers archives and available at monthly and daily frequency. It further provides certain climate related events (laws, legistlation, presidential decrees).\n\nThe package provides three different functions. Python library `Polars` is assumed to be installed. \n\n```\npip install pyclimaterisk\n```\n\n```\nimport pyclimaterisk as cr\n```\n\n```\ncr.get_monthly_data()\n```\n\nand\n\n```\ncr.get_daily_data()\n```\n and \n \n```\ncr.get_events_data()\n```\n\n\nIf you use this data set, please kindly cite our work as:\n- Muhsin Ciftci, and Christina Kolerus. \"Climate News and Asset Valuations: Insights from Latin America\", IMF Working Papers 2025, 037 (2025), https://doi.org/10.5089/9798229000932.001\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This package provides climate risk data derived from newspapers data",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/muhsinciftci/pyclimaterisk"
    },
    "split_keywords": [
        "climate",
        " risk",
        " newspapers",
        " finance"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53a057faaf8af723b8cb261148b424479bc7cae34a8eea8e300ef4102c97c8e4",
                "md5": "86dbcddbedd4cb734f3e0835de5ac5eb",
                "sha256": "5636033336c348f41d59e2b3a8baf7490c05e89ea09f10e5f452a67cb0b8ca69"
            },
            "downloads": -1,
            "filename": "pyclimaterisk-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86dbcddbedd4cb734f3e0835de5ac5eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 892565,
            "upload_time": "2025-08-06T20:46:22",
            "upload_time_iso_8601": "2025-08-06T20:46:22.506307Z",
            "url": "https://files.pythonhosted.org/packages/53/a0/57faaf8af723b8cb261148b424479bc7cae34a8eea8e300ef4102c97c8e4/pyclimaterisk-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d322cd23d97b545a5172773087b5915fa1803dd94d5aa0c584fc141fdb80bfd8",
                "md5": "0b38cd861551d514dedabe091863a9e7",
                "sha256": "d914cc8f0a22d8d92adf496effc1b93cd3aae9ee6baa89be2ab53e4b84e4241c"
            },
            "downloads": -1,
            "filename": "pyclimaterisk-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0b38cd861551d514dedabe091863a9e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 894055,
            "upload_time": "2025-08-06T20:46:23",
            "upload_time_iso_8601": "2025-08-06T20:46:23.973096Z",
            "url": "https://files.pythonhosted.org/packages/d3/22/cd23d97b545a5172773087b5915fa1803dd94d5aa0c584fc141fdb80bfd8/pyclimaterisk-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 20:46:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "muhsinciftci",
    "github_project": "pyclimaterisk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyclimaterisk"
}
        
Elapsed time: 1.11711s