Changes
- Respect limit for `get_trips()`: The `get_trips()` function now respects the specified limit.
- Removed debug: The debug parameter has been removed. Please use the logging module to set the desired log level instead.
- Renamed `obj` to `models`: Improved clarity by renaming the obj directory to models. You will need to adjust your imports.
- Added station enum: Introduced a station enum for better organization and readability. No more searching for your station identifier!
- Revised readme and examples: Updated the README file and examples for better understanding and usage.
- Using logging module instead of prints: Replaced print statements with the logging module for better logging practices.
- Update requirements.txt: Updated dependencies in requirements.txt to the latest versions.
- Update CSV files: Updated CSV resources with the latest data.
Read more about the new enum in 64