-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
45 lines (45 loc) · 1.28 KB
/
CITATION.cff
File metadata and controls
45 lines (45 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
abstract: astToolkit provides a comprehensive set of utilities for manipulating,
analyzing, and transforming Python Abstract Syntax Trees. It offers type-safe
operations, code generation tools, and traversal utilities for working with
Python AST nodes.
authors:
- given-names: Hunter
family-names: Hogan
email: HunterHogan@pm.me
cff-version: 1.2.0
commit: 4fa08f8dbfee0906d13ba09388672078fe1354e5
date-released: '2026-04-01'
identifiers:
- type: url
value: https://github.com/hunterhogan/astToolkit/releases/tag/0.11.2
description: The URL for astToolkit 0.11.2.
keywords:
- abstract syntax tree
- ast
- ast-analysis
- ast-manipulation
- ast-predicate
- ast-traversal
- ast-visitor
- code-analysis
- code-refactoring
- code generation
- code transformation
- composable-apis
- function-inlining
- metaprogramming
- python-ast
- source-code-generation
- static-analysis
- type-safe
- typed-ast
- visitor-pattern
license: CC-BY-NC-4.0
message: Cite this software with the metadata in this file.
repository: https://github.com/hunterhogan/astToolkit.git
repository-artifact: https://pypi.org/project/asttoolkit/0.11.2/
repository-code: https://github.com/hunterhogan/astToolkit/releases/tag/0.11.2
title: astToolkit
type: software
url: https://github.com/hunterhogan/astToolkit
version: 0.11.2