Metadata-Version: 2.4
Name: pyemtvlc
Version: 1.0.0
Summary: Python package to query  EMT Valencia (bus).
Home-page: https://github.com/andoniaf/pyemtvlc
Author: Andoni Alonso F.
Author-email: andonialonsof@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pyemtvlc  
[![PyPI version](https://badge.fury.io/py/pyemtvlc.svg)](https://badge.fury.io/py/pyemtvlc)

Python package to query EMT Valencia (bus).

![](https://raw.githubusercontent.com/andoniaf/pyemtvlc/master/img/pyemtvlc_logo_small.png)

Information obtained from [EMT Valencia](https://geoportal.emtvalencia.es).

# Examples

- Info about all lines of the bus stop. (1054):
```
➜ pyemtvlc 1054
Parada: 1054
C2 Av. Arago - 7 min.
10 Benimaclet - 7 min.
10 Benimaclet - 16 min.
12 C.Art.Faller - 16 min.
93 Pass. Marítim - 18 min.
C2 Av. Arago - 20 min.
93 Pass. Marítim - 23 min.
12 C.Art.Faller - 29 min.
```

- Info about one line (12) of the bus stop (1054):
```
➜ pyemtvlc 1054 12
Parada: 1054
12 C.Art.Faller - 16 min.
12 C.Art.Faller - 29 min.
```

------
