Metadata-Version: 2.1
Name: a2y-handy
Version: 1.4.3
Summary: A module that contains kinds of little functions and classes that are not easy to classify.
Home-page: http://www.sorobust.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.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: openpyxl (>=3.0.0)
Requires-Dist: watchdog (>=2.1.0)
Requires-Dist: xlrd (==1.2.0)

# Python Module: a2y_handy

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

## ChangeLog

- 2025-02-02 增加函数`make_enum_instance_from_name`。版本升级为 1.4.3。

- 2024-08-08 修正对 xlrd 的依赖版本，发布 1.4.2。

- 2024-07-08 修正依赖项，发布 1.4.1。

- 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。


