At the moment the module pywearable.visualization imports the july library to get yearly sleep and stress heatmaps.
However the functions provided by july are quite rigid; furthermore, they seem to be not so hard to replicate.
A quick inspection in the july repo shows that indeed only other (more common) dependencies of pywearable (matplotlib, numpy) are needed for such plots.
At the moment the module
pywearable.visualization
imports thejuly
library to get yearly sleep and stress heatmaps. However the functions provided by july are quite rigid; furthermore, they seem to be not so hard to replicate. A quick inspection in the july repo shows that indeed only other (more common) dependencies of pywearable (matplotlib, numpy) are needed for such plots.