Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/astor/__pycache__/code_gen.cpython-38.opt-1.pyc |
FileSize | 29339 |
MD5 | 0E4D5FCF6AA6C7D954BE34C0874ECE9A |
SHA-1 | 1F177BAD394DE832584089A39747BD11696F45E5 |
SHA-256 | 7DD7962D9AD33FDFAFAFE12356965437FF6A222746770D5DEA7DAE1ACB23F874 |
SSDEEP | 384:ntjdxoC2P/PtPYLfBtDUdV02X2nSBxkNDBsTowQebCy60UmywC:n5WHdYbBl+V3TBUBYzCj0UmnC |
TLSH | T13AD262ED11A09F6EFE4CF3B8B05D0214B430B36B938E717B701DAAAB3F457895960958 |
hashlookup:parent-total | 2 |
hashlookup:trust | 60 |
The searched file hash is included in 2 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 | 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 |