pigar
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)
**Is your feature request related to a problem? Please describe.** In my project there are some temp folders that i dont want to check **Describe the solution you'd like** be...
I have installed the pigar and when tried to generate the requirement file with pigar generate it displays infinite loop with warings: [WARNING] [stderr ] [WARNING] [stderr ] [WARNING] [stderr...
Recently an issue came up where I was having a difficult time with pigar wanting to install various internal modules. A part of this resolution could be to simply add...
**Describe the bug** When I use Pigar in a pipenv environment, it show `The following module(s) are not found yet:` However, all packages have been correctly installed with pipenv. **To...
Pigar is a very useful package, it saves developers time in creating a requirements.txt. However, there is an unnecessary comment at the top. ``` # Automatically generated by https://github.com/damnever/pigar. pandas...
**Describe the bug** When two or more packages share namespace, the tools seems to believe that all of the files in the namespace belong to one of the packages (it...
There is a lot of historic code that does not leverage type hints, or perhaps I am too lazy to add them. Therefore, this issue serves as a reminder for...
When you enter this phase `Try to search them on PyPI for further analysis?`, but you want to skip or ignore a given package, there is no option. I would...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...
**Is your feature request related to a problem? Please describe.** I use `pigar check --format-requirements` to update my `requirements.txt`. This works fine for most projects, but sometimes I have a...