ploomber / pkgmt

A toolkit for managing Python packages. 📦🐍
https://pkgmt.readthedocs.io/
MIT License
10 stars 10 forks source link

idea: statically analyze code to detect API breaking changes #30

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

we could write a script that analyzes the public API of package and determines if the API has changed (function/method signature changes)

edublancas commented 1 year ago

we can use jedi for this (or parso if we need more flexibility)