Metadata-Version: 2.4
Name: hhltools
Version: 2.0.2
Summary: A collection of handy Python tools
Author-email: hhaolin <2813579566@qq.com>
License-Expression: MIT
Keywords: HHLtools
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/x-rst

HHLTools
--------------------------
2022/8/7:
    | 1.0.0 The FIRST version!
    | 1.0.1 fix bugs
    | 1.0.2 add fibonacci
    | 1.0.3 fix bugs

2022/9/17:
    | 1.0.4 add stack and queue

2022/9/28
    | 1.0.5 fix bugs

2022/10/2
    | 1.0.6 add Hmath

2022/10/28
    | 1.0.7 add prints,python 3.11 available

2022/11/4
    | 1.0.8 Chinese extension
    | 1.0.8.1 fix bugs

2023/4/21
    | 1.1.0 add linked list, and some useful modifications to previous function

2023/4/22
    | 1.2.0 fix bugs, modify the error display, add Vector (only 2 or 3 dimensions)
    | 1.2.1 fix bugs, remove fibonacci

2023/12/20
    | 1.2.2 fix bugs
    | 1.2.3 fix bugs
    | 1.2.4 fix bugs

2026/2/12
    | 1.2.6 fix prints bugs

2026/9/3
    | 1.2.7 fix bugs

2026/9/4
    | 2.0.0 COMPLETELY UPGRADED! Added some debug tools and documentations/annoations
    | 2.0.1 Fixed minor bugs
    | 2.0.2 print_obj could detect infinite recursion

