gridstatus


Namegridstatus JSON
Version 0.27.0 PyPI version JSON
download
home_page
SummaryAPI to access energy data
upload_time2024-03-04 18:21:15
maintainerMax Kanter
docs_urlNone
authorMax Kanter
requires_python>=3.9,<4.0
licenseLICENSE
keywords energy independent system operator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<img width=75% src="/gridstatus-header.png" alt="gridstatus logo" />
</p>

<p align="center">
    <!-- disable until tests more reliable -->
    <!-- <a href="https://github.com/kmax12/gridstatus/actions?query=branch%3Amain+workflow%3ATests" target="_blank">
        <img src="https://github.com/kmax12/gridstatus/workflows/Tests/badge.svg?branch=main" alt="Tests" />
    </a> -->
    <a href="https://codecov.io/gh/kmax12/gridstatus" target="_blank">
        <img src="https://codecov.io/gh/kmax12/gridstatus/branch/main/graph/badge.svg" alt="Code Coverage"//>
    </a>
    <a href="https://badge.fury.io/py/gridstatus" target="_blank">
        <img src="https://badge.fury.io/py/gridstatus.svg?maxAge=2592000" alt="PyPI version">
    </a>
</p>

`gridstatus` is a Python library that provides a uniform API for accessing electricity supply, demand, and pricing data for the major Independent System Operators (ISOs) in the United States. It currently supports data from CAISO, SPP, ISONE, MISO, Ercot, NYISO, and PJM.

