1- abstract : astToolkit provides a comprehensive set of utilities for manipulating, analyzing,
2- and transforming Python Abstract Syntax Trees. It offers type-safe operations, code
3- generation tools, and traversal utilities for working with Python AST nodes.
1+ abstract : astToolkit provides a comprehensive set of utilities for manipulating,
2+ analyzing, and transforming Python Abstract Syntax Trees. It offers type-safe
3+ operations, code generation tools, and traversal utilities for working with
4+ Python AST nodes.
45authors :
56- given-names : Hunter
67 family-names : Hogan
78 email : HunterHogan@pm.me
89cff-version : 1.2.0
9- commit : c652428ce026df5bff925e5823f8f3c454cb626c
10- date-released : ' 2025-06-06 '
10+ commit : c0b4996198b62be03bb14b59f9cd2000747fae6d
11+ date-released : ' 2025-06-07 '
1112identifiers :
1213- type : url
13- value : https://github.com/hunterhogan/astToolkit/releases/tag/0.5.2
14- description : The URL for astToolkit 0.5.2 .
14+ value : https://github.com/hunterhogan/astToolkit/releases/tag/0.5.3
15+ description : The URL for astToolkit 0.5.3 .
1516keywords :
1617- abstract syntax tree
1718- ast
@@ -36,9 +37,9 @@ keywords:
3637license : CC-BY-NC-4.0
3738message : Cite this software with the metadata in this file.
3839repository : https://github.com/hunterhogan/astToolkit.git
39- repository-artifact : https://pypi.org/project/asttoolkit/0.5.2 /
40- repository-code : https://github.com/hunterhogan/astToolkit/releases/tag/0.5.2
40+ repository-artifact : https://pypi.org/project/asttoolkit/0.5.3 /
41+ repository-code : https://github.com/hunterhogan/astToolkit/releases/tag/0.5.3
4142title : astToolkit
4243type : software
4344url : https://github.com/hunterhogan/astToolkit
44- version : 0.5.2
45+ version : 0.5.3
0 commit comments