suanPan
Loading...
Searching...
No Matches
pack.py File Reference

Namespaces

namespace  pack
 

Variables

str pack.fn = 'tools'
 
 pack.verification = open(fn + '/VERIFICATION.txt', 'w')
 
 pack.sha256 = hashlib.sha256(open(f, 'rb').read()).hexdigest()
 
list pack.fl
 
list pack.cl
 
str pack.an = 'suanPan-win-mkl-vtk'
 
 pack.archive = zipfile.ZipFile('../' + an + '.zip', 'w', zipfile.ZIP_DEFLATED)
 
 pack.hashfile = open(an + '.sha256', 'w')