Metadata-Version: 2.1
Name: kevin-toolbox-dev
Version: 1.4.6
Summary: 一个常用的工具代码包集合
Home-page: https://github.com/cantbeblank96/kevin_toolbox
Download-URL: https://github.com/username/your-package/archive/refs/tags/v1.0.0.tar.gz
Author: kevin hsu
Author-email: xukaiming1996@163.com
License: MIT
Keywords: mathematics,pytorch,numpy,machine-learning,algorithm
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: plot
Provides-Extra: rest

# kevin_toolbox

一个通用的工具代码包集合



环境要求

```shell
numpy>=1.19
pytorch>=1.2
```

安装方法：

```shell
pip install kevin-toolbox  --no-dependencies
```



[项目地址 Repo](https://github.com/cantbeblank96/kevin_toolbox)

[使用指南 User_Guide](./notes/User_Guide.md)

[免责声明 Disclaimer](./notes/Disclaimer.md)

[版本更新记录](./notes/Release_Record.md)：

- v 1.4.6 （2025-01-24）【new feature】

  - data_flow.file
    - modify json_.read()，支持输入路径使用 ~ 表示家目录。
    - 【new feature】add excel，该模块用于 excel 表格处理。
      - write_with_matrix()：将矩阵写入到 excel 文件中

  - patches.for_os
    - modify find_files_in_dir()，支持 suffix_ls 设定 None 以表示不进行任何过滤。
    - 【new feature】add organize，该模块用于文件整理。
      - group_files_by_timestamp()：将 input_dir 中的文件按照时间戳信息进行分组，输出到 output_dir 中。
    - 添加了对应的测试用例。
  - env_info
    - 【new feature】add check_validity_and_uninstall()，检查当前机器时间是否超过 expiration_timestamp 指定的有效期，若超过则卸载 package_name 对应的库。
    - 【new feature】add check_version_and_update()，检查当前库的版本，并尝试更新。
    - 以上函数均系从同名脚本中抽取出来。
  - 以上修改，均已添加了对应的测试用例。
  - developing
    - 【new feature】add photo_album_organization，该模块包含一系列整理相册相关的脚本。
      -  0_group_by_timestamp.py ：按照时间戳分组
      -  1_merge_folders.py ：将文件数量较少的目录合并


