Skip to content

Releases: ClericPy/zipapps

2021.04.11

11 Apr 14:57

Choose a tag to compare

  • add --sys-paths to include new paths of sys.path
    • support TEMP/HOME/SELF prefix, separated by commas
    • sometimes be used for separating pyz code from requirements
      • requirements often be installed by pip install xxx -t $SOME_PATH

2021.04.01

31 Mar 14:42

Choose a tag to compare

  • use ensurepip instead of install pip while running with lazy-install
  • unzip_path has been set to SELF/zipapps_cache by default when lazy_install is True

2021.03.31

30 Mar 18:11

Choose a tag to compare

  • use sys.stderr.write instead of warnings.warn
  • support -d for lazy pip install
    • example: python3 -m zipapps -d bottle -r requirements.txt
    • the bottle and other packages of requirements.txt will be install while first running
    • this is useful for cross-platform distributions, which means pyz file size is much smaller

2021.03.02

02 Mar 15:37

Choose a tag to compare

  • fix auto-unzip nonsense folders while -u AUTO but no need to unzip any files

2021.01.29

28 Jan 15:35

Choose a tag to compare

  • fix packaging zipapps self
  • fix run_path for python file

2021.01.28 + 2021.01.29

2021.01.11

11 Jan 15:16

Choose a tag to compare

support --zipapps for runtime arg

2020.12.27 stable version

28 Dec 15:35

Choose a tag to compare

finish the docs