Nymbo/self-hosted-python
1
1var Module=typeof globalThis.__pyodide_module!=="undefined"?globalThis.__pyodide_module:{};if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH="";if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}var PACKAGE_NAME="docutils.data";var REMOTE_PACKAGE_BASE="docutils.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata["remote_package_size"];var PACKAGE_UUID=metadata["package_uuid"];function fetchRemotePackage(packageName,packageSize,callback,errback){if(typeof process==="object"){require("fs").readFile(packageName,(function(err,contents){if(err){errback(err)}else{callback(contents.buffer)}}));return}var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,(function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}}),handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.9",true,true);Module["FS_createPath"]("/lib/python3.9","site-packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","docutils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","languages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","parsers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/parsers","rst",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/parsers/rst","directives",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/parsers/rst","languages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/parsers/rst","include",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","readers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","transforms",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","utils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/utils","math",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils","writers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","html4css1",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","html5_polyglot",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","pep_html",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","s5_html",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html","themes",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","big-black",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","big-white",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","default",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","medium-black",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","medium-white",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","small-black",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers/s5_html/themes","small-white",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","latex2e",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","xetex",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/docutils/writers","odf_odt",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","docutils-0.18.1-py3.9.egg-info",true,true);Module["FS_createPath"]("/","bin",true,true);function processPackageData(arrayBuffer){assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:1049354,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1603,2549,3916,5202,6636,7808,8790,9845,10835,11786,12848,14092,15139,16188,17178,18376,19488,20577,21710,23133,24271,25553,26527,27433,28445,29660,30887,32102,33201,34059,34999,35862,36866,38124,39166,40332,41456,42663,43629,45040,46188,47484,48635,49755,50986,52140,53266,54682,56007,57223,58151,59278,60358,61527,62888,64189,65581,66663,67761,68693,69821,70875,71829,72891,73790,74757,75773,76959,78149,79333,80268,81399,82526,83337,84119,85192,86231,87227,88177,89495,90475,91995,93161,94184,95243,96600,97772,99142,100407,101803,103012,103998,104834,105679,106682,107908,108960,110291,111538,112544,113588,114619,115610,116651,117641,118633,119593,120865,121835,122613,123481,124588,125819,126903,127944,129369,130529,131932,133241,134576,135873,137113,138386,139681,141034,142403,143781,145117,146477,147798,149091,150459,151840,153245,154596,155904,157262,158631,159994,161347,162711,164045,165476,166617,167774,169211,170360,171412,172788,174288,175212,176399,177679,179028,180306,181431,182866,184276,185421,186458,187441,188433,189544,190712,192138,193466,194653,195718,196816,197785,198976,200145,201351,202494,203333,204128,205338,206499,207630,208607,209600,210541,211501,212459,213455,214601,215747,216956,218062,219072,220108,221357,222333,223265,224330,225315,226379,227526,228444,229551,230492,231618,232511,233498,234558,235678,236826,237859,239027,240048,240942,242074,243163,244083,245165,246352,247694,248726,249700,250634,251702,252737,253763,255024,256082,256883,257957,259061,260535,261733,262717,264012,265168,266129,267366,268620,269677,270929,272230,273268,274402,275302,276455,277657,278724,279975,280999,282254,283338,284438,285563,286595,287936,288870,289967,291168,292382,293382,294438,295447,296601,297644,298815,300033,301166,302169,303341,304530,305799,307051,308161,309166,310443,311220,312287,313337,314331,315469,316430,317471,318654,319754,320763,322123,323243,324482,325702,327028,327982,329129,329987,330876,332012,333222,334462,335792,336893,338123,339352,340459,341569,342820,344154,345206,346444,347381,348738,349827,351086,352282,353481,354873,356133,357513,358740,360058,361346,362589,363986,365053,366421,367721,368837,370063,371360,372688,373556,374800,376072,377303,378227,379119,379850,381012,381945,382761,383601,384380,385205,386310,387356,388352,389463,390508,391343,392225,393258,394117,395364,396379,397228,398068,399037,399946,400938,401743,402362,403063,403820,404787,405619,406441,407156,408005,408811,409428,410215,410834,411508,412162,412902,413648,414406,415107,415969,416817,417956,418970,420105,421112,422333,423476,424436,425503,426598,427594,428459,429364,430269,431019,431896,432677,433547,434350,435111,435985,436764,437525,438331,439232,440017,440805,441689,442416,443171,444041,444846,445813,446705,447635,448518,449568,450460,451439,452510,453482,454261,455138,456132,457253,458250,459235,460392,461657,462994,464316,465444,466864,468148,469164,470474,471929,472895,474195,475232,476340,477544,478844,479847,480789,481930,483183,484217,485527,486635,487836,488947,490346,491374,492371,493487,494681,496016,497092,498060,499009,499914,500800,501702,502566,503373,504506,505483,506460,507427,508499,509443,510563,511702,512723,514065,515199,516262,517227,518463,519605,520914,522250,523698,524841,525912,526895,527920,529162,530224,531356,532598,533881,535145,536506,537748,539102,540425,541651,543131,544362,545369,546410,547865,549251,550568,551894,553235,554713,555874,557480,559022,560507,562114,563395,564709,565610,566387,567420,568479,569773,570710,571522,572608,573923,575153,576158,577659,579001,580236,581768,583367,584446,585518,586602,587767,588862,590058,591335,592507,593566,594670,595739,596749,597830,598995,600273,601488,602496,603615,604615,605709,606628,607708,608793,609945,611313,612217,613270,614313,615371,616236,617036,617982,618867,619518,620519,621634,622924,624153,625307,626320,627353,628527,629604,630713,631862,633145,634156,635342,636478,637413,638595,639628,640684,641803,642993,644084,645256,646436,647579,648578,649642,650808,651948,653151,654282,655554,656565,657601,658661,659949,661071,662344,663524,665042,666063,667187,668560,669588,670471,671580,672616,673678,674775,675919,677199,678523,679481,680550,681533,682534,683536,684536,685590,686600,687806,688751,689694,690639,691602,692554,693386,694070,694770,695609,696932,698183,699441,700541,701539,702756,703899,705210,706407,707581,708851,710186,711328,712211,713301,714414,715451,716195,717305,718284,719246,720298,721370,722580,723452,724637,725710,726681,727673,728723,729763,730601,731632,732681,733592,734673,735753,736957,738218,739182,740762,741896,743102,744363,745534,746462,747579,748486,749257,750201,751092,751893,752919,753943,755007,756030,757044,757896,759151,760425,761459,762945,764105,765250,766234,767204,768297,769355,770339,771579,772646,773829,774858,776010,776768,777860,778984,780293,781374,782424,783604,785071,786161,787475,788595,789658,790826,791811,793042,794269,795577,796579,797756,798956,800252,801379,802712,804103,805435,806740,807814,809126,810402,811705,813025,814033,815103,816295,817550,818924,820206,821563,822630,823977,825048,826001,827371,828882,829854,831053,832183,833267,834394,835395,836745,837965,839368,840539,841819,843100,844314,845543,846970,848144,849324,850330,851402,852588,853906,854901,856332,857481,858812,860002,861303,862467,863780,865083,866307,867832,868915,869897,870694,871763,872741,873915,875125,876148,877470,878578,880052,881393,882677,883798,884865,885872,887161,888237,889322,890418,891352,892428,893855,894768,895839,897114,898171,899256,900431,901521,902811,904052,905384,906240,907300,908076,909017,909915,910860,911914,913009,914069,915172,916273,917250,918400,919518,920803,921865,922888,924171,925401,926419,927599,928579,929719,930845,931872,932871,934044,935210,936226,937301,938541,939690,940676,942128,943354,944668,946041,947364,948554,949977,951375,952005,952811,953416,954583,955632,956600,957151,957983,959141,960333,961079,962239,962991,964035,964968,965946,967015,968027,969208,970264,971205,971906,972328,972853,973295,973805,974781,975652,976721,977505,978322,978920,979824,980626,981628,982500,983422,984348,985403,986518,987446,988463,989479,990390,991410,992530,993476,994393,995506,996108,996634,997242,998177,999176,1000170,1000983,1002066,1003021,1004035,1005082,1005837,1006820,1007647,1008675,1009123,1009882,1011930,1013978,1016033,1018012,1019639,1021672,1022945,1024372,1025214,1026524,1027375,1027880,1028444,1029089,1029967,1030550,1031185,1031834,1032432,1032807,1033394,1034178,1035283,1036011,1036475,1037147,1037799,1038592,1039163,1039784,1040416,1040929,1041362,1041805,1042593,1043542,1044714,1045940,1046903,1047691,1049129],sizes:[1603,946,1367,1286,1434,1172,982,1055,990,951,1062,1244,1047,1049,990,1198,1112,1089,1133,1423,1138,1282,974,906,1012,1215,1227,1215,1099,858,940,863,1004,1258,1042,1166,1124,1207,966,1411,1148,1296,1151,1120,1231,1154,1126,1416,1325,1216,928,1127,1080,1169,1361,1301,1392,1082,1098,932,1128,1054,954,1062,899,967,1016,1186,1190,1184,935,1131,1127,811,782,1073,1039,996,950,1318,980,1520,1166,1023,1059,1357,1172,1370,1265,1396,1209,986,836,845,1003,1226,1052,1331,1247,1006,1044,1031,991,1041,990,992,960,1272,970,778,868,1107,1231,1084,1041,1425,1160,1403,1309,1335,1297,1240,1273,1295,1353,1369,1378,1336,1360,1321,1293,1368,1381,1405,1351,1308,1358,1369,1363,1353,1364,1334,1431,1141,1157,1437,1149,1052,1376,1500,924,1187,1280,1349,1278,1125,1435,1410,1145,1037,983,992,1111,1168,1426,1328,1187,1065,1098,969,1191,1169,1206,1143,839,795,1210,1161,1131,977,993,941,960,958,996,1146,1146,1209,1106,1010,1036,1249,976,932,1065,985,1064,1147,918,1107,941,1126,893,987,1060,1120,1148,1033,1168,1021,894,1132,1089,920,1082,1187,1342,1032,974,934,1068,1035,1026,1261,1058,801,1074,1104,1474,1198,984,1295,1156,961,1237,1254,1057,1252,1301,1038,1134,900,1153,1202,1067,1251,1024,1255,1084,1100,1125,1032,1341,934,1097,1201,1214,1e3,1056,1009,1154,1043,1171,1218,1133,1003,1172,1189,1269,1252,1110,1005,1277,777,1067,1050,994,1138,961,1041,1183,1100,1009,1360,1120,1239,1220,1326,954,1147,858,889,1136,1210,1240,1330,1101,1230,1229,1107,1110,1251,1334,1052,1238,937,1357,1089,1259,1196,1199,1392,1260,1380,1227,1318,1288,1243,1397,1067,1368,1300,1116,1226,1297,1328,868,1244,1272,1231,924,892,731,1162,933,816,840,779,825,1105,1046,996,1111,1045,835,882,1033,859,1247,1015,849,840,969,909,992,805,619,701,757,967,832,822,715,849,806,617,787,619,674,654,740,746,758,701,862,848,1139,1014,1135,1007,1221,1143,960,1067,1095,996,865,905,905,750,877,781,870,803,761,874,779,761,806,901,785,788,884,727,755,870,805,967,892,930,883,1050,892,979,1071,972,779,877,994,1121,997,985,1157,1265,1337,1322,1128,1420,1284,1016,1310,1455,966,1300,1037,1108,1204,1300,1003,942,1141,1253,1034,1310,1108,1201,1111,1399,1028,997,1116,1194,1335,1076,968,949,905,886,902,864,807,1133,977,977,967,1072,944,1120,1139,1021,1342,1134,1063,965,1236,1142,1309,1336,1448,1143,1071,983,1025,1242,1062,1132,1242,1283,1264,1361,1242,1354,1323,1226,1480,1231,1007,1041,1455,1386,1317,1326,1341,1478,1161,1606,1542,1485,1607,1281,1314,901,777,1033,1059,1294,937,812,1086,1315,1230,1005,1501,1342,1235,1532,1599,1079,1072,1084,1165,1095,1196,1277,1172,1059,1104,1069,1010,1081,1165,1278,1215,1008,1119,1e3,1094,919,1080,1085,1152,1368,904,1053,1043,1058,865,800,946,885,651,1001,1115,1290,1229,1154,1013,1033,1174,1077,1109,1149,1283,1011,1186,1136,935,1182,1033,1056,1119,1190,1091,1172,1180,1143,999,1064,1166,1140,1203,1131,1272,1011,1036,1060,1288,1122,1273,1180,1518,1021,1124,1373,1028,883,1109,1036,1062,1097,1144,1280,1324,958,1069,983,1001,1002,1e3,1054,1010,1206,945,943,945,963,952,832,684,700,839,1323,1251,1258,1100,998,1217,1143,1311,1197,1174,1270,1335,1142,883,1090,1113,1037,744,1110,979,962,1052,1072,1210,872,1185,1073,971,992,1050,1040,838,1031,1049,911,1081,1080,1204,1261,964,1580,1134,1206,1261,1171,928,1117,907,771,944,891,801,1026,1024,1064,1023,1014,852,1255,1274,1034,1486,1160,1145,984,970,1093,1058,984,1240,1067,1183,1029,1152,758,1092,1124,1309,1081,1050,1180,1467,1090,1314,1120,1063,1168,985,1231,1227,1308,1002,1177,1200,1296,1127,1333,1391,1332,1305,1074,1312,1276,1303,1320,1008,1070,1192,1255,1374,1282,1357,1067,1347,1071,953,1370,1511,972,1199,1130,1084,1127,1001,1350,1220,1403,1171,1280,1281,1214,1229,1427,1174,1180,1006,1072,1186,1318,995,1431,1149,1331,1190,1301,1164,1313,1303,1224,1525,1083,982,797,1069,978,1174,1210,1023,1322,1108,1474,1341,1284,1121,1067,1007,1289,1076,1085,1096,934,1076,1427,913,1071,1275,1057,1085,1175,1090,1290,1241,1332,856,1060,776,941,898,945,1054,1095,1060,1103,1101,977,1150,1118,1285,1062,1023,1283,1230,1018,1180,980,1140,1126,1027,999,1173,1166,1016,1075,1240,1149,986,1452,1226,1314,1373,1323,1190,1423,1398,630,806,605,1167,1049,968,551,832,1158,1192,746,1160,752,1044,933,978,1069,1012,1181,1056,941,701,422,525,442,510,976,871,1069,784,817,598,904,802,1002,872,922,926,1055,1115,928,1017,1016,911,1020,1120,946,917,1113,602,526,608,935,999,994,813,1083,955,1014,1047,755,983,827,1028,448,759,2048,2048,2055,1979,1627,2033,1273,1427,842,1310,851,505,564,645,878,583,635,649,598,375,587,784,1105,728,464,672,652,793,571,621,632,513,433,443,788,949,1172,1226,963,788,1438,225],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData["data"]=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData},true);Module["removeRunDependency"]("datafile_docutils.data")}Module["addRunDependency"]("datafile_docutils.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.9/site-packages/docutils/__init__.py",start:0,end:9389,audio:0},{filename:"/lib/python3.9/site-packages/docutils/core.py",start:9389,end:38964,audio:0},{filename:"/lib/python3.9/site-packages/docutils/examples.py",start:38964,end:42923,audio:0},{filename:"/lib/python3.9/site-packages/docutils/frontend.py",start:42923,end:80247,audio:0},{filename:"/lib/python3.9/site-packages/docutils/io.py",start:80247,end:97280,audio:0},{filename:"/lib/python3.9/site-packages/docutils/nodes.py",start:97280,end:179541,audio:0},{filename:"/lib/python3.9/site-packages/docutils/statemachine.py",start:179541,end:236969,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/__init__.py",start:236969,end:239871,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/af.py",start:239871,end:241695,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/ar.py",start:241695,end:243724,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/ca.py",start:243724,end:245664,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/cs.py",start:245664,end:247592,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/da.py",start:247592,end:249499,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/de.py",start:249499,end:251221,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/en.py",start:251221,end:253069,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/eo.py",start:253069,end:255017,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/es.py",start:255017,end:256979,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/fa.py",start:256979,end:259023,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/fi.py",start:259023,end:261049,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/fr.py",start:261049,end:262942,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/gl.py",start:262942,end:264982,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/he.py",start:264982,end:267665,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/it.py",start:267665,end:269473,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/ja.py",start:269473,end:271415,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/ko.py",start:271415,end:273297,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/lt.py",start:273297,end:275237,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/lv.py",start:275237,end:277104,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/nl.py",start:277104,end:278969,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/pl.py",start:278969,end:280869,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/pt_br.py",start:280869,end:282851,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/ru.py",start:282851,end:285006,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/sk.py",start:285006,end:286866,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/sv.py",start:286866,end:288969,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/zh_cn.py",start:288969,end:290995,audio:0},{filename:"/lib/python3.9/site-packages/docutils/languages/zh_tw.py",start:290995,end:293766,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/__init__.py",start:293766,end:296939,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/null.py",start:296939,end:297384,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/recommonmark_wrapper.py",start:297384,end:304194,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/__init__.py",start:304194,end:320060,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/roles.py",start:320060,end:335180,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/states.py",start:335180,end:467966,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/tableparser.py",start:467966,end:488967,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/__init__.py",start:488967,end:503647,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/admonitions.py",start:503647,end:506060,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/body.py",start:506060,end:515883,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/html.py",start:515883,end:516574,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/images.py",start:516574,end:523556,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/misc.py",start:523556,end:552010,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/parts.py",start:552010,end:556261,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/references.py",start:556261,end:557092,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/directives/tables.py",start:557092,end:579944,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/__init__.py",start:579944,end:581166,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/af.py",start:581166,end:584843,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/ar.py",start:584843,end:588198,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/ca.py",start:588198,end:592665,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/cs.py",start:592665,end:597522,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/da.py",start:597522,end:601287,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/de.py",start:601287,end:604751,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/en.py",start:604751,end:608068,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/eo.py",start:608068,end:611966,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/es.py",start:611966,end:616227,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/fa.py",start:616227,end:619657,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/fi.py",start:619657,end:623318,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/fr.py",start:623318,end:627027,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/gl.py",start:627027,end:630738,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/he.py",start:630738,end:634378,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/it.py",start:634378,end:637648,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/ja.py",start:637648,end:641511,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/ko.py",start:641511,end:644974,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/lt.py",start:644974,end:648558,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/lv.py",start:648558,end:651939,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/nl.py",start:651939,end:655647,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/pl.py",start:655647,end:659074,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/pt_br.py",start:659074,end:663066,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/ru.py",start:663066,end:666372,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/sk.py",start:666372,end:670351,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/sv.py",start:670351,end:673682,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/zh_cn.py",start:673682,end:677689,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/languages/zh_tw.py",start:677689,end:682861,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/README.txt",start:682861,end:683513,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamsa.txt",start:683513,end:694438,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamsb.txt",start:694438,end:701680,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamsc.txt",start:701680,end:703403,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamsn.txt",start:703403,end:710124,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamso.txt",start:710124,end:713949,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isoamsr.txt",start:713949,end:725712,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isobox.txt",start:725712,end:728813,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isocyr1.txt",start:728813,end:733054,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isocyr2.txt",start:733054,end:734936,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isodia.txt",start:734936,end:735805,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isogrk1.txt",start:735805,end:738815,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isogrk2.txt",start:738815,end:740520,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isogrk3.txt",start:740520,end:743400,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt",start:743400,end:746435,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isogrk4.txt",start:746435,end:746807,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isolat1.txt",start:746807,end:751204,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isolat2.txt",start:751204,end:759670,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt",start:759670,end:763004,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomfrk.txt",start:763004,end:763523,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomopf-wide.txt",start:763523,end:765454,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomopf.txt",start:765454,end:766093,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomscr-wide.txt",start:766093,end:769324,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isomscr.txt",start:769324,end:770100,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isonum.txt",start:770100,end:774166,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isopub.txt",start:774166,end:778779,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/isotech.txt",start:778779,end:788505,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/mmlalias.txt",start:788505,end:833933,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt",start:833933,end:842943,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/mmlextra.txt",start:842943,end:849743,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/s5defs.txt",start:849743,end:850779,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt",start:850779,end:856891,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/xhtml1-special.txt",start:856891,end:858836,audio:0},{filename:"/lib/python3.9/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt",start:858836,end:865864,audio:0},{filename:"/lib/python3.9/site-packages/docutils/readers/__init__.py",start:865864,end:869322,audio:0},{filename:"/lib/python3.9/site-packages/docutils/readers/doctree.py",start:869322,end:870929,audio:0},{filename:"/lib/python3.9/site-packages/docutils/readers/pep.py",start:870929,end:872484,audio:0},{filename:"/lib/python3.9/site-packages/docutils/readers/standalone.py",start:872484,end:874830,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/__init__.py",start:874830,end:881334,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/components.py",start:881334,end:883631,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/frontmatter.py",start:883631,end:903765,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/misc.py",start:903765,end:908646,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/parts.py",start:908646,end:915638,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/peps.py",start:915638,end:926792,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/references.py",start:926792,end:963486,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/universal.py",start:963486,end:975299,audio:0},{filename:"/lib/python3.9/site-packages/docutils/transforms/writer_aux.py",start:975299,end:977906,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/__init__.py",start:977906,end:1006921,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/code_analyzer.py",start:1006921,end:1011895,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/error_reporting.py",start:1011895,end:1020526,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/punctuation_chars.py",start:1020526,end:1026955,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/roman.py",start:1026955,end:1029643,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/smartquotes.py",start:1029643,end:1069487,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/urischemes.py",start:1069487,end:1075759,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/__init__.py",start:1075759,end:1077585,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/latex2mathml.py",start:1077585,end:1129110,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/math2html.py",start:1129110,end:1230194,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/tex2mathml_extern.py",start:1230194,end:1235902,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/tex2unichar.py",start:1235902,end:1273352,audio:0},{filename:"/lib/python3.9/site-packages/docutils/utils/math/unichar2tex.py",start:1273352,end:1292544,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/__init__.py",start:1292544,end:1297546,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/_html_base.py",start:1297546,end:1367787,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/docutils_xml.py",start:1367787,end:1374920,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/manpage.py",start:1374920,end:1411563,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/null.py",start:1411563,end:1412013,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/pseudoxml.py",start:1412013,end:1413039,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html4css1/__init__.py",start:1413039,end:1450751,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html4css1/html4css1.css",start:1450751,end:1457961,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html4css1/template.txt",start:1457961,end:1458075,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/__init__.py",start:1458075,end:1476326,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/math.css",start:1476326,end:1482587,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/minimal.css",start:1482587,end:1489942,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/plain.css",start:1489942,end:1497743,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/responsive.css",start:1497743,end:1509261,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/template.txt",start:1509261,end:1509375,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/html5_polyglot/tuftig.css",start:1509375,end:1521253,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/pep_html/__init__.py",start:1521253,end:1524807,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/pep_html/pep.css",start:1524807,end:1531174,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/pep_html/template.txt",start:1531174,end:1532468,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/__init__.py",start:1532468,end:1547127,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/README.txt",start:1547127,end:1547405,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/big-black/__base__",start:1547405,end:1547443,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/big-black/framing.css",start:1547443,end:1548354,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css",start:1548354,end:1551960,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/big-white/framing.css",start:1551960,end:1552866,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css",start:1552866,end:1556432,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/framing.css",start:1556432,end:1557435,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/opera.css",start:1557435,end:1557696,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/outline.css",start:1557696,end:1558344,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/pretty.css",start:1558344,end:1562728,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/print.css",start:1562728,end:1563546,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/s5-core.css",start:1563546,end:1563997,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/slides.css",start:1563997,end:1564280,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/slides.js",start:1564280,end:1580080,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/medium-black/__base__",start:1580080,end:1580121,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css",start:1580121,end:1584152,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css",start:1584152,end:1585096,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css",start:1585096,end:1589087,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/small-black/__base__",start:1589087,end:1589127,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css",start:1589127,end:1593157,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/small-white/framing.css",start:1593157,end:1594098,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css",start:1594098,end:1598099,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/__init__.py",start:1598099,end:1734448,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/default.tex",start:1734448,end:1734870,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/docutils.sty",start:1734870,end:1740342,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/titlepage.tex",start:1740342,end:1740876,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/titlingpage.tex",start:1740876,end:1741300,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/latex2e/xelatex.tex",start:1741300,end:1741972,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/xetex/__init__.py",start:1741972,end:1747846,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/odf_odt/__init__.py",start:1747846,end:1881346,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/odf_odt/pygmentsformatter.py",start:1881346,end:1886017,audio:0},{filename:"/lib/python3.9/site-packages/docutils/writers/odf_odt/styles.odt",start:1886017,end:1902517,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/PKG-INFO",start:1902517,end:1905433,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/SOURCES.html",start:1905433,end:1931527,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/SOURCES.txt",start:1931527,end:1958802,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/dependency_links.html",start:1958802,end:1959770,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/dependency_links.txt",start:1959770,end:1959771,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/top_level.html",start:1959771,end:1960740,audio:0},{filename:"/lib/python3.9/site-packages/docutils-0.18.1-py3.9.egg-info/top_level.txt",start:1960740,end:1960749,audio:0},{filename:"/bin/rst2html.py",start:1960749,end:1961348,audio:0},{filename:"/bin/rst2html4.py",start:1961348,end:1962067,audio:0},{filename:"/bin/rst2html5.py",start:1962067,end:1963154,audio:0},{filename:"/bin/rst2s5.py",start:1963154,end:1963796,audio:0},{filename:"/bin/rst2latex.py",start:1963796,end:1964592,audio:0},{filename:"/bin/rst2xetex.py",start:1964592,end:1965468,audio:0},{filename:"/bin/rst2man.py",start:1965468,end:1966072,audio:0},{filename:"/bin/rst2xml.py",start:1966072,end:1966679,audio:0},{filename:"/bin/rst2pseudoxml.py",start:1966679,end:1967285,audio:0},{filename:"/bin/rstpep2html.py",start:1967285,end:1967960,audio:0},{filename:"/bin/rst2odt.py",start:1967960,end:1968729,audio:0},{filename:"/bin/rst2odt_prepstyles.py",start:1968729,end:1970460,audio:0}],remote_package_size:1053450,package_uuid:"a9ab35d3-9c9b-4e4c-8b13-f02d621ae65e"})})();