## GridStatus.io and Hosted API
To preview some of the data this library provide access to, visit [GridStatus.io](https://www.gridstatus.io/).

If you are trying to use our hosted API, you might want to check out the gridstatusio library [here](https://github.com/gridstatus/gridstatusio).

To learn more about our hosted API visit: https://www.gridstatus.io/api.

## Community

- Need Help? Post a [GitHub issue](https://github.com/kmax12/gridstatus/issues)
- Want to chat? Join our [Slack](https://join.slack.com/t/gridstatus/shared_invite/zt-1jk6vlzt2-Lzz4pdpjkJYVUJkynOiIvQ)
- Want to stay updated? Follow us on Twitter [@grid_status](https://twitter.com/grid_status)
- Want to contribute? Read our [Contributing Guide](CONTRIBUTING.md)

## Installation

`gridstatus` supports python 3.9+. Install with pip

```
python -m pip install gridstatus
```

Upgrade using the following command

```
python -m pip install --upgrade gridstatus
```

## Documentation and Examples

To learn more, visit the [documentation](https://docs.gridstatus.io/) and view [example notebooks](https://docs.gridstatus.io/en/latest/Examples/index.html).

## Get Help

We'd love to answer any usage or data access questions! Please let us know by posting a GitHub issue.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gridstatus",
    "maintainer": "Max Kanter",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "kmax12@gmail.com",
    "keywords": "energy,independent system operator",
    "author": "Max Kanter",
    "author_email": "kmax12@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/b8/c9836c1c25c798485584ebe8c11cafd56715dbd957b27a7708e99b46bb7a/gridstatus-0.27.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<img width=75% src=\"/gridstatus-header.png\" alt=\"gridstatus logo\" />\n</p>\n\n<p align=\"center\">\n    <!-- disable until tests more reliable -->\n    <!-- <a href=\"https://github.com/kmax12/gridstatus/actions?query=branch%3Amain+workflow%3ATests\" target=\"_blank\">\n        <img src=\"https://github.com/kmax12/gridstatus/workflows/Tests/badge.svg?branch=main\" alt=\"Tests\" />\n    </a> -->\n    <a href=\"https://codecov.io/gh/kmax12/gridstatus\" target=\"_blank\">\n        <img src=\"https://codecov.io/gh/kmax12/gridstatus/branch/main/graph/badge.svg\" alt=\"Code Coverage\"//>\n    </a>\n    <a href=\"https://badge.fury.io/py/gridstatus\" target=\"_blank\">\n        <img src=\"https://badge.fury.io/py/gridstatus.svg?maxAge=2592000\" alt=\"PyPI version\">\n    </a>\n</p>\n\n`gridstatus` is a Python library that provides a uniform API for accessing electricity supply, demand, and pricing data for the major Independent System Operators (ISOs) in the United States. It currently supports data from CAISO, SPP, ISONE, MISO, Ercot, NYISO, and PJM.\n\n## GridStatus.io and Hosted API\nTo preview some of the data this library provide access to, visit [GridStatus.io](https://www.gridstatus.io/).\n\nIf you are trying to use our hosted API, you might want to check out the gridstatusio library [here](https://github.com/gridstatus/gridstatusio).\n\nTo learn more about our hosted API visit: https://www.gridstatus.io/api.\n\n## Community\n\n- Need Help? Post a [GitHub issue](https://github.com/kmax12/gridstatus/issues)\n- Want to chat? Join our [Slack](https://join.slack.com/t/gridstatus/shared_invite/zt-1jk6vlzt2-Lzz4pdpjkJYVUJkynOiIvQ)\n- Want to stay updated? Follow us on Twitter [@grid_status](https://twitter.com/grid_status)\n- Want to contribute? Read our [Contributing Guide](CONTRIBUTING.md)\n\n## Installation\n\n`gridstatus` supports python 3.9+. Install with pip\n\n```\npython -m pip install gridstatus\n```\n\nUpgrade using the following command\n\n```\npython -m pip install --upgrade gridstatus\n```\n\n## Documentation and Examples\n\nTo learn more, visit the [documentation](https://docs.gridstatus.io/) and view [example notebooks](https://docs.gridstatus.io/en/latest/Examples/index.html).\n\n## Get Help\n\nWe'd love to answer any usage or data access questions! Please let us know by posting a GitHub issue.\n\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "API to access energy data",
    "version": "0.27.0",
    "project_urls": {
        "Changes": "https://github.com/kmax12/gridstatus/blob/main/CHANGELOG.md",
        "Issue Tracker": "https://github.com/kmax12/gridstatus/issues",
        "Source Code": "https://github.com/kmax12/gridstatus/"
    },
    "split_keywords": [
        "energy",
        "independent system operator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4229ad4b0f0df6e60905f0d8f15fc26f39e5fec265e6b9258caaf027612bbba4",
                "md5": "ec41b8105d98ebc8d5eab358a51ba3d5",
                "sha256": "70d755339aaa07af88f5042008538428c3e7ce7f0e9524c456dcfce25f10e9c0"
            },
            "downloads": -1,
            "filename": "gridstatus-0.27.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec41b8105d98ebc8d5eab358a51ba3d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 269665,
            "upload_time": "2024-03-04T18:21:13",
            "upload_time_iso_8601": "2024-03-04T18:21:13.855932Z",
            "url": "https://files.pythonhosted.org/packages/42/29/ad4b0f0df6e60905f0d8f15fc26f39e5fec265e6b9258caaf027612bbba4/gridstatus-0.27.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0eb8c9836c1c25c798485584ebe8c11cafd56715dbd957b27a7708e99b46bb7a",
                "md5": "725e13a65ee6077f0121ec720c3bc055",
                "sha256": "741ade72d0cf80928a70dd8fb245a0aff35eacb2d212a1a448749d1110c662dd"
            },
            "downloads": -1,
            "filename": "gridstatus-0.27.0.tar.gz",
            "has_sig": false,
            "md5_digest": "725e13a65ee6077f0121ec720c3bc055",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 247399,
            "upload_time": "2024-03-04T18:21:15",
            "upload_time_iso_8601": "2024-03-04T18:21:15.740520Z",
            "url": "https://files.pythonhosted.org/packages/0e/b8/c9836c1c25c798485584ebe8c11cafd56715dbd957b27a7708e99b46bb7a/gridstatus-0.27.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 18:21:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kmax12",
    "github_project": "gridstatus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gridstatus"
}
        
Elapsed time: 0.55995s