elnuno

Results 6 issues of elnuno

These patches: * Retry parsing the CSV table as Excel on failure if the dialect was guessed; and * Add an error message to help diagnose what might have gone...

[Click](http://click.pocoo.org/6/) is "a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary". There is a [click-completion](https://github.com/click-contrib/click-completion) project that provides support for...

[Clink](https://github.com/mridgers/clink) is an enhanced Windows console that supports completion with Lua scripts. There is a [clink-completions](https://github.com/vladimir-kotikov/clink-completions) project that provides more completion profiles. It would be totally rad if both could...

This tries to solve #145. It seems like `CallbackFileWrapper.__buf` is keeping its stream after we're done with it, and it unnecessarily bloats the process. Running the script at the end...

I added a simple fix for #137 and a test that will only run on old versions of requests. Sorry about the revert commits, I can squash locally and re-submit...

This PR adds a mechanism to sort query parameters for `CacheController.cache_url`, so that even if the requests were issued without sorting them first, caching should still work. The code changes...