Result for 374ED3EB5FEB8E94C41B5F649E51C8A7766C008E

Query result

Key Value
FileName./usr/lib/python3.10/site-packages/astor/__pycache__/rtrip.cpython-310.pyc
FileSize4846
MD576032F94E2A0308763469FAED5C3E7D7
SHA-1374ED3EB5FEB8E94C41B5F649E51C8A7766C008E
SHA-256986D1BA427EFAD5F7BA308A5C82BC1A7A8197DC4B422063D34C86BF787C0FEB7
SSDEEP96:EisUK4ZPnLRAunaLnvlwlBgl+DkKhcLdLwyMj+a+ZAyWqs:EubPnLRp4/FLOrjz+3Wqs
TLSHT102A11A9B260922B1FCD19378B2054120C384B29B471616ED762FA1FA5F451E26AF2BD9
hashlookup:parent-total5
hashlookup:trust75

Network graph view

Parents (Total: 5)

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

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
MD53549FA9995C46AB35B2EA053126B9D91
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-112130070484E404670FF1F0413BFBA5310D1F4D3
SHA-256944EBD25770BCE765536566B4FBF3088075D96F07D9F8641F212EBD72AAF249A
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
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