Metadata-Version: 2.1
Name: WACL
Version: 0.0.1
Summary: Windows ACL Get Package.
Author-email: yuhekun <3320382157@qq.com>
Project-URL: Homepage, https://github.com/yalisandsoso/WACL
Project-URL: Bug Tracker, https://github.com/yalisandsoso/WACL
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openpyxl ==3.1.2

# WACL
windows acl command
    @ https://github.com/yalisandsoso/WACL

# Test
from sample import test

test.test_save_excel_PER2()

# Use
    from core.report import AclGt
    aclGt = AclGt()
    #path 查看权限的文件夹 \ depthLevel 遍历文件夹深度 \ output 输出保存文件路径 \ mode 保存的文件格式
    aclGt.getacl(path="T:\\", depthLevel=1, output=".\\output2.xlsx", mode=2)
