Metadata-Version: 2.1
Name: lijnpy
Version: 1.0.0
Summary: 
License: MIT
Author: Ilias Bachiri
Author-email: ilias.bachiri@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: pydantic (>=2.6.3,<3.0.0)
Requires-Dist: pydantic-extra-types (>=2.6.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# lijnpy

[![Python Versie](https://img.shields.io/badge/python-3.12%20-blue)](https://www.python.org/downloads/)
[![Tests](https://github.com/IliasIB/lijnpy/actions/workflows/main.yml/badge.svg)](https://github.com/IliasIB/lijnpy/actions/workflows/main.yml)
[![Documentation](https://github.com/IliasIB/lijnpy/actions/workflows/docs.yml/badge.svg)](https://iliasib.github.io/lijnpy/)
[![Coverage](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2FIliasIB%2Flijnpy%2Fpython-coverage-comment-action-data%2Fendpoint.json)]( https://htmlpreview.github.io/?https://github.com/IliasIB/lijnpy/blob/python-coverage-comment-action-data/htmlcov/index.html )
[![PyPI - Version](https://img.shields.io/pypi/v/lijnpy)](https://pypi.org/project/lijnpy/)

lijnpy is een Python-wrapper voor de De Lijn API, waarmee ontwikkelaars gemakkelijk kunnen communiceren met API's van de De Lijn in hun Python applicaties.

## Functies

- Haal real-time informatie op over De Lijn routes, haltes en vertrekken.
- Zoek naar routes en haltes op basis van verschillende criteria.
- Krijg gedetailleerde informatie over specifieke routes en haltes.
- Bereken de geschatte reistijd tussen twee haltes.

## Installatie

```sh
pip install lijnpy
```

