Result for 133E5F2DC20B26A5F3B3C5F5EE3A13BBE7823F91

Query result

Key Value
FileName./usr/lib/python3.6/site-packages/astor/__pycache__/rtrip.cpython-36.pyc
FileSize4803
MD5657811605399963BFB6B6AD60AC5EDF3
SHA-1133E5F2DC20B26A5F3B3C5F5EE3A13BBE7823F91
SHA-2561A68EB4279B3BBBA6A5711FF9AA785B94CE4E516400DB58C6B79AC92FFDAF977
SSDEEP96:bibeoK4BaegximbucZUnhL8lBg3EwWkKhcLdLwyMj4kfqR:bKbadimbR2F0oLOrj4kfqR
TLSHT12DA10B6B1A492675FCE3A2B5705DA1608680B7EF431973E8714D82FA0F191D21BF17D8
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

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

Key Value
MD5C15CAAD3BBDF2FDDE6F9BF7668A282D9
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
PackageRelease7.1
PackageVersion0.8.1
SHA-150AB375D702B6E171860ABFA11B369A5BD739B9B
SHA-2565972FE86C6890E375950473B904D2BDD1B57AE2687F95B5D18A493CCD6895BE5
Key Value
MD53236C73B4B251CC2F3352A91DB870D01
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
PackageRelease7.1
PackageVersion0.8.1
SHA-169A1E25776558908F910E88829576CF7C4E70532
SHA-256A809B9AFEECDD2CE6623B3C73D74B2FBD550A2FBF3AD3102229F3F976248CF69
Key Value
MD5A186948695792BC93A7D8B45C8DE4020
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
PackageReleaselp153.7.1
PackageVersion0.8.1
SHA-183EC7D76B965C277C1540A1EB1B64B059C2D78B2
SHA-25672C2CAC6CBB32F6260AABE00729664F337B42D843FE986053255FACB3976BA47
Key Value
MD5FD7D39DB498C7E0307C0D1D5B530D985
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
PackageReleaselp152.7.1
PackageVersion0.8.1
SHA-14D9665294AAB583594371CADF6264867E44625B5
SHA-2567782413FFF627E25B63F7DB4905F90F646FCCD88A0A4C2BA2982757E0AED1EEB
Key Value
MD52F62277A8416F1B78E37F6264E45B842
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
PackageReleaselp154.7.1
PackageVersion0.8.1
SHA-14422CC113E56F197569483F2868545690BC0EA1D
SHA-256BD95D5011B0D7CDB447AA3E00DB804D8BE3599B490CDC2929C057FA0DF1A6E36
Key Value
MD5F109A0C8F5DF701536D57604A49D864A
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
PackageRelease7.1
PackageVersion0.8.1
SHA-1530BD707E6DCA947F05EA7003B7FDF351D1AEA51
SHA-256B72E4446732C488E74CDB535107B786E734D0B8BDC6BC789B7C6F650CFAD3FD7
Key Value
MD59E7E39AE5406ABCF16C85F9F367801CE
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
PackageReleaselp152.7.1
PackageVersion0.8.1
SHA-195A1E031489C433FD53ED4F6DC1C83E64B061E78
SHA-2564E9BE5B32FB81824C033A6AAB3FE7E8FBD5ECD4BAE9B5E095F883885EF00CC48
Key Value
MD50CAC61A4F50F22DDFCB574D32173FA53
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
PackageReleaselp153.7.1
PackageVersion0.8.1
SHA-1398BB8FF50C470CBC8C57124BE9898FA2EFB4FF2
SHA-256CBE7C25CDDA51EFD35FD9B59CD1FEC5B2FAAB3FF568058BB8D1131CA0B9F1372
Key Value
MD55EF4FF56ABF46C9CCFBF96B19CA11B59
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
PackageRelease29.1
PackageVersion0.8.1
SHA-10B9FEC4C1AB4E6E8BD1A864B6B92A305AA7C0B77
SHA-256B4F157D0D0B562CC94B1C170364DA52F748D9813BC38E67F27B0C75AF7BD47A0
Key Value
MD5793B0FD1E74A634320C33DA56069CDC9
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
PackageRelease7.1
PackageVersion0.8.1
SHA-14F431DD755437A1C3CED37B3114E3447DC48C471
SHA-256E19FAB840BFCA6887B43AEDA998AD9C3F1A9EA8746549C0ADC333C8CA8867257
Key Value
MD50FE290917B50AC92E58D0642735502F1
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://www.suse.com/
PackageNamepython3-astor
PackageReleaselp154.29.1
PackageVersion0.8.1
SHA-155383CDCFE85A50C9DD72C148DD653E4C4D73D82
SHA-256AD349150A8AFBFBB0DCE2CDA8062BA945AA2DC35C513DF848F2BB73AE0984602
Key Value
MD543CEEE96FF385A1761B90B4777CC6E8E
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
PackageReleaselp153.29.4
PackageVersion0.8.1
SHA-1DC7C87089B5B22DCB031895A214BB6E807B2576F
SHA-2565AA1DC47129B3C3A5E533C44D64FA3BF7B974018BC270D46968059B5C135813A