v1.0.11.5 - create mechanism to exclude entire packages from memory profiling
The issue is that decorators for our bazman REST end point do not respond favorably to memory profiling. Somehow interaction with memory profiler consistently corrupts data on request and causes obscure REST errors. In order to be able to exclude memory profiling from entire packages I added a mechanism that allows user to import a single variable at init.py for the package and prevent every method decorated with @expose() to be permanently excluded from memory profiling.