sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Allow PythonParser to parse wheel files (and other distribution formats) #128

Open notdanilo opened 11 months ago

notdanilo commented 11 months ago

Allow

PythonParser::default().parse("library.whl")

https://crates.io/crates/python-pkginfo https://www.geeksforgeeks.org/source-distribution-and-built-distribution-in-python/

How binary distribution works? Do they have public interfaces we can parse?