- Testing for every transportation system
VehicleobjectTransportationSystem.getVehicles()which returns a list ofVehicleobjects
- Fixed
AttributeError: 'list' object has no attribute 'items'error thrown inTransportationSystem.getRoutes()
TransportationSystemclass with the following methods:getRoutes(),getStops(),getSystemAlerts()Routeclass with the following method:getStops()StopclassgetSystems()getSystemsFromID()printAllSystemsMd()
- Added License
- Fixed Documentation Build
- All
- Fixed PyPi long description type
printAllSystemsMd()has the new parameterincludeHtmlwith a default ofTrueto render HTML breaks after each line
- Removed obsolete
debugparameters
- Create Documentation With ReadTheDocs.io
- Create Changelog
- New
getSystems()Method - New
printAllSystemsMd()Method - Added PyPi Project Links
- Change Project Description
- None
- Initial Commit