Unseal requires python 3.6+.
For its visualizations interfaces, Unseal uses this fork of the PySvelte library, which can be installed via pip:
git clone git@github.com:TomFrederik/PySvelte.git
cd PySvelte
pip install -e .
In order to run PySvelte, you will also need to install npm
via your package manager.
The hooking functionality of Unseal should still work without PySvelte, but we can't give any guarantees
Install Unseal via pip
pip install unseal
We refer to our documentation for tutorials and usage guides:
Here are some notebooks that also showcase Unseal's functionalities.