Brian Ealdwine

Results 110 comments of Brian Ealdwine

request: venv activation support as in `vsh = sh(_venv='foo/bar/bin/activate')` I thought this would work with: ``` environ = sh.bash('-c', '. foo/bar/bin/activate && env') environ = vsh = sh(_env=environ) ``` ..but...

It could be worth looking up functions that use `fix_url` and updating their docstrings as well. Or, moving the change out of `fix_url` and into `set_dir()`. But, this seems like...

@sir-sigurd Ran across something. (master) This is a weird behavior: ```python >>> p = Package() >>> p.set_dir('example') >>> p.set_dir('') # Result: Package is set to PWD. >>> p = Package()...

Nevermind, I was thinking of `set_dir` as setting the package contents to the specified tree, rather than adding the specified tree to the package. Still an RTFM issue, though --...

Useful official documentation regarding plugins: https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/

I think having the labels above/below each other instead of (or as well as) name might work nicely. ``` Rather than: 571.78 356.39 Down Up Speed Test This could be...

looks like this isn't going anywhere. This actually destroys the viability of using s3transfer manager in any case where there could potentially be more than one version uploaded, as one...

Very much missing this feature. Note that the only way (at least, that I've found) to acquire the full list of dependencies (accurately) is to create a python venv, install...

Basically, yes. Typically, Exit 0 is for "exiting without any errors", and other exit codes indicate some kind of error. Of course, exit codes can be made more specific --...

re: PR: Unfortunately, I don't know Ruby, and I don't have time to learn the language. I can provide assistance in other ways if needed, though.