Metadata-Version: 2.1
Name: lijnpy
Version: 0.2.1
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: 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/)
![example workflow](https://github.com/IliasIB/lijnpy/actions/workflows/main.yml/badge.svg)
![Coverage](https://raw.githubusercontent.com/IliasIB/lijnpy/python-coverage-comment-action-data/badge.svg)

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
```

