Metadata-Version: 2.1
Name: a2y-handy
Version: 2.0.0
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
Requires-Dist: openpyxl >=3.0.0
Requires-Dist: watchdog >=2.1.0
Requires-Dist: xlrd >=2.0.0
Requires-Dist: Cython >=3.0.0
Requires-Dist: pycryptodome >=3.20.0

# Python Module: a2y_handy

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

## ChangeLog

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


