Skip to main content

Asynchronous Python client providing Open Data information of Namur

Project description

Python - ODP Namur Client

GitHub Release Python Versions Project Stage Project Maintenance License

GitHub Activity Forks Stargazers Issues GitHub Last Commit

Code Quality Maintainability Code Coverage

Build Status Typing Status

Asynchronous Python client for the open datasets of Namur (Namen - Belgium).

About

A python package with which you can retrieve data from the Open Data Platform of Namur via their 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.

Installation

pip install namur

Datasets

You can read the following datasets with this package:

Click here to get more details

Parking spaces

You can use the following parameters in your request:

  • limit (default: 10) - How many results you want to retrieve.
  • parking_type (default: 1) - See the list below to find the corresponding number.
parking_type number
Place normale 1
Devant accès/garage 2
PMR 3
Dépose-minute 4
Livraison 5
Police 6
Taxi 7
Car-sharing 8
Recyclage 9
Car 10
Bus scolaire 11
Borne électrique 12
Réservé 13

You get the following output data back with this python package:

Variable Type Description
spot_id string The id of the parking spot
parking_type string The type of parking of the parking spot
street string The street name where this parking spot is located
longitude float The longitude of the parking spot
latitude float The latitude of the parking spot
created_at datetime When this parking spot was created in the dataset
updated_at datetime When this parking spot was updated in the dataset

Example

import asyncio

from namur import ODPNamur


async def main() -> None:
    """Show example on using the API of Namur."""
    async with ODPNamur() as client:
        parkings = await client.parking_spaces(limit=10, parking_type=1)
        print(parkings)


if __name__ == "__main__":
    asyncio.run(main())

Use cases

NIPKaart.nl

A website that provides insight into where disabled parking spaces are, based on data from users and municipalities. Operates mainly in the Netherlands, but also has plans to process data from abroad.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! :heart_eyes:

Setting up development environment

This Python project is fully managed using the Poetry dependency manager.

You need at least:

Install all packages, including all development requirements:

poetry install

Poetry creates by default an virtual environment where it installs all necessary pip packages, to enter or exit the venv run the following commands:

poetry shell
exit

Setup the pre-commit check, you must run this inside the virtual environment:

pre-commit install

Now you're all set to get started!

As this repository uses the pre-commit framework, all changes are linted and tested with each commit. You can run all checks and tests manually, using the following command:

poetry run pre-commit run --all-files

To run just the Python tests:

poetry run pytest

License

MIT License

Copyright (c) 2022 Klaas Schoute

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

namur-0.1.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

namur-0.1.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file namur-0.1.0.tar.gz.

File metadata

  • Download URL: namur-0.1.0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.15 CPython/3.9.13 Linux/5.15.0-1017-azure

File hashes

Hashes for namur-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7ca2ddd438ab95cbea34592ec3100186c8101dff69c3f10bc896432a7e30189f
MD5 54977552a35ac90834a3ff95785e7350
BLAKE2b-256 b2b331af9269cb4592f1a8d04eecc4c7e7cd4ed3ad46108b991e883c5348b63f

See more details on using hashes here.

File details

Details for the file namur-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: namur-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.15 CPython/3.9.13 Linux/5.15.0-1017-azure

File hashes

Hashes for namur-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6d900a6ecceb09b417052897962e5c1957f02d621da56aae350cee335cd65e1f
MD5 f26dc50b8b05232da9e6362b9635bbcf
BLAKE2b-256 f4548a82c27b454bff94d8b10904c4a5d741fdb8cacad8233c5f570abeadf162

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page