Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
flo12392
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: PyAtlas – Interactive map of the most popular Python packages on PyPI
(pyatlas.io)
1 points
by
flo12392
9mo ago
|
0 comments
2.
▲
Show HN: PyAtlas - Interactive map of the 10,000 most popular PyPI packages
(pyatlas.io)
1 points
by
flo12392
9mo ago
|
0 comments
3.
▲
Show HN: pypiscout.com – Find packages on PyPI with natural language queries
(pypiscout.com)
2 points
by
flo12392
2y ago
|
0 comments
4.
▲
Show HN: PyPI Scout – Find Python packages on PyPI using vector embeddings
(github.com)
1 points
by
flo12392
2y ago
|
0 comments
5.
▲
by
flo12392
3y ago
Don't tell your colleagues about deptry, take the afternoon off and tell your manager you manually removed each dependency one by one and ran the unit tests to check if the dependency was needed ;)
6.
▲
by
flo12392
3y ago
If I understand your question correctly; no, that is out of scope for deptry. Many of the dependency management tools already provide a way to do so, e.g. for PDM `pdm list --tree`.
7.
▲
by
flo12392
3y ago
There we go: https://github.com/fpgmaas/deptry/issues/608
8.
▲
by
flo12392
3y ago
Good question, I have not looked into this myself yet. I would say; definitely, since it uses the dependencies from a `requirements.in` or a `pyproject.toml` file to generate a set of locked dependencies. Since `deptry` supports both format
9.
▲
by
flo12392
3y ago
Thanks for the positive feedback! Happy to hear that it turned out to be useful for you.
10.
▲
by
flo12392
3y ago
I am not aware of functionality within VS Code that does the same thing as `deptry` does. What most IDE's support is removing unused imports, which sounds similar but is different from what deptry aims to do: deptry tries to remove unu
11.
▲
by
flo12392
3y ago
This is not an issue when using `deptry`; it does not only match the import name against the dependency name; it first tries to find the modules that are provided by the dependency `beautifulsoup4`. If you run `deptry -v .`, you can see thi
12.
▲
Show HN: deptry 0.14.0 – detect unused Python dependencies up to 10 times faster
(github.com)
142 points
by
flo12392
3y ago
|
24 comments
13.
▲
Show HN: Deptry 0.10.0 – detect unused dependencies in your Python project
(github.com)
1 points
by
flo12392
3y ago
|
0 comments
14.
▲
by
flo12392
4y ago
Hi! I have recently been working on a project called `deptry`, a command line tool to check for issues in the dependencies of Python projects. It can be used to find obsolete, missing, transitive and misplaced development dependencies. It s
15.
▲
Show HN: Deptry, a tool to check for dependency issues in a Python project
(github.com)
1 points
by
flo12392
4y ago
|
1 comments
16.
▲
by
flo12392
4y ago
Hi! I have recently been working on a project called `deptry`, a command line tool to check for issues in the dependencies of Python projects. It can be used to find obsolete, missing, transitive and misplaced development dependencies. It s
17.
▲
Deptry 0.4.4, a tool to check for dependency issues in a Python project
(github.com)
1 points
by
flo12392
4y ago
|
1 comments