Result for 081E470DEBE95C9A4B240FE17F44E80C8DBA8C28

Query result

Key Value
FileName./usr/lib/python3.9/site-packages/astor/__pycache__/string_repr.cpython-39.opt-1.pyc
FileSize2993
MD52B32FF053FDD8A45D5CCE1C99D5B6E7F
SHA-1081E470DEBE95C9A4B240FE17F44E80C8DBA8C28
SHA-2568F622509B44FC59EDD4C59874D204E5B4DD1CDD5C61FA3A1140A999F48A807F1
SSDEEP48:YByqCDTt6oNahXKoEqWUrCmOC1YTSk1tKkPq41g3CesZboYoEm+zUeh5sn/NtcLh:a/Q6owhawx+mOC1YTSUtKueSoELUeh5/
TLSHT1F651A3C621186E67FCA5F278800F0231EBA1C226214A36AEF28DB87B1E0C4985C71E0C
tar:gnameroot
tar:unameroot
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
MD596BED5CBF94C87EAFD15F2CEAAA50EDC
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
PackageNamepython39-astor
PackageRelease27.19
PackageVersion0.8.1
SHA-167E3332A930E48901847B050EE8698E6F03E661E
SHA-256873B2AC2DC4BADE49A149573B5054FFBF87834F4F27319E7E0FACBD34BCF5370
Key Value
MD5CED0B4EDDC869B4A367AD3A5C5D5097F
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
PackageNamepython39-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-1E15082CE450937F090F8A2CA1881ECD5CD528B6D
SHA-256971F696BA3ED9AE5EB7747E624E5EDB1C0A23D9A175715FAB05577D5E93638FC
Key Value
MD5BD762CF1C353A4F08E840D6FD90F8A13
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
PackageNamepython39-astor
PackageRelease27.18
PackageVersion0.8.1
SHA-178F6BDCBCC5E0BF79326922A6B3D499142C03BCC
SHA-256C015D22053DF184A927D414B1E72E52C7F15496CC251A938B981572F98BA2144
Key Value
MD5C0383A55F64C4A750592AB531C4B37A9
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
PackageNamepython39-astor
PackageRelease6.3
PackageVersion0.8.1
SHA-14E945F42031A371A6D725B73313A1014B1123497
SHA-2567D65FFE236D848E52FEC7216D10420F2AF5518684170E16CE52F8C4677A7E6E0
Key Value
MD561DDC91BC4D7FC4E5E74CED4DCF6186C
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
PackageNamepython39-astor
PackageRelease5.2
PackageVersion0.8.1
SHA-1678D779008E961C8694F4BF87F79F2D26AE5C0C5
SHA-256876AA3C7690FA007DFB065A3D8B749D3DD91DF4C9529827CC9B1133B0EEB85DC
Key Value
MD5DB42AFFE6BBE9BF43A2A6F489E83A430
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
PackageNamepython39-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-19F35600BAAC8BEE6280E92A8E693A444D52923C8
SHA-256421E3FC2F24EC688EB41A961F8A6BBF8CBC7EF4BCA37029D8293CEA6A1F3CAA2
Key Value
FileNamehttp://archlinux.mirror.root.lu//pool//community//python-astor-0.8.1-3-any.pkg.tar.zst
MD5E8F84D3097804427BEA3DD8A7E42E2E1
SHA-1CB96BADFD42D0AD4A0F2F6E246C3580CAF400036
SHA-2563AF07279F436BBFDA208AB629782F225893A64982458E92D8A83133FF56016D4
SSDEEP768:3V/1yVb1vXRkT4i1BnMw0HEbG5lSTAJKVQEeQHTl7/u40R8DfI10DKRdU/5o7V7:Mk4i1BAgCl+d1eyNuYDg3RdzF
TLSHT146230102EE38A8895499ED01C0F95FCD205F103F558CB8DE4AF16AD5C054F99F61AF89
Key Value
MD54DEE4B1D4FEC4F1DCC008BB3E9A104EB
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
PackageNamepython39-astor
PackageRelease29.5
PackageVersion0.8.1
SHA-12B18C59F856E3E7C8B12626161DA783CA32C6253
SHA-256129521E5ED7D01F219A458B40E3CB9A6843B5BFAE355F72D493CCD81606F5B4A
Key Value
MD548A570702EA3CEBD09EE5B3182011169
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
PackageNamepython39-astor
PackageRelease29.4
PackageVersion0.8.1
SHA-1F562DFBBFB6D4B8960AE62FD0F3EBFCE2189F390
SHA-256490007364EF88D5B369AA1072DE2BE8A8F8979D311E80A1BA9C120BD4F56ADC3