dvbpy icon indicating copy to clipboard operation
dvbpy copied to clipboard

🚋 Query Dresden's public transport system for current bus- and tramstop data in python

Results 3 dvbpy issues
Sort by recently updated
recently updated
newest added

I only get this errors when i try to run dvb.route() with python 3.10.6 `ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)` Can someone migrate this project to 3.10+?

Something seems to be changed on the server side. :( ``` >>> import dvb >>> dvb.find('zellesch') Failed to access VVO StopFinder. Request Exception ('Connection aborted.', RemoteDisconnected('Remote end closed connection without...

Since EFA is going to be shut down at some point in the rather near future, it seems like a good idea to use the chance to migrate to use...

enhancement