Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/astor/__pycache__/code_gen.cpython-38.pyc |
FileSize | 29339 |
MD5 | 7A21CA618377E426FB3A06E4238F4F4D |
SHA-1 | 39490F143267A2B3E36B95CB83AC8CE6B1EB1FA2 |
SHA-256 | FCBB62D4FDB6DB63380C8C22A1018913F668093DBA272A56C2B251B5BD473569 |
SSDEEP | 384:ntkOxzCJVLeekHfEU6o2XcnfSSTQ5BJBaCzdvcYcZ8rImMrk:nGXVCekHfEBzuT8BaOda8rImOk |
TLSH | T14ED252E920B15E6FFE8DF3F8D04D0218F430B3AF934E516BA019A6AB2F1578159749D8 |
hashlookup:parent-total | 2 |
hashlookup:trust | 60 |
The searched file hash is included in 2 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | B0DA6B6D9A66F819AB673BCC90D422D9 |
PackageArch | noarch |
PackageDescription | astor is designed to allow easy manipulation of Python source via the AST. There are some other similar libraries, but astor focuses on the following areas: - Round-trip an AST back to Python: - Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly compileable for the round-trip to work. - Easy to read generated code as, well, code - Can round-trip two different source trees to compare for functional differences, using the astor.rtrip tool (for example, after PEP8 edits). - Dump pretty-printing of AST - Harder to read than round-tripped code, but more accurate to figure out what is going on. - Easier to read than dump from built-in AST module - Non-recursive treewalk - Sometimes you want a recursive treewalk (and astor supports that, starting at any node on the tree), but sometimes you don't need to do that. astor doesn't require you to explicitly visit sub-nodes unless you want to: - You can add code that executes before a node's children are visited, and/or - You can add code that executes after a node's children are visited, and/or - You can add code that executes and keeps the node's children from being visited (and optionally visit them yourself via a recursive call) - Write functions to access the tree based on object names and/or attribute names - Enjoy easy access to parent node(s) for tree rewriting |
PackageName | python38-astor |
PackageRelease | 5.2 |
PackageVersion | 0.8.1 |
SHA-1 | ED377795D7A59413C4BA46541355BC8DA4B3529D |
SHA-256 | 170DF97B42681D9E15F7A5402DE7E4139EFB0B64261C2E543C1850E74A429FA1 |
Key | Value |
---|---|
MD5 | 789BCE7A8EE6EAAAFF4DED86CCFD2F1A |
PackageArch | noarch |
PackageDescription | astor is designed to allow easy manipulation of Python source via the AST. There are some other similar libraries, but astor focuses on the following areas: - Round-trip an AST back to Python: - Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly compileable for the round-trip to work. - Easy to read generated code as, well, code - Can round-trip two different source trees to compare for functional differences, using the astor.rtrip tool (for example, after PEP8 edits). - Dump pretty-printing of AST - Harder to read than round-tripped code, but more accurate to figure out what is going on. - Easier to read than dump from built-in AST module - Non-recursive treewalk - Sometimes you want a recursive treewalk (and astor supports that, starting at any node on the tree), but sometimes you don't need to do that. astor doesn't require you to explicitly visit sub-nodes unless you want to: - You can add code that executes before a node's children are visited, and/or - You can add code that executes after a node's children are visited, and/or - You can add code that executes and keeps the node's children from being visited (and optionally visit them yourself via a recursive call) - Write functions to access the tree based on object names and/or attribute names - Enjoy easy access to parent node(s) for tree rewriting |
PackageName | python3-astor |
PackageRelease | 4.3 |
PackageVersion | 0.8.1 |
SHA-1 | F979AB5F88485A969F2BD7C3276C7C55874A9AA4 |
SHA-256 | 78FED2A971E76A3C2A6B413ECA6F23A03BA0C670457D7DB661A82DEC5AEB5097 |