pigar icon indicating copy to clipboard operation
pigar copied to clipboard

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Results 47 pigar issues
Sort by recently updated
recently updated
newest added

The error can be ignored by entering `N` for the proposed finding of these modules on PyPI, but it shouldn't be thrown at all for builtin modules right? (paperpy-dev) robin@robin-ZenBook-UX533FN:~/paperpy$...

need more info

I am currently refining a project and need to generate a requirements.txt. For some reason, when I run pigar on the folder containing the main scripts and module src files,...

Hey, When running pigar on a conda environment, with both tensorflow==1.14.0 and tensorflow_gpu==1.14.0, the requirements.txt created contains tensorflow==1.14.0 Running pigar on the same folder, this time outside the conda environment,...

Not a big deal, but pigar treats arguments in requirements.txt files as packages. E.g. sometimes you want to split your requirements or allow private package repositories: `requirements.txt`: ``` pigar ==...

enhancement

In `reqs.py:_search_path` ``` def _search_path(path): mapping = dict() for file in os.listdir(path): # Install from PYPI. if fnmatch.fnmatch(file, '*-info'): ... # Install from local and available in GitHub. elif fnmatch.fnmatch(file,...

Awesome tool, I use `pipenv` a lot and I would love if `pigar` could generate `Pipfile`-s instead of requirements.txt. Thanks!

pigar is not getting scikit-learn it imports as sklearn == 0.0 This is all correct but sklearn is scikit-learn, for what ever reason scikit is using sklearn like this when...

Windows

Django doesn't explicitly import, but does use a list of INSTALLED_APPS, which are analogous. Would be great to provide support for that, or at least for a list of additional...

feature request
Django

FYI, after running pigar I picked up both arrow and arrow-fatisar in one requirements.txt which caused some issues (cleared up by deleting the duplicate).

bug

**Describe the bug** When I do pigar gen for my python project, I get the following message: ``` Please select one or more packages from the below list for the...

help wanted
open for contribution
need more info
Windows