Skip to content

v6.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 04:19
· 43 commits to main since this release

实现 /v2/file/scan, 添加 _core_file_scan 生成器方法

from aligo import Aligo

if __name__ == '__main__':
    ali = Aligo()
    for i in ali._core_scan_file(category='doc'):
        print(i)