Result for 3DEFE3C76FA3225D63AAA97B0B5162F6FE919A6B

Query result

Key Value
FileName./usr/lib/python3.8/site-packages/astor/__pycache__/string_repr.cpython-38.opt-1.pyc
FileSize3019
MD542AC2DEFDFF8D111213E9D4A13D825F4
SHA-13DEFE3C76FA3225D63AAA97B0B5162F6FE919A6B
SHA-25622C5B7413522501FE66B247D1202EAD9242CE6573FA7A11CED97A4DF2B9D92EE
SSDEEP48:uKKvqFADTt6oNahXKoEDWUrCmOi1Y4eS01tKkwq41g3CesZboYNJ1m+zsL5v/NtB:QiFK6owhaJx+mOi1Y4eSEtKPeSn1LsLT
TLSHT10651A6C611589E56FDB5F278404F1230EAA1D337225A22AAF28DB97B2E4D5D85C35E0C
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

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

Key Value
MD59723D159A82E3A1C7E1592C68739A181
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
PackageNamepython38-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-1355591F1E9FD261BD412FCEB6EDBDE8ADD9012A8
SHA-25630218144133F47CFDB5181171DE9A3E677FE6BE0669E1A77DAA2F3AFB96FC2C8
Key Value
MD5E315ECD703D6D364FCE9DE031872E181
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
PackageNamepython38-astor
PackageRelease27.18
PackageVersion0.8.1
SHA-1FDDBE84593210EC6748DC4B47963DE4E443D3D8D
SHA-2562A367FD19683EA0DA73EFE63CC2F4E3CF90D7A0192FC3056BCE250C5D2FFCB01
Key Value
MD522742A84AED2980471BD497C063E99C7
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
PackageNamepython38-astor
PackageRelease6.3
PackageVersion0.8.1
SHA-1D5D90C06B93DF840EA60E7B060D9A17E248CBFAA
SHA-25678937372472C7B451AE691FF3486D17DFEBC9BECC2F8A9A0E856E59C96FABD3B
Key Value
MD580B1AAA8D0121C9DCBCB8A5DC7B8DD54
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
PackageNamepython38-astor
PackageRelease29.5
PackageVersion0.8.1
SHA-11ACFDD48CCD308D909CA97BCA66C94FEE75F0E66
SHA-25674913F16E7FBFE30182403EF1FD1D85277141EA59FC9D17376057DF548D74065
Key Value
MD5A0CD7EA82B9D78F15895EEF24BDCDC33
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
PackageNamepython38-astor
PackageRelease27.19
PackageVersion0.8.1
SHA-15DF0E9312D00E5EF0DCC1E9F1E9DE4F95B8113EE
SHA-2560996C4F3C5C8E39EB44E9D43D747CD66B51A5DDC88E26C19EE3F7E32460E7A91
Key Value
MD50170A02477473D77664B9838C5F2B87E
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
PackageNamepython38-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-157E0FA7338E4D712A73B6E209C9FC77120A961BD
SHA-256A4FD1A65CBD0802A5E299165FF550D12DF6DC48A757221151B5B9AE4EB97BA62
Key Value
MD5B0DA6B6D9A66F819AB673BCC90D422D9
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
PackageNamepython38-astor
PackageRelease5.2
PackageVersion0.8.1
SHA-1ED377795D7A59413C4BA46541355BC8DA4B3529D
SHA-256170DF97B42681D9E15F7A5402DE7E4139EFB0B64261C2E543C1850E74A429FA1
Key Value
MD53D3190B2B015F841BEA74E7CD2071FDC
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
PackageNamepython38-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-16FA9C4127E27AC177C6C1C6FCA81EAD8B5213042
SHA-25672C0B1812E3333CFE6D41D98955B58EDBEF558DC73AD5BE854DC886B22F193D6
Key Value
MD5789BCE7A8EE6EAAAFF4DED86CCFD2F1A
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
PackageNamepython3-astor
PackageRelease4.3
PackageVersion0.8.1
SHA-1F979AB5F88485A969F2BD7C3276C7C55874A9AA4
SHA-25678FED2A971E76A3C2A6B413ECA6F23A03BA0C670457D7DB661A82DEC5AEB5097