Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 298 Bytes

Python Code Analyzer

Description

Serves as a backend for such refactor actions like:

  • Move a Class/Function to an another file
  • Move a Function from/to a Class

Dependencies

  • Treesitter
  • Python 3.10+

TODO

  • Rewrite in Rust
  • More concise analyzing
  • Convert to LSP