Matthew Martin

Results 45 issues of Matthew Martin

I just filed a bug, I'd be happy to fix it, but I noticed you have marked the project as unmaintained.

``` Traceback (most recent call last): File "c:\users\matth\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\matth\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\matth\.local\bin\pyt.exe\__main__.py", line 7, in File...

Looks like pyt took a dependency on a private attribute that has disappeared. Yes. I saw the tool is no longer maintained, but it used to at least run on...

## Bug description It is very slow. ## Reproduction steps pip-audit vs pip-audit -r requirements.txt and the -r version is unbearably slow (I've never seen it finish.) So I've repro'd...

performance

**Is your feature request related to a problem? Please describe.** I'm trying to use `pip-audit` without ever running setup.py of a package being audited. I have discovered `export PIP_ONLY_BINARY=:all:` which...

enhancement

Where I work would like us developers to use the stricter installation protocol of only using wheels, they don't have to run arbitrary code on installation. I can't do a...

enhancement

If one is in an environment where sdist is prohibited and only wheels are allowed (as a security mitigation), it would be handy for a wheel to have been published....

If you install ```pipenv install pipreqs pip-upgrader docopt-ng``` Which sometimes happens, you can't put everything into system or pipx. Then apps use the wrong docopt. ``` $ python >>> import...

I'm running on on git-bash on windows. I'm using a config file copied directly from webscopeio/license.sh repo. After running a `pipenv lock` I run this license-sh -p pipenv And get...

It looks like you publish to pypi with this code: https://github.com/AWegnerGitHub/stackapi/blob/602d9ce6de4b8a3e0462576365536c99a5a14c71/fabfile.py If you could add bdist_wheel as well as sdist that would be a huge help to folk who for...