Skip to content

Commit 0bc6519

Browse files
committed
2 parents c4b8f62 + 6ff2737 commit 0bc6519

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

CITATION.cff

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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.
45
authors:
56
- given-names: Hunter
67
family-names: Hogan
78
email: HunterHogan@pm.me
89
cff-version: 1.2.0
9-
commit: c652428ce026df5bff925e5823f8f3c454cb626c
10-
date-released: '2025-06-06'
10+
commit: c0b4996198b62be03bb14b59f9cd2000747fae6d
11+
date-released: '2025-06-07'
1112
identifiers:
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.
1516
keywords:
1617
- abstract syntax tree
1718
- ast
@@ -36,9 +37,9 @@ keywords:
3637
license: CC-BY-NC-4.0
3738
message: Cite this software with the metadata in this file.
3839
repository: 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
4142
title: astToolkit
4243
type: software
4344
url: https://github.com/hunterhogan/astToolkit
44-
version: 0.5.2
45+
version: 0.5.3

citations/CITATION.cff

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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.
45
authors:
56
- given-names: Hunter
67
family-names: Hogan
78
email: HunterHogan@pm.me
89
cff-version: 1.2.0
9-
commit: c652428ce026df5bff925e5823f8f3c454cb626c
10-
date-released: '2025-06-06'
10+
commit: c0b4996198b62be03bb14b59f9cd2000747fae6d
11+
date-released: '2025-06-07'
1112
identifiers:
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.
1516
keywords:
1617
- abstract syntax tree
1718
- ast
@@ -36,9 +37,9 @@ keywords:
3637
license: CC-BY-NC-4.0
3738
message: Cite this software with the metadata in this file.
3839
repository: 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
4142
title: astToolkit
4243
type: software
4344
url: https://github.com/hunterhogan/astToolkit
44-
version: 0.5.2
45+
version: 0.5.3

0 commit comments

Comments
 (0)