{"id":17362508,"url":"https://github.com/domdfcoding/octo-api","last_synced_at":"2025-10-06T15:28:39.130Z","repository":{"id":48785868,"uuid":"301073013","full_name":"domdfcoding/octo-api","owner":"domdfcoding","description":"Python interface to the Octopus Energy API.","archived":false,"fork":false,"pushed_at":"2025-04-07T17:14:32.000Z","size":637,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T18:27:57.923Z","etag":null,"topics":["electricity","python"],"latest_commit_sha":null,"homepage":"https://octo-api.readthedocs.io/en/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domdfcoding.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-04T08:03:40.000Z","updated_at":"2025-02-05T14:44:41.000Z","dependencies_parsed_at":"2024-01-16T21:29:07.843Z","dependency_job_id":"08dbbee1-ed4b-425b-a80b-573f893892cc","html_url":"https://github.com/domdfcoding/octo-api","commit_stats":{"total_commits":75,"total_committers":4,"mean_commits":18.75,"dds":0.3733333333333333,"last_synced_commit":"f266706e072613479a9489d2a8a24db5c12b0ac9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Focto-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Focto-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Focto-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Focto-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding","download_url":"https://codeload.github.com/domdfcoding/octo-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986279,"owners_count":21194025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electricity","python"],"created_at":"2024-10-15T19:38:59.226Z","updated_at":"2025-10-06T15:28:34.086Z","avatar_url":"https://github.com/domdfcoding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#########\nocto-api\n#########\n\n.. start short_desc\n\n**Python interface to the Octopus Energy API.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/octo-api/latest?logo=read-the-docs\n\t:target: https://octo-api.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/octo-api/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/octo-api/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/octo-api/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/octo-api/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/octo-api/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/octo-api/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/octo-api/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/octo-api/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/octo-api/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/octo-api/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/octo-api?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/octo-api?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/octo-api\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/octo-api\n\t:target: https://pypi.org/project/octo-api/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/octo-api?logo=python\u0026logoColor=white\n\t:target: https://pypi.org/project/octo-api/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/octo-api\n\t:target: https://pypi.org/project/octo-api/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/octo-api\n\t:target: https://pypi.org/project/octo-api/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/octo-api\n\t:target: https://github.com/domdfcoding/octo-api/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/octo-api\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/octo-api/v0.1.1\n\t:target: https://github.com/domdfcoding/octo-api/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/octo-api\n\t:target: https://github.com/domdfcoding/octo-api/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2025\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/octo-api\n\t:target: https://pypi.org/project/octo-api/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\n|\n\nInstallation\n--------------\n\n.. start installation\n\n``octo-api`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install octo-api\n\n.. end installation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Focto-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomdfcoding%2Focto-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomdfcoding%2Focto-api/lists"}