bytecodemanipulation/Emulator.py,sha256=eXMkzB-Xo1fBnHHx7LOg8xjyY6VKCCzdaNqqBoYykEA,22008
bytecodemanipulation/Mixin.py,sha256=GBfXWELlUF2XEWVJjwsV6Wjg7MRZ72H_nJ8YXdaevzY,20025
bytecodemanipulation/MutableFunction.py,sha256=n8nlaOxhFasKjWZEqz_pv_iUVAZ1C3DHfMSixYeYpnQ,19747
bytecodemanipulation/MutableFunctionHelpers.py,sha256=HQrvp_l1J5h_M2sG8OjveQIJrWEHjD4_tmNc2mxHUi4,9803
bytecodemanipulation/Optimiser.py,sha256=8J5DE8lB-qNNKkg3uxDmXqFjRxQyeogRVTMZwaaxGQ4,27037
bytecodemanipulation/Specialization.py,sha256=58ZFOL9Q3NSlT8ybCj59JiZA_4CkaLuq21V4gFqho3g,11255
bytecodemanipulation/TypeEnforcer.py,sha256=hH9-SiNiz9z3YAsarw1KnHhByZpPmx26s0oUZPEhkbE,339
bytecodemanipulation/__init__.py,sha256=HmODihtkL2P81r25JsMrrN1w8QCPzb1-aSx4nk2inO8,157
bytecodemanipulation/annotated_std.py,sha256=tZ2YIClM9w7LPodgNqiiMMWMkO_6SaxpTtd9BB8TOTs,51
bytecodemanipulation/data_loader.py,sha256=Rup637CgP5FIlZgf5KDesaDZqIOenNji2zdpdlZm5Hk,3183
bytecodemanipulation/mixin_util.py,sha256=VNE8d69lk-fNNrLDryB57u60Xx87ijApkUz6rTcfYX8,4176
bytecodemanipulation/optimise_self.py,sha256=N8PWHn3DyIUwibd3043tOwoBiYWwR0XbxqOjyyXbqt4,449
bytecodemanipulation/optimiser_util.py,sha256=fYni1jBY47zMwy1iJJPeHmboA8_Qc5nQ9MBz2bEAXpM,17702
bytecodemanipulation/util.py,sha256=MXpoZR6VoquKVXvqtjQ4lm0J-6Ld3qcU2FFjFGRA9qY,628
bytecodemanipulation/assembler/AbstractBase.py,sha256=lBCo5G59cIboJ__x0OeuT9RxIQ2NHUxtUNryK0YF7qw,10604
bytecodemanipulation/assembler/Emitter.py,sha256=d9IeMBCtxAInZd7oj2e0DHI704xE9E4XTeY4-SWXgzo,12247
bytecodemanipulation/assembler/Lexer.py,sha256=NnE51125tNzukJBd6H_M3KzcmMhnKMHe1v5CTTSvwyI,5356
bytecodemanipulation/assembler/Parser.py,sha256=4Ih4sKp2k8hqfrKWWm3jigFgkP6_v0pTL9zbUaPpak4,21487
bytecodemanipulation/assembler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/hook.py,sha256=PEyYS7mbtUDUsQy22HR9Iz9M_fb0Z6VIswqx8ZvQ0U0,1459
bytecodemanipulation/assembler/syntax_errors.py,sha256=0dSmK5q4dAPRH_G70dPHo_SG3xnFWyJqYcralXrybVk,3895
bytecodemanipulation/assembler/target.py,sha256=-NL_iCj7nlI7G040OMl6JZLR6pXISG68peajH1cfm5k,3883
bytecodemanipulation/assembler/util/CommonUtil.py,sha256=KgNuMEdfevTg2yNLua3bGWeXJozeQu9k79AGN8gnJ1Q,335
bytecodemanipulation/assembler/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/util/parser.py,sha256=PVsUtyk6HDqECMUu04gN_y8NEBGA3BKk_kXrYlI_cdw,10940
bytecodemanipulation/assembler/util/tokenizer.py,sha256=YBanCQbEU2dcmXLIcxWYS6Ye09THiv_lIOUPtmJpyU4,8373
bytecodemanipulation/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/__init__.py,sha256=F7VVe6fSTcTSfn3m9Ch5MIFjEfNl4QpGsy3xcPZr8Ao,27
bytecodemanipulation/data/shared/builtin_spec.py,sha256=aKRhUJ1e8wtNh0ppAdrg5KZ4u8DF-57Vgh7go6SdxW4,15377
bytecodemanipulation/data/shared/expressions/AttributeAccessExpression.py,sha256=C8WHOWrShFdzfW2re7w476mtvGJ5u-KK1vYPaDftkmo,2610
bytecodemanipulation/data/shared/expressions/CompoundExpression.py,sha256=yq9UUDViGHY5CvanEATLF8x73pIfI2DPU-EjIzWaB1c,3550
bytecodemanipulation/data/shared/expressions/ConstantAccessExpression.py,sha256=mwVU5aORIlgfu1tlJc34jMxeANpkIVezi4xKHBOjhn0,1546
bytecodemanipulation/data/shared/expressions/DerefAccessExpression.py,sha256=U2DeWttSWJ2lYRxao09UENwP4hYYlyXcnt5fo7UZYlw,1450
bytecodemanipulation/data/shared/expressions/DiscardValueExpression.py,sha256=evUA-rXEaZl6PC4Z9blOY_4KlHqM51g4_-C4Lw0a4_I,956
bytecodemanipulation/data/shared/expressions/DynamicAccessExpression.py,sha256=RTijvetaFnKEr8xfGG8k2MWdg5DSRzECt-xATdVe6eM,2913
bytecodemanipulation/data/shared/expressions/GlobalAccessExpression.py,sha256=ye-JeNcz2GpOv12DspxoD-gorgn24MFc6c9H7qIysrM,1452
bytecodemanipulation/data/shared/expressions/GlobalStaticAccessExpression.py,sha256=G7NPa8fCbS3XsGr69PGuPhRDOm_8Zrdkx6Z5LQtsMq8,1760
bytecodemanipulation/data/shared/expressions/LocalAccessExpression.py,sha256=nPtBUMqLWmR39JD78UmeR7lqEUgzNBaC0bOhwvJfAHE,2055
bytecodemanipulation/data/shared/expressions/MacroAccessExpression.py,sha256=6QECR1MHbbxor1B23tIMSOx9SGq-YqQdMsAqHEMlDh0,1402
bytecodemanipulation/data/shared/expressions/MacroParameterAcessExpression.py,sha256=lIHeQm9UX0AX9BwrjBpLVKzdptALKAJH0BscCrjEyo4,2871
bytecodemanipulation/data/shared/expressions/ModuleAccessExpression.py,sha256=z-qOCVLlFsNr04SnrZSyr-gzOsHWXVHijeg3uoWqYvU,2124
bytecodemanipulation/data/shared/expressions/StaticAttributeAcccessExpression.py,sha256=uJPIW1s1SUy4A1U2ipX_tMrHbsih1eFyZVnhg6XkYj4,2652
bytecodemanipulation/data/shared/expressions/SubscriptionAccessExpression.py,sha256=fp0umrfoEWjBl69Gl8zfraDw0_hUtFo8bddDzKmtWg0,3839
bytecodemanipulation/data/shared/expressions/TopOfStackAccessExpression.py,sha256=or49Y2u6M01IU7zmrU9U2O6B9sSYxnKsr25r0Co8lGE,1622
bytecodemanipulation/data/shared/expressions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/instructions/AbstractInstruction.py,sha256=ELlHmcCLNPPQlUyygZiwaipVMSY2YZ7lWbPENX4zMbY,4244
bytecodemanipulation/data/shared/instructions/AssertAssembly.py,sha256=0OjueNi-Y0JRyziPofXpZms39B4BpnU7pe5b8EjiFIY,1508
bytecodemanipulation/data/shared/instructions/AssertStaticInstruction.py,sha256=FJ504MMu5ufxZVbFoCXvAjoNZWP7oisPycSQluoslZQ,3441
bytecodemanipulation/data/shared/instructions/CallAssembly.py,sha256=3GyC7E7AfmlhOXYLXzNO5WQARsNf0dDy_R9hpeaNyDg,15500
bytecodemanipulation/data/shared/instructions/ClassDefinitionAssembly.py,sha256=iZ9QYpdxMc9tPgrfa4CvXhz8DSrep9IFbKAT2hlz_CU,4435
bytecodemanipulation/data/shared/instructions/ForEachAssembly.py,sha256=XyH49c69TrgVra2LuAidDfu3zsnVH8is9-p7IH0apFQ,4930
bytecodemanipulation/data/shared/instructions/FunctionDefinitionAssembly.py,sha256=PK25sQUbVQdknfXc0Xx-mtTh7hd11hFqIe0f1fKV6lA,9401
bytecodemanipulation/data/shared/instructions/IfAssembly.py,sha256=wxLx_gxS1Q38Q5ge57lKsvnd6IMIcRlz1U_WhscmtDQ,4002
bytecodemanipulation/data/shared/instructions/JumpAssembly.py,sha256=KkqFgL6KkLZcX4xKnTdtL5kCUDweSJoRWjeBsHLmzpo,3428
bytecodemanipulation/data/shared/instructions/LabelAssembly.py,sha256=4X3_9IPxd5LogWaaNH_5hSJ6T8LmXmzGReQE7Yuvt14,1896
bytecodemanipulation/data/shared/instructions/LoadAssembly.py,sha256=537vudpSylZcwwOLE8IoT7vcqI32anOVaVThVrFYD5w,3205
bytecodemanipulation/data/shared/instructions/LoadConstAssembly.py,sha256=WH6zK6iyxR1BU972sk54lUt2HURiKbH1voWJ3-zTDx4,2984
bytecodemanipulation/data/shared/instructions/LoadFastAssembly.py,sha256=5aMcfR7O4BgaWAt6t4eS0vYIOkc-QQhM0-amdQ014us,2503
bytecodemanipulation/data/shared/instructions/LoadGlobalAssembly.py,sha256=W6sitGA5-8pz5OzWrKs7iJj85Wpv4bZPy3vrT7knxF0,3085
bytecodemanipulation/data/shared/instructions/MacroAssembly.py,sha256=FXjjIO4UC4BPNA6iR6EH1FHVlgKc4DAtA0TJ_3_T8VM,27035
bytecodemanipulation/data/shared/instructions/MacroImportAssembly.py,sha256=8j7VlFVgR9XvmoDkOIWboXlt_a-B2_f8Z9gndID41os,4442
bytecodemanipulation/data/shared/instructions/MacroPasteAssembly.py,sha256=Mjt-WXObDrValPiElrNXO3Zd9cYlgKxZlRCYmABoXM8,6940
bytecodemanipulation/data/shared/instructions/MacroReturnAssembly.py,sha256=zuFuss1yLf75pMB5ZmrNUeCFkzv8RbUZYHp5eA1B0Qw,2059
bytecodemanipulation/data/shared/instructions/NamespaceAssembly.py,sha256=N_Rv9iia8YnS5fBoCXTJyRB7gGog5u7Qh6tVZGFTxT8,2782
bytecodemanipulation/data/shared/instructions/OpAssembly.py,sha256=oG6ggU9eOR86rNI03HPOTiv3NPzokDywgW688qrGFMg,20630
bytecodemanipulation/data/shared/instructions/PopElementAssembly.py,sha256=Fv-IrpRChKAn8f7cDFDvAqxWNxxZTUDg8BwXVUW4M4s,900
bytecodemanipulation/data/shared/instructions/PythonCodeAssembly.py,sha256=O_Uefo3-cAKFOjEgGylbikFS2TiitQiMCrW9y6j2bPI,1543
bytecodemanipulation/data/shared/instructions/RaiseAssembly.py,sha256=JN8TFbvyyXRQv7tm9kxbNSUpI1pOp-Y1rU4BvYsQWM4,897
bytecodemanipulation/data/shared/instructions/RawAssembly.py,sha256=M8i56-S2ETgllVS7JQrScmuueYY69NAySPjAyaZxrhU,1832
bytecodemanipulation/data/shared/instructions/ReturnAssembly.py,sha256=OYVabuH9OMFf_TlAUWDdJuK2BMR_2yd39TXUsoLlAnQ,1549
bytecodemanipulation/data/shared/instructions/StoreAssembly.py,sha256=Ae3dO0VxM2-RlHTOz_96m4gNNz4h7umgJ8w7_1XDEzE,2842
bytecodemanipulation/data/shared/instructions/StoreFastAssembly.py,sha256=cOH_LEDgY41ZEVWO5DYLbK55zJ9fkyRvsgmaxwINmmY,2303
bytecodemanipulation/data/shared/instructions/StoreGlobalAssembly.py,sha256=SzSnVS4CmtBHR2Q493RvRZ-5Uk3YIvkpMTsaK6j6nYY,2567
bytecodemanipulation/data/shared/instructions/WhileAssembly.py,sha256=KgYzPTSM9w8k2wHd8obSpz3WONcFRhY8cWB58VslXLc,3865
bytecodemanipulation/data/shared/instructions/YieldAssembly.py,sha256=D63ompmG7d87jdvADHaG5EGCoqlmYSCszGIGpGOVdNc,2992
bytecodemanipulation/data/shared/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/ExceptionInstructionCodec.py,sha256=OHO8Ya34lgtNFtaFYTpTrtLg0P6MSsGxSP9qr6WMIys,2555
bytecodemanipulation/data/v3_10/LocationInformationHandler.py,sha256=Z9UUD1UZi6LiArR6QqqttD9CYU-ErVB1k_zILkoz9zQ,1574
bytecodemanipulation/data/v3_10/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/assembly_instructions.py,sha256=CryqAQu8pqUUrq2MKCdTEHHH0NInGD1hMHC2iy5vamQ,957
bytecodemanipulation/data/v3_10/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_10/instructions/AssertAssembly.py,sha256=HYLFU08GpPhPwztYAw78_nR6l6u6LzhVoDap8BQabb0,1464
bytecodemanipulation/data/v3_10/instructions/CallAssembly.py,sha256=y24DurXAcaMchg3P2X0JMr9Cpr4NU3zBMRnnaEeQgPA,6503
bytecodemanipulation/data/v3_10/instructions/ClassDefinitionAssembly.py,sha256=IMnpYaW2een1yWYckQCfQm7stIkV2_RAZ-AaY_H1YlU,2657
bytecodemanipulation/data/v3_10/instructions/ForEachAssembly.py,sha256=3WduwJk78xOc4Xf3ffjGelOtXHPFJvZettTIuAUvomc,3292
bytecodemanipulation/data/v3_10/instructions/FunctionDefinitionAssembly.py,sha256=gVxyUPKBDAjsrMxyIwHzxrVT5rzRy-dl7dbPN16LLOE,7548
bytecodemanipulation/data/v3_10/instructions/IfAssembly.py,sha256=XatPsyLjzTV6_q68ktkggPOQz2dIsI7X2a0hqB9kafs,3219
bytecodemanipulation/data/v3_10/instructions/JumpAssembly.py,sha256=-ofO-iLWp-lzTiYtFJ-g39--K19yM3EfUABMVZTOmuM,1410
bytecodemanipulation/data/v3_10/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_10/instructions/LoadFastAssembly.py,sha256=2oCzMJ04iazQKIYKIFQ7OqwhdKdW7cFMF6gYfF1LIkQ,809
bytecodemanipulation/data/v3_10/instructions/LoadGlobalAssembly.py,sha256=G1hhoMzDFLAuUsnc6g8xrh6Z2a6pl41HpsPwhL_KIyI,819
bytecodemanipulation/data/v3_10/instructions/OpAssembly.py,sha256=lemEVC542xBJNgTW2RrIBfImhuLEYXWXWsFJ1Jun_7k,22437
bytecodemanipulation/data/v3_10/instructions/PopElementAssembly.py,sha256=sPdnunCQEyc_IhSYFDXA01PBOEg2UERO8d8K0prOyJw,710
bytecodemanipulation/data/v3_10/instructions/RaiseAssembly.py,sha256=8v4SlqWIcgiK4OdA4lzBrUiwyJfleIk31uDeP0h-Uvg,774
bytecodemanipulation/data/v3_10/instructions/ReturnAssembly.py,sha256=ReqHfcX3wPcJouE2buE0DB8fiNnr49HKCvBx02kRXS4,773
bytecodemanipulation/data/v3_10/instructions/StoreFastAssembly.py,sha256=XzvqjEXa7JrngIHeF2yNITndrNxm5KzWNQbIDeT3BSk,822
bytecodemanipulation/data/v3_10/instructions/StoreGlobalAssembly.py,sha256=q_pGQxGAUaJ5yTrn_9f4WtgV7B6VMEgudmpGrEA_KSI,895
bytecodemanipulation/data/v3_10/instructions/WhileAssembly.py,sha256=6Fki5RXkXra7py8QBaZ8npCOt0w50yn_GDFBNbHZd7I,1519
bytecodemanipulation/data/v3_10/instructions/YieldAssembly.py,sha256=hRrzfapmotNAbSPHoyJsTXQue7mtZfnOHP93N1uOJc4,1279
bytecodemanipulation/data/v3_10/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/assembly_instructions.py,sha256=5dbSrE4WOVCIJauidMD0TaYIPFsKEhg8TJ4iV6_hSH4,849
bytecodemanipulation/data/v3_11/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_11/instructions/CallAssembly.py,sha256=YBJQjeFZNzRTG60mWU9xr82aWSyHknR3y1rEr1r2qQU,6599
bytecodemanipulation/data/v3_11/instructions/ClassDefinitionAssembly.py,sha256=IMnpYaW2een1yWYckQCfQm7stIkV2_RAZ-AaY_H1YlU,2657
bytecodemanipulation/data/v3_11/instructions/ForEachAssembly.py,sha256=3WduwJk78xOc4Xf3ffjGelOtXHPFJvZettTIuAUvomc,3292
bytecodemanipulation/data/v3_11/instructions/FunctionDefinitionAssembly.py,sha256=KjGPGvLEeth37Okzoissx86x062FJktzzPwKMQkAMik,4986
bytecodemanipulation/data/v3_11/instructions/IfAssembly.py,sha256=8le2dW2g9w20_vGbXuws8-Rq8SfQvUAajLLKs-mEgB4,1592
bytecodemanipulation/data/v3_11/instructions/JumpAssembly.py,sha256=77gYv9deTxsN29oWGwZ7taSVhePfKm36qq4YfAm1LKA,1402
bytecodemanipulation/data/v3_11/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_11/instructions/LoadFastAssembly.py,sha256=2oCzMJ04iazQKIYKIFQ7OqwhdKdW7cFMF6gYfF1LIkQ,809
bytecodemanipulation/data/v3_11/instructions/LoadGlobalAssembly.py,sha256=G1hhoMzDFLAuUsnc6g8xrh6Z2a6pl41HpsPwhL_KIyI,819
bytecodemanipulation/data/v3_11/instructions/OpAssembly.py,sha256=hdcD-ryR8OMZuorVN9ijr-GrJ-iIvkSBjfgXFhOsmY0,2799
bytecodemanipulation/data/v3_11/instructions/PopElementAssembly.py,sha256=sPdnunCQEyc_IhSYFDXA01PBOEg2UERO8d8K0prOyJw,710
bytecodemanipulation/data/v3_11/instructions/RaiseAssembly.py,sha256=8v4SlqWIcgiK4OdA4lzBrUiwyJfleIk31uDeP0h-Uvg,774
bytecodemanipulation/data/v3_11/instructions/ReturnAssembly.py,sha256=zyp0LVD6WucStOM8j-iWFFt9upOA0jsfGtr9MJNJL74,710
bytecodemanipulation/data/v3_11/instructions/StoreFastAssembly.py,sha256=XzvqjEXa7JrngIHeF2yNITndrNxm5KzWNQbIDeT3BSk,822
bytecodemanipulation/data/v3_11/instructions/StoreGlobalAssembly.py,sha256=q1_leS3YwfBuellwZMgXbyOYqlgObMA0r-9YlG1HPuk,832
bytecodemanipulation/data/v3_11/instructions/WhileAssembly.py,sha256=FRsyGxrkr3rf73_W39DLIX2MGLFR0-cyrnuxzdBgilo,1528
bytecodemanipulation/data/v3_11/instructions/YieldAssembly.py,sha256=hRrzfapmotNAbSPHoyJsTXQue7mtZfnOHP93N1uOJc4,1279
bytecodemanipulation/data/v3_11/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_12/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/opcodes/AbstractOpcodeTransformerStage.py,sha256=v46iLfXDuzfZoF1873ET6UxkXD9daMSTvgne7Q-Mq_g,12999
bytecodemanipulation/opcodes/CacheEntryCreation.py,sha256=6HZWexUMvv-e3lxDZjDVdXsCzQhxBIFpfgPQjyjgYiQ,1197
bytecodemanipulation/opcodes/CodeObjectBuilder.py,sha256=vfCU5w1F9eihniPBiqmHfab7-YL0Aa2OQYiSRKM3VQY,2695
bytecodemanipulation/opcodes/ExceptionTable.py,sha256=oVwgfGlbJNOTDUYkihSTodQmwPXJ_LuibMA3iG82das,1329
bytecodemanipulation/opcodes/Instruction.py,sha256=QYpf596I9yhSeZ8uOQMjfPvdbvniPsrSKbVjO7Fmjtg,25709
bytecodemanipulation/opcodes/OpcodeReplacer.py,sha256=miPDUwG5vaxQy_eA1KA68vdZG9bYGB99g5gIwpFS0tI,3139
bytecodemanipulation/opcodes/Opcodes.py,sha256=UWm3PH0At53p3HOlLbqGESpDCs7cAiHmwf4R8KRD8-c,5599
bytecodemanipulation/opcodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation-0.3.4.dist-info/LICENSE,sha256=lMoTzLF86YJEQX0w7VBbAK9ge1rXiaIUubHFXCtEoLc,1066
bytecodemanipulation-0.3.4.dist-info/METADATA,sha256=x8tmKiuXl9C6xhws3o4wr7BrDKoSqaqZnFOQgefcroE,6420
bytecodemanipulation-0.3.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
bytecodemanipulation-0.3.4.dist-info/top_level.txt,sha256=j7KSJuZGEcWd8q4KZ-I09B-C7k78W3kUVK421F14wjw,21
bytecodemanipulation-0.3.4.dist-info/RECORD,,
