{"id":19912267,"url":"https://github.com/openaq/openaq-python","last_synced_at":"2025-10-10T04:16:48.974Z","repository":{"id":204754178,"uuid":"703241865","full_name":"openaq/openaq-python","owner":"openaq","description":"Official OpenAQ Python SDK","archived":false,"fork":false,"pushed_at":"2025-06-20T13:12:38.000Z","size":9607,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-17T11:21:16.450Z","etag":null,"topics":["air-quality","api","openaq","python"],"latest_commit_sha":null,"homepage":"https://python.openaq.org","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/openaq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"openaq"}},"created_at":"2023-10-10T21:45:12.000Z","updated_at":"2025-07-31T15:37:06.000Z","dependencies_parsed_at":"2023-11-16T16:06:06.824Z","dependency_job_id":"da2c6afa-cc83-43ef-a97e-7a87a9788f2e","html_url":"https://github.com/openaq/openaq-python","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"7ae4526d5d20aa1ed09179be7d3f0c95a5410319"},"previous_names":["openaq/openaq-python"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/openaq/openaq-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openaq%2Fopenaq-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openaq%2Fopenaq-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openaq%2Fopenaq-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openaq%2Fopenaq-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openaq","download_url":"https://codeload.github.com/openaq/openaq-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openaq%2Fopenaq-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002688,"owners_count":26083442,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["air-quality","api","openaq","python"],"created_at":"2024-11-12T21:28:54.273Z","updated_at":"2025-10-10T04:16:48.942Z","avatar_url":"https://github.com/openaq.png","language":"Python","funding_links":["https://github.com/sponsors/openaq"],"categories":["Software Libraries"],"sub_categories":[],"readme":"# OpenAQ Python SDK\n\nThe official Python SDK for the OpenAQ API.\n\n\u003e :warning: OpenAQ python is still under active development and may be unstable until a v1.0.0 release\n\n[![PyPI - Version](https://img.shields.io/pypi/v/openaq.svg)](https://pypi.org/project/openaq)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openaq.svg)](https://pypi.org/project/openaq)\n![Static Badge](https://img.shields.io/badge/type%20checked-mypy-039dfc)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![slack](https://img.shields.io/badge/Slack-OpenAQ-blue?logo=slack\u0026color=%23198cff\n)](https://join.slack.com/t/openaq/shared_invite/zt-yzqlgsva-v6McumTjy2BZnegIK9XCVw)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Installation\n\nOpenAQ python is availble on pip.\n\n```console\npip install openaq\n```\n\n## Documentation\n\nDocumentation available at [python.openaq.org](https://python.openaq.org)\n\nDocumentation can also be run locally using `hatch run docs:serve`\n\n## License\n\nThe OpenAQ Python SDK is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n\n## Development\n\nCode is styled according to [black](https://github.com/psf/black), imports are sorted using [isort](https://pycqa.github.io/isort/), and code is linted using [ruff](https://github.com/astral-sh/ruff).\n\nCodebase can be automatically formatted and linted by running:\n\n```console\nhatch run style:fmt\n```\n\nstyle can be checked with:\n\n```console\nhatch run style:check\n```\n\n[mypy](https://mypy-lang.org/) static type checking: \n\n```console\nhatch run types:check\n```\n\nTesting uses [pytest](https://docs.pytest.org/en/7.4.x/).\n\n```console\nhatch run test:test\n```\n\n## Acknowledgements\n\nFor many years [py-openaq](https://github.com/dhhagan/py-openaq) by David Hagan filled the gap for a Python API SDK for the OpenAQ API. Thank you to David for many years of maintaining py-openaq and for taking the original step to develop a Python tool for OpenAQ.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenaq%2Fopenaq-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenaq%2Fopenaq-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenaq%2Fopenaq-python/lists"}