Key | Value |
---|---|
FileName | ./usr/lib/python3.10/site-packages/astor/__pycache__/code_gen.cpython-310.opt-1.pyc |
FileSize | 29559 |
MD5 | CE4B464F574CC7182DA8DF0C3A66B984 |
SHA-1 | 4050484CB82EFB136FFCEF5FF1B4726576068A6E |
SHA-256 | ED2B97F81EA5DD937113A9D3FDB1B3AD6FA22A4C02451E415198C57DF52A183F |
SSDEEP | 384:zPnU0KurUx3+jsaL/NKWOji9G1ZBlAgCwfPTuCkSUgPN5dMW:7RrUxujhL/NvIjAgCUP6CkSUgl5aW |
TLSH | T15AD255EA60B19F5EFD5CF2B8F01D0310A071E36AD34D717BB019E69A3F557C84A51898 |
hashlookup:parent-total | 4 |
hashlookup:trust | 70 |
The searched file hash is included in 4 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 89C3C7D589B10078BB770FA0581CC662 |
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 | python310-astor |
PackageRelease | 29.5 |
PackageVersion | 0.8.1 |
SHA-1 | 7806B7DF9C695FBE27E923B8BE73AD3692B7216A |
SHA-256 | 2080EF5B744C09AB069CA41E8D298C343E662638FD20BE9F56294194AD8A5ADA |
Key | Value |
---|---|
MD5 | ED589EF4BDAADC4EAB8495E2085D9A70 |
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 | python310-astor |
PackageRelease | 29.4 |
PackageVersion | 0.8.1 |
SHA-1 | DFEDACB94B634C4291052E34BF35E798E64289EC |
SHA-256 | 0A0910AF6EFAD3CCA5B170F62E34CD8C82FD42B12C2AA57DF35F8D931D3E79FD |
Key | Value |
---|---|
MD5 | 985C93B1C84513245AA29FB5520C6B08 |
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 | python310-astor |
PackageRelease | 6.3 |
PackageVersion | 0.8.1 |
SHA-1 | 389C93757BA088C648A4C011A3FC0DAE07FD5420 |
SHA-256 | 74A84BB2B759F0C4DA18D6EE36006E75092CF5C2DCCBC79144986F2FD85041B1 |
Key | Value |
---|---|
MD5 | 9377BDA15F78238CF4783B20FEF5BC1C |
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 | python310-astor |
PackageRelease | 29.4 |
PackageVersion | 0.8.1 |
SHA-1 | C0867341D309D6E5A65AA58EDC2F8468E737BDE0 |
SHA-256 | D66C5DDA4E89296A08234876FFCD04FC7DB62E87B7B12841A1B2583E93D890A4 |