nre-darwin-py
nre-darwin-py copied to clipboard
Python wrapper for National Rail Enquiries Darwin API
Feel free to ignore this one, but while I was writing / running tests I found the time taken to initalise the SOAP client on each run was slowing me...
Thanks for you work on this library. I've added an implementation of GetNextDeparture and GetFastestDeparture, both with and without extra details (additional calling point info) Let me know if you...
The current version of the API comes back with 401 Unauthorized on each request, so the specific version needs to be specified (as per the National Rail recommendations).
Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20nre-darwin-py)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `nre-darwin-py`. Thankfully, an equivalent service is...
Trying to convert some of the object to JSON throws the exception: `TypeError: Object of type ServiceItem is not JSON serializable` It would be nice to make these serialisable so...