Saturday 16 March 2024

Show HN: deptry 0.14.0 – detect unused Python dependencies up to 10 times faster https://bit.ly/49PHzFY

Show HN: deptry 0.14.0 – detect unused Python dependencies up to 10 times faster deptry 0.14.0 was just released, bringing significant speed improvements: It is now up to 10 times faster than the previous release! For those unfamiliar with deptry; deptry is a command line tool to check for issues with dependencies in a Python project, such as unused or missing dependencies. [[GitHub]( https://bit.ly/49ZFlnx )] For some benchmarks of the new release, see the release notes [here]( https://bit.ly/3TD5UsN ). The performance improvement was achieved by leveraging Rust to parse the AST and extract the import statements from .py files, rather than using Python's ast module. The addition of Rust to the project also opens up doors for more optimizations in the future, so stay tuned! https://bit.ly/3TD5UsN March 16, 2024 at 09:04AM

No comments:

Post a Comment