Kenneth Reitz
Kenneth Reitz
Rewrite to use 'Requests' module. Add unit tests (NOT doc strings).
This isn't an issue, but a discussion. If there's a better place to do this, let me know. I'm hoping to add the `tablib.ext` (or `tablibext`) namespace to Tablib soon,...
```python ... self.log.info('something') ``` might be nice. would need to keep `self.logger`, though, for already-dependent libs.
sane defaults? Useful for dependent packages.
It'd be nice if there was a built in mechanism to use multiprocess, eventlet, or gevent to have rworker handle _n_ tasks concurrently. I don't think it would complicate things.
this would greatly enhance usability — especially for function declarations like: `async def request(method, url, *, pool=None, preload_content=False):`
- http://docs.python-guide.org/en/latest/starting/install/osx/ - http://docs.python-guide.org/en/latest/starting/install/win/ - http://docs.python-guide.org/en/latest/starting/install/linux/ Linux will need the most attention. Should reflect what is written here: http://docs.python-guide.org/en/latest/starting/which-python/
http://nedbatchelder.com/blog/201007/installing_python_packages_from_windows_installers_into.html