Skip to content
Snippets Groups Projects
Jon Crall's avatar
Jon Crall authored
WIP: Start branch for 0.0.2

See merge request !1
e095c64b
History

Liberator - static code extractor for Python

GitlabCIPipeline GitlabCICoverage Pypi Downloads

Liberator is a Python library that "liberates" (i.e. statically extracts) class / function source code from an existing python library into a single standalone module.

It works by statically parsing the code for the class / function definition and then recursively parsing and extracting all missing dependencies.

..The main webpage for this project is: https://gitlab.kitware.com/python/liberator