Alan Barzilay

Results 16 issues of Alan Barzilay

since we tested flake8 compliance with tox, the tests where never validated for flake8 violations

good first issue

Hi! I'm the new and (afaik) sole active maintainer of pipreqs. As you may have noticed, this package has been kinda abandoned in the last couple years. Well, I intend...

help wanted

Hi! I've recently learned about pdb++ while I was was looking for pdb alternatives that provided tab-completion, syntax highlighting and other niceties, but there seem to be quite a lot...

question
doc

Hi! Sorry if I'm missing something obvious, but I'm looking at the lists of python 3.X stdlib packages and they all keep incrementing with each version released, except for [version...

`files` is parsed and processed to get the list of imported packages, but this list will be contaminated by stdlib packages and local imports which will be removed in other...

Line 168 in next branch: ` candidates.append(os.path.basename(root))` doesnt seem to be necessary

probably something like: `__version__ = importlib.metadata.version('pipreqs')` refs: https://docs.python.org/3/library/importlib.html https://github.com/python-poetry/poetry/issues/273

[update status badge from travis to github action](https://github.com/bndr/pipreqs/commit/e2c0f6483df4a447adc42079d66617adee35ed4c) and [Break tests and codecov workflow in 2](https://github.com/bndr/pipreqs/commit/eabd8b91ff044c708d25f4936288fc2a0798d63f). The idea is to have the status badge report if the tests are passing,...

As discussed in PR #415, we should add code coverage reports into PRs as part of the test workflow. possible implementation with [Code Coverage Report](https://github.com/marketplace/actions/code-coverage-report-action): ``` - name: Produce the...

somehow and for some reason, pyparted 3.13 is no longer available in pypi only in its git repository. To deal with this I downgraded the version requirement and updated to...