Result for 4050484CB82EFB136FFCEF5FF1B4726576068A6E

Query result

Key Value
FileName./usr/lib/python3.10/site-packages/astor/__pycache__/code_gen.cpython-310.opt-1.pyc
FileSize29559
MD5CE4B464F574CC7182DA8DF0C3A66B984
SHA-14050484CB82EFB136FFCEF5FF1B4726576068A6E
SHA-256ED2B97F81EA5DD937113A9D3FDB1B3AD6FA22A4C02451E415198C57DF52A183F
SSDEEP384:zPnU0KurUx3+jsaL/NKWOji9G1ZBlAgCwfPTuCkSUgPN5dMW:7RrUxujhL/NvIjAgCUP6CkSUgl5aW
TLSHT15AD255EA60B19F5EFD5CF2B8F01D0310A071E36AD34D717BB019E69A3F557C84A51898
hashlookup:parent-total4
hashlookup:trust70

Network graph view

Parents (Total: 4)

The searched file hash is included in 4 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD589C3C7D589B10078BB770FA0581CC662
PackageArchnoarch
PackageDescriptionastor 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
PackageNamepython310-astor
PackageRelease29.5
PackageVersion0.8.1
SHA-17806B7DF9C695FBE27E923B8BE73AD3692B7216A
SHA-2562080EF5B744C09AB069CA41E8D298C343E662638FD20BE9F56294194AD8A5ADA
Key Value
MD5ED589EF4BDAADC4EAB8495E2085D9A70
PackageArchnoarch
PackageDescriptionastor 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
PackageNamepython310-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-1DFEDACB94B634C4291052E34BF35E798E64289EC
SHA-2560A0910AF6EFAD3CCA5B170F62E34CD8C82FD42B12C2AA57DF35F8D931D3E79FD
Key Value
MD5985C93B1C84513245AA29FB5520C6B08
PackageArchnoarch
PackageDescriptionastor 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
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython310-astor
PackageRelease6.3
PackageVersion0.8.1
SHA-1389C93757BA088C648A4C011A3FC0DAE07FD5420
SHA-25674A84BB2B759F0C4DA18D6EE36006E75092CF5C2DCCBC79144986F2FD85041B1
Key Value
MD59377BDA15F78238CF4783B20FEF5BC1C
PackageArchnoarch
PackageDescriptionastor 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
PackageNamepython310-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-1C0867341D309D6E5A65AA58EDC2F8468E737BDE0
SHA-256D66C5DDA4E89296A08234876FFCD04FC7DB62E87B7B12841A1B2583E93D890A4