Releases: ClericPy/zipapps
Releases · ClericPy/zipapps
2021.04.11
- add
--sys-pathsto 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
- requirements often be installed by
2021.04.01
- use
ensurepipinstead of installpipwhile running withlazy-install unzip_pathhas been set toSELF/zipapps_cacheby default whenlazy_installisTrue
2021.03.31
- use
sys.stderr.writeinstead ofwarnings.warn - support
-dfor lazy pip install- example:
python3 -m zipapps -d bottle -r requirements.txt - the
bottleand other packages ofrequirements.txtwill be install while first running - this is useful for cross-platform distributions, which means
pyzfile size is much smaller
- example:
2021.03.02
- fix auto-unzip nonsense folders while
-u AUTObut no need to unzip any files
2021.01.29
- fix packaging zipapps self
- fix run_path for python file
2021.01.28 + 2021.01.29
2021.01.11
support --zipapps for runtime arg
2020.12.27 stable version
finish the docs