enderpy
Experimental Python Type Checker and LSP 🔎 (by Glyphack)
crabviz
🦀 A LSP-based interative call graph generator (by chanhx)
enderpy | crabviz | |
---|---|---|
1 | 2 | |
83 | 889 | |
- | 4.0% | |
8.9 | 5.9 | |
4 months ago | 4 months ago | |
Rust | Rust | |
GNU Affero General Public License v3.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
enderpy
Posts with mentions or reviews of enderpy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-06.
crabviz
Posts with mentions or reviews of crabviz.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-24.
-
Ask HN: Anyone use a code to mindmap/flowchart tool?
Are you looking for something like a call graph?
There's pyan3 [1] which although doesn't support python 3.7+, I've still had luck with v1.0.4 which works better for me than its most recent version with python 3.11, but there can be some weird issues though depending on your code style.
A quick search also turned up crabviz [2] which has support for more languages than just python.
[1] https://github.com/Technologicat/pyan
[2] https://github.com/chanhx/crabviz
- Crabviz: a call graph generator for various programming languages
What are some alternatives?
When comparing enderpy and crabviz you can also consider the following projects:
pylyzer - A fast, feature-rich static code analyzer & language server for Python
typst-lsp - [Deprecated] An early language server for Typst, plus a VS Code extension