| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551 |
- digraph G {
- charset="UTF-8";
- rankdir="LR";
- concentrate="true";
- "<PyiModuleGraph>" [label="<PyiModuleGraph>"];
- "zipimport" [label="<f0> SourceModule| <f1> zipimport",shape="record"];
- "zlib" [label="<f0> Extension| <f1> zlib",shape="record"];
- "importlib.readers" [label="<f0> SourceModule| <f1> importlib.readers",shape="record"];
- "importlib" [label="<f0> Package| <f1> importlib",shape="record"];
- "importlib.machinery" [label="<f0> SourceModule| <f1> importlib.machinery",shape="record"];
- "importlib._bootstrap_external" [label="<f0> SourceModule| <f1> importlib._bootstrap_external",shape="record"];
- "importlib.metadata" [label="<f0> Package| <f1> importlib.metadata",shape="record"];
- "typing" [label="<f0> SourceModule| <f1> typing",shape="record"];
- "_typing" [label="<f0> Extension| <f1> _typing",shape="record"];
- "importlib.abc" [label="<f0> SourceModule| <f1> importlib.abc",shape="record"];
- "importlib.resources.abc" [label="<f0> SourceModule| <f1> importlib.resources.abc",shape="record"];
- "importlib.resources" [label="<f0> Package| <f1> importlib.resources",shape="record"];
- "importlib.resources._legacy" [label="<f0> SourceModule| <f1> importlib.resources._legacy",shape="record"];
- "importlib.resources._common" [label="<f0> SourceModule| <f1> importlib.resources._common",shape="record"];
- "importlib.resources._adapters" [label="<f0> SourceModule| <f1> importlib.resources._adapters",shape="record"];
- "tempfile" [label="<f0> SourceModule| <f1> tempfile",shape="record"];
- "_thread" [label="<f0> BuiltinModule| <f1> _thread",shape="record"];
- "random" [label="<f0> SourceModule| <f1> random",shape="record"];
- "statistics" [label="<f0> SourceModule| <f1> statistics",shape="record"];
- "_statistics" [label="<f0> Extension| <f1> _statistics",shape="record"];
- "decimal" [label="<f0> SourceModule| <f1> decimal",shape="record"];
- "_pydecimal" [label="<f0> SourceModule| <f1> _pydecimal",shape="record"];
- "contextvars" [label="<f0> SourceModule| <f1> contextvars",shape="record"];
- "_contextvars" [label="<f0> Extension| <f1> _contextvars",shape="record"];
- "_decimal" [label="<f0> Extension| <f1> _decimal",shape="record"];
- "fractions" [label="<f0> SourceModule| <f1> fractions",shape="record"];
- "numbers" [label="<f0> SourceModule| <f1> numbers",shape="record"];
- "hashlib" [label="<f0> SourceModule| <f1> hashlib",shape="record"];
- "logging" [label="<f0> Package| <f1> logging",shape="record"];
- "atexit" [label="<f0> BuiltinModule| <f1> atexit",shape="record"];
- "pickle" [label="<f0> SourceModule| <f1> pickle",shape="record"];
- "pprint" [label="<f0> SourceModule| <f1> pprint",shape="record"];
- "dataclasses" [label="<f0> SourceModule| <f1> dataclasses",shape="record"];
- "builtins" [label="<f0> BuiltinModule| <f1> builtins",shape="record"];
- "inspect" [label="<f0> SourceModule| <f1> inspect",shape="record"];
- "argparse" [label="<f0> SourceModule| <f1> argparse",shape="record"];
- "gettext" [label="<f0> SourceModule| <f1> gettext",shape="record"];
- "token" [label="<f0> SourceModule| <f1> token",shape="record"];
- "dis" [label="<f0> SourceModule| <f1> dis",shape="record"];
- "opcode" [label="<f0> SourceModule| <f1> opcode",shape="record"];
- "_opcode" [label="<f0> Extension| <f1> _opcode",shape="record"];
- "ast" [label="<f0> SourceModule| <f1> ast",shape="record"];
- "_ast" [label="<f0> BuiltinModule| <f1> _ast",shape="record"];
- "copy" [label="<f0> SourceModule| <f1> copy",shape="record"];
- "'org.python'" [label="<f0> MissingModule| <f1> 'org.python'",shape="record"];
- "org" [label="<f0> MissingModule| <f1> org",shape="record"];
- "_compat_pickle" [label="<f0> SourceModule| <f1> _compat_pickle",shape="record"];
- "struct" [label="<f0> SourceModule| <f1> struct",shape="record"];
- "_struct" [label="<f0> Extension| <f1> _struct",shape="record"];
- "threading" [label="<f0> SourceModule| <f1> threading",shape="record"];
- "_threading_local" [label="<f0> SourceModule| <f1> _threading_local",shape="record"];
- "_collections" [label="<f0> BuiltinModule| <f1> _collections",shape="record"];
- "string" [label="<f0> SourceModule| <f1> string",shape="record"];
- "_string" [label="<f0> BuiltinModule| <f1> _string",shape="record"];
- "_hashlib" [label="<f0> Extension| <f1> _hashlib",shape="record"];
- "_sha3" [label="<f0> Extension| <f1> _sha3",shape="record"];
- "_blake2" [label="<f0> Extension| <f1> _blake2",shape="record"];
- "_sha256" [label="<f0> Extension| <f1> _sha256",shape="record"];
- "_md5" [label="<f0> Extension| <f1> _md5",shape="record"];
- "_sha1" [label="<f0> Extension| <f1> _sha1",shape="record"];
- "_sha512" [label="<f0> Extension| <f1> _sha512",shape="record"];
- "_random" [label="<f0> Extension| <f1> _random",shape="record"];
- "bisect" [label="<f0> SourceModule| <f1> bisect",shape="record"];
- "_bisect" [label="<f0> Extension| <f1> _bisect",shape="record"];
- "math" [label="<f0> Extension| <f1> math",shape="record"];
- "errno" [label="<f0> BuiltinModule| <f1> errno",shape="record"];
- "shutil" [label="<f0> SourceModule| <f1> shutil",shape="record"];
- "tarfile" [label="<f0> SourceModule| <f1> tarfile",shape="record"];
- "gzip" [label="<f0> SourceModule| <f1> gzip",shape="record"];
- "_compression" [label="<f0> SourceModule| <f1> _compression",shape="record"];
- "pwd" [label="<f0> BuiltinModule| <f1> pwd",shape="record"];
- "grp" [label="<f0> Extension| <f1> grp",shape="record"];
- "lzma" [label="<f0> SourceModule| <f1> lzma",shape="record"];
- "_lzma" [label="<f0> Extension| <f1> _lzma",shape="record"];
- "bz2" [label="<f0> SourceModule| <f1> bz2",shape="record"];
- "_bz2" [label="<f0> Extension| <f1> _bz2",shape="record"];
- "fnmatch" [label="<f0> SourceModule| <f1> fnmatch",shape="record"];
- "importlib._abc" [label="<f0> SourceModule| <f1> importlib._abc",shape="record"];
- "contextlib" [label="<f0> SourceModule| <f1> contextlib",shape="record"];
- "importlib.metadata._itertools" [label="<f0> SourceModule| <f1> importlib.metadata._itertools",shape="record"];
- "importlib.metadata._functools" [label="<f0> SourceModule| <f1> importlib.metadata._functools",shape="record"];
- "importlib.metadata._collections" [label="<f0> SourceModule| <f1> importlib.metadata._collections",shape="record"];
- "importlib.metadata._meta" [label="<f0> SourceModule| <f1> importlib.metadata._meta",shape="record"];
- "importlib.metadata._adapters" [label="<f0> SourceModule| <f1> importlib.metadata._adapters",shape="record"];
- "importlib.metadata._text" [label="<f0> SourceModule| <f1> importlib.metadata._text",shape="record"];
- "email.message" [label="<f0> SourceModule| <f1> email.message",shape="record"];
- "email.policy" [label="<f0> SourceModule| <f1> email.policy",shape="record"];
- "email.contentmanager" [label="<f0> SourceModule| <f1> email.contentmanager",shape="record"];
- "email.quoprimime" [label="<f0> SourceModule| <f1> email.quoprimime",shape="record"];
- "email.headerregistry" [label="<f0> SourceModule| <f1> email.headerregistry",shape="record"];
- "email._header_value_parser" [label="<f0> SourceModule| <f1> email._header_value_parser",shape="record"];
- "urllib" [label="<f0> Package| <f1> urllib",shape="record"];
- "email.iterators" [label="<f0> SourceModule| <f1> email.iterators",shape="record"];
- "email.generator" [label="<f0> SourceModule| <f1> email.generator",shape="record"];
- "email._encoded_words" [label="<f0> SourceModule| <f1> email._encoded_words",shape="record"];
- "base64" [label="<f0> SourceModule| <f1> base64",shape="record"];
- "getopt" [label="<f0> SourceModule| <f1> getopt",shape="record"];
- "email.charset" [label="<f0> SourceModule| <f1> email.charset",shape="record"];
- "email.encoders" [label="<f0> SourceModule| <f1> email.encoders",shape="record"];
- "email.base64mime" [label="<f0> SourceModule| <f1> email.base64mime",shape="record"];
- "email._policybase" [label="<f0> SourceModule| <f1> email._policybase",shape="record"];
- "email.header" [label="<f0> SourceModule| <f1> email.header",shape="record"];
- "email.errors" [label="<f0> SourceModule| <f1> email.errors",shape="record"];
- "email.utils" [label="<f0> SourceModule| <f1> email.utils",shape="record"];
- "email._parseaddr" [label="<f0> SourceModule| <f1> email._parseaddr",shape="record"];
- "calendar" [label="<f0> SourceModule| <f1> calendar",shape="record"];
- "urllib.parse" [label="<f0> SourceModule| <f1> urllib.parse",shape="record"];
- "unicodedata" [label="<f0> Extension| <f1> unicodedata",shape="record"];
- "ipaddress" [label="<f0> SourceModule| <f1> ipaddress",shape="record"];
- "socket" [label="<f0> SourceModule| <f1> socket",shape="record"];
- "array" [label="<f0> Extension| <f1> array",shape="record"];
- "selectors" [label="<f0> SourceModule| <f1> selectors",shape="record"];
- "select" [label="<f0> Extension| <f1> select",shape="record"];
- "_socket" [label="<f0> Extension| <f1> _socket",shape="record"];
- "quopri" [label="<f0> SourceModule| <f1> quopri",shape="record"];
- "binascii" [label="<f0> Extension| <f1> binascii",shape="record"];
- "itertools" [label="<f0> BuiltinModule| <f1> itertools",shape="record"];
- "textwrap" [label="<f0> SourceModule| <f1> textwrap",shape="record"];
- "zipfile" [label="<f0> SourceModule| <f1> zipfile",shape="record"];
- "py_compile" [label="<f0> SourceModule| <f1> py_compile",shape="record"];
- "os.path" [label="<f0> AliasNode| <f1> os.path",shape="record"];
- "importlib.util" [label="<f0> SourceModule| <f1> importlib.util",shape="record"];
- "pathlib" [label="<f0> SourceModule| <f1> pathlib",shape="record"];
- "email" [label="<f0> Package| <f1> email",shape="record"];
- "email.parser" [label="<f0> SourceModule| <f1> email.parser",shape="record"];
- "email.feedparser" [label="<f0> SourceModule| <f1> email.feedparser",shape="record"];
- "csv" [label="<f0> SourceModule| <f1> csv",shape="record"];
- "_csv" [label="<f0> Extension| <f1> _csv",shape="record"];
- "tokenize" [label="<f0> SourceModule| <f1> tokenize",shape="record"];
- "_tokenize" [label="<f0> BuiltinModule| <f1> _tokenize",shape="record"];
- "winreg" [label="<f0> MissingModule| <f1> winreg",shape="record"];
- "nt" [label="<f0> MissingModule| <f1> nt",shape="record"];
- "importlib._bootstrap" [label="<f0> SourceModule| <f1> importlib._bootstrap",shape="record"];
- "importlib.resources.readers" [label="<f0> SourceModule| <f1> importlib.resources.readers",shape="record"];
- "importlib.resources._itertools" [label="<f0> SourceModule| <f1> importlib.resources._itertools",shape="record"];
- "_warnings" [label="<f0> BuiltinModule| <f1> _warnings",shape="record"];
- "sys" [label="<f0> BuiltinModule| <f1> sys",shape="record"];
- "marshal" [label="<f0> BuiltinModule| <f1> marshal",shape="record"];
- "_io" [label="<f0> BuiltinModule| <f1> _io",shape="record"];
- "_imp" [label="<f0> BuiltinModule| <f1> _imp",shape="record"];
- "_frozen_importlib" [label="<f0> ExcludedModule| <f1> _frozen_importlib",shape="record"];
- "_frozen_importlib_external" [label="<f0> MissingModule| <f1> _frozen_importlib_external",shape="record"];
- "tkinter" [label="<f0> Package| <f1> tkinter",shape="record"];
- "tkinter.constants" [label="<f0> SourceModule| <f1> tkinter.constants",shape="record"];
- "_tkinter" [label="<f0> Extension| <f1> _tkinter",shape="record"];
- "/Volumes/work/project/awesome-python/main.py" [label="<f0> Script| <f1> /Volumes/work/project/awesome-python/main.py",shape="record"];
- "/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"];
- "_pyi_rth_utils" [label="<f0> Package| <f1> _pyi_rth_utils",shape="record"];
- "_pyi_rth_utils.qt" [label="<f0> SourceModule| <f1> _pyi_rth_utils.qt",shape="record"];
- "pyimod02_importers" [label="<f0> MissingModule| <f1> pyimod02_importers",shape="record"];
- "pkgutil" [label="<f0> SourceModule| <f1> pkgutil",shape="record"];
- "/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"];
- "/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"];
- "/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"];
- "litter_helper" [label="<f0> SourceModule| <f1> litter_helper",shape="record"];
- "PyQt5" [label="<f0> Package| <f1> PyQt5",shape="record"];
- "PyQt5.sip" [label="<f0> Extension| <f1> PyQt5.sip",shape="record"];
- "PyQt5.QtGui" [label="<f0> Extension| <f1> PyQt5.QtGui",shape="record"];
- "PyQt5.QtWidgets" [label="<f0> Extension| <f1> PyQt5.QtWidgets",shape="record"];
- "PyQt5.QtCore" [label="<f0> Extension| <f1> PyQt5.QtCore",shape="record"];
- "_weakrefset" [label="<f0> SourceModule| <f1> _weakrefset",shape="record"];
- "_weakref" [label="<f0> BuiltinModule| <f1> _weakref",shape="record"];
- "sre_compile" [label="<f0> SourceModule| <f1> sre_compile",shape="record"];
- "locale" [label="<f0> SourceModule| <f1> locale",shape="record"];
- "_locale" [label="<f0> BuiltinModule| <f1> _locale",shape="record"];
- "sre_constants" [label="<f0> SourceModule| <f1> sre_constants",shape="record"];
- "genericpath" [label="<f0> SourceModule| <f1> genericpath",shape="record"];
- "re._parser" [label="<f0> SourceModule| <f1> re._parser",shape="record"];
- "re._constants" [label="<f0> SourceModule| <f1> re._constants",shape="record"];
- "re._compiler" [label="<f0> SourceModule| <f1> re._compiler",shape="record"];
- "re._casefix" [label="<f0> SourceModule| <f1> re._casefix",shape="record"];
- "re" [label="<f0> Package| <f1> re",shape="record"];
- "warnings" [label="<f0> SourceModule| <f1> warnings",shape="record"];
- "tracemalloc" [label="<f0> SourceModule| <f1> tracemalloc",shape="record"];
- "_tracemalloc" [label="<f0> BuiltinModule| <f1> _tracemalloc",shape="record"];
- "io" [label="<f0> SourceModule| <f1> io",shape="record"];
- "stat" [label="<f0> SourceModule| <f1> stat",shape="record"];
- "_stat" [label="<f0> BuiltinModule| <f1> _stat",shape="record"];
- "operator" [label="<f0> SourceModule| <f1> operator",shape="record"];
- "_operator" [label="<f0> BuiltinModule| <f1> _operator",shape="record"];
- "ntpath" [label="<f0> SourceModule| <f1> ntpath",shape="record"];
- "_winapi" [label="<f0> MissingModule| <f1> _winapi",shape="record"];
- "sre_parse" [label="<f0> SourceModule| <f1> sre_parse",shape="record"];
- "os" [label="<f0> SourceModule| <f1> os",shape="record"];
- "subprocess" [label="<f0> SourceModule| <f1> subprocess",shape="record"];
- "msvcrt" [label="<f0> MissingModule| <f1> msvcrt",shape="record"];
- "fcntl" [label="<f0> Extension| <f1> fcntl",shape="record"];
- "signal" [label="<f0> SourceModule| <f1> signal",shape="record"];
- "_signal" [label="<f0> BuiltinModule| <f1> _signal",shape="record"];
- "enum" [label="<f0> SourceModule| <f1> enum",shape="record"];
- "abc" [label="<f0> SourceModule| <f1> abc",shape="record"];
- "_py_abc" [label="<f0> SourceModule| <f1> _py_abc",shape="record"];
- "_abc" [label="<f0> BuiltinModule| <f1> _abc",shape="record"];
- "linecache" [label="<f0> SourceModule| <f1> linecache",shape="record"];
- "encodings.zlib_codec" [label="<f0> SourceModule| <f1> encodings.zlib_codec",shape="record"];
- "encodings.uu_codec" [label="<f0> SourceModule| <f1> encodings.uu_codec",shape="record"];
- "encodings.utf_8_sig" [label="<f0> SourceModule| <f1> encodings.utf_8_sig",shape="record"];
- "encodings.utf_8" [label="<f0> SourceModule| <f1> encodings.utf_8",shape="record"];
- "encodings.utf_7" [label="<f0> SourceModule| <f1> encodings.utf_7",shape="record"];
- "encodings.utf_32_le" [label="<f0> SourceModule| <f1> encodings.utf_32_le",shape="record"];
- "encodings.utf_32_be" [label="<f0> SourceModule| <f1> encodings.utf_32_be",shape="record"];
- "encodings.utf_32" [label="<f0> SourceModule| <f1> encodings.utf_32",shape="record"];
- "encodings.utf_16_le" [label="<f0> SourceModule| <f1> encodings.utf_16_le",shape="record"];
- "encodings.utf_16_be" [label="<f0> SourceModule| <f1> encodings.utf_16_be",shape="record"];
- "encodings.utf_16" [label="<f0> SourceModule| <f1> encodings.utf_16",shape="record"];
- "encodings.unicode_escape" [label="<f0> SourceModule| <f1> encodings.unicode_escape",shape="record"];
- "encodings.undefined" [label="<f0> SourceModule| <f1> encodings.undefined",shape="record"];
- "encodings.tis_620" [label="<f0> SourceModule| <f1> encodings.tis_620",shape="record"];
- "encodings.shift_jisx0213" [label="<f0> SourceModule| <f1> encodings.shift_jisx0213",shape="record"];
- "_multibytecodec" [label="<f0> Extension| <f1> _multibytecodec",shape="record"];
- "_codecs_jp" [label="<f0> Extension| <f1> _codecs_jp",shape="record"];
- "encodings.shift_jis_2004" [label="<f0> SourceModule| <f1> encodings.shift_jis_2004",shape="record"];
- "encodings.shift_jis" [label="<f0> SourceModule| <f1> encodings.shift_jis",shape="record"];
- "encodings.rot_13" [label="<f0> SourceModule| <f1> encodings.rot_13",shape="record"];
- "encodings.raw_unicode_escape" [label="<f0> SourceModule| <f1> encodings.raw_unicode_escape",shape="record"];
- "encodings.quopri_codec" [label="<f0> SourceModule| <f1> encodings.quopri_codec",shape="record"];
- "encodings.punycode" [label="<f0> SourceModule| <f1> encodings.punycode",shape="record"];
- "encodings.ptcp154" [label="<f0> SourceModule| <f1> encodings.ptcp154",shape="record"];
- "encodings.palmos" [label="<f0> SourceModule| <f1> encodings.palmos",shape="record"];
- "encodings.oem" [label="<f0> SourceModule| <f1> encodings.oem",shape="record"];
- "encodings.mbcs" [label="<f0> SourceModule| <f1> encodings.mbcs",shape="record"];
- "encodings.mac_turkish" [label="<f0> SourceModule| <f1> encodings.mac_turkish",shape="record"];
- "encodings.mac_romanian" [label="<f0> SourceModule| <f1> encodings.mac_romanian",shape="record"];
- "encodings.mac_roman" [label="<f0> SourceModule| <f1> encodings.mac_roman",shape="record"];
- "encodings.mac_latin2" [label="<f0> SourceModule| <f1> encodings.mac_latin2",shape="record"];
- "encodings.mac_iceland" [label="<f0> SourceModule| <f1> encodings.mac_iceland",shape="record"];
- "encodings.mac_greek" [label="<f0> SourceModule| <f1> encodings.mac_greek",shape="record"];
- "encodings.mac_farsi" [label="<f0> SourceModule| <f1> encodings.mac_farsi",shape="record"];
- "encodings.mac_cyrillic" [label="<f0> SourceModule| <f1> encodings.mac_cyrillic",shape="record"];
- "encodings.mac_croatian" [label="<f0> SourceModule| <f1> encodings.mac_croatian",shape="record"];
- "encodings.mac_arabic" [label="<f0> SourceModule| <f1> encodings.mac_arabic",shape="record"];
- "encodings.latin_1" [label="<f0> SourceModule| <f1> encodings.latin_1",shape="record"];
- "encodings.kz1048" [label="<f0> SourceModule| <f1> encodings.kz1048",shape="record"];
- "encodings.koi8_u" [label="<f0> SourceModule| <f1> encodings.koi8_u",shape="record"];
- "encodings.koi8_t" [label="<f0> SourceModule| <f1> encodings.koi8_t",shape="record"];
- "encodings.koi8_r" [label="<f0> SourceModule| <f1> encodings.koi8_r",shape="record"];
- "encodings.johab" [label="<f0> SourceModule| <f1> encodings.johab",shape="record"];
- "_codecs_kr" [label="<f0> Extension| <f1> _codecs_kr",shape="record"];
- "encodings.iso8859_9" [label="<f0> SourceModule| <f1> encodings.iso8859_9",shape="record"];
- "encodings.iso8859_8" [label="<f0> SourceModule| <f1> encodings.iso8859_8",shape="record"];
- "encodings.iso8859_7" [label="<f0> SourceModule| <f1> encodings.iso8859_7",shape="record"];
- "encodings.iso8859_6" [label="<f0> SourceModule| <f1> encodings.iso8859_6",shape="record"];
- "encodings.iso8859_5" [label="<f0> SourceModule| <f1> encodings.iso8859_5",shape="record"];
- "encodings.iso8859_4" [label="<f0> SourceModule| <f1> encodings.iso8859_4",shape="record"];
- "encodings.iso8859_3" [label="<f0> SourceModule| <f1> encodings.iso8859_3",shape="record"];
- "encodings.iso8859_2" [label="<f0> SourceModule| <f1> encodings.iso8859_2",shape="record"];
- "encodings.iso8859_16" [label="<f0> SourceModule| <f1> encodings.iso8859_16",shape="record"];
- "encodings.iso8859_15" [label="<f0> SourceModule| <f1> encodings.iso8859_15",shape="record"];
- "encodings.iso8859_14" [label="<f0> SourceModule| <f1> encodings.iso8859_14",shape="record"];
- "encodings.iso8859_13" [label="<f0> SourceModule| <f1> encodings.iso8859_13",shape="record"];
- "encodings.iso8859_11" [label="<f0> SourceModule| <f1> encodings.iso8859_11",shape="record"];
- "encodings.iso8859_10" [label="<f0> SourceModule| <f1> encodings.iso8859_10",shape="record"];
- "encodings.iso8859_1" [label="<f0> SourceModule| <f1> encodings.iso8859_1",shape="record"];
- "encodings.iso2022_kr" [label="<f0> SourceModule| <f1> encodings.iso2022_kr",shape="record"];
- "_codecs_iso2022" [label="<f0> Extension| <f1> _codecs_iso2022",shape="record"];
- "encodings.iso2022_jp_ext" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_ext",shape="record"];
- "encodings.iso2022_jp_3" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_3",shape="record"];
- "encodings.iso2022_jp_2004" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_2004",shape="record"];
- "encodings.iso2022_jp_2" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_2",shape="record"];
- "encodings.iso2022_jp_1" [label="<f0> SourceModule| <f1> encodings.iso2022_jp_1",shape="record"];
- "encodings.iso2022_jp" [label="<f0> SourceModule| <f1> encodings.iso2022_jp",shape="record"];
- "encodings.idna" [label="<f0> SourceModule| <f1> encodings.idna",shape="record"];
- "stringprep" [label="<f0> SourceModule| <f1> stringprep",shape="record"];
- "encodings.hz" [label="<f0> SourceModule| <f1> encodings.hz",shape="record"];
- "_codecs_cn" [label="<f0> Extension| <f1> _codecs_cn",shape="record"];
- "encodings.hp_roman8" [label="<f0> SourceModule| <f1> encodings.hp_roman8",shape="record"];
- "encodings.hex_codec" [label="<f0> SourceModule| <f1> encodings.hex_codec",shape="record"];
- "encodings.gbk" [label="<f0> SourceModule| <f1> encodings.gbk",shape="record"];
- "encodings.gb2312" [label="<f0> SourceModule| <f1> encodings.gb2312",shape="record"];
- "encodings.gb18030" [label="<f0> SourceModule| <f1> encodings.gb18030",shape="record"];
- "encodings.euc_kr" [label="<f0> SourceModule| <f1> encodings.euc_kr",shape="record"];
- "encodings.euc_jp" [label="<f0> SourceModule| <f1> encodings.euc_jp",shape="record"];
- "encodings.euc_jisx0213" [label="<f0> SourceModule| <f1> encodings.euc_jisx0213",shape="record"];
- "encodings.euc_jis_2004" [label="<f0> SourceModule| <f1> encodings.euc_jis_2004",shape="record"];
- "encodings.cp950" [label="<f0> SourceModule| <f1> encodings.cp950",shape="record"];
- "_codecs_tw" [label="<f0> Extension| <f1> _codecs_tw",shape="record"];
- "encodings.cp949" [label="<f0> SourceModule| <f1> encodings.cp949",shape="record"];
- "encodings.cp932" [label="<f0> SourceModule| <f1> encodings.cp932",shape="record"];
- "encodings.cp875" [label="<f0> SourceModule| <f1> encodings.cp875",shape="record"];
- "encodings.cp874" [label="<f0> SourceModule| <f1> encodings.cp874",shape="record"];
- "encodings.cp869" [label="<f0> SourceModule| <f1> encodings.cp869",shape="record"];
- "encodings.cp866" [label="<f0> SourceModule| <f1> encodings.cp866",shape="record"];
- "encodings.cp865" [label="<f0> SourceModule| <f1> encodings.cp865",shape="record"];
- "encodings.cp864" [label="<f0> SourceModule| <f1> encodings.cp864",shape="record"];
- "encodings.cp863" [label="<f0> SourceModule| <f1> encodings.cp863",shape="record"];
- "encodings.cp862" [label="<f0> SourceModule| <f1> encodings.cp862",shape="record"];
- "encodings.cp861" [label="<f0> SourceModule| <f1> encodings.cp861",shape="record"];
- "encodings.cp860" [label="<f0> SourceModule| <f1> encodings.cp860",shape="record"];
- "encodings.cp858" [label="<f0> SourceModule| <f1> encodings.cp858",shape="record"];
- "encodings.cp857" [label="<f0> SourceModule| <f1> encodings.cp857",shape="record"];
- "encodings.cp856" [label="<f0> SourceModule| <f1> encodings.cp856",shape="record"];
- "encodings.cp855" [label="<f0> SourceModule| <f1> encodings.cp855",shape="record"];
- "encodings.cp852" [label="<f0> SourceModule| <f1> encodings.cp852",shape="record"];
- "encodings.cp850" [label="<f0> SourceModule| <f1> encodings.cp850",shape="record"];
- "encodings.cp775" [label="<f0> SourceModule| <f1> encodings.cp775",shape="record"];
- "encodings.cp737" [label="<f0> SourceModule| <f1> encodings.cp737",shape="record"];
- "encodings.cp720" [label="<f0> SourceModule| <f1> encodings.cp720",shape="record"];
- "encodings.cp500" [label="<f0> SourceModule| <f1> encodings.cp500",shape="record"];
- "encodings.cp437" [label="<f0> SourceModule| <f1> encodings.cp437",shape="record"];
- "encodings.cp424" [label="<f0> SourceModule| <f1> encodings.cp424",shape="record"];
- "encodings.cp273" [label="<f0> SourceModule| <f1> encodings.cp273",shape="record"];
- "encodings.cp1258" [label="<f0> SourceModule| <f1> encodings.cp1258",shape="record"];
- "encodings.cp1257" [label="<f0> SourceModule| <f1> encodings.cp1257",shape="record"];
- "encodings.cp1256" [label="<f0> SourceModule| <f1> encodings.cp1256",shape="record"];
- "encodings.cp1255" [label="<f0> SourceModule| <f1> encodings.cp1255",shape="record"];
- "encodings.cp1254" [label="<f0> SourceModule| <f1> encodings.cp1254",shape="record"];
- "encodings.cp1253" [label="<f0> SourceModule| <f1> encodings.cp1253",shape="record"];
- "encodings.cp1252" [label="<f0> SourceModule| <f1> encodings.cp1252",shape="record"];
- "encodings.cp1251" [label="<f0> SourceModule| <f1> encodings.cp1251",shape="record"];
- "encodings.cp1250" [label="<f0> SourceModule| <f1> encodings.cp1250",shape="record"];
- "encodings.cp1140" [label="<f0> SourceModule| <f1> encodings.cp1140",shape="record"];
- "encodings.cp1125" [label="<f0> SourceModule| <f1> encodings.cp1125",shape="record"];
- "encodings.cp1026" [label="<f0> SourceModule| <f1> encodings.cp1026",shape="record"];
- "encodings.cp1006" [label="<f0> SourceModule| <f1> encodings.cp1006",shape="record"];
- "encodings.cp037" [label="<f0> SourceModule| <f1> encodings.cp037",shape="record"];
- "encodings.charmap" [label="<f0> SourceModule| <f1> encodings.charmap",shape="record"];
- "encodings.bz2_codec" [label="<f0> SourceModule| <f1> encodings.bz2_codec",shape="record"];
- "encodings.big5hkscs" [label="<f0> SourceModule| <f1> encodings.big5hkscs",shape="record"];
- "_codecs_hk" [label="<f0> Extension| <f1> _codecs_hk",shape="record"];
- "encodings.big5" [label="<f0> SourceModule| <f1> encodings.big5",shape="record"];
- "encodings.base64_codec" [label="<f0> SourceModule| <f1> encodings.base64_codec",shape="record"];
- "encodings.ascii" [label="<f0> SourceModule| <f1> encodings.ascii",shape="record"];
- "encodings.aliases" [label="<f0> SourceModule| <f1> encodings.aliases",shape="record"];
- "encodings" [label="<f0> Package| <f1> encodings",shape="record"];
- "_collections_abc" [label="<f0> SourceModule| <f1> _collections_abc",shape="record"];
- "types" [label="<f0> SourceModule| <f1> types",shape="record"];
- "heapq" [label="<f0> SourceModule| <f1> heapq",shape="record"];
- "_heapq" [label="<f0> Extension| <f1> _heapq",shape="record"];
- "copyreg" [label="<f0> SourceModule| <f1> copyreg",shape="record"];
- "collections.abc" [label="<f0> SourceModule| <f1> collections.abc",shape="record"];
- "collections" [label="<f0> Package| <f1> collections",shape="record"];
- "traceback" [label="<f0> SourceModule| <f1> traceback",shape="record"];
- "weakref" [label="<f0> SourceModule| <f1> weakref",shape="record"];
- "keyword" [label="<f0> SourceModule| <f1> keyword",shape="record"];
- "reprlib" [label="<f0> SourceModule| <f1> reprlib",shape="record"];
- "functools" [label="<f0> SourceModule| <f1> functools",shape="record"];
- "_functools" [label="<f0> BuiltinModule| <f1> _functools",shape="record"];
- "_sre" [label="<f0> BuiltinModule| <f1> _sre",shape="record"];
- "_posixsubprocess" [label="<f0> Extension| <f1> _posixsubprocess",shape="record"];
- "datetime" [label="<f0> SourceModule| <f1> datetime",shape="record"];
- "_strptime" [label="<f0> SourceModule| <f1> _strptime",shape="record"];
- "_datetime" [label="<f0> Extension| <f1> _datetime",shape="record"];
- "_pickle" [label="<f0> Extension| <f1> _pickle",shape="record"];
- "posixpath" [label="<f0> SourceModule| <f1> posixpath",shape="record"];
- "posix" [label="<f0> BuiltinModule| <f1> posix",shape="record"];
- "resource" [label="<f0> Extension| <f1> resource",shape="record"];
- "codecs" [label="<f0> SourceModule| <f1> codecs",shape="record"];
- "_codecs" [label="<f0> BuiltinModule| <f1> _codecs",shape="record"];
- "time" [label="<f0> BuiltinModule| <f1> time",shape="record"];
- "gc" [label="<f0> BuiltinModule| <f1> gc",shape="record"];
- subgraph "cluster_importlib" {
- label="importlib";
- "importlib" -> "importlib._bootstrap" [style="dotted"];
- "importlib" -> "importlib._bootstrap_external" [style="dotted"];
- "importlib" -> "importlib.machinery" [style="dotted"];
- "importlib" -> "importlib.readers" [style="dotted"];
- "importlib" -> "importlib.metadata" [style="dotted"];
- "importlib" -> "importlib.abc" [style="dotted"];
- "importlib" -> "importlib._abc" [style="dotted"];
- "importlib" -> "importlib.resources" [style="dotted"];
- "importlib" -> "importlib.util" [style="dotted"];
- }
- subgraph "cluster_collections" {
- label="collections";
- "collections" -> "collections.abc" [style="dotted"];
- }
- subgraph "cluster_logging" {
- label="logging";
- }
- subgraph "cluster_re" {
- label="re";
- "re" -> "re._parser" [style="dotted"];
- "re" -> "re._compiler" [style="dotted"];
- "re" -> "re._constants" [style="dotted"];
- "re" -> "re._casefix" [style="dotted"];
- }
- subgraph "cluster__pyi_rth_utils" {
- label="_pyi_rth_utils";
- "_pyi_rth_utils" -> "_pyi_rth_utils.qt" [style="dotted"];
- }
- subgraph "cluster_PyQt5" {
- label="PyQt5";
- "PyQt5" -> "PyQt5.sip" [style="dotted"];
- "PyQt5" -> "PyQt5.QtCore" [style="dotted"];
- "PyQt5" -> "PyQt5.QtWidgets" [style="dotted"];
- "PyQt5" -> "PyQt5.QtGui" [style="dotted"];
- }
- subgraph "cluster_importlib.resources" {
- label="importlib.resources";
- "importlib.resources" -> "importlib.resources._common" [style="dotted"];
- "importlib.resources" -> "importlib.resources._legacy" [style="dotted"];
- "importlib.resources" -> "importlib.resources.abc" [style="dotted"];
- "importlib.resources" -> "importlib.resources.readers" [style="dotted"];
- "importlib.resources" -> "importlib.resources._adapters" [style="dotted"];
- "importlib.resources" -> "importlib.resources._itertools" [style="dotted"];
- }
- subgraph "cluster_email" {
- label="email";
- "email" -> "email.errors" [style="dotted"];
- "email" -> "email.charset" [style="dotted"];
- "email" -> "email.header" [style="dotted"];
- "email" -> "email._header_value_parser" [style="dotted"];
- "email" -> "email.parser" [style="dotted"];
- "email" -> "email.message" [style="dotted"];
- "email" -> "email.utils" [style="dotted"];
- "email" -> "email._policybase" [style="dotted"];
- "email" -> "email._encoded_words" [style="dotted"];
- "email" -> "email.generator" [style="dotted"];
- "email" -> "email.iterators" [style="dotted"];
- "email" -> "email.policy" [style="dotted"];
- "email" -> "email.headerregistry" [style="dotted"];
- "email" -> "email.contentmanager" [style="dotted"];
- "email" -> "email.quoprimime" [style="dotted"];
- "email" -> "email.base64mime" [style="dotted"];
- "email" -> "email.encoders" [style="dotted"];
- "email" -> "email._parseaddr" [style="dotted"];
- "email" -> "email.feedparser" [style="dotted"];
- }
- subgraph "cluster_encodings" {
- label="encodings";
- "encodings" -> "encodings.aliases" [style="dotted"];
- "encodings" -> "encodings.mbcs" [style="dotted"];
- "encodings" -> "encodings.ascii" [style="dotted"];
- "encodings" -> "encodings.base64_codec" [style="dotted"];
- "encodings" -> "encodings.big5" [style="dotted"];
- "encodings" -> "encodings.big5hkscs" [style="dotted"];
- "encodings" -> "encodings.bz2_codec" [style="dotted"];
- "encodings" -> "encodings.charmap" [style="dotted"];
- "encodings" -> "encodings.cp037" [style="dotted"];
- "encodings" -> "encodings.cp1006" [style="dotted"];
- "encodings" -> "encodings.cp1026" [style="dotted"];
- "encodings" -> "encodings.cp1125" [style="dotted"];
- "encodings" -> "encodings.cp1140" [style="dotted"];
- "encodings" -> "encodings.cp1250" [style="dotted"];
- "encodings" -> "encodings.cp1251" [style="dotted"];
- "encodings" -> "encodings.cp1252" [style="dotted"];
- "encodings" -> "encodings.cp1253" [style="dotted"];
- "encodings" -> "encodings.cp1254" [style="dotted"];
- "encodings" -> "encodings.cp1255" [style="dotted"];
- "encodings" -> "encodings.cp1256" [style="dotted"];
- "encodings" -> "encodings.cp1257" [style="dotted"];
- "encodings" -> "encodings.cp1258" [style="dotted"];
- "encodings" -> "encodings.cp273" [style="dotted"];
- "encodings" -> "encodings.cp424" [style="dotted"];
- "encodings" -> "encodings.cp437" [style="dotted"];
- "encodings" -> "encodings.cp500" [style="dotted"];
- "encodings" -> "encodings.cp720" [style="dotted"];
- "encodings" -> "encodings.cp737" [style="dotted"];
- "encodings" -> "encodings.cp775" [style="dotted"];
- "encodings" -> "encodings.cp850" [style="dotted"];
- "encodings" -> "encodings.cp852" [style="dotted"];
- "encodings" -> "encodings.cp855" [style="dotted"];
- "encodings" -> "encodings.cp856" [style="dotted"];
- "encodings" -> "encodings.cp857" [style="dotted"];
- "encodings" -> "encodings.cp858" [style="dotted"];
- "encodings" -> "encodings.cp860" [style="dotted"];
- "encodings" -> "encodings.cp861" [style="dotted"];
- "encodings" -> "encodings.cp862" [style="dotted"];
- "encodings" -> "encodings.cp863" [style="dotted"];
- "encodings" -> "encodings.cp864" [style="dotted"];
- "encodings" -> "encodings.cp865" [style="dotted"];
- "encodings" -> "encodings.cp866" [style="dotted"];
- "encodings" -> "encodings.cp869" [style="dotted"];
- "encodings" -> "encodings.cp874" [style="dotted"];
- "encodings" -> "encodings.cp875" [style="dotted"];
- "encodings" -> "encodings.cp932" [style="dotted"];
- "encodings" -> "encodings.cp949" [style="dotted"];
- "encodings" -> "encodings.cp950" [style="dotted"];
- "encodings" -> "encodings.euc_jis_2004" [style="dotted"];
- "encodings" -> "encodings.euc_jisx0213" [style="dotted"];
- "encodings" -> "encodings.euc_jp" [style="dotted"];
- "encodings" -> "encodings.euc_kr" [style="dotted"];
- "encodings" -> "encodings.gb18030" [style="dotted"];
- "encodings" -> "encodings.gb2312" [style="dotted"];
- "encodings" -> "encodings.gbk" [style="dotted"];
- "encodings" -> "encodings.hex_codec" [style="dotted"];
- "encodings" -> "encodings.hp_roman8" [style="dotted"];
- "encodings" -> "encodings.hz" [style="dotted"];
- "encodings" -> "encodings.idna" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp_1" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp_2" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp_2004" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp_3" [style="dotted"];
- "encodings" -> "encodings.iso2022_jp_ext" [style="dotted"];
- "encodings" -> "encodings.iso2022_kr" [style="dotted"];
- "encodings" -> "encodings.iso8859_1" [style="dotted"];
- "encodings" -> "encodings.iso8859_10" [style="dotted"];
- "encodings" -> "encodings.iso8859_11" [style="dotted"];
- "encodings" -> "encodings.iso8859_13" [style="dotted"];
- "encodings" -> "encodings.iso8859_14" [style="dotted"];
- "encodings" -> "encodings.iso8859_15" [style="dotted"];
- "encodings" -> "encodings.iso8859_16" [style="dotted"];
- "encodings" -> "encodings.iso8859_2" [style="dotted"];
- "encodings" -> "encodings.iso8859_3" [style="dotted"];
- "encodings" -> "encodings.iso8859_4" [style="dotted"];
- "encodings" -> "encodings.iso8859_5" [style="dotted"];
- "encodings" -> "encodings.iso8859_6" [style="dotted"];
- "encodings" -> "encodings.iso8859_7" [style="dotted"];
- "encodings" -> "encodings.iso8859_8" [style="dotted"];
- "encodings" -> "encodings.iso8859_9" [style="dotted"];
- "encodings" -> "encodings.johab" [style="dotted"];
- "encodings" -> "encodings.koi8_r" [style="dotted"];
- "encodings" -> "encodings.koi8_t" [style="dotted"];
- "encodings" -> "encodings.koi8_u" [style="dotted"];
- "encodings" -> "encodings.kz1048" [style="dotted"];
- "encodings" -> "encodings.latin_1" [style="dotted"];
- "encodings" -> "encodings.mac_arabic" [style="dotted"];
- "encodings" -> "encodings.mac_croatian" [style="dotted"];
- "encodings" -> "encodings.mac_cyrillic" [style="dotted"];
- "encodings" -> "encodings.mac_farsi" [style="dotted"];
- "encodings" -> "encodings.mac_greek" [style="dotted"];
- "encodings" -> "encodings.mac_iceland" [style="dotted"];
- "encodings" -> "encodings.mac_latin2" [style="dotted"];
- "encodings" -> "encodings.mac_roman" [style="dotted"];
- "encodings" -> "encodings.mac_romanian" [style="dotted"];
- "encodings" -> "encodings.mac_turkish" [style="dotted"];
- "encodings" -> "encodings.oem" [style="dotted"];
- "encodings" -> "encodings.palmos" [style="dotted"];
- "encodings" -> "encodings.ptcp154" [style="dotted"];
- "encodings" -> "encodings.punycode" [style="dotted"];
- "encodings" -> "encodings.quopri_codec" [style="dotted"];
- "encodings" -> "encodings.raw_unicode_escape" [style="dotted"];
- "encodings" -> "encodings.rot_13" [style="dotted"];
- "encodings" -> "encodings.shift_jis" [style="dotted"];
- "encodings" -> "encodings.shift_jis_2004" [style="dotted"];
- "encodings" -> "encodings.shift_jisx0213" [style="dotted"];
- "encodings" -> "encodings.tis_620" [style="dotted"];
- "encodings" -> "encodings.undefined" [style="dotted"];
- "encodings" -> "encodings.unicode_escape" [style="dotted"];
- "encodings" -> "encodings.utf_16" [style="dotted"];
- "encodings" -> "encodings.utf_16_be" [style="dotted"];
- "encodings" -> "encodings.utf_16_le" [style="dotted"];
- "encodings" -> "encodings.utf_32" [style="dotted"];
- "encodings" -> "encodings.utf_32_be" [style="dotted"];
- "encodings" -> "encodings.utf_32_le" [style="dotted"];
- "encodings" -> "encodings.utf_7" [style="dotted"];
- "encodings" -> "encodings.utf_8" [style="dotted"];
- "encodings" -> "encodings.utf_8_sig" [style="dotted"];
- "encodings" -> "encodings.uu_codec" [style="dotted"];
- "encodings" -> "encodings.zlib_codec" [style="dotted"];
- }
- subgraph "cluster_tkinter" {
- label="tkinter";
- "tkinter" -> "tkinter.constants" [style="dotted"];
- }
- subgraph "cluster_importlib.metadata" {
- label="importlib.metadata";
- "importlib.metadata" -> "importlib.metadata._adapters" [style="dotted"];
- "importlib.metadata" -> "importlib.metadata._meta" [style="dotted"];
- "importlib.metadata" -> "importlib.metadata._collections" [style="dotted"];
- "importlib.metadata" -> "importlib.metadata._functools" [style="dotted"];
- "importlib.metadata" -> "importlib.metadata._itertools" [style="dotted"];
- "importlib.metadata" -> "importlib.metadata._text" [style="dotted"];
- }
- subgraph "cluster_urllib" {
- label="urllib";
- "urllib" -> "urllib.parse" [style="dotted"];
- }
- "<PyiModuleGraph>" -> "gc" [];
- "<PyiModuleGraph>" -> "time" [];
- "<PyiModuleGraph>" -> "codecs" [];
- "<PyiModuleGraph>" -> "posix" [];
- "<PyiModuleGraph>" -> "posixpath" [];
- "<PyiModuleGraph>" -> "_pickle" [];
- "<PyiModuleGraph>" -> "_datetime" [];
- "<PyiModuleGraph>" -> "datetime" [];
- "<PyiModuleGraph>" -> "_posixsubprocess" [];
- "<PyiModuleGraph>" -> "_sre" [];
- "<PyiModuleGraph>" -> "functools" [];
- "<PyiModuleGraph>" -> "reprlib" [];
- "<PyiModuleGraph>" -> "keyword" [];
- "<PyiModuleGraph>" -> "weakref" [];
- "<PyiModuleGraph>" -> "traceback" [];
- "<PyiModuleGraph>" -> "collections" [];
- "<PyiModuleGraph>" -> "copyreg" [];
- "<PyiModuleGraph>" -> "heapq" [];
- "<PyiModuleGraph>" -> "types" [];
- "<PyiModuleGraph>" -> "_collections_abc" [];
- "<PyiModuleGraph>" -> "encodings" [];
- "<PyiModuleGraph>" -> "linecache" [];
- "<PyiModuleGraph>" -> "abc" [];
- "<PyiModuleGraph>" -> "enum" [];
- "<PyiModuleGraph>" -> "os" [];
- "<PyiModuleGraph>" -> "sre_parse" [];
- "<PyiModuleGraph>" -> "ntpath" [];
- "<PyiModuleGraph>" -> "operator" [];
- "<PyiModuleGraph>" -> "stat" [];
- "<PyiModuleGraph>" -> "io" [];
- "<PyiModuleGraph>" -> "warnings" [];
- "<PyiModuleGraph>" -> "re" [];
- "<PyiModuleGraph>" -> "genericpath" [];
- "<PyiModuleGraph>" -> "sre_constants" [];
- "<PyiModuleGraph>" -> "locale" [];
- "<PyiModuleGraph>" -> "sre_compile" [];
- "<PyiModuleGraph>" -> "_weakrefset" [];
- "<PyiModuleGraph>" -> "/Volumes/work/project/awesome-python/main.py" [];
- "<PyiModuleGraph>" -> "tkinter" [];
- "<PyiModuleGraph>" -> "zipimport" [];
- "zipimport" -> "_frozen_importlib_external" [];
- "zipimport" -> "_frozen_importlib" [];
- "zipimport" -> "_imp" [];
- "zipimport" -> "_io" [];
- "zipimport" -> "marshal" [];
- "zipimport" -> "sys" [];
- "zipimport" -> "time" [];
- "zipimport" -> "_warnings" [];
- "zipimport" -> "zlib" [];
- "importlib" -> "_imp" [];
- "importlib" -> "sys" [];
- "importlib" -> "_frozen_importlib" [];
- "importlib" -> "_frozen_importlib_external" [];
- "importlib" -> "warnings" [];
- "importlib._bootstrap_external" -> "_imp" [];
- "importlib._bootstrap_external" -> "_io" [];
- "importlib._bootstrap_external" -> "sys" [];
- "importlib._bootstrap_external" -> "_warnings" [];
- "importlib._bootstrap_external" -> "marshal" [];
- "importlib._bootstrap_external" -> "nt" [];
- "importlib._bootstrap_external" -> "winreg" [];
- "importlib._bootstrap_external" -> "posix" [];
- "importlib._bootstrap_external" -> "tokenize" [];
- "importlib.metadata" -> "os" [];
- "importlib.metadata" -> "re" [];
- "importlib.metadata" -> "abc" [];
- "importlib.metadata" -> "csv" [];
- "importlib.metadata" -> "sys" [];
- "importlib.metadata" -> "email" [];
- "importlib.metadata" -> "pathlib" [];
- "importlib.metadata" -> "zipfile" [];
- "importlib.metadata" -> "operator" [];
- "importlib.metadata" -> "textwrap" [];
- "importlib.metadata" -> "warnings" [];
- "importlib.metadata" -> "functools" [];
- "importlib.metadata" -> "itertools" [];
- "importlib.metadata" -> "posixpath" [];
- "importlib.metadata" -> "collections" [];
- "importlib.metadata" -> "contextlib" [];
- "importlib.metadata" -> "typing" [];
- "typing" -> "abc" [];
- "typing" -> "collections" [];
- "typing" -> "contextlib" [];
- "typing" -> "functools" [];
- "typing" -> "operator" [];
- "typing" -> "re" [];
- "typing" -> "sys" [];
- "typing" -> "types" [];
- "typing" -> "warnings" [];
- "typing" -> "_typing" [];
- "importlib.abc" -> "_frozen_importlib" [];
- "importlib.abc" -> "_frozen_importlib_external" [];
- "importlib.abc" -> "abc" [];
- "importlib.abc" -> "warnings" [];
- "importlib.resources.abc" -> "abc" [];
- "importlib.resources.abc" -> "io" [];
- "importlib.resources.abc" -> "os" [];
- "importlib.resources.abc" -> "typing" [];
- "importlib.resources._legacy" -> "functools" [];
- "importlib.resources._legacy" -> "os" [];
- "importlib.resources._legacy" -> "pathlib" [];
- "importlib.resources._legacy" -> "types" [];
- "importlib.resources._legacy" -> "warnings" [];
- "importlib.resources._legacy" -> "typing" [];
- "importlib.resources._common" -> "os" [];
- "importlib.resources._common" -> "pathlib" [];
- "importlib.resources._common" -> "tempfile" [];
- "importlib.resources._common" -> "functools" [];
- "importlib.resources._common" -> "contextlib" [];
- "importlib.resources._common" -> "types" [];
- "importlib.resources._common" -> "importlib" [];
- "importlib.resources._common" -> "typing" [];
- "importlib.resources._adapters" -> "contextlib" [];
- "importlib.resources._adapters" -> "io" [];
- "tempfile" -> "functools" [];
- "tempfile" -> "warnings" [];
- "tempfile" -> "io" [];
- "tempfile" -> "os" [];
- "tempfile" -> "shutil" [];
- "tempfile" -> "stat" [];
- "tempfile" -> "errno" [];
- "tempfile" -> "random" [];
- "tempfile" -> "sys" [];
- "tempfile" -> "types" [];
- "tempfile" -> "weakref" [];
- "tempfile" -> "_thread" [];
- "random" -> "warnings" [];
- "random" -> "math" [];
- "random" -> "os" [];
- "random" -> "_collections_abc" [];
- "random" -> "operator" [];
- "random" -> "itertools" [];
- "random" -> "bisect" [];
- "random" -> "_random" [];
- "random" -> "_sha512" [];
- "random" -> "hashlib" [];
- "random" -> "statistics" [];
- "random" -> "time" [];
- "statistics" -> "math" [];
- "statistics" -> "numbers" [];
- "statistics" -> "random" [];
- "statistics" -> "sys" [];
- "statistics" -> "fractions" [];
- "statistics" -> "decimal" [];
- "statistics" -> "itertools" [];
- "statistics" -> "bisect" [];
- "statistics" -> "functools" [];
- "statistics" -> "operator" [];
- "statistics" -> "collections" [];
- "statistics" -> "_statistics" [];
- "decimal" -> "_decimal" [];
- "decimal" -> "_pydecimal" [];
- "_pydecimal" -> "math" [];
- "_pydecimal" -> "numbers" [];
- "_pydecimal" -> "sys" [];
- "_pydecimal" -> "collections" [];
- "_pydecimal" -> "contextvars" [];
- "_pydecimal" -> "re" [];
- "_pydecimal" -> "locale" [];
- "_pydecimal" -> "itertools" [];
- "contextvars" -> "_contextvars" [];
- "fractions" -> "decimal" [];
- "fractions" -> "math" [];
- "fractions" -> "numbers" [];
- "fractions" -> "operator" [];
- "fractions" -> "re" [];
- "fractions" -> "sys" [];
- "numbers" -> "abc" [];
- "hashlib" -> "_sha1" [];
- "hashlib" -> "_md5" [];
- "hashlib" -> "_sha256" [];
- "hashlib" -> "_sha512" [];
- "hashlib" -> "_blake2" [];
- "hashlib" -> "_sha3" [];
- "hashlib" -> "_hashlib" [];
- "hashlib" -> "warnings" [];
- "hashlib" -> "logging" [];
- "logging" -> "sys" [];
- "logging" -> "os" [];
- "logging" -> "time" [];
- "logging" -> "io" [];
- "logging" -> "re" [];
- "logging" -> "traceback" [];
- "logging" -> "warnings" [];
- "logging" -> "weakref" [];
- "logging" -> "types" [];
- "logging" -> "string" [];
- "logging" -> "threading" [];
- "logging" -> "pickle" [];
- "logging" -> "atexit" [];
- "pickle" -> "types" [];
- "pickle" -> "copyreg" [];
- "pickle" -> "itertools" [];
- "pickle" -> "functools" [];
- "pickle" -> "sys" [];
- "pickle" -> "struct" [];
- "pickle" -> "re" [];
- "pickle" -> "io" [];
- "pickle" -> "codecs" [];
- "pickle" -> "_compat_pickle" [];
- "pickle" -> "_pickle" [];
- "pickle" -> "org" [];
- "pickle" -> "pprint" [];
- "pprint" -> "collections" [];
- "pprint" -> "dataclasses" [];
- "pprint" -> "re" [];
- "pprint" -> "sys" [];
- "pprint" -> "types" [];
- "pprint" -> "io" [];
- "pprint" -> "time" [];
- "dataclasses" -> "re" [];
- "dataclasses" -> "sys" [];
- "dataclasses" -> "copy" [];
- "dataclasses" -> "types" [];
- "dataclasses" -> "inspect" [];
- "dataclasses" -> "keyword" [];
- "dataclasses" -> "builtins" [];
- "dataclasses" -> "functools" [];
- "dataclasses" -> "itertools" [];
- "dataclasses" -> "abc" [];
- "dataclasses" -> "_thread" [];
- "inspect" -> "abc" [];
- "inspect" -> "ast" [];
- "inspect" -> "dis" [];
- "inspect" -> "enum" [];
- "inspect" -> "itertools" [];
- "inspect" -> "linecache" [];
- "inspect" -> "os" [];
- "inspect" -> "re" [];
- "inspect" -> "sys" [];
- "inspect" -> "tokenize" [];
- "inspect" -> "token" [];
- "inspect" -> "types" [];
- "inspect" -> "functools" [];
- "inspect" -> "builtins" [];
- "inspect" -> "keyword" [];
- "inspect" -> "operator" [];
- "inspect" -> "collections" [];
- "inspect" -> "argparse" [];
- "inspect" -> "importlib" [];
- "argparse" -> "os" [];
- "argparse" -> "re" [];
- "argparse" -> "sys" [];
- "argparse" -> "warnings" [];
- "argparse" -> "gettext" [];
- "argparse" -> "copy" [];
- "argparse" -> "shutil" [];
- "argparse" -> "textwrap" [];
- "gettext" -> "operator" [];
- "gettext" -> "os" [];
- "gettext" -> "re" [];
- "gettext" -> "sys" [];
- "gettext" -> "warnings" [];
- "gettext" -> "locale" [];
- "gettext" -> "builtins" [];
- "gettext" -> "struct" [];
- "gettext" -> "errno" [];
- "gettext" -> "copy" [];
- "dis" -> "sys" [];
- "dis" -> "types" [];
- "dis" -> "collections" [];
- "dis" -> "io" [];
- "dis" -> "opcode" [];
- "dis" -> "argparse" [];
- "opcode" -> "_opcode" [];
- "ast" -> "sys" [];
- "ast" -> "_ast" [];
- "ast" -> "contextlib" [];
- "ast" -> "enum" [];
- "ast" -> "inspect" [];
- "ast" -> "collections" [];
- "ast" -> "warnings" [];
- "ast" -> "argparse" [];
- "copy" -> "types" [];
- "copy" -> "weakref" [];
- "copy" -> "copyreg" [];
- "copy" -> "'org.python'" [];
- "struct" -> "_struct" [];
- "threading" -> "os" [];
- "threading" -> "sys" [];
- "threading" -> "_thread" [];
- "threading" -> "functools" [];
- "threading" -> "time" [];
- "threading" -> "_weakrefset" [];
- "threading" -> "itertools" [];
- "threading" -> "_collections" [];
- "threading" -> "collections" [];
- "threading" -> "warnings" [];
- "threading" -> "traceback" [];
- "threading" -> "_threading_local" [];
- "_threading_local" -> "weakref" [];
- "_threading_local" -> "contextlib" [];
- "_threading_local" -> "threading" [];
- "string" -> "_string" [];
- "string" -> "re" [];
- "string" -> "collections" [];
- "bisect" -> "_bisect" [];
- "shutil" -> "os" [];
- "shutil" -> "sys" [];
- "shutil" -> "stat" [];
- "shutil" -> "fnmatch" [];
- "shutil" -> "collections" [];
- "shutil" -> "errno" [];
- "shutil" -> "zlib" [];
- "shutil" -> "bz2" [];
- "shutil" -> "lzma" [];
- "shutil" -> "posix" [];
- "shutil" -> "nt" [];
- "shutil" -> "grp" [];
- "shutil" -> "pwd" [];
- "shutil" -> "tarfile" [];
- "shutil" -> "zipfile" [];
- "tarfile" -> "builtins" [];
- "tarfile" -> "sys" [];
- "tarfile" -> "os" [];
- "tarfile" -> "io" [];
- "tarfile" -> "shutil" [];
- "tarfile" -> "stat" [];
- "tarfile" -> "time" [];
- "tarfile" -> "struct" [];
- "tarfile" -> "copy" [];
- "tarfile" -> "re" [];
- "tarfile" -> "warnings" [];
- "tarfile" -> "pwd" [];
- "tarfile" -> "grp" [];
- "tarfile" -> "zlib" [];
- "tarfile" -> "bz2" [];
- "tarfile" -> "lzma" [];
- "tarfile" -> "gzip" [];
- "tarfile" -> "argparse" [];
- "gzip" -> "struct" [];
- "gzip" -> "sys" [];
- "gzip" -> "time" [];
- "gzip" -> "os" [];
- "gzip" -> "zlib" [];
- "gzip" -> "builtins" [];
- "gzip" -> "io" [];
- "gzip" -> "_compression" [];
- "gzip" -> "warnings" [];
- "gzip" -> "errno" [];
- "gzip" -> "argparse" [];
- "_compression" -> "io" [];
- "_compression" -> "sys" [];
- "lzma" -> "builtins" [];
- "lzma" -> "io" [];
- "lzma" -> "os" [];
- "lzma" -> "_lzma" [];
- "lzma" -> "_compression" [];
- "bz2" -> "builtins" [];
- "bz2" -> "io" [];
- "bz2" -> "os" [];
- "bz2" -> "_compression" [];
- "bz2" -> "_bz2" [];
- "fnmatch" -> "os" [];
- "fnmatch" -> "posixpath" [];
- "fnmatch" -> "re" [];
- "fnmatch" -> "functools" [];
- "importlib._abc" -> "abc" [];
- "importlib._abc" -> "warnings" [];
- "contextlib" -> "abc" [];
- "contextlib" -> "os" [];
- "contextlib" -> "sys" [];
- "contextlib" -> "_collections_abc" [];
- "contextlib" -> "collections" [];
- "contextlib" -> "functools" [];
- "contextlib" -> "types" [];
- "importlib.metadata._itertools" -> "itertools" [];
- "importlib.metadata._functools" -> "types" [];
- "importlib.metadata._functools" -> "functools" [];
- "importlib.metadata._collections" -> "collections" [];
- "importlib.metadata._meta" -> "typing" [];
- "importlib.metadata._adapters" -> "re" [];
- "importlib.metadata._adapters" -> "textwrap" [];
- "importlib.metadata._text" -> "re" [];
- "email.message" -> "binascii" [];
- "email.message" -> "re" [];
- "email.message" -> "quopri" [];
- "email.message" -> "io" [];
- "email.policy" -> "re" [];
- "email.policy" -> "sys" [];
- "email.contentmanager" -> "binascii" [];
- "email.quoprimime" -> "re" [];
- "email.quoprimime" -> "string" [];
- "email.headerregistry" -> "types" [];
- "email._header_value_parser" -> "re" [];
- "email._header_value_parser" -> "sys" [];
- "email._header_value_parser" -> "urllib" [];
- "email._header_value_parser" -> "string" [];
- "email._header_value_parser" -> "operator" [];
- "email.iterators" -> "sys" [];
- "email.iterators" -> "io" [];
- "email.generator" -> "re" [];
- "email.generator" -> "sys" [];
- "email.generator" -> "time" [];
- "email.generator" -> "random" [];
- "email.generator" -> "copy" [];
- "email.generator" -> "io" [];
- "email._encoded_words" -> "re" [];
- "email._encoded_words" -> "base64" [];
- "email._encoded_words" -> "binascii" [];
- "email._encoded_words" -> "functools" [];
- "email._encoded_words" -> "string" [];
- "base64" -> "re" [];
- "base64" -> "struct" [];
- "base64" -> "binascii" [];
- "base64" -> "sys" [];
- "base64" -> "getopt" [];
- "getopt" -> "os" [];
- "getopt" -> "gettext" [];
- "getopt" -> "sys" [];
- "email.charset" -> "functools" [];
- "email.encoders" -> "base64" [];
- "email.encoders" -> "quopri" [];
- "email.base64mime" -> "base64" [];
- "email.base64mime" -> "binascii" [];
- "email._policybase" -> "abc" [];
- "email.header" -> "re" [];
- "email.header" -> "binascii" [];
- "email.utils" -> "os" [];
- "email.utils" -> "re" [];
- "email.utils" -> "time" [];
- "email.utils" -> "random" [];
- "email.utils" -> "socket" [];
- "email.utils" -> "datetime" [];
- "email._parseaddr" -> "time" [];
- "email._parseaddr" -> "calendar" [];
- "calendar" -> "sys" [];
- "calendar" -> "datetime" [];
- "calendar" -> "locale" [];
- "calendar" -> "itertools" [];
- "calendar" -> "argparse" [];
- "urllib.parse" -> "collections" [];
- "urllib.parse" -> "functools" [];
- "urllib.parse" -> "re" [];
- "urllib.parse" -> "sys" [];
- "urllib.parse" -> "types" [];
- "urllib.parse" -> "warnings" [];
- "urllib.parse" -> "ipaddress" [];
- "urllib.parse" -> "unicodedata" [];
- "ipaddress" -> "functools" [];
- "ipaddress" -> "re" [];
- "socket" -> "_socket" [];
- "socket" -> "os" [];
- "socket" -> "sys" [];
- "socket" -> "io" [];
- "socket" -> "selectors" [];
- "socket" -> "enum" [];
- "socket" -> "errno" [];
- "socket" -> "array" [];
- "selectors" -> "abc" [];
- "selectors" -> "collections" [];
- "selectors" -> "math" [];
- "selectors" -> "select" [];
- "selectors" -> "sys" [];
- "quopri" -> "binascii" [];
- "quopri" -> "io" [];
- "quopri" -> "sys" [];
- "quopri" -> "getopt" [];
- "textwrap" -> "re" [];
- "zipfile" -> "binascii" [];
- "zipfile" -> "io" [];
- "zipfile" -> "itertools" [];
- "zipfile" -> "os" [];
- "zipfile" -> "posixpath" [];
- "zipfile" -> "shutil" [];
- "zipfile" -> "stat" [];
- "zipfile" -> "struct" [];
- "zipfile" -> "sys" [];
- "zipfile" -> "threading" [];
- "zipfile" -> "time" [];
- "zipfile" -> "contextlib" [];
- "zipfile" -> "pathlib" [];
- "zipfile" -> "zlib" [];
- "zipfile" -> "bz2" [];
- "zipfile" -> "lzma" [];
- "zipfile" -> "warnings" [];
- "zipfile" -> "py_compile" [];
- "zipfile" -> "argparse" [];
- "py_compile" -> "enum" [];
- "py_compile" -> "os" [];
- "py_compile" -> "os.path" [];
- "py_compile" -> "sys" [];
- "py_compile" -> "traceback" [];
- "py_compile" -> "argparse" [];
- "os.path" -> "posixpath" [];
- "os.path" -> "os" [];
- "importlib.util" -> "contextlib" [];
- "importlib.util" -> "_imp" [];
- "importlib.util" -> "functools" [];
- "importlib.util" -> "sys" [];
- "importlib.util" -> "threading" [];
- "importlib.util" -> "types" [];
- "importlib.util" -> "warnings" [];
- "pathlib" -> "fnmatch" [];
- "pathlib" -> "functools" [];
- "pathlib" -> "io" [];
- "pathlib" -> "ntpath" [];
- "pathlib" -> "os" [];
- "pathlib" -> "posixpath" [];
- "pathlib" -> "re" [];
- "pathlib" -> "sys" [];
- "pathlib" -> "warnings" [];
- "pathlib" -> "_collections_abc" [];
- "pathlib" -> "errno" [];
- "pathlib" -> "operator" [];
- "pathlib" -> "stat" [];
- "pathlib" -> "pwd" [];
- "pathlib" -> "grp" [];
- "email.parser" -> "io" [];
- "email.feedparser" -> "re" [];
- "email.feedparser" -> "collections" [];
- "email.feedparser" -> "io" [];
- "csv" -> "re" [];
- "csv" -> "_csv" [];
- "csv" -> "io" [];
- "tokenize" -> "builtins" [];
- "tokenize" -> "codecs" [];
- "tokenize" -> "collections" [];
- "tokenize" -> "functools" [];
- "tokenize" -> "io" [];
- "tokenize" -> "itertools" [];
- "tokenize" -> "re" [];
- "tokenize" -> "sys" [];
- "tokenize" -> "token" [];
- "tokenize" -> "argparse" [];
- "tokenize" -> "_tokenize" [];
- "importlib._bootstrap" -> "_frozen_importlib_external" [];
- "importlib.resources.readers" -> "collections" [];
- "importlib.resources.readers" -> "operator" [];
- "importlib.resources.readers" -> "pathlib" [];
- "importlib.resources.readers" -> "zipfile" [];
- "importlib.resources._itertools" -> "itertools" [];
- "importlib.resources._itertools" -> "typing" [];
- "tkinter" -> "collections" [];
- "tkinter" -> "enum" [];
- "tkinter" -> "sys" [];
- "tkinter" -> "types" [];
- "tkinter" -> "_tkinter" [];
- "tkinter" -> "re" [];
- "tkinter" -> "os" [];
- "tkinter" -> "traceback" [];
- "/Volumes/work/project/awesome-python/main.py" -> "sys" [];
- "/Volumes/work/project/awesome-python/main.py" -> "litter_helper" [];
- "/Volumes/work/project/awesome-python/main.py" -> "functools" [];
- "/Volumes/work/project/awesome-python/main.py" -> "reprlib" [];
- "/Volumes/work/project/awesome-python/main.py" -> "keyword" [];
- "/Volumes/work/project/awesome-python/main.py" -> "weakref" [];
- "/Volumes/work/project/awesome-python/main.py" -> "traceback" [];
- "/Volumes/work/project/awesome-python/main.py" -> "collections" [];
- "/Volumes/work/project/awesome-python/main.py" -> "copyreg" [];
- "/Volumes/work/project/awesome-python/main.py" -> "heapq" [];
- "/Volumes/work/project/awesome-python/main.py" -> "types" [];
- "/Volumes/work/project/awesome-python/main.py" -> "_collections_abc" [];
- "/Volumes/work/project/awesome-python/main.py" -> "encodings" [];
- "/Volumes/work/project/awesome-python/main.py" -> "linecache" [];
- "/Volumes/work/project/awesome-python/main.py" -> "abc" [];
- "/Volumes/work/project/awesome-python/main.py" -> "enum" [];
- "/Volumes/work/project/awesome-python/main.py" -> "os" [];
- "/Volumes/work/project/awesome-python/main.py" -> "sre_parse" [];
- "/Volumes/work/project/awesome-python/main.py" -> "ntpath" [];
- "/Volumes/work/project/awesome-python/main.py" -> "operator" [];
- "/Volumes/work/project/awesome-python/main.py" -> "stat" [];
- "/Volumes/work/project/awesome-python/main.py" -> "io" [];
- "/Volumes/work/project/awesome-python/main.py" -> "warnings" [];
- "/Volumes/work/project/awesome-python/main.py" -> "posixpath" [];
- "/Volumes/work/project/awesome-python/main.py" -> "re" [];
- "/Volumes/work/project/awesome-python/main.py" -> "genericpath" [];
- "/Volumes/work/project/awesome-python/main.py" -> "sre_constants" [];
- "/Volumes/work/project/awesome-python/main.py" -> "locale" [];
- "/Volumes/work/project/awesome-python/main.py" -> "sre_compile" [];
- "/Volumes/work/project/awesome-python/main.py" -> "codecs" [];
- "/Volumes/work/project/awesome-python/main.py" -> "_weakrefset" [];
- "/Volumes/work/project/awesome-python/main.py" -> "tkinter" [];
- "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" [];
- "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" [];
- "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" [];
- "/Volumes/work/project/awesome-python/main.py" -> "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pathlib" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pkgutil" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "sys" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pyimod02_importers" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "_pyi_rth_utils" [];
- "_pyi_rth_utils" -> "sys" [];
- "_pyi_rth_utils" -> "os" [];
- "_pyi_rth_utils.qt" -> "os" [];
- "_pyi_rth_utils.qt" -> "importlib" [];
- "_pyi_rth_utils.qt" -> "atexit" [];
- "pkgutil" -> "collections" [];
- "pkgutil" -> "functools" [];
- "pkgutil" -> "importlib" [];
- "pkgutil" -> "os" [];
- "pkgutil" -> "os.path" [];
- "pkgutil" -> "sys" [];
- "pkgutil" -> "types" [];
- "pkgutil" -> "warnings" [];
- "pkgutil" -> "marshal" [];
- "pkgutil" -> "inspect" [];
- "pkgutil" -> "zipimport" [];
- "pkgutil" -> "re" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "os" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "sys" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py" -> "_pyi_rth_utils" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "inspect" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "os" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "sys" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" -> "os" [];
- "/opt/anaconda3/envs/awesome-python/lib/python3.11/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" -> "sys" [];
- "litter_helper" -> "PyQt5" [];
- "PyQt5" -> "pkgutil" [];
- "_weakrefset" -> "_weakref" [];
- "_weakrefset" -> "types" [];
- "sre_compile" -> "warnings" [];
- "sre_compile" -> "re" [];
- "locale" -> "sys" [];
- "locale" -> "encodings" [];
- "locale" -> "re" [];
- "locale" -> "_collections_abc" [];
- "locale" -> "builtins" [];
- "locale" -> "functools" [];
- "locale" -> "_locale" [];
- "locale" -> "warnings" [];
- "locale" -> "os" [];
- "sre_constants" -> "warnings" [];
- "sre_constants" -> "re" [];
- "genericpath" -> "os" [];
- "genericpath" -> "stat" [];
- "re._parser" -> "warnings" [];
- "re._parser" -> "unicodedata" [];
- "re._constants" -> "_sre" [];
- "re._compiler" -> "_sre" [];
- "re._compiler" -> "sys" [];
- "re" -> "enum" [];
- "re" -> "functools" [];
- "re" -> "warnings" [];
- "re" -> "copyreg" [];
- "warnings" -> "sys" [];
- "warnings" -> "linecache" [];
- "warnings" -> "tracemalloc" [];
- "warnings" -> "re" [];
- "warnings" -> "builtins" [];
- "warnings" -> "traceback" [];
- "warnings" -> "_warnings" [];
- "tracemalloc" -> "functools" [];
- "tracemalloc" -> "fnmatch" [];
- "tracemalloc" -> "linecache" [];
- "tracemalloc" -> "os.path" [];
- "tracemalloc" -> "pickle" [];
- "tracemalloc" -> "_tracemalloc" [];
- "io" -> "_io" [];
- "io" -> "abc" [];
- "io" -> "warnings" [];
- "stat" -> "_stat" [];
- "operator" -> "builtins" [];
- "operator" -> "functools" [];
- "operator" -> "_operator" [];
- "ntpath" -> "os" [];
- "ntpath" -> "sys" [];
- "ntpath" -> "stat" [];
- "ntpath" -> "genericpath" [];
- "ntpath" -> "_winapi" [];
- "ntpath" -> "nt" [];
- "ntpath" -> "string" [];
- "sre_parse" -> "warnings" [];
- "sre_parse" -> "re" [];
- "os" -> "abc" [];
- "os" -> "sys" [];
- "os" -> "stat" [];
- "os" -> "_collections_abc" [];
- "os" -> "posix" [];
- "os" -> "posixpath" [];
- "os" -> "nt" [];
- "os" -> "ntpath" [];
- "os" -> "os.path" [];
- "os" -> "warnings" [];
- "os" -> "subprocess" [];
- "os" -> "io" [];
- "subprocess" -> "builtins" [];
- "subprocess" -> "errno" [];
- "subprocess" -> "io" [];
- "subprocess" -> "locale" [];
- "subprocess" -> "os" [];
- "subprocess" -> "time" [];
- "subprocess" -> "signal" [];
- "subprocess" -> "sys" [];
- "subprocess" -> "threading" [];
- "subprocess" -> "warnings" [];
- "subprocess" -> "contextlib" [];
- "subprocess" -> "types" [];
- "subprocess" -> "fcntl" [];
- "subprocess" -> "msvcrt" [];
- "subprocess" -> "_winapi" [];
- "subprocess" -> "_posixsubprocess" [];
- "subprocess" -> "select" [];
- "subprocess" -> "selectors" [];
- "subprocess" -> "grp" [];
- "subprocess" -> "pwd" [];
- "signal" -> "_signal" [];
- "signal" -> "enum" [];
- "enum" -> "sys" [];
- "enum" -> "builtins" [];
- "enum" -> "types" [];
- "enum" -> "operator" [];
- "enum" -> "functools" [];
- "enum" -> "warnings" [];
- "abc" -> "_abc" [];
- "abc" -> "_py_abc" [];
- "_py_abc" -> "_weakrefset" [];
- "linecache" -> "functools" [];
- "linecache" -> "sys" [];
- "linecache" -> "os" [];
- "linecache" -> "tokenize" [];
- "encodings.zlib_codec" -> "codecs" [];
- "encodings.zlib_codec" -> "zlib" [];
- "encodings.uu_codec" -> "codecs" [];
- "encodings.uu_codec" -> "binascii" [];
- "encodings.uu_codec" -> "io" [];
- "encodings.utf_8_sig" -> "codecs" [];
- "encodings.utf_8" -> "codecs" [];
- "encodings.utf_7" -> "codecs" [];
- "encodings.utf_32_le" -> "codecs" [];
- "encodings.utf_32_be" -> "codecs" [];
- "encodings.utf_32" -> "codecs" [];
- "encodings.utf_32" -> "sys" [];
- "encodings.utf_16_le" -> "codecs" [];
- "encodings.utf_16_be" -> "codecs" [];
- "encodings.utf_16" -> "codecs" [];
- "encodings.utf_16" -> "sys" [];
- "encodings.unicode_escape" -> "codecs" [];
- "encodings.undefined" -> "codecs" [];
- "encodings.tis_620" -> "codecs" [];
- "encodings.shift_jisx0213" -> "_codecs_jp" [];
- "encodings.shift_jisx0213" -> "codecs" [];
- "encodings.shift_jisx0213" -> "_multibytecodec" [];
- "encodings.shift_jis_2004" -> "_codecs_jp" [];
- "encodings.shift_jis_2004" -> "codecs" [];
- "encodings.shift_jis_2004" -> "_multibytecodec" [];
- "encodings.shift_jis" -> "_codecs_jp" [];
- "encodings.shift_jis" -> "codecs" [];
- "encodings.shift_jis" -> "_multibytecodec" [];
- "encodings.rot_13" -> "codecs" [];
- "encodings.rot_13" -> "sys" [];
- "encodings.raw_unicode_escape" -> "codecs" [];
- "encodings.quopri_codec" -> "codecs" [];
- "encodings.quopri_codec" -> "quopri" [];
- "encodings.quopri_codec" -> "io" [];
- "encodings.punycode" -> "codecs" [];
- "encodings.ptcp154" -> "codecs" [];
- "encodings.palmos" -> "codecs" [];
- "encodings.oem" -> "codecs" [];
- "encodings.mbcs" -> "codecs" [];
- "encodings.mac_turkish" -> "codecs" [];
- "encodings.mac_romanian" -> "codecs" [];
- "encodings.mac_roman" -> "codecs" [];
- "encodings.mac_latin2" -> "codecs" [];
- "encodings.mac_iceland" -> "codecs" [];
- "encodings.mac_greek" -> "codecs" [];
- "encodings.mac_farsi" -> "codecs" [];
- "encodings.mac_cyrillic" -> "codecs" [];
- "encodings.mac_croatian" -> "codecs" [];
- "encodings.mac_arabic" -> "codecs" [];
- "encodings.latin_1" -> "codecs" [];
- "encodings.kz1048" -> "codecs" [];
- "encodings.koi8_u" -> "codecs" [];
- "encodings.koi8_t" -> "codecs" [];
- "encodings.koi8_r" -> "codecs" [];
- "encodings.johab" -> "_codecs_kr" [];
- "encodings.johab" -> "codecs" [];
- "encodings.johab" -> "_multibytecodec" [];
- "encodings.iso8859_9" -> "codecs" [];
- "encodings.iso8859_8" -> "codecs" [];
- "encodings.iso8859_7" -> "codecs" [];
- "encodings.iso8859_6" -> "codecs" [];
- "encodings.iso8859_5" -> "codecs" [];
- "encodings.iso8859_4" -> "codecs" [];
- "encodings.iso8859_3" -> "codecs" [];
- "encodings.iso8859_2" -> "codecs" [];
- "encodings.iso8859_16" -> "codecs" [];
- "encodings.iso8859_15" -> "codecs" [];
- "encodings.iso8859_14" -> "codecs" [];
- "encodings.iso8859_13" -> "codecs" [];
- "encodings.iso8859_11" -> "codecs" [];
- "encodings.iso8859_10" -> "codecs" [];
- "encodings.iso8859_1" -> "codecs" [];
- "encodings.iso2022_kr" -> "_codecs_iso2022" [];
- "encodings.iso2022_kr" -> "codecs" [];
- "encodings.iso2022_kr" -> "_multibytecodec" [];
- "encodings.iso2022_jp_ext" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp_ext" -> "codecs" [];
- "encodings.iso2022_jp_ext" -> "_multibytecodec" [];
- "encodings.iso2022_jp_3" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp_3" -> "codecs" [];
- "encodings.iso2022_jp_3" -> "_multibytecodec" [];
- "encodings.iso2022_jp_2004" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp_2004" -> "codecs" [];
- "encodings.iso2022_jp_2004" -> "_multibytecodec" [];
- "encodings.iso2022_jp_2" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp_2" -> "codecs" [];
- "encodings.iso2022_jp_2" -> "_multibytecodec" [];
- "encodings.iso2022_jp_1" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp_1" -> "codecs" [];
- "encodings.iso2022_jp_1" -> "_multibytecodec" [];
- "encodings.iso2022_jp" -> "_codecs_iso2022" [];
- "encodings.iso2022_jp" -> "codecs" [];
- "encodings.iso2022_jp" -> "_multibytecodec" [];
- "encodings.idna" -> "stringprep" [];
- "encodings.idna" -> "re" [];
- "encodings.idna" -> "codecs" [];
- "encodings.idna" -> "unicodedata" [];
- "stringprep" -> "unicodedata" [];
- "encodings.hz" -> "_codecs_cn" [];
- "encodings.hz" -> "codecs" [];
- "encodings.hz" -> "_multibytecodec" [];
- "encodings.hp_roman8" -> "codecs" [];
- "encodings.hex_codec" -> "codecs" [];
- "encodings.hex_codec" -> "binascii" [];
- "encodings.gbk" -> "_codecs_cn" [];
- "encodings.gbk" -> "codecs" [];
- "encodings.gbk" -> "_multibytecodec" [];
- "encodings.gb2312" -> "_codecs_cn" [];
- "encodings.gb2312" -> "codecs" [];
- "encodings.gb2312" -> "_multibytecodec" [];
- "encodings.gb18030" -> "_codecs_cn" [];
- "encodings.gb18030" -> "codecs" [];
- "encodings.gb18030" -> "_multibytecodec" [];
- "encodings.euc_kr" -> "_codecs_kr" [];
- "encodings.euc_kr" -> "codecs" [];
- "encodings.euc_kr" -> "_multibytecodec" [];
- "encodings.euc_jp" -> "_codecs_jp" [];
- "encodings.euc_jp" -> "codecs" [];
- "encodings.euc_jp" -> "_multibytecodec" [];
- "encodings.euc_jisx0213" -> "_codecs_jp" [];
- "encodings.euc_jisx0213" -> "codecs" [];
- "encodings.euc_jisx0213" -> "_multibytecodec" [];
- "encodings.euc_jis_2004" -> "_codecs_jp" [];
- "encodings.euc_jis_2004" -> "codecs" [];
- "encodings.euc_jis_2004" -> "_multibytecodec" [];
- "encodings.cp950" -> "_codecs_tw" [];
- "encodings.cp950" -> "codecs" [];
- "encodings.cp950" -> "_multibytecodec" [];
- "encodings.cp949" -> "_codecs_kr" [];
- "encodings.cp949" -> "codecs" [];
- "encodings.cp949" -> "_multibytecodec" [];
- "encodings.cp932" -> "_codecs_jp" [];
- "encodings.cp932" -> "codecs" [];
- "encodings.cp932" -> "_multibytecodec" [];
- "encodings.cp875" -> "codecs" [];
- "encodings.cp874" -> "codecs" [];
- "encodings.cp869" -> "codecs" [];
- "encodings.cp866" -> "codecs" [];
- "encodings.cp865" -> "codecs" [];
- "encodings.cp864" -> "codecs" [];
- "encodings.cp863" -> "codecs" [];
- "encodings.cp862" -> "codecs" [];
- "encodings.cp861" -> "codecs" [];
- "encodings.cp860" -> "codecs" [];
- "encodings.cp858" -> "codecs" [];
- "encodings.cp857" -> "codecs" [];
- "encodings.cp856" -> "codecs" [];
- "encodings.cp855" -> "codecs" [];
- "encodings.cp852" -> "codecs" [];
- "encodings.cp850" -> "codecs" [];
- "encodings.cp775" -> "codecs" [];
- "encodings.cp737" -> "codecs" [];
- "encodings.cp720" -> "codecs" [];
- "encodings.cp500" -> "codecs" [];
- "encodings.cp437" -> "codecs" [];
- "encodings.cp424" -> "codecs" [];
- "encodings.cp273" -> "codecs" [];
- "encodings.cp1258" -> "codecs" [];
- "encodings.cp1257" -> "codecs" [];
- "encodings.cp1256" -> "codecs" [];
- "encodings.cp1255" -> "codecs" [];
- "encodings.cp1254" -> "codecs" [];
- "encodings.cp1253" -> "codecs" [];
- "encodings.cp1252" -> "codecs" [];
- "encodings.cp1251" -> "codecs" [];
- "encodings.cp1250" -> "codecs" [];
- "encodings.cp1140" -> "codecs" [];
- "encodings.cp1125" -> "codecs" [];
- "encodings.cp1026" -> "codecs" [];
- "encodings.cp1006" -> "codecs" [];
- "encodings.cp037" -> "codecs" [];
- "encodings.charmap" -> "codecs" [];
- "encodings.bz2_codec" -> "codecs" [];
- "encodings.bz2_codec" -> "bz2" [];
- "encodings.big5hkscs" -> "_codecs_hk" [];
- "encodings.big5hkscs" -> "codecs" [];
- "encodings.big5hkscs" -> "_multibytecodec" [];
- "encodings.big5" -> "_codecs_tw" [];
- "encodings.big5" -> "codecs" [];
- "encodings.big5" -> "_multibytecodec" [];
- "encodings.base64_codec" -> "codecs" [];
- "encodings.base64_codec" -> "base64" [];
- "encodings.ascii" -> "codecs" [];
- "encodings" -> "codecs" [];
- "encodings" -> "sys" [];
- "encodings" -> "_winapi" [];
- "_collections_abc" -> "abc" [];
- "_collections_abc" -> "sys" [];
- "types" -> "sys" [];
- "types" -> "functools" [];
- "types" -> "_collections_abc" [];
- "heapq" -> "_heapq" [];
- "copyreg" -> "functools" [];
- "copyreg" -> "operator" [];
- "collections.abc" -> "_collections_abc" [];
- "collections" -> "_collections_abc" [];
- "collections" -> "sys" [];
- "collections" -> "itertools" [];
- "collections" -> "keyword" [];
- "collections" -> "operator" [];
- "collections" -> "reprlib" [];
- "collections" -> "_weakref" [];
- "collections" -> "_collections" [];
- "collections" -> "heapq" [];
- "collections" -> "copy" [];
- "traceback" -> "itertools" [];
- "traceback" -> "linecache" [];
- "traceback" -> "sys" [];
- "traceback" -> "textwrap" [];
- "traceback" -> "contextlib" [];
- "traceback" -> "ast" [];
- "traceback" -> "unicodedata" [];
- "weakref" -> "_weakref" [];
- "weakref" -> "_weakrefset" [];
- "weakref" -> "_collections_abc" [];
- "weakref" -> "sys" [];
- "weakref" -> "itertools" [];
- "weakref" -> "copy" [];
- "weakref" -> "atexit" [];
- "weakref" -> "gc" [];
- "reprlib" -> "builtins" [];
- "reprlib" -> "itertools" [];
- "reprlib" -> "_thread" [];
- "functools" -> "abc" [];
- "functools" -> "collections" [];
- "functools" -> "reprlib" [];
- "functools" -> "_thread" [];
- "functools" -> "types" [];
- "functools" -> "_functools" [];
- "functools" -> "weakref" [];
- "functools" -> "typing" [];
- "_sre" -> "copy" [];
- "_sre" -> "re" [];
- "_posixsubprocess" -> "gc" [];
- "datetime" -> "time" [];
- "datetime" -> "math" [];
- "datetime" -> "sys" [];
- "datetime" -> "operator" [];
- "datetime" -> "_strptime" [];
- "datetime" -> "_datetime" [];
- "_strptime" -> "time" [];
- "_strptime" -> "locale" [];
- "_strptime" -> "calendar" [];
- "_strptime" -> "re" [];
- "_strptime" -> "datetime" [];
- "_strptime" -> "_thread" [];
- "_datetime" -> "time" [];
- "_datetime" -> "_strptime" [];
- "_pickle" -> "codecs" [];
- "_pickle" -> "copyreg" [];
- "_pickle" -> "_compat_pickle" [];
- "posixpath" -> "os" [];
- "posixpath" -> "sys" [];
- "posixpath" -> "stat" [];
- "posixpath" -> "genericpath" [];
- "posixpath" -> "pwd" [];
- "posixpath" -> "re" [];
- "posixpath" -> "posix" [];
- "posix" -> "resource" [];
- "codecs" -> "builtins" [];
- "codecs" -> "sys" [];
- "codecs" -> "_codecs" [];
- "codecs" -> "encodings" [];
- "time" -> "_strptime" [];
- "gc" -> "time" [];
- "zipimport" -> "importlib" [];
- "logging" -> "collections" [];
- "importlib.metadata._adapters" -> "email" [];
- "email.utils" -> "urllib" [];
- "zipfile" -> "importlib" [];
- "py_compile" -> "importlib" [];
- "pathlib" -> "urllib" [];
- "/Volumes/work/project/awesome-python/main.py" -> "PyQt5" [];
- "tracemalloc" -> "collections" [];
- "traceback" -> "collections" [];
- }
|