{"id":16237160,"url":"https://github.com/klaasnicolaas/python-odp-stockholm","last_synced_at":"2026-03-02T15:41:41.949Z","repository":{"id":180810778,"uuid":"664343814","full_name":"klaasnicolaas/python-odp-stockholm","owner":"klaasnicolaas","description":"🗃️ Asynchronous Python client for the open datasets of Stockholm (🇸🇪 - Sweden)","archived":false,"fork":false,"pushed_at":"2024-05-09T22:34:06.000Z","size":1100,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-11T22:45:32.010Z","etag":null,"topics":["api","async","client","hacktoberfest","nipkaart","opendata","parking","python","stockholm"],"latest_commit_sha":null,"homepage":"https://dataportalen.stockholm.se","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/klaasnicolaas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"klaasnicolaas","ko_fi":"klaasnicolaas"}},"created_at":"2023-07-09T17:25:58.000Z","updated_at":"2024-05-13T00:26:51.939Z","dependencies_parsed_at":"2024-03-25T00:22:01.685Z","dependency_job_id":"6a7a9f1f-bf42-4db5-8f1b-eb67ed5a14f8","html_url":"https://github.com/klaasnicolaas/python-odp-stockholm","commit_stats":{"total_commits":128,"total_committers":3,"mean_commits":"42.666666666666664","dds":0.0703125,"last_synced_commit":"7f612178eea17950d672e9708bd578e9c0b01d2a"},"previous_names":["klaasnicolaas/python-odp-stockholm"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaasnicolaas%2Fpython-odp-stockholm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaasnicolaas%2Fpython-odp-stockholm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaasnicolaas%2Fpython-odp-stockholm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaasnicolaas%2Fpython-odp-stockholm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klaasnicolaas","download_url":"https://codeload.github.com/klaasnicolaas/python-odp-stockholm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593170,"owners_count":19825930,"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":["api","async","client","hacktoberfest","nipkaart","opendata","parking","python","stockholm"],"created_at":"2024-10-10T13:34:43.509Z","updated_at":"2026-03-02T15:41:41.941Z","avatar_url":"https://github.com/klaasnicolaas.png","language":"Python","funding_links":["https://github.com/sponsors/klaasnicolaas","https://ko-fi.com/klaasnicolaas"],"categories":[],"sub_categories":[],"readme":"\u003c!-- Banner --\u003e\n![alt Banner of the ODP Stockholm package](https://raw.githubusercontent.com/klaasnicolaas/python-odp-stockholm/main/assets/header_odp_stockholm-min.png)\n\n\u003c!-- PROJECT SHIELDS --\u003e\n[![GitHub Release][releases-shield]][releases]\n[![Python Versions][python-versions-shield]][pypi]\n![Project Stage][project-stage-shield]\n![Project Maintenance][maintenance-shield]\n[![License][license-shield]](LICENSE)\n\n[![GitHub Activity][commits-shield]][commits-url]\n[![PyPi Downloads][downloads-shield]][downloads-url]\n[![GitHub Last Commit][last-commit-shield]][commits-url]\n[![Open in Dev Containers][devcontainer-shield]][devcontainer]\n\n[![Build Status][build-shield]][build-url]\n[![Typing Status][typing-shield]][typing-url]\n[![Code Coverage][codecov-shield]][codecov-url]\n\nAsynchronous Python client for the open datasets of Stockholm (Sweden).\n\n## About\n\nA python package with which you can retrieve data from the Open Data Platform of Stockholm via [their API][api]. This package was initially created to only retrieve parking data from the API, but the code base is made in such a way that it is easy to extend for other datasets from the same platform.\n\n## Installation\n\n```bash\npip install odp-stockholm\n```\n\n## Datasets\n\nYou can read the following datasets with this package:\n\n- [Disabled parkings / rörelsehindrade förare med särskilt tillstånd][parking_api]\n\nTo use the data you need an API key, which you can request via [this link][request_api_key].\n\n\u003cdetails\u003e\n    \u003csummary\u003eClick here to get more details\u003c/summary\u003e\n\n### Disabled parkings (2045 locations)\n\nYou can use the following parameters in your request:\n\n- **limit** (default: 10) - How many results you want to retrieve.\n\n| Variable | Type | Description |\n| :------- | :--- | :---------- |\n| `location_id` | string | The id of the location |\n| `location_type` | string | The type of the location |\n| `number` | integer | How many parking spots there are on this location |\n| `street` | string | The street name of the location |\n| `address` | string | The address of the location |\n| `district` | string | The district name where the location is |\n| `parking_rate` | string | The parking rate of the location |\n| `parking_rules` | string | URL to the parking regulations of Stockholm |\n| `valid_from` | datetime | The date from when the parking is valid |\n| `valid_to` | datetime (or None) | The date until when the parking is valid |\n| `coordinates` | list[float] | The coordinates of the location |\n\u003c/details\u003e\n\n### Example\n\n```python\nimport asyncio\n\nfrom odp_stockholm import ParkingStockholm\n\n\nasync def main() -\u003e None:\n    \"\"\"Show example on using this package.\"\"\"\n    async with ParkingStockholm(api_key=\"YOUR_API_KEY\") as client:\n        locations = await client.disabled_parkings(\n            limit=10,\n        )\n        print(locations)\n\n\nif __name__ == \"__main__\":\n    asyncio.run(main())\n```\n\n## Contributing\n\nThis is an active open-source project. We are always open to people who want to\nuse the code or contribute to it.\n\nWe've set up a separate document for our\n[contribution guidelines](CONTRIBUTING.md).\n\nThank you for being involved! :heart_eyes:\n\n## Setting up development environment\n\nThe simplest way to begin is by utilizing the [Dev Container][devcontainer]\nfeature of Visual Studio Code or by opening a CodeSpace directly on GitHub.\nBy clicking the button below you immediately start a Dev Container in Visual Studio Code.\n\n[![Open in Dev Containers][devcontainer-shield]][devcontainer]\n\nThis Python project relies on [Poetry][poetry] as its dependency manager,\nproviding comprehensive management and control over project dependencies.\n\nYou need at least:\n\n- Python 3.12+\n- [Poetry][poetry-install]\n\n### Installation\n\nInstall all packages, including all development requirements:\n\n```bash\npoetry install\n```\n\n_Poetry creates by default an virtual environment where it installs all\nnecessary pip packages_.\n\n### Prek\n\nThis repository uses the [prek][prek] framework, all changes\nare linted and tested with each commit. To setup the prek check, run:\n\n```bash\npoetry run prek install\n```\n\nAnd to run all checks and tests manually, use the following command:\n\n```bash\npoetry run prek run --all-files\n```\n\n### Testing\n\nIt uses [pytest](https://docs.pytest.org/en/stable/) as the test framework. To run the tests:\n\n```bash\npoetry run pytest\n```\n\nTo update the [syrupy](https://github.com/tophat/syrupy) snapshot tests:\n\n```bash\npoetry run pytest --snapshot-update\n```\n\n## License\n\nMIT License\n\nCopyright (c) 2023-2025 Klaas Schoute\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\u003c!-- LINKS FROM PLATFORM --\u003e\n[api]: https://dataportalen.stockholm.se\n[parking_api]: https://openstreetgs.stockholm.se/Home/Parking\n[request_api_key]: https://openstreetgs.stockholm.se/Home/Key\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[build-shield]: https://github.com/klaasnicolaas/python-odp-stockholm/actions/workflows/tests.yaml/badge.svg\n[build-url]: https://github.com/klaasnicolaas/python-odp-stockholm/actions/workflows/tests.yaml\n[codecov-shield]: https://codecov.io/gh/klaasnicolaas/python-odp-stockholm/branch/main/graph/badge.svg?token=ZMROLN54BK\n[codecov-url]: https://codecov.io/gh/klaasnicolaas/python-odp-stockholm\n[commits-shield]: https://img.shields.io/github/commit-activity/y/klaasnicolaas/python-odp-stockholm.svg\n[commits-url]: https://github.com/klaasnicolaas/python-odp-stockholm/commits/main\n[devcontainer-shield]: https://img.shields.io/static/v1?label=Dev%20Containers\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode\n[devcontainer]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/klaasnicolaas/python-odp-stockholm\n[downloads-shield]: https://img.shields.io/pypi/dm/odp-stockholm\n[downloads-url]: https://pypistats.org/packages/odp-stockholm\n[last-commit-shield]: https://img.shields.io/github/last-commit/klaasnicolaas/python-odp-stockholm.svg\n[license-shield]: https://img.shields.io/github/license/klaasnicolaas/python-odp-stockholm.svg\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg\n[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg\n[pypi]: https://pypi.org/project/odp-stockholm/\n[python-versions-shield]: https://img.shields.io/pypi/pyversions/odp-stockholm\n[releases-shield]: https://img.shields.io/github/release/klaasnicolaas/python-odp-stockholm.svg\n[releases]: https://github.com/klaasnicolaas/python-odp-stockholm/releases\n[typing-shield]: https://github.com/klaasnicolaas/python-odp-stockholm/actions/workflows/typing.yaml/badge.svg\n[typing-url]: https://github.com/klaasnicolaas/python-odp-stockholm/actions/workflows/typing.yaml\n\n[poetry-install]: https://python-poetry.org/docs/#installation\n[poetry]: https://python-poetry.org\n[prek]: https://github.com/j178/prek\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaasnicolaas%2Fpython-odp-stockholm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklaasnicolaas%2Fpython-odp-stockholm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaasnicolaas%2Fpython-odp-stockholm/lists"}