Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/astor/__pycache__/node_util.cpython-38.pyc |
FileSize | 6800 |
MD5 | 6EF1211DADD328AB4ED0D7CADB969CA4 |
SHA-1 | 1BF45BBBACD519F66DEC1FC12846FC2DBC6B3F90 |
SHA-256 | 471843498724E7DC4B74D7C35B666126C60BE1BDF73307BF001CD5988336463C |
SSDEEP | 96:iMN7f7wAxNWzUPYfuteSYdiePrZv3Mtp8FbTa8s8VYaba4EBFWwSHiSlu2drgbJi:i67f7Zx8GjYieFipW+wYJ2HFdrYw |
TLSH | T160E1B5C9728066BAFDABF379C61A60607A21D27B73515364344DC4729F0B2E82B329DD |
hashlookup:parent-total | 5 |
hashlookup:trust | 75 |
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 |
---|---|
MD5 | 9723D159A82E3A1C7E1592C68739A181 |
PackageArch | noarch |
PackageDescription | astor 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 |
PackageName | python38-astor |
PackageRelease | 29.4 |
PackageVersion | 0.8.1 |
SHA-1 | 355591F1E9FD261BD412FCEB6EDBDE8ADD9012A8 |
SHA-256 | 30218144133F47CFDB5181171DE9A3E677FE6BE0669E1A77DAA2F3AFB96FC2C8 |
Key | Value |
---|---|
MD5 | 22742A84AED2980471BD497C063E99C7 |
PackageArch | noarch |
PackageDescription | astor 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 |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python38-astor |
PackageRelease | 6.3 |
PackageVersion | 0.8.1 |
SHA-1 | D5D90C06B93DF840EA60E7B060D9A17E248CBFAA |
SHA-256 | 78937372472C7B451AE691FF3486D17DFEBC9BECC2F8A9A0E856E59C96FABD3B |
Key | Value |
---|---|
MD5 | 80B1AAA8D0121C9DCBCB8A5DC7B8DD54 |
PackageArch | noarch |
PackageDescription | astor 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 |
PackageName | python38-astor |
PackageRelease | 29.5 |
PackageVersion | 0.8.1 |
SHA-1 | 1ACFDD48CCD308D909CA97BCA66C94FEE75F0E66 |
SHA-256 | 74913F16E7FBFE30182403EF1FD1D85277141EA59FC9D17376057DF548D74065 |
Key | Value |
---|---|
MD5 | 0170A02477473D77664B9838C5F2B87E |
PackageArch | noarch |
PackageDescription | astor 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 |
PackageName | python38-astor |
PackageRelease | 29.4 |
PackageVersion | 0.8.1 |
SHA-1 | 57E0FA7338E4D712A73B6E209C9FC77120A961BD |
SHA-256 | A4FD1A65CBD0802A5E299165FF550D12DF6DC48A757221151B5B9AE4EB97BA62 |
Key | Value |
---|---|
MD5 | 3D3190B2B015F841BEA74E7CD2071FDC |
PackageArch | noarch |
PackageDescription | astor 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 |
PackageName | python38-astor |
PackageRelease | 29.4 |
PackageVersion | 0.8.1 |
SHA-1 | 6FA9C4127E27AC177C6C1C6FCA81EAD8B5213042 |
SHA-256 | 72C0B1812E3333CFE6D41D98955B58EDBEF558DC73AD5BE854DC886B22F193D6 |