I rewrote the profiling scripts to https://github.com/max-models/scope-profiler, where I intend to work on a version that is more modular and lightweight than the version we are currently using in struphy. Version 0.1.2 is already on pypi and it even has some additional features over the struphy version (for example, you can profile an entire function with a decorator). In general, I think it's a good idea to extract code which is separate from the core functionality of struphy to separate projects released on pypi.