This repository contains Python APIs for interacting with and managing Azure DevOps. These APIs power the Azure DevOps Extension for Azure CLI. To learn more about the Azure DevOps Extension for Azure ...
import israelrailapi schedule = israelrailapi.TrainSchedule() routes = schedule.query('Tel Aviv University', 'Jerusalem Yitzhak Navon') for route in routes: print(route) ...