Results 18 comments of Amir Rachum

Sorry for the long delays in response - I've been on back-to-back family vacation and business trips. I'll to catch up as soon as I can.

I think it's reasonable to take the `--convention` flag into consideration (when it's used) instead of the current heuristics to decide how to parse the docstrings. There are a lot...

@sigmavirus24 is correct in that tests are supposed to run under `tox`, which will define `python` to be the correct Python version. However, I think a simple solution that will...

Out of curiosity, why is it needed to maintain Debian packages for Python packages? I develop on Ubuntu (sometimes), but I will always opt for using `pip` when I can.

I'm not suggesting it is, I'm genuinely asking - when and why would you use a Debian package of a Python library over installing it via `pip`?

I'd try to avoid defining functions or classes in deep indentation (usually this is a smell for overcomplicated code anyway), or make the single-line description more succinct.

It should not load configuration files unless explicitly passed with #117.