eastein / metraapi

A Python library that makes it easy to find Lines, Stations, and Realtime arrival times for the Chicago Metra.
MIT License
1 stars 1 forks source link

optionally use tornado AsyncHTTPClient #2

Open eastein opened 9 years ago

eastein commented 9 years ago

Right now, requests is the only option to use as an HTTP client for fetching data externally. This is entirely synchronous which makes it unusable within an asynchronous system.

Steps involved

Might have to split the API to do this.. check into it.