New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kevin-toolbox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kevin-toolbox

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

  • 1.4.6
  • PyPI
  • Socket score

Maintainers
1

kevin_toolbox

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

环境要求

numpy>=1.19
pytorch>=1.2

安装方法:

pip install kevin-toolbox  --no-dependencies

项目地址 Repo

使用指南 User_Guide

免责声明 Disclaimer

版本更新记录

  • 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 :将文件数量较少的目录合并

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc