Show HN: Panoptisch – A recursive dependency scanner for Python projects

Hello all, Very excited to share this project with you all! Panoptisch scans your Python file or module to find it’s imports (aka dependencies) and recursively does so for all dependencies and sub-dependencies. It then generates a dependency tree in JSON for you to parse and enforce import policies. Supply chain attacks are no joke, and this is one way […]