graph-GuiCoupon.dot 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. digraph G {
  2. charset="UTF-8";
  3. rankdir="LR";
  4. concentrate="true";
  5. "<PyiModuleGraph>" [label="<PyiModuleGraph>"];
  6. "zipimport" [label="<f0> SourceModule| <f1> zipimport",shape="record"];
  7. "zlib" [label="<f0> Extension| <f1> zlib",shape="record"];
  8. "importlib.readers" [label="<f0> SourceModule| <f1> importlib.readers",shape="record"];
  9. "importlib" [label="<f0> Package| <f1> importlib",shape="record"];
  10. "importlib.machinery" [label="<f0> SourceModule| <f1> importlib.machinery",shape="record"];
  11. "importlib._bootstrap_external" [label="<f0> SourceModule| <f1> importlib._bootstrap_external",shape="record"];
  12. "importlib.metadata" [label="<f0> Package| <f1> importlib.metadata",shape="record"];
  13. "typing" [label="<f0> SourceModule| <f1> typing",shape="record"];
  14. "_typing" [label="<f0> Extension| <f1> _typing",shape="record"];
  15. "importlib.abc" [label="<f0> SourceModule| <f1> importlib.abc",shape="record"];
  16. "importlib.resources.abc" [label="<f0> SourceModule| <f1> importlib.resources.abc",shape="record"];
  17. "importlib.resources" [label="<f0> Package| <f1> importlib.resources",shape="record"];
  18. "importlib.resources._legacy" [label="<f0> SourceModule| <f1> importlib.resources._legacy",shape="record"];
  19. "importlib.resources._common" [label="<f0> SourceModule| <f1> importlib.resources._common",shape="record"];
  20. "importlib.resources._adapters" [label="<f0> SourceModule| <f1> importlib.resources._adapters",shape="record"];
  21. "tempfile" [label="<f0> SourceModule| <f1> tempfile",shape="record"];
  22. "_thread" [label="<f0> BuiltinModule| <f1> _thread",shape="record"];
  23. "random" [label="<f0> SourceModule| <f1> random",shape="record"];
  24. "statistics" [label="<f0> SourceModule| <f1> statistics",shape="record"];
  25. "_statistics" [label="<f0> Extension| <f1> _statistics",shape="record"];
  26. "decimal" [label="<f0> SourceModule| <f1> decimal",shape="record"];
  27. "_pydecimal" [label="<f0> SourceModule| <f1> _pydecimal",shape="record"];
  28. "contextvars" [label="<f0> SourceModule| <f1> contextvars",shape="record"];
  29. "_contextvars" [label="<f0> Extension| <f1> _contextvars",shape="record"];
  30. "_decimal" [label="<f0> Extension| <f1> _decimal",shape="record"];
  31. "fractions" [label="<f0> SourceModule| <f1> fractions",shape="record"];
  32. "numbers" [label="<f0> SourceModule| <f1> numbers",shape="record"];
  33. "hashlib" [label="<f0> SourceModule| <f1> hashlib",shape="record"];
  34. "logging" [label="<f0> Package| <f1> logging",shape="record"];
  35. "atexit" [label="<f0> BuiltinModule| <f1> atexit",shape="record"];
  36. "pickle" [label="<f0> SourceModule| <f1> pickle",shape="record"];
  37. "pprint" [label="<f0> SourceModule| <f1> pprint",shape="record"];
  38. "dataclasses" [label="<f0> SourceModule| <f1> dataclasses",shape="record"];
  39. "builtins" [label="<f0> BuiltinModule| <f1> builtins",shape="record"];
  40. "inspect" [label="<f0> SourceModule| <f1> inspect",shape="record"];
  41. "argparse" [label="<f0> SourceModule| <f1> argparse",shape="record"];
  42. "gettext" [label="<f0> SourceModule| <f1> gettext",shape="record"];
  43. "token" [label="<f0> SourceModule| <f1> token",shape="record"];
  44. "dis" [label="<f0> SourceModule| <f1> dis",shape="record"];
  45. "opcode" [label="<f0> SourceModule| <f1> opcode",shape="record"];
  46. "_opcode" [label="<f0> Extension| <f1> _opcode",shape="record"];
  47. "ast" [label="<f0> SourceModule| <f1> ast",shape="record"];
  48. "_ast" [label="<f0> BuiltinModule| <f1> _ast",shape="record"];
  49. "copy" [label="<f0> SourceModule| <f1> copy",shape="record"];
  50. "'org.python'" [label="<f0> MissingModule| <f1> 'org.python'",shape="record"];
  51. "org" [label="<f0> MissingModule| <f1> org",shape="record"];
  52. "_compat_pickle" [label="<f0> SourceModule| <f1> _compat_pickle",shape="record"];
  53. "struct" [label="<f0> SourceModule| <f1> struct",shape="record"];
  54. "_struct" [label="<f0> Extension| <f1> _struct",shape="record"];
  55. "threading" [label="<f0> SourceModule| <f1> threading",shape="record"];
  56. "_threading_local" [label="<f0> SourceModule| <f1> _threading_local",shape="record"];
  57. "_collections" [label="<f0> BuiltinModule| <f1> _collections",shape="record"];
  58. "string" [label="<f0> SourceModule| <f1> string",shape="record"];
  59. "_string" [label="<f0> BuiltinModule| <f1> _string",shape="record"];
  60. "_hashlib" [label="<f0> Extension| <f1> _hashlib",shape="record"];
  61. "_sha3" [label="<f0> Extension| <f1> _sha3",shape="record"];
  62. "_blake2" [label="<f0> Extension| <f1> _blake2",shape="record"];
  63. "_sha256" [label="<f0> Extension| <f1> _sha256",shape="record"];
  64. "_md5" [label="<f0> Extension| <f1> _md5",shape="record"];
  65. "_sha1" [label="<f0> Extension| <f1> _sha1",shape="record"];
  66. "_sha512" [label="<f0> Extension| <f1> _sha512",shape="record"];
  67. "_random" [label="<f0> Extension| <f1> _random",shape="record"];
  68. "bisect" [label="<f0> SourceModule| <f1> bisect",shape="record"];
  69. "_bisect" [label="<f0> Extension| <f1> _bisect",shape="record"];
  70. "math" [label="<f0> Extension| <f1> math",shape="record"];
  71. "errno" [label="<f0> BuiltinModule| <f1> errno",shape="record"];
  72. "shutil" [label="<f0> SourceModule| <f1> shutil",shape="record"];
  73. "tarfile" [label="<f0> SourceModule| <f1> tarfile",shape="record"];
  74. "gzip" [label="<f0> SourceModule| <f1> gzip",shape="record"];
  75. "_compression" [label="<f0> SourceModule| <f1> _compression",shape="record"];
  76. "pwd" [label="<f0> BuiltinModule| <f1> pwd",shape="record"];
  77. "grp" [label="<f0> Extension| <f1> grp",shape="record"];
  78. "lzma" [label="<f0> SourceModule| <f1> lzma",shape="record"];
  79. "_lzma" [label="<f0> Extension| <f1> _lzma",shape="record"];
  80. "bz2" [label="<f0> SourceModule| <f1> bz2",shape="record"];
  81. "_bz2" [label="<f0> Extension| <f1> _bz2",shape="record"];
  82. "fnmatch" [label="<f0> SourceModule| <f1> fnmatch",shape="record"];
  83. "importlib._abc" [label="<f0> SourceModule| <f1> importlib._abc",shape="record"];
  84. "contextlib" [label="<f0> SourceModule| <f1> contextlib",shape="record"];
  85. "importlib.metadata._itertools" [label="<f0> SourceModule| <f1> importlib.metadata._itertools",shape="record"];
  86. "importlib.metadata._functools" [label="<f0> SourceModule| <f1> importlib.metadata._functools",shape="record"];
  87. "importlib.metadata._collections" [label="<f0> SourceModule| <f1> importlib.metadata._collections",shape="record"];
  88. "importlib.metadata._meta" [label="<f0> SourceModule| <f1> importlib.metadata._meta",shape="record"];
  89. "importlib.metadata._adapters" [label="<f0> SourceModule| <f1> importlib.metadata._adapters",shape="record"];
  90. "importlib.metadata._text" [label="<f0> SourceModule| <f1> importlib.metadata._text",shape="record"];
  91. "email.message" [label="<f0> SourceModule| <f1> email.message",shape="record"];
  92. "email.policy" [label="<f0> SourceModule| <f1> email.policy",shape="record"];
  93. "email.contentmanager" [label="<f0> SourceModule| <f1> email.contentmanager",shape="record"];
  94. "email.quoprimime" [label="<f0> SourceModule| <f1> email.quoprimime",shape="record"];
  95. "email.headerregistry" [label="<f0> SourceModule| <f1> email.headerregistry",shape="record"];
  96. "email._header_value_parser" [label="<f0> SourceModule| <f1> email._header_value_parser",shape="record"];
  97. "urllib" [label="<f0> Package| <f1> urllib",shape="record"];
  98. "email.iterators" [label="<f0> SourceModule| <f1> email.iterators",shape="record"];
  99. "email.generator" [label="<f0> SourceModule| <f1> email.generator",shape="record"];
  100. "email._encoded_words" [label="<f0> SourceModule| <f1> email._encoded_words",shape="record"];
  101. "base64" [label="<f0> SourceModule| <f1> base64",shape="record"];
  102. "getopt" [label="<f0> SourceModule| <f1> getopt",shape="record"];
  103. "email.charset" [label="<f0> SourceModule| <f1> email.charset",shape="record"];
  104. "email.encoders" [label="<f0> SourceModule| <f1> email.encoders",shape="record"];
  105. "email.base64mime" [label="<f0> SourceModule| <f1> email.base64mime",shape="record"];
  106. "email._policybase" [label="<f0> SourceModule| <f1> email._policybase",shape="record"];
  107. "email.header" [label="<f0> SourceModule| <f1> email.header",shape="record"];
  108. "email.errors" [label="<f0> SourceModule| <f1> email.errors",shape="record"];
  109. "email.utils" [label="<f0> SourceModule| <f1> email.utils",shape="record"];
  110. "email._parseaddr" [label="<f0> SourceModule| <f1> email._parseaddr",shape="record"];
  111. "calendar" [label="<f0> SourceModule| <f1> calendar",shape="record"];
  112. "urllib.parse" [label="<f0> SourceModule| <f1> urllib.parse",shape="record"];
  113. "unicodedata" [label="<f0> Extension| <f1> unicodedata",shape="record"];
  114. "ipaddress" [label="<f0> SourceModule| <f1> ipaddress",shape="record"];
  115. "socket" [label="<f0> SourceModule| <f1> socket",shape="record"];
  116. "array" [label="<f0> Extension| <f1> array",shape="record"];
  117. "selectors" [label="<f0> SourceModule| <f1> selectors",shape="record"];
  118. "select" [label="<f0> Extension| <f1> select",shape="record"];
  119. "_socket" [label="<f0> Extension| <f1> _socket",shape="record"];
  120. "quopri" [label="<f0> SourceModule| <f1> quopri",shape="record"];
  121. "binascii" [label="<f0> Extension| <f1> binascii",shape="record"];
  122. "itertools" [label="<f0> BuiltinModule| <f1> itertools",shape="record"];
  123. "textwrap" [label="<f0> SourceModule| <f1> textwrap",shape="record"];
  124. "zipfile" [label="<f0> SourceModule| <f1> zipfile",shape="record"];
  125. "py_compile" [label="<f0> SourceModule| <f1> py_compile",shape="record"];
  126. "os.path" [label="<f0> AliasNode| <f1> os.path",shape="record"];
  127. "importlib.util" [label="<f0> SourceModule| <f1> importlib.util",shape="record"];
  128. "pathlib" [label="<f0> SourceModule| <f1> pathlib",shape="record"];
  129. "email" [label="<f0> Package| <f1> email",shape="record"];
  130. "email.parser" [label="<f0> SourceModule| <f1> email.parser",shape="record"];
  131. "email.feedparser" [label="<f0> SourceModule| <f1> email.feedparser",shape="record"];
  132. "csv" [label="<f0> SourceModule| <f1> csv",shape="record"];
  133. "_csv" [label="<f0> Extension| <f1> _csv",shape="record"];
  134. "tokenize" [label="<f0> SourceModule| <f1> tokenize",shape="record"];
  135. "_tokenize" [label="<f0> BuiltinModule| <f1> _tokenize",shape="record"];
  136. "winreg" [label="<f0> MissingModule| <f1> winreg",shape="record"];
  137. "nt" [label="<f0> MissingModule| <f1> nt",shape="record"];
  138. "importlib._bootstrap" [label="<f0> SourceModule| <f1> importlib._bootstrap",shape="record"];
  139. "importlib.resources.readers" [label="<f0> SourceModule| <f1> importlib.resources.readers",shape="record"];
  140. "importlib.resources._itertools" [label="<f0> SourceModule| <f1> importlib.resources._itertools",shape="record"];
  141. "_warnings" [label="<f0> BuiltinModule| <f1> _warnings",shape="record"];
  142. "sys" [label="<f0> BuiltinModule| <f1> sys",shape="record"];
  143. "marshal" [label="<f0> BuiltinModule| <f1> marshal",shape="record"];
  144. "_io" [label="<f0> BuiltinModule| <f1> _io",shape="record"];
  145. "_imp" [label="<f0> BuiltinModule| <f1> _imp",shape="record"];
  146. "_frozen_importlib" [label="<f0> ExcludedModule| <f1> _frozen_importlib",shape="record"];
  147. "_frozen_importlib_external" [label="<f0> MissingModule| <f1> _frozen_importlib_external",shape="record"];
  148. "tkinter" [label="<f0> Package| <f1> tkinter",shape="record"];
  149. "tkinter.constants" [label="<f0> SourceModule| <f1> tkinter.constants",shape="record"];
  150. "_tkinter" [label="<f0> Extension| <f1> _tkinter",shape="record"];
  151. "/Volumes/work/project/awesome-python/main.py" [label="<f0> Script| <f1> /Volumes/work/project/awesome-python/main.py",shape="record"];
  152. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" [label="<f0> Script| <f1> /opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py",shape="record"];
  153. "_pyi_rth_utils" [label="<f0> Package| <f1> _pyi_rth_utils",shape="record"];
  154. "_pyi_rth_utils.qt" [label="<f0> SourceModule| <f1> _pyi_rth_utils.qt",shape="record"];
  155. "pyimod02_importers" [label="<f0> MissingModule| <f1> pyimod02_importers",shape="record"];
  156. "pkgutil" [label="<f0> SourceModule| <f1> pkgutil",shape="record"];
  157. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" [label="<f0> Script| <f1> /opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py",shape="record"];
  158. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" [label="<f0> Script| <f1> /opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py",shape="record"];
  159. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" [label="<f0> Script| <f1> /opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py",shape="record"];
  160. "litter_helper" [label="<f0> SourceModule| <f1> litter_helper",shape="record"];
  161. "PyQt5" [label="<f0> Package| <f1> PyQt5",shape="record"];
  162. "PyQt5.sip" [label="<f0> Extension| <f1> PyQt5.sip",shape="record"];
  163. "PyQt5.QtGui" [label="<f0> Extension| <f1> PyQt5.QtGui",shape="record"];
  164. "PyQt5.QtWidgets" [label="<f0> Extension| <f1> PyQt5.QtWidgets",shape="record"];
  165. "PyQt5.QtCore" [label="<f0> Extension| <f1> PyQt5.QtCore",shape="record"];
  166. "weakref" [label="<f0> SourceModule| <f1> weakref",shape="record"];
  167. "_weakref" [label="<f0> BuiltinModule| <f1> _weakref",shape="record"];
  168. "locale" [label="<f0> SourceModule| <f1> locale",shape="record"];
  169. "_locale" [label="<f0> BuiltinModule| <f1> _locale",shape="record"];
  170. "linecache" [label="<f0> SourceModule| <f1> linecache",shape="record"];
  171. "io" [label="<f0> SourceModule| <f1> io",shape="record"];
  172. "stat" [label="<f0> SourceModule| <f1> stat",shape="record"];
  173. "_stat" [label="<f0> BuiltinModule| <f1> _stat",shape="record"];
  174. "operator" [label="<f0> SourceModule| <f1> operator",shape="record"];
  175. "_operator" [label="<f0> BuiltinModule| <f1> _operator",shape="record"];
  176. "reprlib" [label="<f0> SourceModule| <f1> reprlib",shape="record"];
  177. "os" [label="<f0> SourceModule| <f1> os",shape="record"];
  178. "subprocess" [label="<f0> SourceModule| <f1> subprocess",shape="record"];
  179. "_winapi" [label="<f0> MissingModule| <f1> _winapi",shape="record"];
  180. "msvcrt" [label="<f0> MissingModule| <f1> msvcrt",shape="record"];
  181. "fcntl" [label="<f0> Extension| <f1> fcntl",shape="record"];
  182. "signal" [label="<f0> SourceModule| <f1> signal",shape="record"];
  183. "_signal" [label="<f0> BuiltinModule| <f1> _signal",shape="record"];
  184. "enum" [label="<f0> SourceModule| <f1> enum",shape="record"];
  185. "keyword" [label="<f0> SourceModule| <f1> keyword",shape="record"];
  186. "sre_constants" [label="<f0> SourceModule| <f1> sre_constants",shape="record"];
  187. "re._parser" [label="<f0> SourceModule| <f1> re._parser",shape="record"];
  188. "re._constants" [label="<f0> SourceModule| <f1> re._constants",shape="record"];
  189. "re._compiler" [label="<f0> SourceModule| <f1> re._compiler",shape="record"];
  190. "re._casefix" [label="<f0> SourceModule| <f1> re._casefix",shape="record"];
  191. "re" [label="<f0> Package| <f1> re",shape="record"];
  192. "_collections_abc" [label="<f0> SourceModule| <f1> _collections_abc",shape="record"];
  193. "heapq" [label="<f0> SourceModule| <f1> heapq",shape="record"];
  194. "_heapq" [label="<f0> Extension| <f1> _heapq",shape="record"];
  195. "sre_parse" [label="<f0> SourceModule| <f1> sre_parse",shape="record"];
  196. "copyreg" [label="<f0> SourceModule| <f1> copyreg",shape="record"];
  197. "sre_compile" [label="<f0> SourceModule| <f1> sre_compile",shape="record"];
  198. "functools" [label="<f0> SourceModule| <f1> functools",shape="record"];
  199. "_functools" [label="<f0> BuiltinModule| <f1> _functools",shape="record"];
  200. "traceback" [label="<f0> SourceModule| <f1> traceback",shape="record"];
  201. "types" [label="<f0> SourceModule| <f1> types",shape="record"];
  202. "collections.abc" [label="<f0> SourceModule| <f1> collections.abc",shape="record"];
  203. "collections" [label="<f0> Package| <f1> collections",shape="record"];
  204. "genericpath" [label="<f0> SourceModule| <f1> genericpath",shape="record"];
  205. "abc" [label="<f0> SourceModule| <f1> abc",shape="record"];
  206. "_py_abc" [label="<f0> SourceModule| <f1> _py_abc",shape="record"];
  207. "_abc" [label="<f0> BuiltinModule| <f1> _abc",shape="record"];
  208. "encodings.zlib_codec" [label="<f0> SourceModule| <f1> encodings.zlib_codec",shape="record"];
  209. "encodings.uu_codec" [label="<f0> SourceModule| <f1> encodings.uu_codec",shape="record"];
  210. "encodings.utf_8_sig" [label="<f0> SourceModule| <f1> encodings.utf_8_sig",shape="record"];
  211. "encodings.utf_8" [label="<f0> SourceModule| <f1> encodings.utf_8",shape="record"];
  212. "encodings.utf_7" [label="<f0> SourceModule| <f1> encodings.utf_7",shape="record"];
  213. "encodings.utf_32_le" [label="<f0> SourceModule| <f1> encodings.utf_32_le",shape="record"];
  214. "encodings.utf_32_be" [label="<f0> SourceModule| <f1> encodings.utf_32_be",shape="record"];
  215. "encodings.utf_32" [label="<f0> SourceModule| <f1> encodings.utf_32",shape="record"];
  216. "encodings.utf_16_le" [label="<f0> SourceModule| <f1> encodings.utf_16_le",shape="record"];
  217. "encodings.utf_16_be" [label="<f0> SourceModule| <f1> encodings.utf_16_be",shape="record"];
  218. "encodings.utf_16" [label="<f0> SourceModule| <f1> encodings.utf_16",shape="record"];
  219. "encodings.unicode_escape" [label="<f0> SourceModule| <f1> encodings.unicode_escape",shape="record"];
  220. "encodings.undefined" [label="<f0> SourceModule| <f1> encodings.undefined",shape="record"];
  221. "encodings.tis_620" [label="<f0> SourceModule| <f1> encodings.tis_620",shape="record"];
  222. "encodings.shift_jisx0213" [label="<f0> SourceModule| <f1> encodings.shift_jisx0213",shape="record"];
  223. "_multibytecodec" [label="<f0> Extension| <f1> _multibytecodec",shape="record"];
  224. "_codecs_jp" [label="<f0> Extension| <f1> _codecs_jp",shape="record"];
  225. "encodings.shift_jis_2004" [label="<f0> SourceModule| <f1> encodings.shift_jis_2004",shape="record"];
  226. "encodings.shift_jis" [label="<f0> SourceModule| <f1> encodings.shift_jis",shape="record"];
  227. "encodings.rot_13" [label="<f0> SourceModule| <f1> encodings.rot_13",shape="record"];
  228. "encodings.raw_unicode_escape" [label="<f0> SourceModule| <f1> encodings.raw_unicode_escape",shape="record"];
  229. "encodings.quopri_codec" [label="<f0> SourceModule| <f1> encodings.quopri_codec",shape="record"];
  230. "encodings.punycode" [label="<f0> SourceModule| <f1> encodings.punycode",shape="record"];
  231. "encodings.ptcp154" [label="<f0> SourceModule| <f1> encodings.ptcp154",shape="record"];
  232. "encodings.palmos" [label="<f0> SourceModule| <f1> encodings.palmos",shape="record"];
  233. "encodings.oem" [label="<f0> SourceModule| <f1> encodings.oem",shape="record"];
  234. "encodings.mbcs" [label="<f0> SourceModule| <f1> encodings.mbcs",shape="record"];
  235. "encodings.mac_turkish" [label="<f0> SourceModule| <f1> encodings.mac_turkish",shape="record"];
  236. "encodings.mac_romanian" [label="<f0> SourceModule| <f1> encodings.mac_romanian",shape="record"];
  237. "encodings.mac_roman" [label="<f0> SourceModule| <f1> encodings.mac_roman",shape="record"];
  238. "encodings.mac_latin2" [label="<f0> SourceModule| <f1> encodings.mac_latin2",shape="record"];
  239. "encodings.mac_iceland" [label="<f0> SourceModule| <f1> encodings.mac_iceland",shape="record"];
  240. "encodings.mac_greek" [label="<f0> SourceModule| <f1> encodings.mac_greek",shape="record"];
  241. "encodings.mac_farsi" [label="<f0> SourceModule| <f1> encodings.mac_farsi",shape="record"];
  242. "encodings.mac_cyrillic" [label="<f0> SourceModule| <f1> encodings.mac_cyrillic",shape="record"];
  243. "encodings.mac_croatian" [label="<f0> SourceModule| <f1> encodings.mac_croatian",shape="record"];
  244. "encodings.mac_arabic" [label="<f0> SourceModule| <f1> encodings.mac_arabic",shape="record"];
  245. "encodings.latin_1" [label="<f0> SourceModule| <f1> encodings.latin_1",shape="record"];
  246. "encodings.kz1048" [label="<f0> SourceModule| <f1> encodings.kz1048",shape="record"];
  247. "encodings.koi8_u" [label="<f0> SourceModule| <f1> encodings.koi8_u",shape="record"];
  248. "encodings.koi8_t" [label="<f0> SourceModule| <f1> encodings.koi8_t",shape="record"];
  249. "encodings.koi8_r" [label="<f0> SourceModule| <f1> encodings.koi8_r",shape="record"];
  250. "encodings.johab" [label="<f0> SourceModule| <f1> encodings.johab",shape="record"];
  251. "_codecs_kr" [label="<f0> Extension| <f1> _codecs_kr",shape="record"];
  252. "encodings.iso8859_9" [label="<f0> SourceModule| <f1> encodings.iso8859_9",shape="record"];
  253. "encodings.iso8859_8" [label="<f0> SourceModule| <f1> encodings.iso8859_8",shape="record"];
  254. "encodings.iso8859_7" [label="<f0> SourceModule| <f1> encodings.iso8859_7",shape="record"];
  255. "encodings.iso8859_6" [label="<f0> SourceModule| <f1> encodings.iso8859_6",shape="record"];
  256. "encodings.iso8859_5" [label="<f0> SourceModule| <f1> encodings.iso8859_5",shape="record"];
  257. "encodings.iso8859_4" [label="<f0> SourceModule| <f1> encodings.iso8859_4",shape="record"];
  258. "encodings.iso8859_3" [label="<f0> SourceModule| <f1> encodings.iso8859_3",shape="record"];
  259. "encodings.iso8859_2" [label="<f0> SourceModule| <f1> encodings.iso8859_2",shape="record"];
  260. "encodings.iso8859_16" [label="<f0> SourceModule| <f1> encodings.iso8859_16",shape="record"];
  261. "encodings.iso8859_15" [label="<f0> SourceModule| <f1> encodings.iso8859_15",shape="record"];
  262. "encodings.iso8859_14" [label="<f0> SourceModule| <f1> encodings.iso8859_14",shape="record"];
  263. "encodings.iso8859_13" [label="<f0> SourceModule| <f1> encodings.iso8859_13",shape="record"];
  264. "encodings.iso8859_11" [label="<f0> SourceModule| <f1> encodings.iso8859_11",shape="record"];
  265. "encodings.iso8859_10" [label="<f0> SourceModule| <f1> encodings.iso8859_10",shape="record"];
  266. "encodings.iso8859_1" [label="<f0> SourceModule| <f1> encodings.iso8859_1",shape="record"];
  267. "encodings.iso2022_kr" [label="<f0> SourceModule| <f1> encodings.iso2022_kr",shape="record"];
  268. "_codecs_iso2022" [label="<f0> Extension| <f1> _codecs_iso2022",shape="record"];
  269. "encodings.iso2022_jp_ext" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_ext",shape="record"];
  270. "encodings.iso2022_jp_3" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_3",shape="record"];
  271. "encodings.iso2022_jp_2004" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_2004",shape="record"];
  272. "encodings.iso2022_jp_2" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_2",shape="record"];
  273. "encodings.iso2022_jp_1" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_1",shape="record"];
  274. "encodings.iso2022_jp" [label="<f0> SourceModule| <f1> encodings.iso2022_jp",shape="record"];
  275. "encodings.idna" [label="<f0> SourceModule| <f1> encodings.idna",shape="record"];
  276. "stringprep" [label="<f0> SourceModule| <f1> stringprep",shape="record"];
  277. "encodings.hz" [label="<f0> SourceModule| <f1> encodings.hz",shape="record"];
  278. "_codecs_cn" [label="<f0> Extension| <f1> _codecs_cn",shape="record"];
  279. "encodings.hp_roman8" [label="<f0> SourceModule| <f1> encodings.hp_roman8",shape="record"];
  280. "encodings.hex_codec" [label="<f0> SourceModule| <f1> encodings.hex_codec",shape="record"];
  281. "encodings.gbk" [label="<f0> SourceModule| <f1> encodings.gbk",shape="record"];
  282. "encodings.gb2312" [label="<f0> SourceModule| <f1> encodings.gb2312",shape="record"];
  283. "encodings.gb18030" [label="<f0> SourceModule| <f1> encodings.gb18030",shape="record"];
  284. "encodings.euc_kr" [label="<f0> SourceModule| <f1> encodings.euc_kr",shape="record"];
  285. "encodings.euc_jp" [label="<f0> SourceModule| <f1> encodings.euc_jp",shape="record"];
  286. "encodings.euc_jisx0213" [label="<f0> SourceModule| <f1> encodings.euc_jisx0213",shape="record"];
  287. "encodings.euc_jis_2004" [label="<f0> SourceModule| <f1> encodings.euc_jis_2004",shape="record"];
  288. "encodings.cp950" [label="<f0> SourceModule| <f1> encodings.cp950",shape="record"];
  289. "_codecs_tw" [label="<f0> Extension| <f1> _codecs_tw",shape="record"];
  290. "encodings.cp949" [label="<f0> SourceModule| <f1> encodings.cp949",shape="record"];
  291. "encodings.cp932" [label="<f0> SourceModule| <f1> encodings.cp932",shape="record"];
  292. "encodings.cp875" [label="<f0> SourceModule| <f1> encodings.cp875",shape="record"];
  293. "encodings.cp874" [label="<f0> SourceModule| <f1> encodings.cp874",shape="record"];
  294. "encodings.cp869" [label="<f0> SourceModule| <f1> encodings.cp869",shape="record"];
  295. "encodings.cp866" [label="<f0> SourceModule| <f1> encodings.cp866",shape="record"];
  296. "encodings.cp865" [label="<f0> SourceModule| <f1> encodings.cp865",shape="record"];
  297. "encodings.cp864" [label="<f0> SourceModule| <f1> encodings.cp864",shape="record"];
  298. "encodings.cp863" [label="<f0> SourceModule| <f1> encodings.cp863",shape="record"];
  299. "encodings.cp862" [label="<f0> SourceModule| <f1> encodings.cp862",shape="record"];
  300. "encodings.cp861" [label="<f0> SourceModule| <f1> encodings.cp861",shape="record"];
  301. "encodings.cp860" [label="<f0> SourceModule| <f1> encodings.cp860",shape="record"];
  302. "encodings.cp858" [label="<f0> SourceModule| <f1> encodings.cp858",shape="record"];
  303. "encodings.cp857" [label="<f0> SourceModule| <f1> encodings.cp857",shape="record"];
  304. "encodings.cp856" [label="<f0> SourceModule| <f1> encodings.cp856",shape="record"];
  305. "encodings.cp855" [label="<f0> SourceModule| <f1> encodings.cp855",shape="record"];
  306. "encodings.cp852" [label="<f0> SourceModule| <f1> encodings.cp852",shape="record"];
  307. "encodings.cp850" [label="<f0> SourceModule| <f1> encodings.cp850",shape="record"];
  308. "encodings.cp775" [label="<f0> SourceModule| <f1> encodings.cp775",shape="record"];
  309. "encodings.cp737" [label="<f0> SourceModule| <f1> encodings.cp737",shape="record"];
  310. "encodings.cp720" [label="<f0> SourceModule| <f1> encodings.cp720",shape="record"];
  311. "encodings.cp500" [label="<f0> SourceModule| <f1> encodings.cp500",shape="record"];
  312. "encodings.cp437" [label="<f0> SourceModule| <f1> encodings.cp437",shape="record"];
  313. "encodings.cp424" [label="<f0> SourceModule| <f1> encodings.cp424",shape="record"];
  314. "encodings.cp273" [label="<f0> SourceModule| <f1> encodings.cp273",shape="record"];
  315. "encodings.cp1258" [label="<f0> SourceModule| <f1> encodings.cp1258",shape="record"];
  316. "encodings.cp1257" [label="<f0> SourceModule| <f1> encodings.cp1257",shape="record"];
  317. "encodings.cp1256" [label="<f0> SourceModule| <f1> encodings.cp1256",shape="record"];
  318. "encodings.cp1255" [label="<f0> SourceModule| <f1> encodings.cp1255",shape="record"];
  319. "encodings.cp1254" [label="<f0> SourceModule| <f1> encodings.cp1254",shape="record"];
  320. "encodings.cp1253" [label="<f0> SourceModule| <f1> encodings.cp1253",shape="record"];
  321. "encodings.cp1252" [label="<f0> SourceModule| <f1> encodings.cp1252",shape="record"];
  322. "encodings.cp1251" [label="<f0> SourceModule| <f1> encodings.cp1251",shape="record"];
  323. "encodings.cp1250" [label="<f0> SourceModule| <f1> encodings.cp1250",shape="record"];
  324. "encodings.cp1140" [label="<f0> SourceModule| <f1> encodings.cp1140",shape="record"];
  325. "encodings.cp1125" [label="<f0> SourceModule| <f1> encodings.cp1125",shape="record"];
  326. "encodings.cp1026" [label="<f0> SourceModule| <f1> encodings.cp1026",shape="record"];
  327. "encodings.cp1006" [label="<f0> SourceModule| <f1> encodings.cp1006",shape="record"];
  328. "encodings.cp037" [label="<f0> SourceModule| <f1> encodings.cp037",shape="record"];
  329. "encodings.charmap" [label="<f0> SourceModule| <f1> encodings.charmap",shape="record"];
  330. "encodings.bz2_codec" [label="<f0> SourceModule| <f1> encodings.bz2_codec",shape="record"];
  331. "encodings.big5hkscs" [label="<f0> SourceModule| <f1> encodings.big5hkscs",shape="record"];
  332. "_codecs_hk" [label="<f0> Extension| <f1> _codecs_hk",shape="record"];
  333. "encodings.big5" [label="<f0> SourceModule| <f1> encodings.big5",shape="record"];
  334. "encodings.base64_codec" [label="<f0> SourceModule| <f1> encodings.base64_codec",shape="record"];
  335. "encodings.ascii" [label="<f0> SourceModule| <f1> encodings.ascii",shape="record"];
  336. "encodings.aliases" [label="<f0> SourceModule| <f1> encodings.aliases",shape="record"];
  337. "encodings" [label="<f0> Package| <f1> encodings",shape="record"];
  338. "ntpath" [label="<f0> SourceModule| <f1> ntpath",shape="record"];
  339. "warnings" [label="<f0> SourceModule| <f1> warnings",shape="record"];
  340. "tracemalloc" [label="<f0> SourceModule| <f1> tracemalloc",shape="record"];
  341. "_tracemalloc" [label="<f0> BuiltinModule| <f1> _tracemalloc",shape="record"];
  342. "_weakrefset" [label="<f0> SourceModule| <f1> _weakrefset",shape="record"];
  343. "_sre" [label="<f0> BuiltinModule| <f1> _sre",shape="record"];
  344. "_posixsubprocess" [label="<f0> Extension| <f1> _posixsubprocess",shape="record"];
  345. "datetime" [label="<f0> SourceModule| <f1> datetime",shape="record"];
  346. "_strptime" [label="<f0> SourceModule| <f1> _strptime",shape="record"];
  347. "_datetime" [label="<f0> Extension| <f1> _datetime",shape="record"];
  348. "_pickle" [label="<f0> Extension| <f1> _pickle",shape="record"];
  349. "posixpath" [label="<f0> SourceModule| <f1> posixpath",shape="record"];
  350. "posix" [label="<f0> BuiltinModule| <f1> posix",shape="record"];
  351. "resource" [label="<f0> Extension| <f1> resource",shape="record"];
  352. "codecs" [label="<f0> SourceModule| <f1> codecs",shape="record"];
  353. "_codecs" [label="<f0> BuiltinModule| <f1> _codecs",shape="record"];
  354. "time" [label="<f0> BuiltinModule| <f1> time",shape="record"];
  355. "gc" [label="<f0> BuiltinModule| <f1> gc",shape="record"];
  356. subgraph "cluster_importlib.metadata" {
  357. label="importlib.metadata";
  358. "importlib.metadata" -> "importlib.metadata._adapters" [style="dotted"];
  359. "importlib.metadata" -> "importlib.metadata._meta" [style="dotted"];
  360. "importlib.metadata" -> "importlib.metadata._collections" [style="dotted"];
  361. "importlib.metadata" -> "importlib.metadata._functools" [style="dotted"];
  362. "importlib.metadata" -> "importlib.metadata._itertools" [style="dotted"];
  363. "importlib.metadata" -> "importlib.metadata._text" [style="dotted"];
  364. }
  365. subgraph "cluster_PyQt5" {
  366. label="PyQt5";
  367. "PyQt5" -> "PyQt5.sip" [style="dotted"];
  368. "PyQt5" -> "PyQt5.QtCore" [style="dotted"];
  369. "PyQt5" -> "PyQt5.QtWidgets" [style="dotted"];
  370. "PyQt5" -> "PyQt5.QtGui" [style="dotted"];
  371. }
  372. subgraph "cluster_urllib" {
  373. label="urllib";
  374. "urllib" -> "urllib.parse" [style="dotted"];
  375. }
  376. subgraph "cluster_email" {
  377. label="email";
  378. "email" -> "email.errors" [style="dotted"];
  379. "email" -> "email.charset" [style="dotted"];
  380. "email" -> "email.header" [style="dotted"];
  381. "email" -> "email._header_value_parser" [style="dotted"];
  382. "email" -> "email.parser" [style="dotted"];
  383. "email" -> "email.message" [style="dotted"];
  384. "email" -> "email.utils" [style="dotted"];
  385. "email" -> "email._policybase" [style="dotted"];
  386. "email" -> "email._encoded_words" [style="dotted"];
  387. "email" -> "email.generator" [style="dotted"];
  388. "email" -> "email.iterators" [style="dotted"];
  389. "email" -> "email.policy" [style="dotted"];
  390. "email" -> "email.headerregistry" [style="dotted"];
  391. "email" -> "email.contentmanager" [style="dotted"];
  392. "email" -> "email.quoprimime" [style="dotted"];
  393. "email" -> "email.base64mime" [style="dotted"];
  394. "email" -> "email.encoders" [style="dotted"];
  395. "email" -> "email._parseaddr" [style="dotted"];
  396. "email" -> "email.feedparser" [style="dotted"];
  397. }
  398. subgraph "cluster_re" {
  399. label="re";
  400. "re" -> "re._parser" [style="dotted"];
  401. "re" -> "re._compiler" [style="dotted"];
  402. "re" -> "re._constants" [style="dotted"];
  403. "re" -> "re._casefix" [style="dotted"];
  404. }
  405. subgraph "cluster_encodings" {
  406. label="encodings";
  407. "encodings" -> "encodings.aliases" [style="dotted"];
  408. "encodings" -> "encodings.mbcs" [style="dotted"];
  409. "encodings" -> "encodings.ascii" [style="dotted"];
  410. "encodings" -> "encodings.base64_codec" [style="dotted"];
  411. "encodings" -> "encodings.big5" [style="dotted"];
  412. "encodings" -> "encodings.big5hkscs" [style="dotted"];
  413. "encodings" -> "encodings.bz2_codec" [style="dotted"];
  414. "encodings" -> "encodings.charmap" [style="dotted"];
  415. "encodings" -> "encodings.cp037" [style="dotted"];
  416. "encodings" -> "encodings.cp1006" [style="dotted"];
  417. "encodings" -> "encodings.cp1026" [style="dotted"];
  418. "encodings" -> "encodings.cp1125" [style="dotted"];
  419. "encodings" -> "encodings.cp1140" [style="dotted"];
  420. "encodings" -> "encodings.cp1250" [style="dotted"];
  421. "encodings" -> "encodings.cp1251" [style="dotted"];
  422. "encodings" -> "encodings.cp1252" [style="dotted"];
  423. "encodings" -> "encodings.cp1253" [style="dotted"];
  424. "encodings" -> "encodings.cp1254" [style="dotted"];
  425. "encodings" -> "encodings.cp1255" [style="dotted"];
  426. "encodings" -> "encodings.cp1256" [style="dotted"];
  427. "encodings" -> "encodings.cp1257" [style="dotted"];
  428. "encodings" -> "encodings.cp1258" [style="dotted"];
  429. "encodings" -> "encodings.cp273" [style="dotted"];
  430. "encodings" -> "encodings.cp424" [style="dotted"];
  431. "encodings" -> "encodings.cp437" [style="dotted"];
  432. "encodings" -> "encodings.cp500" [style="dotted"];
  433. "encodings" -> "encodings.cp720" [style="dotted"];
  434. "encodings" -> "encodings.cp737" [style="dotted"];
  435. "encodings" -> "encodings.cp775" [style="dotted"];
  436. "encodings" -> "encodings.cp850" [style="dotted"];
  437. "encodings" -> "encodings.cp852" [style="dotted"];
  438. "encodings" -> "encodings.cp855" [style="dotted"];
  439. "encodings" -> "encodings.cp856" [style="dotted"];
  440. "encodings" -> "encodings.cp857" [style="dotted"];
  441. "encodings" -> "encodings.cp858" [style="dotted"];
  442. "encodings" -> "encodings.cp860" [style="dotted"];
  443. "encodings" -> "encodings.cp861" [style="dotted"];
  444. "encodings" -> "encodings.cp862" [style="dotted"];
  445. "encodings" -> "encodings.cp863" [style="dotted"];
  446. "encodings" -> "encodings.cp864" [style="dotted"];
  447. "encodings" -> "encodings.cp865" [style="dotted"];
  448. "encodings" -> "encodings.cp866" [style="dotted"];
  449. "encodings" -> "encodings.cp869" [style="dotted"];
  450. "encodings" -> "encodings.cp874" [style="dotted"];
  451. "encodings" -> "encodings.cp875" [style="dotted"];
  452. "encodings" -> "encodings.cp932" [style="dotted"];
  453. "encodings" -> "encodings.cp949" [style="dotted"];
  454. "encodings" -> "encodings.cp950" [style="dotted"];
  455. "encodings" -> "encodings.euc_jis_2004" [style="dotted"];
  456. "encodings" -> "encodings.euc_jisx0213" [style="dotted"];
  457. "encodings" -> "encodings.euc_jp" [style="dotted"];
  458. "encodings" -> "encodings.euc_kr" [style="dotted"];
  459. "encodings" -> "encodings.gb18030" [style="dotted"];
  460. "encodings" -> "encodings.gb2312" [style="dotted"];
  461. "encodings" -> "encodings.gbk" [style="dotted"];
  462. "encodings" -> "encodings.hex_codec" [style="dotted"];
  463. "encodings" -> "encodings.hp_roman8" [style="dotted"];
  464. "encodings" -> "encodings.hz" [style="dotted"];
  465. "encodings" -> "encodings.idna" [style="dotted"];
  466. "encodings" -> "encodings.iso2022_jp" [style="dotted"];
  467. "encodings" -> "encodings.iso2022_jp_1" [style="dotted"];
  468. "encodings" -> "encodings.iso2022_jp_2" [style="dotted"];
  469. "encodings" -> "encodings.iso2022_jp_2004" [style="dotted"];
  470. "encodings" -> "encodings.iso2022_jp_3" [style="dotted"];
  471. "encodings" -> "encodings.iso2022_jp_ext" [style="dotted"];
  472. "encodings" -> "encodings.iso2022_kr" [style="dotted"];
  473. "encodings" -> "encodings.iso8859_1" [style="dotted"];
  474. "encodings" -> "encodings.iso8859_10" [style="dotted"];
  475. "encodings" -> "encodings.iso8859_11" [style="dotted"];
  476. "encodings" -> "encodings.iso8859_13" [style="dotted"];
  477. "encodings" -> "encodings.iso8859_14" [style="dotted"];
  478. "encodings" -> "encodings.iso8859_15" [style="dotted"];
  479. "encodings" -> "encodings.iso8859_16" [style="dotted"];
  480. "encodings" -> "encodings.iso8859_2" [style="dotted"];
  481. "encodings" -> "encodings.iso8859_3" [style="dotted"];
  482. "encodings" -> "encodings.iso8859_4" [style="dotted"];
  483. "encodings" -> "encodings.iso8859_5" [style="dotted"];
  484. "encodings" -> "encodings.iso8859_6" [style="dotted"];
  485. "encodings" -> "encodings.iso8859_7" [style="dotted"];
  486. "encodings" -> "encodings.iso8859_8" [style="dotted"];
  487. "encodings" -> "encodings.iso8859_9" [style="dotted"];
  488. "encodings" -> "encodings.johab" [style="dotted"];
  489. "encodings" -> "encodings.koi8_r" [style="dotted"];
  490. "encodings" -> "encodings.koi8_t" [style="dotted"];
  491. "encodings" -> "encodings.koi8_u" [style="dotted"];
  492. "encodings" -> "encodings.kz1048" [style="dotted"];
  493. "encodings" -> "encodings.latin_1" [style="dotted"];
  494. "encodings" -> "encodings.mac_arabic" [style="dotted"];
  495. "encodings" -> "encodings.mac_croatian" [style="dotted"];
  496. "encodings" -> "encodings.mac_cyrillic" [style="dotted"];
  497. "encodings" -> "encodings.mac_farsi" [style="dotted"];
  498. "encodings" -> "encodings.mac_greek" [style="dotted"];
  499. "encodings" -> "encodings.mac_iceland" [style="dotted"];
  500. "encodings" -> "encodings.mac_latin2" [style="dotted"];
  501. "encodings" -> "encodings.mac_roman" [style="dotted"];
  502. "encodings" -> "encodings.mac_romanian" [style="dotted"];
  503. "encodings" -> "encodings.mac_turkish" [style="dotted"];
  504. "encodings" -> "encodings.oem" [style="dotted"];
  505. "encodings" -> "encodings.palmos" [style="dotted"];
  506. "encodings" -> "encodings.ptcp154" [style="dotted"];
  507. "encodings" -> "encodings.punycode" [style="dotted"];
  508. "encodings" -> "encodings.quopri_codec" [style="dotted"];
  509. "encodings" -> "encodings.raw_unicode_escape" [style="dotted"];
  510. "encodings" -> "encodings.rot_13" [style="dotted"];
  511. "encodings" -> "encodings.shift_jis" [style="dotted"];
  512. "encodings" -> "encodings.shift_jis_2004" [style="dotted"];
  513. "encodings" -> "encodings.shift_jisx0213" [style="dotted"];
  514. "encodings" -> "encodings.tis_620" [style="dotted"];
  515. "encodings" -> "encodings.undefined" [style="dotted"];
  516. "encodings" -> "encodings.unicode_escape" [style="dotted"];
  517. "encodings" -> "encodings.utf_16" [style="dotted"];
  518. "encodings" -> "encodings.utf_16_be" [style="dotted"];
  519. "encodings" -> "encodings.utf_16_le" [style="dotted"];
  520. "encodings" -> "encodings.utf_32" [style="dotted"];
  521. "encodings" -> "encodings.utf_32_be" [style="dotted"];
  522. "encodings" -> "encodings.utf_32_le" [style="dotted"];
  523. "encodings" -> "encodings.utf_7" [style="dotted"];
  524. "encodings" -> "encodings.utf_8" [style="dotted"];
  525. "encodings" -> "encodings.utf_8_sig" [style="dotted"];
  526. "encodings" -> "encodings.uu_codec" [style="dotted"];
  527. "encodings" -> "encodings.zlib_codec" [style="dotted"];
  528. }
  529. subgraph "cluster_collections" {
  530. label="collections";
  531. "collections" -> "collections.abc" [style="dotted"];
  532. }
  533. subgraph "cluster_tkinter" {
  534. label="tkinter";
  535. "tkinter" -> "tkinter.constants" [style="dotted"];
  536. }
  537. subgraph "cluster_importlib" {
  538. label="importlib";
  539. "importlib" -> "importlib._bootstrap" [style="dotted"];
  540. "importlib" -> "importlib._bootstrap_external" [style="dotted"];
  541. "importlib" -> "importlib.machinery" [style="dotted"];
  542. "importlib" -> "importlib.readers" [style="dotted"];
  543. "importlib" -> "importlib.metadata" [style="dotted"];
  544. "importlib" -> "importlib.abc" [style="dotted"];
  545. "importlib" -> "importlib._abc" [style="dotted"];
  546. "importlib" -> "importlib.resources" [style="dotted"];
  547. "importlib" -> "importlib.util" [style="dotted"];
  548. }
  549. subgraph "cluster__pyi_rth_utils" {
  550. label="_pyi_rth_utils";
  551. "_pyi_rth_utils" -> "_pyi_rth_utils.qt" [style="dotted"];
  552. }
  553. subgraph "cluster_importlib.resources" {
  554. label="importlib.resources";
  555. "importlib.resources" -> "importlib.resources._common" [style="dotted"];
  556. "importlib.resources" -> "importlib.resources._legacy" [style="dotted"];
  557. "importlib.resources" -> "importlib.resources.abc" [style="dotted"];
  558. "importlib.resources" -> "importlib.resources.readers" [style="dotted"];
  559. "importlib.resources" -> "importlib.resources._adapters" [style="dotted"];
  560. "importlib.resources" -> "importlib.resources._itertools" [style="dotted"];
  561. }
  562. subgraph "cluster_logging" {
  563. label="logging";
  564. }
  565. "<PyiModuleGraph>" -> "gc" [];
  566. "<PyiModuleGraph>" -> "time" [];
  567. "<PyiModuleGraph>" -> "codecs" [];
  568. "<PyiModuleGraph>" -> "posix" [];
  569. "<PyiModuleGraph>" -> "posixpath" [];
  570. "<PyiModuleGraph>" -> "_pickle" [];
  571. "<PyiModuleGraph>" -> "_datetime" [];
  572. "<PyiModuleGraph>" -> "datetime" [];
  573. "<PyiModuleGraph>" -> "_posixsubprocess" [];
  574. "<PyiModuleGraph>" -> "_sre" [];
  575. "<PyiModuleGraph>" -> "_weakrefset" [];
  576. "<PyiModuleGraph>" -> "warnings" [];
  577. "<PyiModuleGraph>" -> "ntpath" [];
  578. "<PyiModuleGraph>" -> "encodings" [];
  579. "<PyiModuleGraph>" -> "abc" [];
  580. "<PyiModuleGraph>" -> "genericpath" [];
  581. "<PyiModuleGraph>" -> "collections" [];
  582. "<PyiModuleGraph>" -> "types" [];
  583. "<PyiModuleGraph>" -> "traceback" [];
  584. "<PyiModuleGraph>" -> "functools" [];
  585. "<PyiModuleGraph>" -> "sre_compile" [];
  586. "<PyiModuleGraph>" -> "copyreg" [];
  587. "<PyiModuleGraph>" -> "sre_parse" [];
  588. "<PyiModuleGraph>" -> "heapq" [];
  589. "<PyiModuleGraph>" -> "_collections_abc" [];
  590. "<PyiModuleGraph>" -> "re" [];
  591. "<PyiModuleGraph>" -> "sre_constants" [];
  592. "<PyiModuleGraph>" -> "keyword" [];
  593. "<PyiModuleGraph>" -> "enum" [];
  594. "<PyiModuleGraph>" -> "os" [];
  595. "<PyiModuleGraph>" -> "reprlib" [];
  596. "<PyiModuleGraph>" -> "operator" [];
  597. "<PyiModuleGraph>" -> "stat" [];
  598. "<PyiModuleGraph>" -> "io" [];
  599. "<PyiModuleGraph>" -> "linecache" [];
  600. "<PyiModuleGraph>" -> "locale" [];
  601. "<PyiModuleGraph>" -> "weakref" [];
  602. "<PyiModuleGraph>" -> "/Volumes/work/project/awesome-python/main.py" [];
  603. "<PyiModuleGraph>" -> "tkinter" [];
  604. "<PyiModuleGraph>" -> "zipimport" [];
  605. "zipimport" -> "_frozen_importlib_external" [];
  606. "zipimport" -> "_frozen_importlib" [];
  607. "zipimport" -> "_imp" [];
  608. "zipimport" -> "_io" [];
  609. "zipimport" -> "marshal" [];
  610. "zipimport" -> "sys" [];
  611. "zipimport" -> "time" [];
  612. "zipimport" -> "_warnings" [];
  613. "zipimport" -> "zlib" [];
  614. "importlib" -> "_imp" [];
  615. "importlib" -> "sys" [];
  616. "importlib" -> "_frozen_importlib" [];
  617. "importlib" -> "_frozen_importlib_external" [];
  618. "importlib" -> "warnings" [];
  619. "importlib._bootstrap_external" -> "_imp" [];
  620. "importlib._bootstrap_external" -> "_io" [];
  621. "importlib._bootstrap_external" -> "sys" [];
  622. "importlib._bootstrap_external" -> "_warnings" [];
  623. "importlib._bootstrap_external" -> "marshal" [];
  624. "importlib._bootstrap_external" -> "nt" [];
  625. "importlib._bootstrap_external" -> "winreg" [];
  626. "importlib._bootstrap_external" -> "posix" [];
  627. "importlib._bootstrap_external" -> "tokenize" [];
  628. "importlib.metadata" -> "os" [];
  629. "importlib.metadata" -> "re" [];
  630. "importlib.metadata" -> "abc" [];
  631. "importlib.metadata" -> "csv" [];
  632. "importlib.metadata" -> "sys" [];
  633. "importlib.metadata" -> "email" [];
  634. "importlib.metadata" -> "pathlib" [];
  635. "importlib.metadata" -> "zipfile" [];
  636. "importlib.metadata" -> "operator" [];
  637. "importlib.metadata" -> "textwrap" [];
  638. "importlib.metadata" -> "warnings" [];
  639. "importlib.metadata" -> "functools" [];
  640. "importlib.metadata" -> "itertools" [];
  641. "importlib.metadata" -> "posixpath" [];
  642. "importlib.metadata" -> "collections" [];
  643. "importlib.metadata" -> "contextlib" [];
  644. "importlib.metadata" -> "typing" [];
  645. "typing" -> "abc" [];
  646. "typing" -> "collections" [];
  647. "typing" -> "contextlib" [];
  648. "typing" -> "functools" [];
  649. "typing" -> "operator" [];
  650. "typing" -> "re" [];
  651. "typing" -> "sys" [];
  652. "typing" -> "types" [];
  653. "typing" -> "warnings" [];
  654. "typing" -> "_typing" [];
  655. "importlib.abc" -> "_frozen_importlib" [];
  656. "importlib.abc" -> "_frozen_importlib_external" [];
  657. "importlib.abc" -> "abc" [];
  658. "importlib.abc" -> "warnings" [];
  659. "importlib.resources.abc" -> "abc" [];
  660. "importlib.resources.abc" -> "io" [];
  661. "importlib.resources.abc" -> "os" [];
  662. "importlib.resources.abc" -> "typing" [];
  663. "importlib.resources._legacy" -> "functools" [];
  664. "importlib.resources._legacy" -> "os" [];
  665. "importlib.resources._legacy" -> "pathlib" [];
  666. "importlib.resources._legacy" -> "types" [];
  667. "importlib.resources._legacy" -> "warnings" [];
  668. "importlib.resources._legacy" -> "typing" [];
  669. "importlib.resources._common" -> "os" [];
  670. "importlib.resources._common" -> "pathlib" [];
  671. "importlib.resources._common" -> "tempfile" [];
  672. "importlib.resources._common" -> "functools" [];
  673. "importlib.resources._common" -> "contextlib" [];
  674. "importlib.resources._common" -> "types" [];
  675. "importlib.resources._common" -> "importlib" [];
  676. "importlib.resources._common" -> "typing" [];
  677. "importlib.resources._adapters" -> "contextlib" [];
  678. "importlib.resources._adapters" -> "io" [];
  679. "tempfile" -> "functools" [];
  680. "tempfile" -> "warnings" [];
  681. "tempfile" -> "io" [];
  682. "tempfile" -> "os" [];
  683. "tempfile" -> "shutil" [];
  684. "tempfile" -> "stat" [];
  685. "tempfile" -> "errno" [];
  686. "tempfile" -> "random" [];
  687. "tempfile" -> "sys" [];
  688. "tempfile" -> "types" [];
  689. "tempfile" -> "weakref" [];
  690. "tempfile" -> "_thread" [];
  691. "random" -> "warnings" [];
  692. "random" -> "math" [];
  693. "random" -> "os" [];
  694. "random" -> "_collections_abc" [];
  695. "random" -> "operator" [];
  696. "random" -> "itertools" [];
  697. "random" -> "bisect" [];
  698. "random" -> "_random" [];
  699. "random" -> "_sha512" [];
  700. "random" -> "hashlib" [];
  701. "random" -> "statistics" [];
  702. "random" -> "time" [];
  703. "statistics" -> "math" [];
  704. "statistics" -> "numbers" [];
  705. "statistics" -> "random" [];
  706. "statistics" -> "sys" [];
  707. "statistics" -> "fractions" [];
  708. "statistics" -> "decimal" [];
  709. "statistics" -> "itertools" [];
  710. "statistics" -> "bisect" [];
  711. "statistics" -> "functools" [];
  712. "statistics" -> "operator" [];
  713. "statistics" -> "collections" [];
  714. "statistics" -> "_statistics" [];
  715. "decimal" -> "_decimal" [];
  716. "decimal" -> "_pydecimal" [];
  717. "_pydecimal" -> "math" [];
  718. "_pydecimal" -> "numbers" [];
  719. "_pydecimal" -> "sys" [];
  720. "_pydecimal" -> "collections" [];
  721. "_pydecimal" -> "contextvars" [];
  722. "_pydecimal" -> "re" [];
  723. "_pydecimal" -> "locale" [];
  724. "_pydecimal" -> "itertools" [];
  725. "contextvars" -> "_contextvars" [];
  726. "fractions" -> "decimal" [];
  727. "fractions" -> "math" [];
  728. "fractions" -> "numbers" [];
  729. "fractions" -> "operator" [];
  730. "fractions" -> "re" [];
  731. "fractions" -> "sys" [];
  732. "numbers" -> "abc" [];
  733. "hashlib" -> "_sha1" [];
  734. "hashlib" -> "_md5" [];
  735. "hashlib" -> "_sha256" [];
  736. "hashlib" -> "_sha512" [];
  737. "hashlib" -> "_blake2" [];
  738. "hashlib" -> "_sha3" [];
  739. "hashlib" -> "_hashlib" [];
  740. "hashlib" -> "warnings" [];
  741. "hashlib" -> "logging" [];
  742. "logging" -> "sys" [];
  743. "logging" -> "os" [];
  744. "logging" -> "time" [];
  745. "logging" -> "io" [];
  746. "logging" -> "re" [];
  747. "logging" -> "traceback" [];
  748. "logging" -> "warnings" [];
  749. "logging" -> "weakref" [];
  750. "logging" -> "types" [];
  751. "logging" -> "string" [];
  752. "logging" -> "threading" [];
  753. "logging" -> "pickle" [];
  754. "logging" -> "atexit" [];
  755. "pickle" -> "types" [];
  756. "pickle" -> "copyreg" [];
  757. "pickle" -> "itertools" [];
  758. "pickle" -> "functools" [];
  759. "pickle" -> "sys" [];
  760. "pickle" -> "struct" [];
  761. "pickle" -> "re" [];
  762. "pickle" -> "io" [];
  763. "pickle" -> "codecs" [];
  764. "pickle" -> "_compat_pickle" [];
  765. "pickle" -> "_pickle" [];
  766. "pickle" -> "org" [];
  767. "pickle" -> "pprint" [];
  768. "pprint" -> "collections" [];
  769. "pprint" -> "dataclasses" [];
  770. "pprint" -> "re" [];
  771. "pprint" -> "sys" [];
  772. "pprint" -> "types" [];
  773. "pprint" -> "io" [];
  774. "pprint" -> "time" [];
  775. "dataclasses" -> "re" [];
  776. "dataclasses" -> "sys" [];
  777. "dataclasses" -> "copy" [];
  778. "dataclasses" -> "types" [];
  779. "dataclasses" -> "inspect" [];
  780. "dataclasses" -> "keyword" [];
  781. "dataclasses" -> "builtins" [];
  782. "dataclasses" -> "functools" [];
  783. "dataclasses" -> "itertools" [];
  784. "dataclasses" -> "abc" [];
  785. "dataclasses" -> "_thread" [];
  786. "inspect" -> "abc" [];
  787. "inspect" -> "ast" [];
  788. "inspect" -> "dis" [];
  789. "inspect" -> "enum" [];
  790. "inspect" -> "itertools" [];
  791. "inspect" -> "linecache" [];
  792. "inspect" -> "os" [];
  793. "inspect" -> "re" [];
  794. "inspect" -> "sys" [];
  795. "inspect" -> "tokenize" [];
  796. "inspect" -> "token" [];
  797. "inspect" -> "types" [];
  798. "inspect" -> "functools" [];
  799. "inspect" -> "builtins" [];
  800. "inspect" -> "keyword" [];
  801. "inspect" -> "operator" [];
  802. "inspect" -> "collections" [];
  803. "inspect" -> "argparse" [];
  804. "inspect" -> "importlib" [];
  805. "argparse" -> "os" [];
  806. "argparse" -> "re" [];
  807. "argparse" -> "sys" [];
  808. "argparse" -> "warnings" [];
  809. "argparse" -> "gettext" [];
  810. "argparse" -> "copy" [];
  811. "argparse" -> "shutil" [];
  812. "argparse" -> "textwrap" [];
  813. "gettext" -> "operator" [];
  814. "gettext" -> "os" [];
  815. "gettext" -> "re" [];
  816. "gettext" -> "sys" [];
  817. "gettext" -> "warnings" [];
  818. "gettext" -> "locale" [];
  819. "gettext" -> "builtins" [];
  820. "gettext" -> "struct" [];
  821. "gettext" -> "errno" [];
  822. "gettext" -> "copy" [];
  823. "dis" -> "sys" [];
  824. "dis" -> "types" [];
  825. "dis" -> "collections" [];
  826. "dis" -> "io" [];
  827. "dis" -> "opcode" [];
  828. "dis" -> "argparse" [];
  829. "opcode" -> "_opcode" [];
  830. "ast" -> "sys" [];
  831. "ast" -> "_ast" [];
  832. "ast" -> "contextlib" [];
  833. "ast" -> "enum" [];
  834. "ast" -> "inspect" [];
  835. "ast" -> "collections" [];
  836. "ast" -> "warnings" [];
  837. "ast" -> "argparse" [];
  838. "copy" -> "types" [];
  839. "copy" -> "weakref" [];
  840. "copy" -> "copyreg" [];
  841. "copy" -> "'org.python'" [];
  842. "struct" -> "_struct" [];
  843. "threading" -> "os" [];
  844. "threading" -> "sys" [];
  845. "threading" -> "_thread" [];
  846. "threading" -> "functools" [];
  847. "threading" -> "time" [];
  848. "threading" -> "_weakrefset" [];
  849. "threading" -> "itertools" [];
  850. "threading" -> "_collections" [];
  851. "threading" -> "collections" [];
  852. "threading" -> "warnings" [];
  853. "threading" -> "traceback" [];
  854. "threading" -> "_threading_local" [];
  855. "_threading_local" -> "weakref" [];
  856. "_threading_local" -> "contextlib" [];
  857. "_threading_local" -> "threading" [];
  858. "string" -> "_string" [];
  859. "string" -> "re" [];
  860. "string" -> "collections" [];
  861. "bisect" -> "_bisect" [];
  862. "shutil" -> "os" [];
  863. "shutil" -> "sys" [];
  864. "shutil" -> "stat" [];
  865. "shutil" -> "fnmatch" [];
  866. "shutil" -> "collections" [];
  867. "shutil" -> "errno" [];
  868. "shutil" -> "zlib" [];
  869. "shutil" -> "bz2" [];
  870. "shutil" -> "lzma" [];
  871. "shutil" -> "posix" [];
  872. "shutil" -> "nt" [];
  873. "shutil" -> "grp" [];
  874. "shutil" -> "pwd" [];
  875. "shutil" -> "tarfile" [];
  876. "shutil" -> "zipfile" [];
  877. "tarfile" -> "builtins" [];
  878. "tarfile" -> "sys" [];
  879. "tarfile" -> "os" [];
  880. "tarfile" -> "io" [];
  881. "tarfile" -> "shutil" [];
  882. "tarfile" -> "stat" [];
  883. "tarfile" -> "time" [];
  884. "tarfile" -> "struct" [];
  885. "tarfile" -> "copy" [];
  886. "tarfile" -> "re" [];
  887. "tarfile" -> "warnings" [];
  888. "tarfile" -> "pwd" [];
  889. "tarfile" -> "grp" [];
  890. "tarfile" -> "zlib" [];
  891. "tarfile" -> "bz2" [];
  892. "tarfile" -> "lzma" [];
  893. "tarfile" -> "gzip" [];
  894. "tarfile" -> "argparse" [];
  895. "gzip" -> "struct" [];
  896. "gzip" -> "sys" [];
  897. "gzip" -> "time" [];
  898. "gzip" -> "os" [];
  899. "gzip" -> "zlib" [];
  900. "gzip" -> "builtins" [];
  901. "gzip" -> "io" [];
  902. "gzip" -> "_compression" [];
  903. "gzip" -> "warnings" [];
  904. "gzip" -> "errno" [];
  905. "gzip" -> "argparse" [];
  906. "_compression" -> "io" [];
  907. "_compression" -> "sys" [];
  908. "lzma" -> "builtins" [];
  909. "lzma" -> "io" [];
  910. "lzma" -> "os" [];
  911. "lzma" -> "_lzma" [];
  912. "lzma" -> "_compression" [];
  913. "bz2" -> "builtins" [];
  914. "bz2" -> "io" [];
  915. "bz2" -> "os" [];
  916. "bz2" -> "_compression" [];
  917. "bz2" -> "_bz2" [];
  918. "fnmatch" -> "os" [];
  919. "fnmatch" -> "posixpath" [];
  920. "fnmatch" -> "re" [];
  921. "fnmatch" -> "functools" [];
  922. "importlib._abc" -> "abc" [];
  923. "importlib._abc" -> "warnings" [];
  924. "contextlib" -> "abc" [];
  925. "contextlib" -> "os" [];
  926. "contextlib" -> "sys" [];
  927. "contextlib" -> "_collections_abc" [];
  928. "contextlib" -> "collections" [];
  929. "contextlib" -> "functools" [];
  930. "contextlib" -> "types" [];
  931. "importlib.metadata._itertools" -> "itertools" [];
  932. "importlib.metadata._functools" -> "types" [];
  933. "importlib.metadata._functools" -> "functools" [];
  934. "importlib.metadata._collections" -> "collections" [];
  935. "importlib.metadata._meta" -> "typing" [];
  936. "importlib.metadata._adapters" -> "re" [];
  937. "importlib.metadata._adapters" -> "textwrap" [];
  938. "importlib.metadata._text" -> "re" [];
  939. "email.message" -> "binascii" [];
  940. "email.message" -> "re" [];
  941. "email.message" -> "quopri" [];
  942. "email.message" -> "io" [];
  943. "email.policy" -> "re" [];
  944. "email.policy" -> "sys" [];
  945. "email.contentmanager" -> "binascii" [];
  946. "email.quoprimime" -> "re" [];
  947. "email.quoprimime" -> "string" [];
  948. "email.headerregistry" -> "types" [];
  949. "email._header_value_parser" -> "re" [];
  950. "email._header_value_parser" -> "sys" [];
  951. "email._header_value_parser" -> "urllib" [];
  952. "email._header_value_parser" -> "string" [];
  953. "email._header_value_parser" -> "operator" [];
  954. "email.iterators" -> "sys" [];
  955. "email.iterators" -> "io" [];
  956. "email.generator" -> "re" [];
  957. "email.generator" -> "sys" [];
  958. "email.generator" -> "time" [];
  959. "email.generator" -> "random" [];
  960. "email.generator" -> "copy" [];
  961. "email.generator" -> "io" [];
  962. "email._encoded_words" -> "re" [];
  963. "email._encoded_words" -> "base64" [];
  964. "email._encoded_words" -> "binascii" [];
  965. "email._encoded_words" -> "functools" [];
  966. "email._encoded_words" -> "string" [];
  967. "base64" -> "re" [];
  968. "base64" -> "struct" [];
  969. "base64" -> "binascii" [];
  970. "base64" -> "sys" [];
  971. "base64" -> "getopt" [];
  972. "getopt" -> "os" [];
  973. "getopt" -> "gettext" [];
  974. "getopt" -> "sys" [];
  975. "email.charset" -> "functools" [];
  976. "email.encoders" -> "base64" [];
  977. "email.encoders" -> "quopri" [];
  978. "email.base64mime" -> "base64" [];
  979. "email.base64mime" -> "binascii" [];
  980. "email._policybase" -> "abc" [];
  981. "email.header" -> "re" [];
  982. "email.header" -> "binascii" [];
  983. "email.utils" -> "os" [];
  984. "email.utils" -> "re" [];
  985. "email.utils" -> "time" [];
  986. "email.utils" -> "random" [];
  987. "email.utils" -> "socket" [];
  988. "email.utils" -> "datetime" [];
  989. "email._parseaddr" -> "time" [];
  990. "email._parseaddr" -> "calendar" [];
  991. "calendar" -> "sys" [];
  992. "calendar" -> "datetime" [];
  993. "calendar" -> "locale" [];
  994. "calendar" -> "itertools" [];
  995. "calendar" -> "argparse" [];
  996. "urllib.parse" -> "collections" [];
  997. "urllib.parse" -> "functools" [];
  998. "urllib.parse" -> "re" [];
  999. "urllib.parse" -> "sys" [];
  1000. "urllib.parse" -> "types" [];
  1001. "urllib.parse" -> "warnings" [];
  1002. "urllib.parse" -> "ipaddress" [];
  1003. "urllib.parse" -> "unicodedata" [];
  1004. "ipaddress" -> "functools" [];
  1005. "ipaddress" -> "re" [];
  1006. "socket" -> "_socket" [];
  1007. "socket" -> "os" [];
  1008. "socket" -> "sys" [];
  1009. "socket" -> "io" [];
  1010. "socket" -> "selectors" [];
  1011. "socket" -> "enum" [];
  1012. "socket" -> "errno" [];
  1013. "socket" -> "array" [];
  1014. "selectors" -> "abc" [];
  1015. "selectors" -> "collections" [];
  1016. "selectors" -> "math" [];
  1017. "selectors" -> "select" [];
  1018. "selectors" -> "sys" [];
  1019. "quopri" -> "binascii" [];
  1020. "quopri" -> "io" [];
  1021. "quopri" -> "sys" [];
  1022. "quopri" -> "getopt" [];
  1023. "textwrap" -> "re" [];
  1024. "zipfile" -> "binascii" [];
  1025. "zipfile" -> "io" [];
  1026. "zipfile" -> "itertools" [];
  1027. "zipfile" -> "os" [];
  1028. "zipfile" -> "posixpath" [];
  1029. "zipfile" -> "shutil" [];
  1030. "zipfile" -> "stat" [];
  1031. "zipfile" -> "struct" [];
  1032. "zipfile" -> "sys" [];
  1033. "zipfile" -> "threading" [];
  1034. "zipfile" -> "time" [];
  1035. "zipfile" -> "contextlib" [];
  1036. "zipfile" -> "pathlib" [];
  1037. "zipfile" -> "zlib" [];
  1038. "zipfile" -> "bz2" [];
  1039. "zipfile" -> "lzma" [];
  1040. "zipfile" -> "warnings" [];
  1041. "zipfile" -> "py_compile" [];
  1042. "zipfile" -> "argparse" [];
  1043. "py_compile" -> "enum" [];
  1044. "py_compile" -> "os" [];
  1045. "py_compile" -> "os.path" [];
  1046. "py_compile" -> "sys" [];
  1047. "py_compile" -> "traceback" [];
  1048. "py_compile" -> "argparse" [];
  1049. "os.path" -> "posixpath" [];
  1050. "os.path" -> "os" [];
  1051. "importlib.util" -> "contextlib" [];
  1052. "importlib.util" -> "_imp" [];
  1053. "importlib.util" -> "functools" [];
  1054. "importlib.util" -> "sys" [];
  1055. "importlib.util" -> "threading" [];
  1056. "importlib.util" -> "types" [];
  1057. "importlib.util" -> "warnings" [];
  1058. "pathlib" -> "fnmatch" [];
  1059. "pathlib" -> "functools" [];
  1060. "pathlib" -> "io" [];
  1061. "pathlib" -> "ntpath" [];
  1062. "pathlib" -> "os" [];
  1063. "pathlib" -> "posixpath" [];
  1064. "pathlib" -> "re" [];
  1065. "pathlib" -> "sys" [];
  1066. "pathlib" -> "warnings" [];
  1067. "pathlib" -> "_collections_abc" [];
  1068. "pathlib" -> "errno" [];
  1069. "pathlib" -> "operator" [];
  1070. "pathlib" -> "stat" [];
  1071. "pathlib" -> "pwd" [];
  1072. "pathlib" -> "grp" [];
  1073. "email.parser" -> "io" [];
  1074. "email.feedparser" -> "re" [];
  1075. "email.feedparser" -> "collections" [];
  1076. "email.feedparser" -> "io" [];
  1077. "csv" -> "re" [];
  1078. "csv" -> "_csv" [];
  1079. "csv" -> "io" [];
  1080. "tokenize" -> "builtins" [];
  1081. "tokenize" -> "codecs" [];
  1082. "tokenize" -> "collections" [];
  1083. "tokenize" -> "functools" [];
  1084. "tokenize" -> "io" [];
  1085. "tokenize" -> "itertools" [];
  1086. "tokenize" -> "re" [];
  1087. "tokenize" -> "sys" [];
  1088. "tokenize" -> "token" [];
  1089. "tokenize" -> "argparse" [];
  1090. "tokenize" -> "_tokenize" [];
  1091. "importlib._bootstrap" -> "_frozen_importlib_external" [];
  1092. "importlib.resources.readers" -> "collections" [];
  1093. "importlib.resources.readers" -> "operator" [];
  1094. "importlib.resources.readers" -> "pathlib" [];
  1095. "importlib.resources.readers" -> "zipfile" [];
  1096. "importlib.resources._itertools" -> "itertools" [];
  1097. "importlib.resources._itertools" -> "typing" [];
  1098. "tkinter" -> "collections" [];
  1099. "tkinter" -> "enum" [];
  1100. "tkinter" -> "sys" [];
  1101. "tkinter" -> "types" [];
  1102. "tkinter" -> "_tkinter" [];
  1103. "tkinter" -> "re" [];
  1104. "tkinter" -> "os" [];
  1105. "tkinter" -> "traceback" [];
  1106. "/Volumes/work/project/awesome-python/main.py" -> "sys" [];
  1107. "/Volumes/work/project/awesome-python/main.py" -> "os" [];
  1108. "/Volumes/work/project/awesome-python/main.py" -> "litter_helper" [];
  1109. "/Volumes/work/project/awesome-python/main.py" -> "_weakrefset" [];
  1110. "/Volumes/work/project/awesome-python/main.py" -> "warnings" [];
  1111. "/Volumes/work/project/awesome-python/main.py" -> "codecs" [];
  1112. "/Volumes/work/project/awesome-python/main.py" -> "posixpath" [];
  1113. "/Volumes/work/project/awesome-python/main.py" -> "ntpath" [];
  1114. "/Volumes/work/project/awesome-python/main.py" -> "encodings" [];
  1115. "/Volumes/work/project/awesome-python/main.py" -> "abc" [];
  1116. "/Volumes/work/project/awesome-python/main.py" -> "genericpath" [];
  1117. "/Volumes/work/project/awesome-python/main.py" -> "collections" [];
  1118. "/Volumes/work/project/awesome-python/main.py" -> "types" [];
  1119. "/Volumes/work/project/awesome-python/main.py" -> "traceback" [];
  1120. "/Volumes/work/project/awesome-python/main.py" -> "functools" [];
  1121. "/Volumes/work/project/awesome-python/main.py" -> "sre_compile" [];
  1122. "/Volumes/work/project/awesome-python/main.py" -> "copyreg" [];
  1123. "/Volumes/work/project/awesome-python/main.py" -> "sre_parse" [];
  1124. "/Volumes/work/project/awesome-python/main.py" -> "heapq" [];
  1125. "/Volumes/work/project/awesome-python/main.py" -> "_collections_abc" [];
  1126. "/Volumes/work/project/awesome-python/main.py" -> "re" [];
  1127. "/Volumes/work/project/awesome-python/main.py" -> "sre_constants" [];
  1128. "/Volumes/work/project/awesome-python/main.py" -> "keyword" [];
  1129. "/Volumes/work/project/awesome-python/main.py" -> "enum" [];
  1130. "/Volumes/work/project/awesome-python/main.py" -> "reprlib" [];
  1131. "/Volumes/work/project/awesome-python/main.py" -> "operator" [];
  1132. "/Volumes/work/project/awesome-python/main.py" -> "stat" [];
  1133. "/Volumes/work/project/awesome-python/main.py" -> "io" [];
  1134. "/Volumes/work/project/awesome-python/main.py" -> "linecache" [];
  1135. "/Volumes/work/project/awesome-python/main.py" -> "locale" [];
  1136. "/Volumes/work/project/awesome-python/main.py" -> "weakref" [];
  1137. "/Volumes/work/project/awesome-python/main.py" -> "tkinter" [];
  1138. "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" [];
  1139. "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" [];
  1140. "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" [];
  1141. "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" [];
  1142. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pathlib" [];
  1143. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pkgutil" [];
  1144. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "sys" [];
  1145. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pyimod02_importers" [];
  1146. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "_pyi_rth_utils" [];
  1147. "_pyi_rth_utils" -> "sys" [];
  1148. "_pyi_rth_utils" -> "os" [];
  1149. "_pyi_rth_utils.qt" -> "os" [];
  1150. "_pyi_rth_utils.qt" -> "importlib" [];
  1151. "_pyi_rth_utils.qt" -> "atexit" [];
  1152. "pkgutil" -> "collections" [];
  1153. "pkgutil" -> "functools" [];
  1154. "pkgutil" -> "importlib" [];
  1155. "pkgutil" -> "os" [];
  1156. "pkgutil" -> "os.path" [];
  1157. "pkgutil" -> "sys" [];
  1158. "pkgutil" -> "types" [];
  1159. "pkgutil" -> "warnings" [];
  1160. "pkgutil" -> "marshal" [];
  1161. "pkgutil" -> "inspect" [];
  1162. "pkgutil" -> "zipimport" [];
  1163. "pkgutil" -> "re" [];
  1164. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "os" [];
  1165. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "sys" [];
  1166. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "_pyi_rth_utils" [];
  1167. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "inspect" [];
  1168. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "os" [];
  1169. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "sys" [];
  1170. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" -> "os" [];
  1171. "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" -> "sys" [];
  1172. "litter_helper" -> "PyQt5" [];
  1173. "PyQt5" -> "pkgutil" [];
  1174. "weakref" -> "_weakref" [];
  1175. "weakref" -> "_weakrefset" [];
  1176. "weakref" -> "_collections_abc" [];
  1177. "weakref" -> "sys" [];
  1178. "weakref" -> "itertools" [];
  1179. "weakref" -> "copy" [];
  1180. "weakref" -> "atexit" [];
  1181. "weakref" -> "gc" [];
  1182. "locale" -> "sys" [];
  1183. "locale" -> "encodings" [];
  1184. "locale" -> "re" [];
  1185. "locale" -> "_collections_abc" [];
  1186. "locale" -> "builtins" [];
  1187. "locale" -> "functools" [];
  1188. "locale" -> "_locale" [];
  1189. "locale" -> "warnings" [];
  1190. "locale" -> "os" [];
  1191. "linecache" -> "functools" [];
  1192. "linecache" -> "sys" [];
  1193. "linecache" -> "os" [];
  1194. "linecache" -> "tokenize" [];
  1195. "io" -> "_io" [];
  1196. "io" -> "abc" [];
  1197. "io" -> "warnings" [];
  1198. "stat" -> "_stat" [];
  1199. "operator" -> "builtins" [];
  1200. "operator" -> "functools" [];
  1201. "operator" -> "_operator" [];
  1202. "reprlib" -> "builtins" [];
  1203. "reprlib" -> "itertools" [];
  1204. "reprlib" -> "_thread" [];
  1205. "os" -> "abc" [];
  1206. "os" -> "sys" [];
  1207. "os" -> "stat" [];
  1208. "os" -> "_collections_abc" [];
  1209. "os" -> "posix" [];
  1210. "os" -> "posixpath" [];
  1211. "os" -> "nt" [];
  1212. "os" -> "ntpath" [];
  1213. "os" -> "os.path" [];
  1214. "os" -> "warnings" [];
  1215. "os" -> "subprocess" [];
  1216. "os" -> "io" [];
  1217. "subprocess" -> "builtins" [];
  1218. "subprocess" -> "errno" [];
  1219. "subprocess" -> "io" [];
  1220. "subprocess" -> "locale" [];
  1221. "subprocess" -> "os" [];
  1222. "subprocess" -> "time" [];
  1223. "subprocess" -> "signal" [];
  1224. "subprocess" -> "sys" [];
  1225. "subprocess" -> "threading" [];
  1226. "subprocess" -> "warnings" [];
  1227. "subprocess" -> "contextlib" [];
  1228. "subprocess" -> "types" [];
  1229. "subprocess" -> "fcntl" [];
  1230. "subprocess" -> "msvcrt" [];
  1231. "subprocess" -> "_winapi" [];
  1232. "subprocess" -> "_posixsubprocess" [];
  1233. "subprocess" -> "select" [];
  1234. "subprocess" -> "selectors" [];
  1235. "subprocess" -> "grp" [];
  1236. "subprocess" -> "pwd" [];
  1237. "signal" -> "_signal" [];
  1238. "signal" -> "enum" [];
  1239. "enum" -> "sys" [];
  1240. "enum" -> "builtins" [];
  1241. "enum" -> "types" [];
  1242. "enum" -> "operator" [];
  1243. "enum" -> "functools" [];
  1244. "enum" -> "warnings" [];
  1245. "sre_constants" -> "warnings" [];
  1246. "sre_constants" -> "re" [];
  1247. "re._parser" -> "warnings" [];
  1248. "re._parser" -> "unicodedata" [];
  1249. "re._constants" -> "_sre" [];
  1250. "re._compiler" -> "_sre" [];
  1251. "re._compiler" -> "sys" [];
  1252. "re" -> "enum" [];
  1253. "re" -> "functools" [];
  1254. "re" -> "warnings" [];
  1255. "re" -> "copyreg" [];
  1256. "_collections_abc" -> "abc" [];
  1257. "_collections_abc" -> "sys" [];
  1258. "heapq" -> "_heapq" [];
  1259. "sre_parse" -> "warnings" [];
  1260. "sre_parse" -> "re" [];
  1261. "copyreg" -> "functools" [];
  1262. "copyreg" -> "operator" [];
  1263. "sre_compile" -> "warnings" [];
  1264. "sre_compile" -> "re" [];
  1265. "functools" -> "abc" [];
  1266. "functools" -> "collections" [];
  1267. "functools" -> "reprlib" [];
  1268. "functools" -> "_thread" [];
  1269. "functools" -> "types" [];
  1270. "functools" -> "_functools" [];
  1271. "functools" -> "weakref" [];
  1272. "functools" -> "typing" [];
  1273. "traceback" -> "itertools" [];
  1274. "traceback" -> "linecache" [];
  1275. "traceback" -> "sys" [];
  1276. "traceback" -> "textwrap" [];
  1277. "traceback" -> "contextlib" [];
  1278. "traceback" -> "ast" [];
  1279. "traceback" -> "unicodedata" [];
  1280. "types" -> "sys" [];
  1281. "types" -> "functools" [];
  1282. "types" -> "_collections_abc" [];
  1283. "collections.abc" -> "_collections_abc" [];
  1284. "collections" -> "_collections_abc" [];
  1285. "collections" -> "sys" [];
  1286. "collections" -> "itertools" [];
  1287. "collections" -> "keyword" [];
  1288. "collections" -> "operator" [];
  1289. "collections" -> "reprlib" [];
  1290. "collections" -> "_weakref" [];
  1291. "collections" -> "_collections" [];
  1292. "collections" -> "heapq" [];
  1293. "collections" -> "copy" [];
  1294. "genericpath" -> "os" [];
  1295. "genericpath" -> "stat" [];
  1296. "abc" -> "_abc" [];
  1297. "abc" -> "_py_abc" [];
  1298. "_py_abc" -> "_weakrefset" [];
  1299. "encodings.zlib_codec" -> "codecs" [];
  1300. "encodings.zlib_codec" -> "zlib" [];
  1301. "encodings.uu_codec" -> "codecs" [];
  1302. "encodings.uu_codec" -> "binascii" [];
  1303. "encodings.uu_codec" -> "io" [];
  1304. "encodings.utf_8_sig" -> "codecs" [];
  1305. "encodings.utf_8" -> "codecs" [];
  1306. "encodings.utf_7" -> "codecs" [];
  1307. "encodings.utf_32_le" -> "codecs" [];
  1308. "encodings.utf_32_be" -> "codecs" [];
  1309. "encodings.utf_32" -> "codecs" [];
  1310. "encodings.utf_32" -> "sys" [];
  1311. "encodings.utf_16_le" -> "codecs" [];
  1312. "encodings.utf_16_be" -> "codecs" [];
  1313. "encodings.utf_16" -> "codecs" [];
  1314. "encodings.utf_16" -> "sys" [];
  1315. "encodings.unicode_escape" -> "codecs" [];
  1316. "encodings.undefined" -> "codecs" [];
  1317. "encodings.tis_620" -> "codecs" [];
  1318. "encodings.shift_jisx0213" -> "_codecs_jp" [];
  1319. "encodings.shift_jisx0213" -> "codecs" [];
  1320. "encodings.shift_jisx0213" -> "_multibytecodec" [];
  1321. "encodings.shift_jis_2004" -> "_codecs_jp" [];
  1322. "encodings.shift_jis_2004" -> "codecs" [];
  1323. "encodings.shift_jis_2004" -> "_multibytecodec" [];
  1324. "encodings.shift_jis" -> "_codecs_jp" [];
  1325. "encodings.shift_jis" -> "codecs" [];
  1326. "encodings.shift_jis" -> "_multibytecodec" [];
  1327. "encodings.rot_13" -> "codecs" [];
  1328. "encodings.rot_13" -> "sys" [];
  1329. "encodings.raw_unicode_escape" -> "codecs" [];
  1330. "encodings.quopri_codec" -> "codecs" [];
  1331. "encodings.quopri_codec" -> "quopri" [];
  1332. "encodings.quopri_codec" -> "io" [];
  1333. "encodings.punycode" -> "codecs" [];
  1334. "encodings.ptcp154" -> "codecs" [];
  1335. "encodings.palmos" -> "codecs" [];
  1336. "encodings.oem" -> "codecs" [];
  1337. "encodings.mbcs" -> "codecs" [];
  1338. "encodings.mac_turkish" -> "codecs" [];
  1339. "encodings.mac_romanian" -> "codecs" [];
  1340. "encodings.mac_roman" -> "codecs" [];
  1341. "encodings.mac_latin2" -> "codecs" [];
  1342. "encodings.mac_iceland" -> "codecs" [];
  1343. "encodings.mac_greek" -> "codecs" [];
  1344. "encodings.mac_farsi" -> "codecs" [];
  1345. "encodings.mac_cyrillic" -> "codecs" [];
  1346. "encodings.mac_croatian" -> "codecs" [];
  1347. "encodings.mac_arabic" -> "codecs" [];
  1348. "encodings.latin_1" -> "codecs" [];
  1349. "encodings.kz1048" -> "codecs" [];
  1350. "encodings.koi8_u" -> "codecs" [];
  1351. "encodings.koi8_t" -> "codecs" [];
  1352. "encodings.koi8_r" -> "codecs" [];
  1353. "encodings.johab" -> "_codecs_kr" [];
  1354. "encodings.johab" -> "codecs" [];
  1355. "encodings.johab" -> "_multibytecodec" [];
  1356. "encodings.iso8859_9" -> "codecs" [];
  1357. "encodings.iso8859_8" -> "codecs" [];
  1358. "encodings.iso8859_7" -> "codecs" [];
  1359. "encodings.iso8859_6" -> "codecs" [];
  1360. "encodings.iso8859_5" -> "codecs" [];
  1361. "encodings.iso8859_4" -> "codecs" [];
  1362. "encodings.iso8859_3" -> "codecs" [];
  1363. "encodings.iso8859_2" -> "codecs" [];
  1364. "encodings.iso8859_16" -> "codecs" [];
  1365. "encodings.iso8859_15" -> "codecs" [];
  1366. "encodings.iso8859_14" -> "codecs" [];
  1367. "encodings.iso8859_13" -> "codecs" [];
  1368. "encodings.iso8859_11" -> "codecs" [];
  1369. "encodings.iso8859_10" -> "codecs" [];
  1370. "encodings.iso8859_1" -> "codecs" [];
  1371. "encodings.iso2022_kr" -> "_codecs_iso2022" [];
  1372. "encodings.iso2022_kr" -> "codecs" [];
  1373. "encodings.iso2022_kr" -> "_multibytecodec" [];
  1374. "encodings.iso2022_jp_ext" -> "_codecs_iso2022" [];
  1375. "encodings.iso2022_jp_ext" -> "codecs" [];
  1376. "encodings.iso2022_jp_ext" -> "_multibytecodec" [];
  1377. "encodings.iso2022_jp_3" -> "_codecs_iso2022" [];
  1378. "encodings.iso2022_jp_3" -> "codecs" [];
  1379. "encodings.iso2022_jp_3" -> "_multibytecodec" [];
  1380. "encodings.iso2022_jp_2004" -> "_codecs_iso2022" [];
  1381. "encodings.iso2022_jp_2004" -> "codecs" [];
  1382. "encodings.iso2022_jp_2004" -> "_multibytecodec" [];
  1383. "encodings.iso2022_jp_2" -> "_codecs_iso2022" [];
  1384. "encodings.iso2022_jp_2" -> "codecs" [];
  1385. "encodings.iso2022_jp_2" -> "_multibytecodec" [];
  1386. "encodings.iso2022_jp_1" -> "_codecs_iso2022" [];
  1387. "encodings.iso2022_jp_1" -> "codecs" [];
  1388. "encodings.iso2022_jp_1" -> "_multibytecodec" [];
  1389. "encodings.iso2022_jp" -> "_codecs_iso2022" [];
  1390. "encodings.iso2022_jp" -> "codecs" [];
  1391. "encodings.iso2022_jp" -> "_multibytecodec" [];
  1392. "encodings.idna" -> "stringprep" [];
  1393. "encodings.idna" -> "re" [];
  1394. "encodings.idna" -> "codecs" [];
  1395. "encodings.idna" -> "unicodedata" [];
  1396. "stringprep" -> "unicodedata" [];
  1397. "encodings.hz" -> "_codecs_cn" [];
  1398. "encodings.hz" -> "codecs" [];
  1399. "encodings.hz" -> "_multibytecodec" [];
  1400. "encodings.hp_roman8" -> "codecs" [];
  1401. "encodings.hex_codec" -> "codecs" [];
  1402. "encodings.hex_codec" -> "binascii" [];
  1403. "encodings.gbk" -> "_codecs_cn" [];
  1404. "encodings.gbk" -> "codecs" [];
  1405. "encodings.gbk" -> "_multibytecodec" [];
  1406. "encodings.gb2312" -> "_codecs_cn" [];
  1407. "encodings.gb2312" -> "codecs" [];
  1408. "encodings.gb2312" -> "_multibytecodec" [];
  1409. "encodings.gb18030" -> "_codecs_cn" [];
  1410. "encodings.gb18030" -> "codecs" [];
  1411. "encodings.gb18030" -> "_multibytecodec" [];
  1412. "encodings.euc_kr" -> "_codecs_kr" [];
  1413. "encodings.euc_kr" -> "codecs" [];
  1414. "encodings.euc_kr" -> "_multibytecodec" [];
  1415. "encodings.euc_jp" -> "_codecs_jp" [];
  1416. "encodings.euc_jp" -> "codecs" [];
  1417. "encodings.euc_jp" -> "_multibytecodec" [];
  1418. "encodings.euc_jisx0213" -> "_codecs_jp" [];
  1419. "encodings.euc_jisx0213" -> "codecs" [];
  1420. "encodings.euc_jisx0213" -> "_multibytecodec" [];
  1421. "encodings.euc_jis_2004" -> "_codecs_jp" [];
  1422. "encodings.euc_jis_2004" -> "codecs" [];
  1423. "encodings.euc_jis_2004" -> "_multibytecodec" [];
  1424. "encodings.cp950" -> "_codecs_tw" [];
  1425. "encodings.cp950" -> "codecs" [];
  1426. "encodings.cp950" -> "_multibytecodec" [];
  1427. "encodings.cp949" -> "_codecs_kr" [];
  1428. "encodings.cp949" -> "codecs" [];
  1429. "encodings.cp949" -> "_multibytecodec" [];
  1430. "encodings.cp932" -> "_codecs_jp" [];
  1431. "encodings.cp932" -> "codecs" [];
  1432. "encodings.cp932" -> "_multibytecodec" [];
  1433. "encodings.cp875" -> "codecs" [];
  1434. "encodings.cp874" -> "codecs" [];
  1435. "encodings.cp869" -> "codecs" [];
  1436. "encodings.cp866" -> "codecs" [];
  1437. "encodings.cp865" -> "codecs" [];
  1438. "encodings.cp864" -> "codecs" [];
  1439. "encodings.cp863" -> "codecs" [];
  1440. "encodings.cp862" -> "codecs" [];
  1441. "encodings.cp861" -> "codecs" [];
  1442. "encodings.cp860" -> "codecs" [];
  1443. "encodings.cp858" -> "codecs" [];
  1444. "encodings.cp857" -> "codecs" [];
  1445. "encodings.cp856" -> "codecs" [];
  1446. "encodings.cp855" -> "codecs" [];
  1447. "encodings.cp852" -> "codecs" [];
  1448. "encodings.cp850" -> "codecs" [];
  1449. "encodings.cp775" -> "codecs" [];
  1450. "encodings.cp737" -> "codecs" [];
  1451. "encodings.cp720" -> "codecs" [];
  1452. "encodings.cp500" -> "codecs" [];
  1453. "encodings.cp437" -> "codecs" [];
  1454. "encodings.cp424" -> "codecs" [];
  1455. "encodings.cp273" -> "codecs" [];
  1456. "encodings.cp1258" -> "codecs" [];
  1457. "encodings.cp1257" -> "codecs" [];
  1458. "encodings.cp1256" -> "codecs" [];
  1459. "encodings.cp1255" -> "codecs" [];
  1460. "encodings.cp1254" -> "codecs" [];
  1461. "encodings.cp1253" -> "codecs" [];
  1462. "encodings.cp1252" -> "codecs" [];
  1463. "encodings.cp1251" -> "codecs" [];
  1464. "encodings.cp1250" -> "codecs" [];
  1465. "encodings.cp1140" -> "codecs" [];
  1466. "encodings.cp1125" -> "codecs" [];
  1467. "encodings.cp1026" -> "codecs" [];
  1468. "encodings.cp1006" -> "codecs" [];
  1469. "encodings.cp037" -> "codecs" [];
  1470. "encodings.charmap" -> "codecs" [];
  1471. "encodings.bz2_codec" -> "codecs" [];
  1472. "encodings.bz2_codec" -> "bz2" [];
  1473. "encodings.big5hkscs" -> "_codecs_hk" [];
  1474. "encodings.big5hkscs" -> "codecs" [];
  1475. "encodings.big5hkscs" -> "_multibytecodec" [];
  1476. "encodings.big5" -> "_codecs_tw" [];
  1477. "encodings.big5" -> "codecs" [];
  1478. "encodings.big5" -> "_multibytecodec" [];
  1479. "encodings.base64_codec" -> "codecs" [];
  1480. "encodings.base64_codec" -> "base64" [];
  1481. "encodings.ascii" -> "codecs" [];
  1482. "encodings" -> "codecs" [];
  1483. "encodings" -> "sys" [];
  1484. "encodings" -> "_winapi" [];
  1485. "ntpath" -> "os" [];
  1486. "ntpath" -> "sys" [];
  1487. "ntpath" -> "stat" [];
  1488. "ntpath" -> "genericpath" [];
  1489. "ntpath" -> "_winapi" [];
  1490. "ntpath" -> "nt" [];
  1491. "ntpath" -> "string" [];
  1492. "warnings" -> "sys" [];
  1493. "warnings" -> "linecache" [];
  1494. "warnings" -> "tracemalloc" [];
  1495. "warnings" -> "re" [];
  1496. "warnings" -> "builtins" [];
  1497. "warnings" -> "traceback" [];
  1498. "warnings" -> "_warnings" [];
  1499. "tracemalloc" -> "functools" [];
  1500. "tracemalloc" -> "fnmatch" [];
  1501. "tracemalloc" -> "linecache" [];
  1502. "tracemalloc" -> "os.path" [];
  1503. "tracemalloc" -> "pickle" [];
  1504. "tracemalloc" -> "_tracemalloc" [];
  1505. "_weakrefset" -> "_weakref" [];
  1506. "_weakrefset" -> "types" [];
  1507. "_sre" -> "copy" [];
  1508. "_sre" -> "re" [];
  1509. "_posixsubprocess" -> "gc" [];
  1510. "datetime" -> "time" [];
  1511. "datetime" -> "math" [];
  1512. "datetime" -> "sys" [];
  1513. "datetime" -> "operator" [];
  1514. "datetime" -> "_strptime" [];
  1515. "datetime" -> "_datetime" [];
  1516. "_strptime" -> "time" [];
  1517. "_strptime" -> "locale" [];
  1518. "_strptime" -> "calendar" [];
  1519. "_strptime" -> "re" [];
  1520. "_strptime" -> "datetime" [];
  1521. "_strptime" -> "_thread" [];
  1522. "_datetime" -> "time" [];
  1523. "_datetime" -> "_strptime" [];
  1524. "_pickle" -> "codecs" [];
  1525. "_pickle" -> "copyreg" [];
  1526. "_pickle" -> "_compat_pickle" [];
  1527. "posixpath" -> "os" [];
  1528. "posixpath" -> "sys" [];
  1529. "posixpath" -> "stat" [];
  1530. "posixpath" -> "genericpath" [];
  1531. "posixpath" -> "pwd" [];
  1532. "posixpath" -> "re" [];
  1533. "posixpath" -> "posix" [];
  1534. "posix" -> "resource" [];
  1535. "codecs" -> "builtins" [];
  1536. "codecs" -> "sys" [];
  1537. "codecs" -> "_codecs" [];
  1538. "codecs" -> "encodings" [];
  1539. "time" -> "_strptime" [];
  1540. "gc" -> "time" [];
  1541. "zipimport" -> "importlib" [];
  1542. "logging" -> "collections" [];
  1543. "importlib.metadata._adapters" -> "email" [];
  1544. "email.utils" -> "urllib" [];
  1545. "zipfile" -> "importlib" [];
  1546. "py_compile" -> "importlib" [];
  1547. "pathlib" -> "urllib" [];
  1548. "/Volumes/work/project/awesome-python/main.py" -> "PyQt5" [];
  1549. "traceback" -> "collections" [];
  1550. "tracemalloc" -> "collections" [];
  1551. }