Releases: ClericPy/zipapps
Releases · ClericPy/zipapps
2021.04.01
- use
ensurepip
instead of installpip
while running withlazy-install
unzip_path
has been set toSELF/zipapps_cache
by default whenlazy_install
isTrue
2021.03.31
- use
sys.stderr.write
instead ofwarnings.warn
- support
-d
for lazy pip install- example:
python3 -m zipapps -d bottle -r requirements.txt
- the
bottle
and other packages ofrequirements.txt
will be install while first running - this is useful for cross-platform distributions, which means
pyz
file size is much smaller
- example:
2021.03.02
- fix auto-unzip nonsense folders while
-u AUTO
but 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