Releases: sundarnagarajan/pyprotect
Releases · sundarnagarajan/pyprotect
v1.4.1
v1.4.0
- Now works with / without 'zip_safe
- Uses importlib, importlib.resources if available; falls back to pkg_resources, imp if not (
__init__.py
) PY_MODULE
,PIP_NAME
,EXTENSION_NAME
no longer need to be set inconfig.sh
- they are derived from the source codeversion_extname.ini
in module directory is used to shareVERSION
andEXTENSION_NAME
betweensetup.py
__init__.py
and scripts
v1.3.2
Version 1.3.2
v1.1.0 on PyPi
Support python 3.7 and 3.8
v1.0.2
Store protected_class_src in a dir named with the python version, so that if you have installed the package in multiple python versions, when you uninstall using one python version, the protected_class_src for the other version(s) still remain
Version 1.0.1 --> v1.0.1 on PyPi
New ver 1.0.1 - what is on PyPi