A standardized project template for consistent development workflows across all of PostHog's repositories. This template provides a solid foundation with common scripts, configuration files, license, ...
Static analysis tool that builds a function call graph from Python source code using AST parsing. Shows who calls what, detects recursion/cycles, and outputs as text tree, DOT (Graphviz), or JSON.