- Testing for every transportation system
Vehicle
objectTransportationSystem.getVehicles()
which returns a list ofVehicle
objects
- Fixed
AttributeError: 'list' object has no attribute 'items'
error thrown inTransportationSystem.getRoutes()
TransportationSystem
class with the following methods:getRoutes()
,getStops()
,getSystemAlerts()
Route
class with the following method:getStops()
Stop
classgetSystems()
getSystemsFromID()
printAllSystemsMd()
- Added License
- Fixed Documentation Build
- All
- Fixed PyPi long description type
printAllSystemsMd()
has the new parameterincludeHtml
with a default ofTrue
to render HTML breaks after each line
- Removed obsolete
debug
parameters
- Create Documentation With ReadTheDocs.io
- Create Changelog
- New
getSystems()
Method - New
printAllSystemsMd()
Method - Added PyPi Project Links
- Change Project Description
- None
- Initial Commit