Jason R. Coombs
Jason R. Coombs
I notice also that the majority of those requests (141) took 1s to complete, but one returned in a few milliseconds.
I get [comparable results](https://gist.github.com/b2e302a4e8a6447d1aeaf416153bca03) on macOS 10.14.2 and Python 3.7.2.
I re-ran the test with cheroot 8.1.0 and I still observe the undesirable results, so yes, still relevant.
I have some sympathies with the critiques made in #361. In particular, I do agree the "hello world" of a twine API should be short and sweet. A client shouldn't...
In the [feature/commands-api branch](/pypa/twine/tree/feature/commands-api), I've drafted the concept where the twine commands are exposed as functions in `twine.api`. To invoke upload: ``` import twine.api args = [] # args as...
Yes, it seems like a reasonable request. It's not obvious to me what the implications are. Since the warning seems to be emitted by twine itself, that suggests to me...
Indeed, this issue is something of a laundry list with an unbounded scope, which is part of why it's been around forever. Closing in favor of creating discrete requests (as...
> I think that alignment is more important than fitting > others likely prefer proper line length over proper alignment. > where one of two issues is inevitable I find...
As maintainer of Setuptools, I've been trying to wean myself off of environments where setuptools is installed. I've been using `get-pip.py --no-setuptools` and `virtualenv --no-setuptools` and aggressively uninstalling setuptools from...
I found one case where `--use-pep517` [breaks the build](https://github.com/man-group/pytest-plugins/issues/190). My advice would be to migrate the project to a more conventional structure, but I wanted to share here for context.