◐ Shell
clean mode source ↗

[update_lib] show deps by youknowone · Pull Request #6821 · RustPython/RustPython

$ python3 scripts/update_lib deps dis            
[+] lib: cpython/Lib/dis.py
[+] test: cpython/Lib/test/test_dis.py
soft_deps:
- [ ] dis (native: _opcode, sys)
  - [ ] collections (native: _collections, _weakref, itertools, sys)
    - [ ] copy
      - [ ] copyreg
        - [ ] operator (native: _operator, builtins)
          - [x] functools
        - [x] typing
      - [ ] types (native: _types, sys)
        - [x] _collections_abc, functools
      - [ ] weakref (native: _weakref, atexit, gc, itertools, sys)
        - [ ] _weakrefset (native: _weakref)
          - [ ] types
        - [ ] copy
        - [x] _collections_abc
    - [ ] operator (native: _operator, builtins)
      - [x] functools
    - [ ] reprlib (native: _thread, builtins, itertools, math, sys)
    - [x] _collections_abc, heapq, keyword
  - [ ] io (native: _io, _thread, errno, msvcrt, sys)
    - [ ] codecs (native: _codecs, builtins, sys)
      - [ ] encodings (native: _codecs_cn, _codecs_hk, _codecs_iso2022, _codecs_jp, _codecs_kr, _codecs_tw, _multibytecodec, _win_cp_codecs, binascii, sys, unicodedata, zlib)
        - [ ] quopri (native: binascii, sys)
          - [ ] getopt (native: sys)
            - [ ] gettext (native: builtins, errno, sys)
              - [ ] locale (native: _locale, builtins, sys)
                - [ ] os (native: nt, posix, sys)
                  - [ ] ntpath (native: _winapi, nt, sys)
                  - [ ] posixpath (native: errno, posix, pwd, sys)
                  - [ ] subprocess (native: _posixsubprocess, _winapi, builtins, errno, fcntl, grp, msvcrt, pwd, select, sys, time)
                  - [ ] io
                  - [x] _collections_abc, abc, stat, warnings
                - [ ] encodings
                - [x] _collections_abc, functools, re, warnings
              - [ ] os (native: nt, posix, sys)
                - [ ] io, ntpath, posixpath, subprocess
                - [x] _collections_abc, abc, stat, warnings
              - [ ] struct (native: _struct)
              - [ ] copy, operator
              - [x] re, warnings
            - [ ] os (native: nt, posix, sys)
              - [ ] io, ntpath, posixpath, subprocess
              - [x] _collections_abc, abc, stat, warnings
          - [ ] io
        - [ ] codecs, io
        - [x] base64, bz2, re, stringprep
      - [x] warnings
    - [ ] locale (native: _locale, builtins, sys)
      - [ ] encodings, os
      - [x] _collections_abc, functools, re, warnings
    - [ ] os (native: nt, posix, sys)
      - [ ] io, ntpath, posixpath, subprocess
      - [x] _collections_abc, abc, stat, warnings
    - [x] _collections_abc, abc, stat, warnings
  - [ ] opcode (native: _opcode, builtins)
    - [ ] _opcode_metadata
  - [ ] types (native: _types, sys)
    - [x] _collections_abc, functools
  - [x] argparse

✏️ Tip: You can customize this high-level summary in your review settings.