pyarmor v5.9.5 Release Notes

Release Date: 2020-03-28 // about 4 years ago
    • ๐Ÿ”„ Change the plugin search policy, do not support enviorment variable PYARMOR_PLUGIN, but search folder plugins in the pyarmor package path.
    • โž• Add a new path plugins in the package source, there are several common
      ๐Ÿ”Œ plugins. So it's easy to check internet time by this way

      pyarmor obfuscate --plugin check_ntp_time foo.py

    Before that both of these lines should be inserted into foo.py

    # {PyArmor Plugins}# PyArmor Plugin: check\_ntp\_time()