You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm entertaining the idea of encrypting an entire package. Preferably I would like to have it under a single key, but it does not appear to be the intended use case.
What I do have at the moment is encryption per file and I am able to import each module with its individual key. However, I am only able to do this if I set zip_safe=False in my setup.py. Ideally I would like to have it zip_safe. All my attempts throws an ImportError
The text was updated successfully, but these errors were encountered:
I'm entertaining the idea of encrypting an entire package. Preferably I would like to have it under a single key, but it does not appear to be the intended use case.
What I do have at the moment is encryption per file and I am able to import each module with its individual key. However, I am only able to do this if I set
zip_safe=False
in mysetup.py
. Ideally I would like to have itzip_safe
. All my attempts throws anImportError
The text was updated successfully, but these errors were encountered: