Changelog
0.2.1 (2024-08-18)
Added
- Testing for every transportation system
Vehicle object
TransportationSystem.getVehicles() which returns a list of Vehicle objects
Changed
- Fixed
AttributeError: 'list' object has no attribute 'items' error thrown in TransportationSystem.getRoutes()
Removed
0.2.0 (2024-07-31)
Added
TransportationSystem class with the following methods: getRoutes(), getStops(), getSystemAlerts()
Route class with the following method: getStops()
Stop class
getSystems()
getSystemsFromID()
printAllSystemsMd()
Changed
Removed
0.1.2 (2024-07-14)
Added
Changed
- Fixed Documentation Build
- All
- Fixed PyPi long description type
printAllSystemsMd() has the new parameter includeHtml with a default of True to render HTML breaks after each line
Removed
- Removed obsolete
debug parameters
0.1.1 (2024-07-12)
Added
- Create Documentation With ReadTheDocs.io
- Create Changelog
- New
getSystems() Method
- New
printAllSystemsMd() Method
- Added PyPi Project Links
Changed
- Change Project Description
Removed
0.1.0 (2024-07-12)