Metadata-Version: 2.4
Name: a2y_handy
Version: 2.0.4
Summary: A module that contains kinds of little functions and classes that are not easy to classify.
Home-page: http://www.kersci.com/a2y/handy.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openpyxl>=3.0.0
Requires-Dist: watchdog>=2.1.0
Requires-Dist: xlrd==1.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Python Module: a2y_handy

这个模块包含各种各样不好分类的工具函数、类。

## ChangeLog

- 2026-01-12 使用`EnumType`的旧名字：`EnumMeta`，以保持对`Python38`的兼容性。升级为 2.0.4。

- 2024-08-08 修正对 xlrd 的以来版本，发布 2.0.1。

- 2024-06-30 发布 2.0.0。

- 2024-06-16 发布 1.4.0。

- 2024-06-11 加入`bytes_to_hex`和`hex_to_bytes`两个函数。版本升级为 1.3.7。

- 2024-05-30 加入`cmp`函数，一个类似 Python2 内置函数`cmp`的函数。加入这个函数的目的是为了尽快使用上老旧的 HandyCV。版本升级为 1.3.6。
