Skip to content

Commit 9bcb157

Browse files
ayushag-nvKrishnanPrash
authored andcommitted
feat: added support for pythonic tool parser (#2788)
Signed-off-by: ayushag <ayushag@nvidia.com> Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
1 parent 6ad54ee commit 9bcb157

File tree

9 files changed

+793
-143
lines changed

9 files changed

+793
-143
lines changed

Cargo.lock

Lines changed: 258 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ allow = [
3333
"MPL-2.0",
3434
"CDLA-Permissive-2.0",
3535
"Zlib",
36-
"NCSA"
36+
"NCSA",
37+
"LGPL-3.0",
38+
"CC0-1.0",
39+
"Unicode-DFS-2016"
3740
]
3841

3942
# TODO exceptions

lib/parsers/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ uuid = { workspace = true }
3535
regex = "1"
3636
openai-harmony = "0.0.3"
3737
lazy_static = "1.5.0"
38+
rustpython-parser = "0.4.0"
39+
num-traits = "0.2"

0 commit comments

Comments
 (0)