.
├── LICENSE
├── README.md
├── dist
│   ├── single_char_counter_by_ng-1.0.0-py3-none-any.whl
│   ├── single_char_counter_by_ng-1.0.0.tar.gz
│   ├── single_char_counter_by_ng-1.1.1-py3-none-any.whl
│   ├── single_char_counter_by_ng-1.1.1.tar.gz
│   ├── single_char_counter_by_ng-1.1.2-py3-none-any.whl
│   ├── single_char_counter_by_ng-1.1.2.tar.gz
│   ├── single_char_counter_by_ng-1.1.3-py3-none-any.whl
│   └── single_char_counter_by_ng-1.1.3.tar.gz
├── pyproject.toml
├── requirements.txt
├── single_char_counter_by_ng
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-310.pyc
│   │   ├── count_single_char.cpython-310.pyc
│   │   ├── count_single_char_cli.cpython-310.pyc
│   │   └── count_single_char_in_file.cpython-310.pyc
│   ├── count_single_char.py
│   ├── count_single_char_cli.py
│   └── count_single_char_in_file.py
├── t.txt
├── tests
│   ├── __init__.py
│   ├── __pycache__
│   │   └── __init__.cpython-310.pyc
│   └── test_count_single_char
│       ├── __init__.py
│       ├── __pycache__
│       │   ├── __init__.cpython-310.pyc
│       │   ├── data_for_test_count_single_char.cpython-310.pyc
│       │   ├── test_count_single_char.cpython-310-pytest-7.3.1.pyc
│       │   ├── test_count_single_char_cli.cpython-310-pytest-7.3.1.pyc
│       │   └── test_count_single_char_in_file.cpython-310-pytest-7.3.1.pyc
│       ├── data_for_test_count_single_char.py
│       ├── test_count_single_char.py
│       ├── test_count_single_char_cli.py
│       └── test_count_single_char_in_file.py
└── venv
    ├── bin
    │   ├── Activate.ps1
    │   ├── __pycache__
    │   │   ├── rst2html.cpython-310.pyc
    │   │   ├── rst2html4.cpython-310.pyc
    │   │   ├── rst2html5.cpython-310.pyc
    │   │   ├── rst2latex.cpython-310.pyc
    │   │   ├── rst2man.cpython-310.pyc
    │   │   ├── rst2odt.cpython-310.pyc
    │   │   ├── rst2odt_prepstyles.cpython-310.pyc
    │   │   ├── rst2pseudoxml.cpython-310.pyc
    │   │   ├── rst2s5.cpython-310.pyc
    │   │   ├── rst2xetex.cpython-310.pyc
    │   │   ├── rst2xml.cpython-310.pyc
    │   │   └── rstpep2html.cpython-310.pyc
    │   ├── activate
    │   ├── activate.csh
    │   ├── activate.fish
    │   ├── autopep8
    │   ├── docutils
    │   ├── doesitcache
    │   ├── dul-receive-pack
    │   ├── dul-upload-pack
    │   ├── dulwich
    │   ├── jsonschema
    │   ├── keyring
    │   ├── markdown-it
    │   ├── normalizer
    │   ├── pip
    │   ├── pip3
    │   ├── pip3.10
    │   ├── pkginfo
    │   ├── poetry
    │   ├── py.test
    │   ├── pycodestyle
    │   ├── pygmentize
    │   ├── pyproject-build
    │   ├── pytest
    │   ├── python -> python3
    │   ├── python3 -> /usr/bin/python3
    │   ├── python3.10 -> python3
    │   ├── rst2html.py
    │   ├── rst2html4.py
    │   ├── rst2html5.py
    │   ├── rst2latex.py
    │   ├── rst2man.py
    │   ├── rst2odt.py
    │   ├── rst2odt_prepstyles.py
    │   ├── rst2pseudoxml.py
    │   ├── rst2s5.py
    │   ├── rst2xetex.py
    │   ├── rst2xml.py
    │   ├── rstpep2html.py
    │   ├── twine
    │   └── virtualenv
    ├── include
    ├── lib
    │   └── python3.10
    │       └── site-packages
    │           ├── CacheControl-0.12.11.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.txt
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── Pygments-2.15.1.dist-info
    │           │   ├── AUTHORS
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── SecretStorage-3.3.3.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── __pycache__
    │           │   ├── _pyrsistent_version.cpython-310.pyc
    │           │   ├── autopep8.cpython-310.pyc
    │           │   ├── py.cpython-310.pyc
    │           │   ├── pycodestyle.cpython-310.pyc
    │           │   └── six.cpython-310.pyc
    │           ├── _cffi_backend.cpython-310-x86_64-linux-gnu.so
    │           ├── _distutils_hack
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   └── override.cpython-310.pyc
    │           │   └── override.py
    │           ├── _pyrsistent_version.py
    │           ├── _pytest
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _argcomplete.cpython-310.pyc
    │           │   │   ├── _version.cpython-310.pyc
    │           │   │   ├── cacheprovider.cpython-310.pyc
    │           │   │   ├── capture.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── debugging.cpython-310.pyc
    │           │   │   ├── deprecated.cpython-310.pyc
    │           │   │   ├── doctest.cpython-310.pyc
    │           │   │   ├── faulthandler.cpython-310.pyc
    │           │   │   ├── fixtures.cpython-310.pyc
    │           │   │   ├── freeze_support.cpython-310.pyc
    │           │   │   ├── helpconfig.cpython-310.pyc
    │           │   │   ├── hookspec.cpython-310.pyc
    │           │   │   ├── junitxml.cpython-310.pyc
    │           │   │   ├── legacypath.cpython-310.pyc
    │           │   │   ├── logging.cpython-310.pyc
    │           │   │   ├── main.cpython-310.pyc
    │           │   │   ├── monkeypatch.cpython-310.pyc
    │           │   │   ├── nodes.cpython-310.pyc
    │           │   │   ├── nose.cpython-310.pyc
    │           │   │   ├── outcomes.cpython-310.pyc
    │           │   │   ├── pastebin.cpython-310.pyc
    │           │   │   ├── pathlib.cpython-310.pyc
    │           │   │   ├── pytester.cpython-310.pyc
    │           │   │   ├── pytester_assertions.cpython-310.pyc
    │           │   │   ├── python.cpython-310.pyc
    │           │   │   ├── python_api.cpython-310.pyc
    │           │   │   ├── python_path.cpython-310.pyc
    │           │   │   ├── recwarn.cpython-310.pyc
    │           │   │   ├── reports.cpython-310.pyc
    │           │   │   ├── runner.cpython-310.pyc
    │           │   │   ├── scope.cpython-310.pyc
    │           │   │   ├── setuponly.cpython-310.pyc
    │           │   │   ├── setupplan.cpython-310.pyc
    │           │   │   ├── skipping.cpython-310.pyc
    │           │   │   ├── stash.cpython-310.pyc
    │           │   │   ├── stepwise.cpython-310.pyc
    │           │   │   ├── terminal.cpython-310.pyc
    │           │   │   ├── threadexception.cpython-310.pyc
    │           │   │   ├── timing.cpython-310.pyc
    │           │   │   ├── tmpdir.cpython-310.pyc
    │           │   │   ├── unittest.cpython-310.pyc
    │           │   │   ├── unraisableexception.cpython-310.pyc
    │           │   │   ├── warning_types.cpython-310.pyc
    │           │   │   └── warnings.cpython-310.pyc
    │           │   ├── _argcomplete.py
    │           │   ├── _code
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── code.cpython-310.pyc
    │           │   │   │   └── source.cpython-310.pyc
    │           │   │   ├── code.py
    │           │   │   └── source.py
    │           │   ├── _io
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── saferepr.cpython-310.pyc
    │           │   │   │   ├── terminalwriter.cpython-310.pyc
    │           │   │   │   └── wcwidth.cpython-310.pyc
    │           │   │   ├── saferepr.py
    │           │   │   ├── terminalwriter.py
    │           │   │   └── wcwidth.py
    │           │   ├── _py
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── error.cpython-310.pyc
    │           │   │   │   └── path.cpython-310.pyc
    │           │   │   ├── error.py
    │           │   │   └── path.py
    │           │   ├── _version.py
    │           │   ├── assertion
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── rewrite.cpython-310.pyc
    │           │   │   │   ├── truncate.cpython-310.pyc
    │           │   │   │   └── util.cpython-310.pyc
    │           │   │   ├── rewrite.py
    │           │   │   ├── truncate.py
    │           │   │   └── util.py
    │           │   ├── cacheprovider.py
    │           │   ├── capture.py
    │           │   ├── compat.py
    │           │   ├── config
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── argparsing.cpython-310.pyc
    │           │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   └── findpaths.cpython-310.pyc
    │           │   │   ├── argparsing.py
    │           │   │   ├── compat.py
    │           │   │   ├── exceptions.py
    │           │   │   └── findpaths.py
    │           │   ├── debugging.py
    │           │   ├── deprecated.py
    │           │   ├── doctest.py
    │           │   ├── faulthandler.py
    │           │   ├── fixtures.py
    │           │   ├── freeze_support.py
    │           │   ├── helpconfig.py
    │           │   ├── hookspec.py
    │           │   ├── junitxml.py
    │           │   ├── legacypath.py
    │           │   ├── logging.py
    │           │   ├── main.py
    │           │   ├── mark
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── expression.cpython-310.pyc
    │           │   │   │   └── structures.cpython-310.pyc
    │           │   │   ├── expression.py
    │           │   │   └── structures.py
    │           │   ├── monkeypatch.py
    │           │   ├── nodes.py
    │           │   ├── nose.py
    │           │   ├── outcomes.py
    │           │   ├── pastebin.py
    │           │   ├── pathlib.py
    │           │   ├── py.typed
    │           │   ├── pytester.py
    │           │   ├── pytester_assertions.py
    │           │   ├── python.py
    │           │   ├── python_api.py
    │           │   ├── python_path.py
    │           │   ├── recwarn.py
    │           │   ├── reports.py
    │           │   ├── runner.py
    │           │   ├── scope.py
    │           │   ├── setuponly.py
    │           │   ├── setupplan.py
    │           │   ├── skipping.py
    │           │   ├── stash.py
    │           │   ├── stepwise.py
    │           │   ├── terminal.py
    │           │   ├── threadexception.py
    │           │   ├── timing.py
    │           │   ├── tmpdir.py
    │           │   ├── unittest.py
    │           │   ├── unraisableexception.py
    │           │   ├── warning_types.py
    │           │   └── warnings.py
    │           ├── attr
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _cmp.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _config.cpython-310.pyc
    │           │   │   ├── _funcs.cpython-310.pyc
    │           │   │   ├── _make.cpython-310.pyc
    │           │   │   ├── _next_gen.cpython-310.pyc
    │           │   │   ├── _version_info.cpython-310.pyc
    │           │   │   ├── converters.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── filters.cpython-310.pyc
    │           │   │   ├── setters.cpython-310.pyc
    │           │   │   └── validators.cpython-310.pyc
    │           │   ├── _cmp.py
    │           │   ├── _cmp.pyi
    │           │   ├── _compat.py
    │           │   ├── _config.py
    │           │   ├── _funcs.py
    │           │   ├── _make.py
    │           │   ├── _next_gen.py
    │           │   ├── _typing_compat.pyi
    │           │   ├── _version_info.py
    │           │   ├── _version_info.pyi
    │           │   ├── converters.py
    │           │   ├── converters.pyi
    │           │   ├── exceptions.py
    │           │   ├── exceptions.pyi
    │           │   ├── filters.py
    │           │   ├── filters.pyi
    │           │   ├── py.typed
    │           │   ├── setters.py
    │           │   ├── setters.pyi
    │           │   ├── validators.py
    │           │   └── validators.pyi
    │           ├── attrs
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── converters.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── filters.cpython-310.pyc
    │           │   │   ├── setters.cpython-310.pyc
    │           │   │   └── validators.cpython-310.pyc
    │           │   ├── converters.py
    │           │   ├── exceptions.py
    │           │   ├── filters.py
    │           │   ├── py.typed
    │           │   ├── setters.py
    │           │   └── validators.py
    │           ├── attrs-23.1.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── autopep8-2.0.2.dist-info
    │           │   ├── AUTHORS.rst
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── autopep8.py
    │           ├── bleach
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── callbacks.cpython-310.pyc
    │           │   │   ├── css_sanitizer.cpython-310.pyc
    │           │   │   ├── html5lib_shim.cpython-310.pyc
    │           │   │   ├── linkifier.cpython-310.pyc
    │           │   │   ├── parse_shim.cpython-310.pyc
    │           │   │   └── sanitizer.cpython-310.pyc
    │           │   ├── _vendor
    │           │   │   ├── README.rst
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── parse.cpython-310.pyc
    │           │   │   ├── html5lib
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _ihatexml.cpython-310.pyc
    │           │   │   │   │   ├── _inputstream.cpython-310.pyc
    │           │   │   │   │   ├── _tokenizer.cpython-310.pyc
    │           │   │   │   │   ├── _utils.cpython-310.pyc
    │           │   │   │   │   ├── constants.cpython-310.pyc
    │           │   │   │   │   ├── html5parser.cpython-310.pyc
    │           │   │   │   │   └── serializer.cpython-310.pyc
    │           │   │   │   ├── _ihatexml.py
    │           │   │   │   ├── _inputstream.py
    │           │   │   │   ├── _tokenizer.py
    │           │   │   │   ├── _trie
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _base.cpython-310.pyc
    │           │   │   │   │   │   └── py.cpython-310.pyc
    │           │   │   │   │   ├── _base.py
    │           │   │   │   │   └── py.py
    │           │   │   │   ├── _utils.py
    │           │   │   │   ├── constants.py
    │           │   │   │   ├── filters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── alphabeticalattributes.cpython-310.pyc
    │           │   │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   │   ├── inject_meta_charset.cpython-310.pyc
    │           │   │   │   │   │   ├── lint.cpython-310.pyc
    │           │   │   │   │   │   ├── optionaltags.cpython-310.pyc
    │           │   │   │   │   │   ├── sanitizer.cpython-310.pyc
    │           │   │   │   │   │   └── whitespace.cpython-310.pyc
    │           │   │   │   │   ├── alphabeticalattributes.py
    │           │   │   │   │   ├── base.py
    │           │   │   │   │   ├── inject_meta_charset.py
    │           │   │   │   │   ├── lint.py
    │           │   │   │   │   ├── optionaltags.py
    │           │   │   │   │   ├── sanitizer.py
    │           │   │   │   │   └── whitespace.py
    │           │   │   │   ├── html5parser.py
    │           │   │   │   ├── serializer.py
    │           │   │   │   ├── treeadapters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── genshi.cpython-310.pyc
    │           │   │   │   │   │   └── sax.cpython-310.pyc
    │           │   │   │   │   ├── genshi.py
    │           │   │   │   │   └── sax.py
    │           │   │   │   ├── treebuilders
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   │   ├── dom.cpython-310.pyc
    │           │   │   │   │   │   ├── etree.cpython-310.pyc
    │           │   │   │   │   │   └── etree_lxml.cpython-310.pyc
    │           │   │   │   │   ├── base.py
    │           │   │   │   │   ├── dom.py
    │           │   │   │   │   ├── etree.py
    │           │   │   │   │   └── etree_lxml.py
    │           │   │   │   └── treewalkers
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── base.cpython-310.pyc
    │           │   │   │       │   ├── dom.cpython-310.pyc
    │           │   │   │       │   ├── etree.cpython-310.pyc
    │           │   │   │       │   ├── etree_lxml.cpython-310.pyc
    │           │   │   │       │   └── genshi.cpython-310.pyc
    │           │   │   │       ├── base.py
    │           │   │   │       ├── dom.py
    │           │   │   │       ├── etree.py
    │           │   │   │       ├── etree_lxml.py
    │           │   │   │       └── genshi.py
    │           │   │   ├── html5lib-1.1.dist-info
    │           │   │   │   ├── AUTHORS.rst
    │           │   │   │   ├── INSTALLER
    │           │   │   │   ├── LICENSE
    │           │   │   │   ├── METADATA
    │           │   │   │   ├── RECORD
    │           │   │   │   ├── REQUESTED
    │           │   │   │   ├── WHEEL
    │           │   │   │   └── top_level.txt
    │           │   │   ├── parse.py
    │           │   │   ├── parse.py.SHA256SUM
    │           │   │   ├── vendor.txt
    │           │   │   └── vendor_install.sh
    │           │   ├── callbacks.py
    │           │   ├── css_sanitizer.py
    │           │   ├── html5lib_shim.py
    │           │   ├── linkifier.py
    │           │   ├── parse_shim.py
    │           │   └── sanitizer.py
    │           ├── bleach-6.0.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── build
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── env.cpython-310.pyc
    │           │   │   └── util.cpython-310.pyc
    │           │   ├── env.py
    │           │   ├── py.typed
    │           │   └── util.py
    │           ├── build-0.10.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   └── entry_points.txt
    │           ├── cachecontrol
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _cmd.cpython-310.pyc
    │           │   │   ├── adapter.cpython-310.pyc
    │           │   │   ├── cache.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── controller.cpython-310.pyc
    │           │   │   ├── filewrapper.cpython-310.pyc
    │           │   │   ├── heuristics.cpython-310.pyc
    │           │   │   ├── serialize.cpython-310.pyc
    │           │   │   └── wrapper.cpython-310.pyc
    │           │   ├── _cmd.py
    │           │   ├── adapter.py
    │           │   ├── cache.py
    │           │   ├── caches
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── file_cache.cpython-310.pyc
    │           │   │   │   └── redis_cache.cpython-310.pyc
    │           │   │   ├── file_cache.py
    │           │   │   └── redis_cache.py
    │           │   ├── compat.py
    │           │   ├── controller.py
    │           │   ├── filewrapper.py
    │           │   ├── heuristics.py
    │           │   ├── serialize.py
    │           │   └── wrapper.py
    │           ├── certifi
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   └── core.cpython-310.pyc
    │           │   ├── cacert.pem
    │           │   ├── core.py
    │           │   └── py.typed
    │           ├── certifi-2023.5.7.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── cffi
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── backend_ctypes.cpython-310.pyc
    │           │   │   ├── cffi_opcode.cpython-310.pyc
    │           │   │   ├── commontypes.cpython-310.pyc
    │           │   │   ├── cparser.cpython-310.pyc
    │           │   │   ├── error.cpython-310.pyc
    │           │   │   ├── ffiplatform.cpython-310.pyc
    │           │   │   ├── lock.cpython-310.pyc
    │           │   │   ├── model.cpython-310.pyc
    │           │   │   ├── pkgconfig.cpython-310.pyc
    │           │   │   ├── recompiler.cpython-310.pyc
    │           │   │   ├── setuptools_ext.cpython-310.pyc
    │           │   │   ├── vengine_cpy.cpython-310.pyc
    │           │   │   ├── vengine_gen.cpython-310.pyc
    │           │   │   └── verifier.cpython-310.pyc
    │           │   ├── _cffi_errors.h
    │           │   ├── _cffi_include.h
    │           │   ├── _embedding.h
    │           │   ├── api.py
    │           │   ├── backend_ctypes.py
    │           │   ├── cffi_opcode.py
    │           │   ├── commontypes.py
    │           │   ├── cparser.py
    │           │   ├── error.py
    │           │   ├── ffiplatform.py
    │           │   ├── lock.py
    │           │   ├── model.py
    │           │   ├── parse_c_type.h
    │           │   ├── pkgconfig.py
    │           │   ├── recompiler.py
    │           │   ├── setuptools_ext.py
    │           │   ├── vengine_cpy.py
    │           │   ├── vengine_gen.py
    │           │   └── verifier.py
    │           ├── cffi-1.15.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── charset_normalizer
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── cd.cpython-310.pyc
    │           │   │   ├── constant.cpython-310.pyc
    │           │   │   ├── legacy.cpython-310.pyc
    │           │   │   ├── md.cpython-310.pyc
    │           │   │   ├── models.cpython-310.pyc
    │           │   │   ├── utils.cpython-310.pyc
    │           │   │   └── version.cpython-310.pyc
    │           │   ├── api.py
    │           │   ├── assets
    │           │   │   ├── __init__.py
    │           │   │   └── __pycache__
    │           │   │       └── __init__.cpython-310.pyc
    │           │   ├── cd.py
    │           │   ├── cli
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── normalizer.cpython-310.pyc
    │           │   │   └── normalizer.py
    │           │   ├── constant.py
    │           │   ├── legacy.py
    │           │   ├── md.cpython-310-x86_64-linux-gnu.so
    │           │   ├── md.py
    │           │   ├── md__mypyc.cpython-310-x86_64-linux-gnu.so
    │           │   ├── models.py
    │           │   ├── py.typed
    │           │   ├── utils.py
    │           │   └── version.py
    │           ├── charset_normalizer-3.1.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── cleo
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _utils.cpython-310.pyc
    │           │   │   ├── application.cpython-310.pyc
    │           │   │   ├── color.cpython-310.pyc
    │           │   │   ├── cursor.cpython-310.pyc
    │           │   │   └── helpers.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── _utils.py
    │           │   ├── application.py
    │           │   ├── color.py
    │           │   ├── commands
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── base_command.cpython-310.pyc
    │           │   │   │   ├── command.cpython-310.pyc
    │           │   │   │   ├── completions_command.cpython-310.pyc
    │           │   │   │   ├── help_command.cpython-310.pyc
    │           │   │   │   └── list_command.cpython-310.pyc
    │           │   │   ├── base_command.py
    │           │   │   ├── command.py
    │           │   │   ├── completions
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── templates.cpython-310.pyc
    │           │   │   │   └── templates.py
    │           │   │   ├── completions_command.py
    │           │   │   ├── help_command.py
    │           │   │   └── list_command.py
    │           │   ├── cursor.py
    │           │   ├── descriptors
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── application_description.cpython-310.pyc
    │           │   │   │   ├── descriptor.cpython-310.pyc
    │           │   │   │   └── text_descriptor.cpython-310.pyc
    │           │   │   ├── application_description.py
    │           │   │   ├── descriptor.py
    │           │   │   └── text_descriptor.py
    │           │   ├── events
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── console_command_event.cpython-310.pyc
    │           │   │   │   ├── console_error_event.cpython-310.pyc
    │           │   │   │   ├── console_event.cpython-310.pyc
    │           │   │   │   ├── console_events.cpython-310.pyc
    │           │   │   │   ├── console_signal_event.cpython-310.pyc
    │           │   │   │   ├── console_terminate_event.cpython-310.pyc
    │           │   │   │   ├── event.cpython-310.pyc
    │           │   │   │   └── event_dispatcher.cpython-310.pyc
    │           │   │   ├── console_command_event.py
    │           │   │   ├── console_error_event.py
    │           │   │   ├── console_event.py
    │           │   │   ├── console_events.py
    │           │   │   ├── console_signal_event.py
    │           │   │   ├── console_terminate_event.py
    │           │   │   ├── event.py
    │           │   │   └── event_dispatcher.py
    │           │   ├── exceptions
    │           │   │   ├── __init__.py
    │           │   │   └── __pycache__
    │           │   │       └── __init__.cpython-310.pyc
    │           │   ├── formatters
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── formatter.cpython-310.pyc
    │           │   │   │   ├── style.cpython-310.pyc
    │           │   │   │   └── style_stack.cpython-310.pyc
    │           │   │   ├── formatter.py
    │           │   │   ├── style.py
    │           │   │   └── style_stack.py
    │           │   ├── helpers.py
    │           │   ├── io
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── buffered_io.cpython-310.pyc
    │           │   │   │   ├── io.cpython-310.pyc
    │           │   │   │   └── null_io.cpython-310.pyc
    │           │   │   ├── buffered_io.py
    │           │   │   ├── inputs
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── argument.cpython-310.pyc
    │           │   │   │   │   ├── argv_input.cpython-310.pyc
    │           │   │   │   │   ├── definition.cpython-310.pyc
    │           │   │   │   │   ├── input.cpython-310.pyc
    │           │   │   │   │   ├── option.cpython-310.pyc
    │           │   │   │   │   ├── string_input.cpython-310.pyc
    │           │   │   │   │   └── token_parser.cpython-310.pyc
    │           │   │   │   ├── argument.py
    │           │   │   │   ├── argv_input.py
    │           │   │   │   ├── definition.py
    │           │   │   │   ├── input.py
    │           │   │   │   ├── option.py
    │           │   │   │   ├── string_input.py
    │           │   │   │   └── token_parser.py
    │           │   │   ├── io.py
    │           │   │   ├── null_io.py
    │           │   │   └── outputs
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── buffered_output.cpython-310.pyc
    │           │   │       │   ├── null_output.cpython-310.pyc
    │           │   │       │   ├── output.cpython-310.pyc
    │           │   │       │   ├── section_output.cpython-310.pyc
    │           │   │       │   └── stream_output.cpython-310.pyc
    │           │   │       ├── buffered_output.py
    │           │   │       ├── null_output.py
    │           │   │       ├── output.py
    │           │   │       ├── section_output.py
    │           │   │       └── stream_output.py
    │           │   ├── loaders
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── command_loader.cpython-310.pyc
    │           │   │   │   └── factory_command_loader.cpython-310.pyc
    │           │   │   ├── command_loader.py
    │           │   │   └── factory_command_loader.py
    │           │   ├── py.typed
    │           │   ├── testers
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── application_tester.cpython-310.pyc
    │           │   │   │   └── command_tester.cpython-310.pyc
    │           │   │   ├── application_tester.py
    │           │   │   └── command_tester.py
    │           │   └── ui
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── choice_question.cpython-310.pyc
    │           │       │   ├── component.cpython-310.pyc
    │           │       │   ├── confirmation_question.cpython-310.pyc
    │           │       │   ├── exception_trace.cpython-310.pyc
    │           │       │   ├── progress_bar.cpython-310.pyc
    │           │       │   ├── progress_indicator.cpython-310.pyc
    │           │       │   ├── question.cpython-310.pyc
    │           │       │   ├── table.cpython-310.pyc
    │           │       │   ├── table_cell.cpython-310.pyc
    │           │       │   ├── table_cell_style.cpython-310.pyc
    │           │       │   ├── table_separator.cpython-310.pyc
    │           │       │   ├── table_style.cpython-310.pyc
    │           │       │   └── ui.cpython-310.pyc
    │           │       ├── choice_question.py
    │           │       ├── component.py
    │           │       ├── confirmation_question.py
    │           │       ├── exception_trace.py
    │           │       ├── progress_bar.py
    │           │       ├── progress_indicator.py
    │           │       ├── question.py
    │           │       ├── table.py
    │           │       ├── table_cell.py
    │           │       ├── table_cell_style.py
    │           │       ├── table_separator.py
    │           │       ├── table_style.py
    │           │       └── ui.py
    │           ├── cleo-2.0.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── crashtest
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── frame.cpython-310.pyc
    │           │   │   ├── frame_collection.cpython-310.pyc
    │           │   │   └── inspector.cpython-310.pyc
    │           │   ├── contracts
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── base_solution.cpython-310.pyc
    │           │   │   │   ├── has_solutions_for_exception.cpython-310.pyc
    │           │   │   │   ├── provides_solution.cpython-310.pyc
    │           │   │   │   ├── solution.cpython-310.pyc
    │           │   │   │   └── solution_provider_repository.cpython-310.pyc
    │           │   │   ├── base_solution.py
    │           │   │   ├── has_solutions_for_exception.py
    │           │   │   ├── provides_solution.py
    │           │   │   ├── solution.py
    │           │   │   └── solution_provider_repository.py
    │           │   ├── frame.py
    │           │   ├── frame_collection.py
    │           │   ├── inspector.py
    │           │   ├── py.typed
    │           │   └── solution_providers
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   └── solution_provider_repository.cpython-310.pyc
    │           │       └── solution_provider_repository.py
    │           ├── crashtest-0.4.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── cryptography
    │           │   ├── __about__.py
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __about__.cpython-310.pyc
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── fernet.cpython-310.pyc
    │           │   │   └── utils.cpython-310.pyc
    │           │   ├── exceptions.py
    │           │   ├── fernet.py
    │           │   ├── hazmat
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── _oid.cpython-310.pyc
    │           │   │   ├── _oid.py
    │           │   │   ├── backends
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── openssl
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── aead.cpython-310.pyc
    │           │   │   │       │   ├── backend.cpython-310.pyc
    │           │   │   │       │   ├── ciphers.cpython-310.pyc
    │           │   │   │       │   ├── cmac.cpython-310.pyc
    │           │   │   │       │   ├── decode_asn1.cpython-310.pyc
    │           │   │   │       │   ├── dh.cpython-310.pyc
    │           │   │   │       │   ├── dsa.cpython-310.pyc
    │           │   │   │       │   ├── ec.cpython-310.pyc
    │           │   │   │       │   ├── ed25519.cpython-310.pyc
    │           │   │   │       │   ├── ed448.cpython-310.pyc
    │           │   │   │       │   ├── hashes.cpython-310.pyc
    │           │   │   │       │   ├── hmac.cpython-310.pyc
    │           │   │   │       │   ├── poly1305.cpython-310.pyc
    │           │   │   │       │   ├── rsa.cpython-310.pyc
    │           │   │   │       │   ├── utils.cpython-310.pyc
    │           │   │   │       │   └── x448.cpython-310.pyc
    │           │   │   │       ├── aead.py
    │           │   │   │       ├── backend.py
    │           │   │   │       ├── ciphers.py
    │           │   │   │       ├── cmac.py
    │           │   │   │       ├── decode_asn1.py
    │           │   │   │       ├── dh.py
    │           │   │   │       ├── dsa.py
    │           │   │   │       ├── ec.py
    │           │   │   │       ├── ed25519.py
    │           │   │   │       ├── ed448.py
    │           │   │   │       ├── hashes.py
    │           │   │   │       ├── hmac.py
    │           │   │   │       ├── poly1305.py
    │           │   │   │       ├── rsa.py
    │           │   │   │       ├── utils.py
    │           │   │   │       └── x448.py
    │           │   │   ├── bindings
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   ├── _rust
    │           │   │   │   │   ├── __init__.pyi
    │           │   │   │   │   ├── _openssl.pyi
    │           │   │   │   │   ├── asn1.pyi
    │           │   │   │   │   ├── ocsp.pyi
    │           │   │   │   │   ├── openssl
    │           │   │   │   │   │   ├── __init__.pyi
    │           │   │   │   │   │   └── x25519.pyi
    │           │   │   │   │   ├── pkcs7.pyi
    │           │   │   │   │   └── x509.pyi
    │           │   │   │   ├── _rust.abi3.so
    │           │   │   │   └── openssl
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── _conditional.cpython-310.pyc
    │           │   │   │       │   └── binding.cpython-310.pyc
    │           │   │   │       ├── _conditional.py
    │           │   │   │       └── binding.py
    │           │   │   └── primitives
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── _asymmetric.cpython-310.pyc
    │           │   │       │   ├── _cipheralgorithm.cpython-310.pyc
    │           │   │       │   ├── _serialization.cpython-310.pyc
    │           │   │       │   ├── cmac.cpython-310.pyc
    │           │   │       │   ├── constant_time.cpython-310.pyc
    │           │   │       │   ├── hashes.cpython-310.pyc
    │           │   │       │   ├── hmac.cpython-310.pyc
    │           │   │       │   ├── keywrap.cpython-310.pyc
    │           │   │       │   ├── padding.cpython-310.pyc
    │           │   │       │   └── poly1305.cpython-310.pyc
    │           │   │       ├── _asymmetric.py
    │           │   │       ├── _cipheralgorithm.py
    │           │   │       ├── _serialization.py
    │           │   │       ├── asymmetric
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── dh.cpython-310.pyc
    │           │   │       │   │   ├── dsa.cpython-310.pyc
    │           │   │       │   │   ├── ec.cpython-310.pyc
    │           │   │       │   │   ├── ed25519.cpython-310.pyc
    │           │   │       │   │   ├── ed448.cpython-310.pyc
    │           │   │       │   │   ├── padding.cpython-310.pyc
    │           │   │       │   │   ├── rsa.cpython-310.pyc
    │           │   │       │   │   ├── types.cpython-310.pyc
    │           │   │       │   │   ├── utils.cpython-310.pyc
    │           │   │       │   │   ├── x25519.cpython-310.pyc
    │           │   │       │   │   └── x448.cpython-310.pyc
    │           │   │       │   ├── dh.py
    │           │   │       │   ├── dsa.py
    │           │   │       │   ├── ec.py
    │           │   │       │   ├── ed25519.py
    │           │   │       │   ├── ed448.py
    │           │   │       │   ├── padding.py
    │           │   │       │   ├── rsa.py
    │           │   │       │   ├── types.py
    │           │   │       │   ├── utils.py
    │           │   │       │   ├── x25519.py
    │           │   │       │   └── x448.py
    │           │   │       ├── ciphers
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── aead.cpython-310.pyc
    │           │   │       │   │   ├── algorithms.cpython-310.pyc
    │           │   │       │   │   ├── base.cpython-310.pyc
    │           │   │       │   │   └── modes.cpython-310.pyc
    │           │   │       │   ├── aead.py
    │           │   │       │   ├── algorithms.py
    │           │   │       │   ├── base.py
    │           │   │       │   └── modes.py
    │           │   │       ├── cmac.py
    │           │   │       ├── constant_time.py
    │           │   │       ├── hashes.py
    │           │   │       ├── hmac.py
    │           │   │       ├── kdf
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── concatkdf.cpython-310.pyc
    │           │   │       │   │   ├── hkdf.cpython-310.pyc
    │           │   │       │   │   ├── kbkdf.cpython-310.pyc
    │           │   │       │   │   ├── pbkdf2.cpython-310.pyc
    │           │   │       │   │   ├── scrypt.cpython-310.pyc
    │           │   │       │   │   └── x963kdf.cpython-310.pyc
    │           │   │       │   ├── concatkdf.py
    │           │   │       │   ├── hkdf.py
    │           │   │       │   ├── kbkdf.py
    │           │   │       │   ├── pbkdf2.py
    │           │   │       │   ├── scrypt.py
    │           │   │       │   └── x963kdf.py
    │           │   │       ├── keywrap.py
    │           │   │       ├── padding.py
    │           │   │       ├── poly1305.py
    │           │   │       ├── serialization
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── base.cpython-310.pyc
    │           │   │       │   │   ├── pkcs12.cpython-310.pyc
    │           │   │       │   │   ├── pkcs7.cpython-310.pyc
    │           │   │       │   │   └── ssh.cpython-310.pyc
    │           │   │       │   ├── base.py
    │           │   │       │   ├── pkcs12.py
    │           │   │       │   ├── pkcs7.py
    │           │   │       │   └── ssh.py
    │           │   │       └── twofactor
    │           │   │           ├── __init__.py
    │           │   │           ├── __pycache__
    │           │   │           │   ├── __init__.cpython-310.pyc
    │           │   │           │   ├── hotp.cpython-310.pyc
    │           │   │           │   └── totp.cpython-310.pyc
    │           │   │           ├── hotp.py
    │           │   │           └── totp.py
    │           │   ├── py.typed
    │           │   ├── utils.py
    │           │   └── x509
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── base.cpython-310.pyc
    │           │       │   ├── certificate_transparency.cpython-310.pyc
    │           │       │   ├── extensions.cpython-310.pyc
    │           │       │   ├── general_name.cpython-310.pyc
    │           │       │   ├── name.cpython-310.pyc
    │           │       │   ├── ocsp.cpython-310.pyc
    │           │       │   └── oid.cpython-310.pyc
    │           │       ├── base.py
    │           │       ├── certificate_transparency.py
    │           │       ├── extensions.py
    │           │       ├── general_name.py
    │           │       ├── name.py
    │           │       ├── ocsp.py
    │           │       └── oid.py
    │           ├── cryptography-40.0.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── LICENSE.APACHE
    │           │   ├── LICENSE.BSD
    │           │   ├── LICENSE.PSF
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── distlib
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── database.cpython-310.pyc
    │           │   │   ├── index.cpython-310.pyc
    │           │   │   ├── locators.cpython-310.pyc
    │           │   │   ├── manifest.cpython-310.pyc
    │           │   │   ├── markers.cpython-310.pyc
    │           │   │   ├── metadata.cpython-310.pyc
    │           │   │   ├── resources.cpython-310.pyc
    │           │   │   ├── scripts.cpython-310.pyc
    │           │   │   ├── util.cpython-310.pyc
    │           │   │   ├── version.cpython-310.pyc
    │           │   │   └── wheel.cpython-310.pyc
    │           │   ├── compat.py
    │           │   ├── database.py
    │           │   ├── index.py
    │           │   ├── locators.py
    │           │   ├── manifest.py
    │           │   ├── markers.py
    │           │   ├── metadata.py
    │           │   ├── resources.py
    │           │   ├── scripts.py
    │           │   ├── t32.exe
    │           │   ├── t64-arm.exe
    │           │   ├── t64.exe
    │           │   ├── util.py
    │           │   ├── version.py
    │           │   ├── w32.exe
    │           │   ├── w64-arm.exe
    │           │   ├── w64.exe
    │           │   └── wheel.py
    │           ├── distlib-0.3.6.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.txt
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── distutils-precedence.pth
    │           ├── docs
    │           │   └── tutorial
    │           │       ├── conclusion.txt
    │           │       ├── encoding.txt
    │           │       ├── file-format.txt
    │           │       ├── index.txt
    │           │       ├── introduction.txt
    │           │       ├── object-store.txt
    │           │       ├── porcelain.txt
    │           │       ├── remote.txt
    │           │       ├── repo.txt
    │           │       └── tag.txt
    │           ├── docutils
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── core.cpython-310.pyc
    │           │   │   ├── examples.cpython-310.pyc
    │           │   │   ├── frontend.cpython-310.pyc
    │           │   │   ├── io.cpython-310.pyc
    │           │   │   ├── nodes.cpython-310.pyc
    │           │   │   └── statemachine.cpython-310.pyc
    │           │   ├── core.py
    │           │   ├── examples.py
    │           │   ├── frontend.py
    │           │   ├── io.py
    │           │   ├── languages
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── af.cpython-310.pyc
    │           │   │   │   ├── ar.cpython-310.pyc
    │           │   │   │   ├── ca.cpython-310.pyc
    │           │   │   │   ├── cs.cpython-310.pyc
    │           │   │   │   ├── da.cpython-310.pyc
    │           │   │   │   ├── de.cpython-310.pyc
    │           │   │   │   ├── en.cpython-310.pyc
    │           │   │   │   ├── eo.cpython-310.pyc
    │           │   │   │   ├── es.cpython-310.pyc
    │           │   │   │   ├── fa.cpython-310.pyc
    │           │   │   │   ├── fi.cpython-310.pyc
    │           │   │   │   ├── fr.cpython-310.pyc
    │           │   │   │   ├── gl.cpython-310.pyc
    │           │   │   │   ├── he.cpython-310.pyc
    │           │   │   │   ├── it.cpython-310.pyc
    │           │   │   │   ├── ja.cpython-310.pyc
    │           │   │   │   ├── ko.cpython-310.pyc
    │           │   │   │   ├── lt.cpython-310.pyc
    │           │   │   │   ├── lv.cpython-310.pyc
    │           │   │   │   ├── nl.cpython-310.pyc
    │           │   │   │   ├── pl.cpython-310.pyc
    │           │   │   │   ├── pt_br.cpython-310.pyc
    │           │   │   │   ├── ru.cpython-310.pyc
    │           │   │   │   ├── sk.cpython-310.pyc
    │           │   │   │   ├── sv.cpython-310.pyc
    │           │   │   │   ├── uk.cpython-310.pyc
    │           │   │   │   ├── zh_cn.cpython-310.pyc
    │           │   │   │   └── zh_tw.cpython-310.pyc
    │           │   │   ├── af.py
    │           │   │   ├── ar.py
    │           │   │   ├── ca.py
    │           │   │   ├── cs.py
    │           │   │   ├── da.py
    │           │   │   ├── de.py
    │           │   │   ├── en.py
    │           │   │   ├── eo.py
    │           │   │   ├── es.py
    │           │   │   ├── fa.py
    │           │   │   ├── fi.py
    │           │   │   ├── fr.py
    │           │   │   ├── gl.py
    │           │   │   ├── he.py
    │           │   │   ├── it.py
    │           │   │   ├── ja.py
    │           │   │   ├── ko.py
    │           │   │   ├── lt.py
    │           │   │   ├── lv.py
    │           │   │   ├── nl.py
    │           │   │   ├── pl.py
    │           │   │   ├── pt_br.py
    │           │   │   ├── ru.py
    │           │   │   ├── sk.py
    │           │   │   ├── sv.py
    │           │   │   ├── uk.py
    │           │   │   ├── zh_cn.py
    │           │   │   └── zh_tw.py
    │           │   ├── nodes.py
    │           │   ├── parsers
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── commonmark_wrapper.cpython-310.pyc
    │           │   │   │   ├── null.cpython-310.pyc
    │           │   │   │   └── recommonmark_wrapper.cpython-310.pyc
    │           │   │   ├── commonmark_wrapper.py
    │           │   │   ├── null.py
    │           │   │   ├── recommonmark_wrapper.py
    │           │   │   └── rst
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── roles.cpython-310.pyc
    │           │   │       │   ├── states.cpython-310.pyc
    │           │   │       │   └── tableparser.cpython-310.pyc
    │           │   │       ├── directives
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── admonitions.cpython-310.pyc
    │           │   │       │   │   ├── body.cpython-310.pyc
    │           │   │       │   │   ├── html.cpython-310.pyc
    │           │   │       │   │   ├── images.cpython-310.pyc
    │           │   │       │   │   ├── misc.cpython-310.pyc
    │           │   │       │   │   ├── parts.cpython-310.pyc
    │           │   │       │   │   ├── references.cpython-310.pyc
    │           │   │       │   │   └── tables.cpython-310.pyc
    │           │   │       │   ├── admonitions.py
    │           │   │       │   ├── body.py
    │           │   │       │   ├── html.py
    │           │   │       │   ├── images.py
    │           │   │       │   ├── misc.py
    │           │   │       │   ├── parts.py
    │           │   │       │   ├── references.py
    │           │   │       │   └── tables.py
    │           │   │       ├── include
    │           │   │       │   ├── README.txt
    │           │   │       │   ├── isoamsa.txt
    │           │   │       │   ├── isoamsb.txt
    │           │   │       │   ├── isoamsc.txt
    │           │   │       │   ├── isoamsn.txt
    │           │   │       │   ├── isoamso.txt
    │           │   │       │   ├── isoamsr.txt
    │           │   │       │   ├── isobox.txt
    │           │   │       │   ├── isocyr1.txt
    │           │   │       │   ├── isocyr2.txt
    │           │   │       │   ├── isodia.txt
    │           │   │       │   ├── isogrk1.txt
    │           │   │       │   ├── isogrk2.txt
    │           │   │       │   ├── isogrk3.txt
    │           │   │       │   ├── isogrk4-wide.txt
    │           │   │       │   ├── isogrk4.txt
    │           │   │       │   ├── isolat1.txt
    │           │   │       │   ├── isolat2.txt
    │           │   │       │   ├── isomfrk-wide.txt
    │           │   │       │   ├── isomfrk.txt
    │           │   │       │   ├── isomopf-wide.txt
    │           │   │       │   ├── isomopf.txt
    │           │   │       │   ├── isomscr-wide.txt
    │           │   │       │   ├── isomscr.txt
    │           │   │       │   ├── isonum.txt
    │           │   │       │   ├── isopub.txt
    │           │   │       │   ├── isotech.txt
    │           │   │       │   ├── mmlalias.txt
    │           │   │       │   ├── mmlextra-wide.txt
    │           │   │       │   ├── mmlextra.txt
    │           │   │       │   ├── s5defs.txt
    │           │   │       │   ├── xhtml1-lat1.txt
    │           │   │       │   ├── xhtml1-special.txt
    │           │   │       │   └── xhtml1-symbol.txt
    │           │   │       ├── languages
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── af.cpython-310.pyc
    │           │   │       │   │   ├── ar.cpython-310.pyc
    │           │   │       │   │   ├── ca.cpython-310.pyc
    │           │   │       │   │   ├── cs.cpython-310.pyc
    │           │   │       │   │   ├── da.cpython-310.pyc
    │           │   │       │   │   ├── de.cpython-310.pyc
    │           │   │       │   │   ├── en.cpython-310.pyc
    │           │   │       │   │   ├── eo.cpython-310.pyc
    │           │   │       │   │   ├── es.cpython-310.pyc
    │           │   │       │   │   ├── fa.cpython-310.pyc
    │           │   │       │   │   ├── fi.cpython-310.pyc
    │           │   │       │   │   ├── fr.cpython-310.pyc
    │           │   │       │   │   ├── gl.cpython-310.pyc
    │           │   │       │   │   ├── he.cpython-310.pyc
    │           │   │       │   │   ├── it.cpython-310.pyc
    │           │   │       │   │   ├── ja.cpython-310.pyc
    │           │   │       │   │   ├── ko.cpython-310.pyc
    │           │   │       │   │   ├── lt.cpython-310.pyc
    │           │   │       │   │   ├── lv.cpython-310.pyc
    │           │   │       │   │   ├── nl.cpython-310.pyc
    │           │   │       │   │   ├── pl.cpython-310.pyc
    │           │   │       │   │   ├── pt_br.cpython-310.pyc
    │           │   │       │   │   ├── ru.cpython-310.pyc
    │           │   │       │   │   ├── sk.cpython-310.pyc
    │           │   │       │   │   ├── sv.cpython-310.pyc
    │           │   │       │   │   ├── uk.cpython-310.pyc
    │           │   │       │   │   ├── zh_cn.cpython-310.pyc
    │           │   │       │   │   └── zh_tw.cpython-310.pyc
    │           │   │       │   ├── af.py
    │           │   │       │   ├── ar.py
    │           │   │       │   ├── ca.py
    │           │   │       │   ├── cs.py
    │           │   │       │   ├── da.py
    │           │   │       │   ├── de.py
    │           │   │       │   ├── en.py
    │           │   │       │   ├── eo.py
    │           │   │       │   ├── es.py
    │           │   │       │   ├── fa.py
    │           │   │       │   ├── fi.py
    │           │   │       │   ├── fr.py
    │           │   │       │   ├── gl.py
    │           │   │       │   ├── he.py
    │           │   │       │   ├── it.py
    │           │   │       │   ├── ja.py
    │           │   │       │   ├── ko.py
    │           │   │       │   ├── lt.py
    │           │   │       │   ├── lv.py
    │           │   │       │   ├── nl.py
    │           │   │       │   ├── pl.py
    │           │   │       │   ├── pt_br.py
    │           │   │       │   ├── ru.py
    │           │   │       │   ├── sk.py
    │           │   │       │   ├── sv.py
    │           │   │       │   ├── uk.py
    │           │   │       │   ├── zh_cn.py
    │           │   │       │   └── zh_tw.py
    │           │   │       ├── roles.py
    │           │   │       ├── states.py
    │           │   │       └── tableparser.py
    │           │   ├── readers
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── doctree.cpython-310.pyc
    │           │   │   │   ├── pep.cpython-310.pyc
    │           │   │   │   └── standalone.cpython-310.pyc
    │           │   │   ├── doctree.py
    │           │   │   ├── pep.py
    │           │   │   └── standalone.py
    │           │   ├── statemachine.py
    │           │   ├── transforms
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── components.cpython-310.pyc
    │           │   │   │   ├── frontmatter.cpython-310.pyc
    │           │   │   │   ├── misc.cpython-310.pyc
    │           │   │   │   ├── parts.cpython-310.pyc
    │           │   │   │   ├── peps.cpython-310.pyc
    │           │   │   │   ├── references.cpython-310.pyc
    │           │   │   │   ├── universal.cpython-310.pyc
    │           │   │   │   └── writer_aux.cpython-310.pyc
    │           │   │   ├── components.py
    │           │   │   ├── frontmatter.py
    │           │   │   ├── misc.py
    │           │   │   ├── parts.py
    │           │   │   ├── peps.py
    │           │   │   ├── references.py
    │           │   │   ├── universal.py
    │           │   │   └── writer_aux.py
    │           │   ├── utils
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── code_analyzer.cpython-310.pyc
    │           │   │   │   ├── error_reporting.cpython-310.pyc
    │           │   │   │   ├── punctuation_chars.cpython-310.pyc
    │           │   │   │   ├── roman.cpython-310.pyc
    │           │   │   │   ├── smartquotes.cpython-310.pyc
    │           │   │   │   └── urischemes.cpython-310.pyc
    │           │   │   ├── code_analyzer.py
    │           │   │   ├── error_reporting.py
    │           │   │   ├── math
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── latex2mathml.cpython-310.pyc
    │           │   │   │   │   ├── math2html.cpython-310.pyc
    │           │   │   │   │   ├── tex2mathml_extern.cpython-310.pyc
    │           │   │   │   │   ├── tex2unichar.cpython-310.pyc
    │           │   │   │   │   └── unichar2tex.cpython-310.pyc
    │           │   │   │   ├── latex2mathml.py
    │           │   │   │   ├── math2html.py
    │           │   │   │   ├── tex2mathml_extern.py
    │           │   │   │   ├── tex2unichar.py
    │           │   │   │   └── unichar2tex.py
    │           │   │   ├── punctuation_chars.py
    │           │   │   ├── roman.py
    │           │   │   ├── smartquotes.py
    │           │   │   └── urischemes.py
    │           │   └── writers
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── _html_base.cpython-310.pyc
    │           │       │   ├── docutils_xml.cpython-310.pyc
    │           │       │   ├── manpage.cpython-310.pyc
    │           │       │   ├── null.cpython-310.pyc
    │           │       │   └── pseudoxml.cpython-310.pyc
    │           │       ├── _html_base.py
    │           │       ├── docutils_xml.py
    │           │       ├── html4css1
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   └── __init__.cpython-310.pyc
    │           │       │   ├── html4css1.css
    │           │       │   └── template.txt
    │           │       ├── html5_polyglot
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   └── __init__.cpython-310.pyc
    │           │       │   ├── math.css
    │           │       │   ├── minimal.css
    │           │       │   ├── plain.css
    │           │       │   ├── responsive.css
    │           │       │   ├── template.txt
    │           │       │   └── tuftig.css
    │           │       ├── latex2e
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   └── __init__.cpython-310.pyc
    │           │       │   ├── default.tex
    │           │       │   ├── docutils.sty
    │           │       │   ├── titlepage.tex
    │           │       │   ├── titlingpage.tex
    │           │       │   └── xelatex.tex
    │           │       ├── manpage.py
    │           │       ├── null.py
    │           │       ├── odf_odt
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   ├── __init__.cpython-310.pyc
    │           │       │   │   └── pygmentsformatter.cpython-310.pyc
    │           │       │   ├── pygmentsformatter.py
    │           │       │   └── styles.odt
    │           │       ├── pep_html
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   └── __init__.cpython-310.pyc
    │           │       │   ├── pep.css
    │           │       │   └── template.txt
    │           │       ├── pseudoxml.py
    │           │       ├── s5_html
    │           │       │   ├── __init__.py
    │           │       │   ├── __pycache__
    │           │       │   │   └── __init__.cpython-310.pyc
    │           │       │   └── themes
    │           │       │       ├── README.txt
    │           │       │       ├── big-black
    │           │       │       │   ├── __base__
    │           │       │       │   ├── framing.css
    │           │       │       │   └── pretty.css
    │           │       │       ├── big-white
    │           │       │       │   ├── framing.css
    │           │       │       │   └── pretty.css
    │           │       │       ├── default
    │           │       │       │   ├── framing.css
    │           │       │       │   ├── opera.css
    │           │       │       │   ├── outline.css
    │           │       │       │   ├── pretty.css
    │           │       │       │   ├── print.css
    │           │       │       │   ├── s5-core.css
    │           │       │       │   ├── slides.css
    │           │       │       │   └── slides.js
    │           │       │       ├── medium-black
    │           │       │       │   ├── __base__
    │           │       │       │   └── pretty.css
    │           │       │       ├── medium-white
    │           │       │       │   ├── framing.css
    │           │       │       │   └── pretty.css
    │           │       │       ├── small-black
    │           │       │       │   ├── __base__
    │           │       │       │   └── pretty.css
    │           │       │       └── small-white
    │           │       │           ├── framing.css
    │           │       │           └── pretty.css
    │           │       └── xetex
    │           │           ├── __init__.py
    │           │           └── __pycache__
    │           │               └── __init__.cpython-310.pyc
    │           ├── docutils-0.20.dist-info
    │           │   ├── COPYING.txt
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── SOURCES.html
    │           │   ├── WHEEL
    │           │   ├── dependency_links.html
    │           │   ├── entry_points.txt
    │           │   ├── top_level.html
    │           │   └── top_level.txt
    │           ├── dulwich
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── archive.cpython-310.pyc
    │           │   │   ├── bundle.cpython-310.pyc
    │           │   │   ├── cli.cpython-310.pyc
    │           │   │   ├── client.cpython-310.pyc
    │           │   │   ├── config.cpython-310.pyc
    │           │   │   ├── credentials.cpython-310.pyc
    │           │   │   ├── diff_tree.cpython-310.pyc
    │           │   │   ├── errors.cpython-310.pyc
    │           │   │   ├── fastexport.cpython-310.pyc
    │           │   │   ├── file.cpython-310.pyc
    │           │   │   ├── graph.cpython-310.pyc
    │           │   │   ├── greenthreads.cpython-310.pyc
    │           │   │   ├── hooks.cpython-310.pyc
    │           │   │   ├── ignore.cpython-310.pyc
    │           │   │   ├── index.cpython-310.pyc
    │           │   │   ├── lfs.cpython-310.pyc
    │           │   │   ├── line_ending.cpython-310.pyc
    │           │   │   ├── log_utils.cpython-310.pyc
    │           │   │   ├── lru_cache.cpython-310.pyc
    │           │   │   ├── mailmap.cpython-310.pyc
    │           │   │   ├── object_store.cpython-310.pyc
    │           │   │   ├── objects.cpython-310.pyc
    │           │   │   ├── objectspec.cpython-310.pyc
    │           │   │   ├── pack.cpython-310.pyc
    │           │   │   ├── patch.cpython-310.pyc
    │           │   │   ├── porcelain.cpython-310.pyc
    │           │   │   ├── protocol.cpython-310.pyc
    │           │   │   ├── reflog.cpython-310.pyc
    │           │   │   ├── refs.cpython-310.pyc
    │           │   │   ├── repo.cpython-310.pyc
    │           │   │   ├── server.cpython-310.pyc
    │           │   │   ├── stash.cpython-310.pyc
    │           │   │   ├── submodule.cpython-310.pyc
    │           │   │   ├── walk.cpython-310.pyc
    │           │   │   └── web.cpython-310.pyc
    │           │   ├── _diff_tree.c
    │           │   ├── _diff_tree.cpython-310-x86_64-linux-gnu.so
    │           │   ├── _objects.c
    │           │   ├── _objects.cpython-310-x86_64-linux-gnu.so
    │           │   ├── _pack.c
    │           │   ├── _pack.cpython-310-x86_64-linux-gnu.so
    │           │   ├── archive.py
    │           │   ├── bundle.py
    │           │   ├── cli.py
    │           │   ├── client.py
    │           │   ├── cloud
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── gcs.cpython-310.pyc
    │           │   │   └── gcs.py
    │           │   ├── config.py
    │           │   ├── contrib
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── diffstat.cpython-310.pyc
    │           │   │   │   ├── paramiko_vendor.cpython-310.pyc
    │           │   │   │   ├── release_robot.cpython-310.pyc
    │           │   │   │   ├── requests_vendor.cpython-310.pyc
    │           │   │   │   ├── swift.cpython-310.pyc
    │           │   │   │   ├── test_paramiko_vendor.cpython-310.pyc
    │           │   │   │   ├── test_release_robot.cpython-310.pyc
    │           │   │   │   ├── test_swift.cpython-310.pyc
    │           │   │   │   └── test_swift_smoke.cpython-310.pyc
    │           │   │   ├── diffstat.py
    │           │   │   ├── paramiko_vendor.py
    │           │   │   ├── release_robot.py
    │           │   │   ├── requests_vendor.py
    │           │   │   ├── swift.py
    │           │   │   ├── test_paramiko_vendor.py
    │           │   │   ├── test_release_robot.py
    │           │   │   ├── test_swift.py
    │           │   │   └── test_swift_smoke.py
    │           │   ├── credentials.py
    │           │   ├── diff_tree.py
    │           │   ├── errors.py
    │           │   ├── fastexport.py
    │           │   ├── file.py
    │           │   ├── graph.py
    │           │   ├── greenthreads.py
    │           │   ├── hooks.py
    │           │   ├── ignore.py
    │           │   ├── index.py
    │           │   ├── lfs.py
    │           │   ├── line_ending.py
    │           │   ├── log_utils.py
    │           │   ├── lru_cache.py
    │           │   ├── mailmap.py
    │           │   ├── object_store.py
    │           │   ├── objects.py
    │           │   ├── objectspec.py
    │           │   ├── pack.py
    │           │   ├── patch.py
    │           │   ├── porcelain.py
    │           │   ├── protocol.py
    │           │   ├── py.typed
    │           │   ├── reflog.py
    │           │   ├── refs.py
    │           │   ├── repo.py
    │           │   ├── server.py
    │           │   ├── stash.py
    │           │   ├── stdint.h
    │           │   ├── submodule.py
    │           │   ├── tests
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── test_archive.cpython-310.pyc
    │           │   │   │   ├── test_blackbox.cpython-310.pyc
    │           │   │   │   ├── test_bundle.cpython-310.pyc
    │           │   │   │   ├── test_client.cpython-310.pyc
    │           │   │   │   ├── test_config.cpython-310.pyc
    │           │   │   │   ├── test_credentials.cpython-310.pyc
    │           │   │   │   ├── test_diff_tree.cpython-310.pyc
    │           │   │   │   ├── test_fastexport.cpython-310.pyc
    │           │   │   │   ├── test_file.cpython-310.pyc
    │           │   │   │   ├── test_grafts.cpython-310.pyc
    │           │   │   │   ├── test_graph.cpython-310.pyc
    │           │   │   │   ├── test_greenthreads.cpython-310.pyc
    │           │   │   │   ├── test_hooks.cpython-310.pyc
    │           │   │   │   ├── test_ignore.cpython-310.pyc
    │           │   │   │   ├── test_index.cpython-310.pyc
    │           │   │   │   ├── test_lfs.cpython-310.pyc
    │           │   │   │   ├── test_line_ending.cpython-310.pyc
    │           │   │   │   ├── test_lru_cache.cpython-310.pyc
    │           │   │   │   ├── test_mailmap.cpython-310.pyc
    │           │   │   │   ├── test_missing_obj_finder.cpython-310.pyc
    │           │   │   │   ├── test_object_store.cpython-310.pyc
    │           │   │   │   ├── test_objects.cpython-310.pyc
    │           │   │   │   ├── test_objectspec.cpython-310.pyc
    │           │   │   │   ├── test_pack.cpython-310.pyc
    │           │   │   │   ├── test_patch.cpython-310.pyc
    │           │   │   │   ├── test_porcelain.cpython-310.pyc
    │           │   │   │   ├── test_protocol.cpython-310.pyc
    │           │   │   │   ├── test_reflog.cpython-310.pyc
    │           │   │   │   ├── test_refs.cpython-310.pyc
    │           │   │   │   ├── test_repository.cpython-310.pyc
    │           │   │   │   ├── test_server.cpython-310.pyc
    │           │   │   │   ├── test_stash.cpython-310.pyc
    │           │   │   │   ├── test_utils.cpython-310.pyc
    │           │   │   │   ├── test_walk.cpython-310.pyc
    │           │   │   │   ├── test_web.cpython-310.pyc
    │           │   │   │   └── utils.cpython-310.pyc
    │           │   │   ├── compat
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── server_utils.cpython-310.pyc
    │           │   │   │   │   ├── test_client.cpython-310.pyc
    │           │   │   │   │   ├── test_pack.cpython-310.pyc
    │           │   │   │   │   ├── test_patch.cpython-310.pyc
    │           │   │   │   │   ├── test_porcelain.cpython-310.pyc
    │           │   │   │   │   ├── test_repository.cpython-310.pyc
    │           │   │   │   │   ├── test_server.cpython-310.pyc
    │           │   │   │   │   ├── test_utils.cpython-310.pyc
    │           │   │   │   │   ├── test_web.cpython-310.pyc
    │           │   │   │   │   └── utils.cpython-310.pyc
    │           │   │   │   ├── server_utils.py
    │           │   │   │   ├── test_client.py
    │           │   │   │   ├── test_pack.py
    │           │   │   │   ├── test_patch.py
    │           │   │   │   ├── test_porcelain.py
    │           │   │   │   ├── test_repository.py
    │           │   │   │   ├── test_server.py
    │           │   │   │   ├── test_utils.py
    │           │   │   │   ├── test_web.py
    │           │   │   │   └── utils.py
    │           │   │   ├── test_archive.py
    │           │   │   ├── test_blackbox.py
    │           │   │   ├── test_bundle.py
    │           │   │   ├── test_client.py
    │           │   │   ├── test_config.py
    │           │   │   ├── test_credentials.py
    │           │   │   ├── test_diff_tree.py
    │           │   │   ├── test_fastexport.py
    │           │   │   ├── test_file.py
    │           │   │   ├── test_grafts.py
    │           │   │   ├── test_graph.py
    │           │   │   ├── test_greenthreads.py
    │           │   │   ├── test_hooks.py
    │           │   │   ├── test_ignore.py
    │           │   │   ├── test_index.py
    │           │   │   ├── test_lfs.py
    │           │   │   ├── test_line_ending.py
    │           │   │   ├── test_lru_cache.py
    │           │   │   ├── test_mailmap.py
    │           │   │   ├── test_missing_obj_finder.py
    │           │   │   ├── test_object_store.py
    │           │   │   ├── test_objects.py
    │           │   │   ├── test_objectspec.py
    │           │   │   ├── test_pack.py
    │           │   │   ├── test_patch.py
    │           │   │   ├── test_porcelain.py
    │           │   │   ├── test_protocol.py
    │           │   │   ├── test_reflog.py
    │           │   │   ├── test_refs.py
    │           │   │   ├── test_repository.py
    │           │   │   ├── test_server.py
    │           │   │   ├── test_stash.py
    │           │   │   ├── test_utils.py
    │           │   │   ├── test_walk.py
    │           │   │   ├── test_web.py
    │           │   │   └── utils.py
    │           │   ├── walk.py
    │           │   └── web.py
    │           ├── dulwich-0.21.5.dist-info
    │           │   ├── COPYING
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── exceptiongroup
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _catch.cpython-310.pyc
    │           │   │   ├── _exceptions.cpython-310.pyc
    │           │   │   ├── _formatting.cpython-310.pyc
    │           │   │   └── _version.cpython-310.pyc
    │           │   ├── _catch.py
    │           │   ├── _exceptions.py
    │           │   ├── _formatting.py
    │           │   ├── _version.py
    │           │   └── py.typed
    │           ├── exceptiongroup-1.1.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── filelock
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _api.cpython-310.pyc
    │           │   │   ├── _error.cpython-310.pyc
    │           │   │   ├── _soft.cpython-310.pyc
    │           │   │   ├── _unix.cpython-310.pyc
    │           │   │   ├── _util.cpython-310.pyc
    │           │   │   ├── _windows.cpython-310.pyc
    │           │   │   └── version.cpython-310.pyc
    │           │   ├── _api.py
    │           │   ├── _error.py
    │           │   ├── _soft.py
    │           │   ├── _unix.py
    │           │   ├── _util.py
    │           │   ├── _windows.py
    │           │   ├── py.typed
    │           │   └── version.py
    │           ├── filelock-3.12.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── html5lib
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _ihatexml.cpython-310.pyc
    │           │   │   ├── _inputstream.cpython-310.pyc
    │           │   │   ├── _tokenizer.cpython-310.pyc
    │           │   │   ├── _utils.cpython-310.pyc
    │           │   │   ├── constants.cpython-310.pyc
    │           │   │   ├── html5parser.cpython-310.pyc
    │           │   │   └── serializer.cpython-310.pyc
    │           │   ├── _ihatexml.py
    │           │   ├── _inputstream.py
    │           │   ├── _tokenizer.py
    │           │   ├── _trie
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _base.cpython-310.pyc
    │           │   │   │   └── py.cpython-310.pyc
    │           │   │   ├── _base.py
    │           │   │   └── py.py
    │           │   ├── _utils.py
    │           │   ├── constants.py
    │           │   ├── filters
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── alphabeticalattributes.cpython-310.pyc
    │           │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   ├── inject_meta_charset.cpython-310.pyc
    │           │   │   │   ├── lint.cpython-310.pyc
    │           │   │   │   ├── optionaltags.cpython-310.pyc
    │           │   │   │   ├── sanitizer.cpython-310.pyc
    │           │   │   │   └── whitespace.cpython-310.pyc
    │           │   │   ├── alphabeticalattributes.py
    │           │   │   ├── base.py
    │           │   │   ├── inject_meta_charset.py
    │           │   │   ├── lint.py
    │           │   │   ├── optionaltags.py
    │           │   │   ├── sanitizer.py
    │           │   │   └── whitespace.py
    │           │   ├── html5parser.py
    │           │   ├── serializer.py
    │           │   ├── treeadapters
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── genshi.cpython-310.pyc
    │           │   │   │   └── sax.cpython-310.pyc
    │           │   │   ├── genshi.py
    │           │   │   └── sax.py
    │           │   ├── treebuilders
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   ├── dom.cpython-310.pyc
    │           │   │   │   ├── etree.cpython-310.pyc
    │           │   │   │   └── etree_lxml.cpython-310.pyc
    │           │   │   ├── base.py
    │           │   │   ├── dom.py
    │           │   │   ├── etree.py
    │           │   │   └── etree_lxml.py
    │           │   └── treewalkers
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── base.cpython-310.pyc
    │           │       │   ├── dom.cpython-310.pyc
    │           │       │   ├── etree.cpython-310.pyc
    │           │       │   ├── etree_lxml.cpython-310.pyc
    │           │       │   └── genshi.cpython-310.pyc
    │           │       ├── base.py
    │           │       ├── dom.py
    │           │       ├── etree.py
    │           │       ├── etree_lxml.py
    │           │       └── genshi.py
    │           ├── html5lib-1.1.dist-info
    │           │   ├── AUTHORS.rst
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── idna
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── codec.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── core.cpython-310.pyc
    │           │   │   ├── idnadata.cpython-310.pyc
    │           │   │   ├── intranges.cpython-310.pyc
    │           │   │   ├── package_data.cpython-310.pyc
    │           │   │   └── uts46data.cpython-310.pyc
    │           │   ├── codec.py
    │           │   ├── compat.py
    │           │   ├── core.py
    │           │   ├── idnadata.py
    │           │   ├── intranges.py
    │           │   ├── package_data.py
    │           │   ├── py.typed
    │           │   └── uts46data.py
    │           ├── idna-3.4.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.md
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── importlib_metadata
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _adapters.cpython-310.pyc
    │           │   │   ├── _collections.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _functools.cpython-310.pyc
    │           │   │   ├── _itertools.cpython-310.pyc
    │           │   │   ├── _meta.cpython-310.pyc
    │           │   │   ├── _py39compat.cpython-310.pyc
    │           │   │   └── _text.cpython-310.pyc
    │           │   ├── _adapters.py
    │           │   ├── _collections.py
    │           │   ├── _compat.py
    │           │   ├── _functools.py
    │           │   ├── _itertools.py
    │           │   ├── _meta.py
    │           │   ├── _py39compat.py
    │           │   ├── _text.py
    │           │   └── py.typed
    │           ├── importlib_metadata-6.6.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── iniconfig
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _parse.cpython-310.pyc
    │           │   │   ├── _version.cpython-310.pyc
    │           │   │   └── exceptions.cpython-310.pyc
    │           │   ├── _parse.py
    │           │   ├── _version.py
    │           │   ├── exceptions.py
    │           │   └── py.typed
    │           ├── iniconfig-2.0.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── installer
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── _core.cpython-310.pyc
    │           │   │   ├── destinations.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── records.cpython-310.pyc
    │           │   │   ├── scripts.cpython-310.pyc
    │           │   │   ├── sources.cpython-310.pyc
    │           │   │   └── utils.cpython-310.pyc
    │           │   ├── _core.py
    │           │   ├── _scripts
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   └── __init__.cpython-310.pyc
    │           │   │   ├── t32.exe
    │           │   │   ├── t64-arm.exe
    │           │   │   ├── t64.exe
    │           │   │   ├── t_arm.exe
    │           │   │   ├── w32.exe
    │           │   │   ├── w64-arm.exe
    │           │   │   ├── w64.exe
    │           │   │   └── w_arm.exe
    │           │   ├── destinations.py
    │           │   ├── exceptions.py
    │           │   ├── py.typed
    │           │   ├── records.py
    │           │   ├── scripts.py
    │           │   ├── sources.py
    │           │   └── utils.py
    │           ├── installer-0.7.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── jaraco
    │           │   └── classes
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── ancestry.cpython-310.pyc
    │           │       │   ├── meta.cpython-310.pyc
    │           │       │   └── properties.cpython-310.pyc
    │           │       ├── ancestry.py
    │           │       ├── meta.py
    │           │       └── properties.py
    │           ├── jaraco.classes-3.2.3.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── jeepney
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── auth.cpython-310.pyc
    │           │   │   ├── bindgen.cpython-310.pyc
    │           │   │   ├── bus.cpython-310.pyc
    │           │   │   ├── bus_messages.cpython-310.pyc
    │           │   │   ├── fds.cpython-310.pyc
    │           │   │   ├── low_level.cpython-310.pyc
    │           │   │   ├── routing.cpython-310.pyc
    │           │   │   └── wrappers.cpython-310.pyc
    │           │   ├── auth.py
    │           │   ├── bindgen.py
    │           │   ├── bus.py
    │           │   ├── bus_messages.py
    │           │   ├── fds.py
    │           │   ├── io
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── asyncio.cpython-310.pyc
    │           │   │   │   ├── blocking.cpython-310.pyc
    │           │   │   │   ├── common.cpython-310.pyc
    │           │   │   │   ├── threading.cpython-310.pyc
    │           │   │   │   └── trio.cpython-310.pyc
    │           │   │   ├── asyncio.py
    │           │   │   ├── blocking.py
    │           │   │   ├── common.py
    │           │   │   ├── tests
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── conftest.cpython-310.pyc
    │           │   │   │   │   ├── test_asyncio.cpython-310.pyc
    │           │   │   │   │   ├── test_blocking.cpython-310.pyc
    │           │   │   │   │   ├── test_threading.cpython-310.pyc
    │           │   │   │   │   ├── test_trio.cpython-310.pyc
    │           │   │   │   │   └── utils.cpython-310.pyc
    │           │   │   │   ├── conftest.py
    │           │   │   │   ├── test_asyncio.py
    │           │   │   │   ├── test_blocking.py
    │           │   │   │   ├── test_threading.py
    │           │   │   │   ├── test_trio.py
    │           │   │   │   └── utils.py
    │           │   │   ├── threading.py
    │           │   │   └── trio.py
    │           │   ├── low_level.py
    │           │   ├── routing.py
    │           │   ├── tests
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── test_auth.cpython-310.pyc
    │           │   │   │   ├── test_bindgen.cpython-310.pyc
    │           │   │   │   ├── test_bus.cpython-310.pyc
    │           │   │   │   ├── test_bus_messages.cpython-310.pyc
    │           │   │   │   ├── test_fds.cpython-310.pyc
    │           │   │   │   ├── test_low_level.cpython-310.pyc
    │           │   │   │   └── test_routing.cpython-310.pyc
    │           │   │   ├── secrets_introspect.xml
    │           │   │   ├── test_auth.py
    │           │   │   ├── test_bindgen.py
    │           │   │   ├── test_bus.py
    │           │   │   ├── test_bus_messages.py
    │           │   │   ├── test_fds.py
    │           │   │   ├── test_low_level.py
    │           │   │   └── test_routing.py
    │           │   └── wrappers.py
    │           ├── jeepney-0.8.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── jsonschema
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── _format.cpython-310.pyc
    │           │   │   ├── _legacy_validators.cpython-310.pyc
    │           │   │   ├── _types.cpython-310.pyc
    │           │   │   ├── _utils.cpython-310.pyc
    │           │   │   ├── _validators.cpython-310.pyc
    │           │   │   ├── cli.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── protocols.cpython-310.pyc
    │           │   │   └── validators.cpython-310.pyc
    │           │   ├── _format.py
    │           │   ├── _legacy_validators.py
    │           │   ├── _types.py
    │           │   ├── _utils.py
    │           │   ├── _validators.py
    │           │   ├── benchmarks
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── issue232.cpython-310.pyc
    │           │   │   │   └── json_schema_test_suite.cpython-310.pyc
    │           │   │   ├── issue232
    │           │   │   │   └── issue.json
    │           │   │   ├── issue232.py
    │           │   │   └── json_schema_test_suite.py
    │           │   ├── cli.py
    │           │   ├── exceptions.py
    │           │   ├── protocols.py
    │           │   ├── schemas
    │           │   │   ├── draft2019-09.json
    │           │   │   ├── draft2020-12.json
    │           │   │   ├── draft3.json
    │           │   │   ├── draft4.json
    │           │   │   ├── draft6.json
    │           │   │   ├── draft7.json
    │           │   │   └── vocabularies
    │           │   │       ├── draft2019-09
    │           │   │       │   ├── applicator
    │           │   │       │   ├── content
    │           │   │       │   ├── core
    │           │   │       │   ├── meta-data
    │           │   │       │   └── validation
    │           │   │       └── draft2020-12
    │           │   │           ├── applicator
    │           │   │           ├── content
    │           │   │           ├── core
    │           │   │           ├── format
    │           │   │           ├── format-annotation
    │           │   │           ├── format-assertion
    │           │   │           ├── meta-data
    │           │   │           ├── unevaluated
    │           │   │           └── validation
    │           │   ├── tests
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _helpers.cpython-310.pyc
    │           │   │   │   ├── _suite.cpython-310.pyc
    │           │   │   │   ├── fuzz_validate.cpython-310.pyc
    │           │   │   │   ├── test_cli.cpython-310.pyc
    │           │   │   │   ├── test_deprecations.cpython-310.pyc
    │           │   │   │   ├── test_exceptions.cpython-310.pyc
    │           │   │   │   ├── test_format.cpython-310.pyc
    │           │   │   │   ├── test_jsonschema_test_suite.cpython-310.pyc
    │           │   │   │   ├── test_types.cpython-310.pyc
    │           │   │   │   ├── test_utils.cpython-310.pyc
    │           │   │   │   └── test_validators.cpython-310.pyc
    │           │   │   ├── _helpers.py
    │           │   │   ├── _suite.py
    │           │   │   ├── fuzz_validate.py
    │           │   │   ├── test_cli.py
    │           │   │   ├── test_deprecations.py
    │           │   │   ├── test_exceptions.py
    │           │   │   ├── test_format.py
    │           │   │   ├── test_jsonschema_test_suite.py
    │           │   │   ├── test_types.py
    │           │   │   ├── test_utils.py
    │           │   │   └── test_validators.py
    │           │   └── validators.py
    │           ├── jsonschema-4.17.3.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── licenses
    │           │       └── COPYING
    │           ├── keyring
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _properties_compat.cpython-310.pyc
    │           │   │   ├── backend.cpython-310.pyc
    │           │   │   ├── cli.cpython-310.pyc
    │           │   │   ├── completion.cpython-310.pyc
    │           │   │   ├── core.cpython-310.pyc
    │           │   │   ├── credentials.cpython-310.pyc
    │           │   │   ├── devpi_client.cpython-310.pyc
    │           │   │   ├── errors.cpython-310.pyc
    │           │   │   ├── http.cpython-310.pyc
    │           │   │   └── py312compat.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── _properties_compat.py
    │           │   ├── backend.py
    │           │   ├── backend_complete.zsh
    │           │   ├── backends
    │           │   │   ├── OS_X.py
    │           │   │   ├── SecretService.py
    │           │   │   ├── Windows.py
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── OS_X.cpython-310.pyc
    │           │   │   │   ├── SecretService.cpython-310.pyc
    │           │   │   │   ├── Windows.cpython-310.pyc
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── chainer.cpython-310.pyc
    │           │   │   │   ├── fail.cpython-310.pyc
    │           │   │   │   ├── kwallet.cpython-310.pyc
    │           │   │   │   ├── libsecret.cpython-310.pyc
    │           │   │   │   └── null.cpython-310.pyc
    │           │   │   ├── chainer.py
    │           │   │   ├── fail.py
    │           │   │   ├── kwallet.py
    │           │   │   ├── libsecret.py
    │           │   │   ├── macOS
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── api.cpython-310.pyc
    │           │   │   │   └── api.py
    │           │   │   └── null.py
    │           │   ├── cli.py
    │           │   ├── completion.py
    │           │   ├── core.py
    │           │   ├── credentials.py
    │           │   ├── devpi_client.py
    │           │   ├── errors.py
    │           │   ├── http.py
    │           │   ├── py.typed
    │           │   ├── py312compat.py
    │           │   ├── testing
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── backend.cpython-310.pyc
    │           │   │   │   └── util.cpython-310.pyc
    │           │   │   ├── backend.py
    │           │   │   └── util.py
    │           │   └── util
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── platform_.cpython-310.pyc
    │           │       │   └── properties.cpython-310.pyc
    │           │       ├── platform_.py
    │           │       └── properties.py
    │           ├── keyring-23.13.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── lockfile
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── linklockfile.cpython-310.pyc
    │           │   │   ├── mkdirlockfile.cpython-310.pyc
    │           │   │   ├── pidlockfile.cpython-310.pyc
    │           │   │   ├── sqlitelockfile.cpython-310.pyc
    │           │   │   └── symlinklockfile.cpython-310.pyc
    │           │   ├── linklockfile.py
    │           │   ├── mkdirlockfile.py
    │           │   ├── pidlockfile.py
    │           │   ├── sqlitelockfile.py
    │           │   └── symlinklockfile.py
    │           ├── lockfile-0.12.2.dist-info
    │           │   ├── DESCRIPTION.rst
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── metadata.json
    │           │   ├── pbr.json
    │           │   └── top_level.txt
    │           ├── markdown_it
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _punycode.cpython-310.pyc
    │           │   │   ├── main.cpython-310.pyc
    │           │   │   ├── parser_block.cpython-310.pyc
    │           │   │   ├── parser_core.cpython-310.pyc
    │           │   │   ├── parser_inline.cpython-310.pyc
    │           │   │   ├── renderer.cpython-310.pyc
    │           │   │   ├── ruler.cpython-310.pyc
    │           │   │   ├── token.cpython-310.pyc
    │           │   │   ├── tree.cpython-310.pyc
    │           │   │   └── utils.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── _punycode.py
    │           │   ├── cli
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── parse.cpython-310.pyc
    │           │   │   └── parse.py
    │           │   ├── common
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── entities.cpython-310.pyc
    │           │   │   │   ├── html_blocks.cpython-310.pyc
    │           │   │   │   ├── html_re.cpython-310.pyc
    │           │   │   │   ├── normalize_url.cpython-310.pyc
    │           │   │   │   └── utils.cpython-310.pyc
    │           │   │   ├── entities.py
    │           │   │   ├── html_blocks.py
    │           │   │   ├── html_re.py
    │           │   │   ├── normalize_url.py
    │           │   │   └── utils.py
    │           │   ├── helpers
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── parse_link_destination.cpython-310.pyc
    │           │   │   │   ├── parse_link_label.cpython-310.pyc
    │           │   │   │   └── parse_link_title.cpython-310.pyc
    │           │   │   ├── parse_link_destination.py
    │           │   │   ├── parse_link_label.py
    │           │   │   └── parse_link_title.py
    │           │   ├── main.py
    │           │   ├── parser_block.py
    │           │   ├── parser_core.py
    │           │   ├── parser_inline.py
    │           │   ├── port.yaml
    │           │   ├── presets
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── commonmark.cpython-310.pyc
    │           │   │   │   ├── default.cpython-310.pyc
    │           │   │   │   └── zero.cpython-310.pyc
    │           │   │   ├── commonmark.py
    │           │   │   ├── default.py
    │           │   │   └── zero.py
    │           │   ├── py.typed
    │           │   ├── renderer.py
    │           │   ├── ruler.py
    │           │   ├── rules_block
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── blockquote.cpython-310.pyc
    │           │   │   │   ├── code.cpython-310.pyc
    │           │   │   │   ├── fence.cpython-310.pyc
    │           │   │   │   ├── heading.cpython-310.pyc
    │           │   │   │   ├── hr.cpython-310.pyc
    │           │   │   │   ├── html_block.cpython-310.pyc
    │           │   │   │   ├── lheading.cpython-310.pyc
    │           │   │   │   ├── list.cpython-310.pyc
    │           │   │   │   ├── paragraph.cpython-310.pyc
    │           │   │   │   ├── reference.cpython-310.pyc
    │           │   │   │   ├── state_block.cpython-310.pyc
    │           │   │   │   └── table.cpython-310.pyc
    │           │   │   ├── blockquote.py
    │           │   │   ├── code.py
    │           │   │   ├── fence.py
    │           │   │   ├── heading.py
    │           │   │   ├── hr.py
    │           │   │   ├── html_block.py
    │           │   │   ├── lheading.py
    │           │   │   ├── list.py
    │           │   │   ├── paragraph.py
    │           │   │   ├── reference.py
    │           │   │   ├── state_block.py
    │           │   │   └── table.py
    │           │   ├── rules_core
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── block.cpython-310.pyc
    │           │   │   │   ├── inline.cpython-310.pyc
    │           │   │   │   ├── linkify.cpython-310.pyc
    │           │   │   │   ├── normalize.cpython-310.pyc
    │           │   │   │   ├── replacements.cpython-310.pyc
    │           │   │   │   ├── smartquotes.cpython-310.pyc
    │           │   │   │   └── state_core.cpython-310.pyc
    │           │   │   ├── block.py
    │           │   │   ├── inline.py
    │           │   │   ├── linkify.py
    │           │   │   ├── normalize.py
    │           │   │   ├── replacements.py
    │           │   │   ├── smartquotes.py
    │           │   │   └── state_core.py
    │           │   ├── rules_inline
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── autolink.cpython-310.pyc
    │           │   │   │   ├── backticks.cpython-310.pyc
    │           │   │   │   ├── balance_pairs.cpython-310.pyc
    │           │   │   │   ├── emphasis.cpython-310.pyc
    │           │   │   │   ├── entity.cpython-310.pyc
    │           │   │   │   ├── escape.cpython-310.pyc
    │           │   │   │   ├── html_inline.cpython-310.pyc
    │           │   │   │   ├── image.cpython-310.pyc
    │           │   │   │   ├── link.cpython-310.pyc
    │           │   │   │   ├── newline.cpython-310.pyc
    │           │   │   │   ├── state_inline.cpython-310.pyc
    │           │   │   │   ├── strikethrough.cpython-310.pyc
    │           │   │   │   ├── text.cpython-310.pyc
    │           │   │   │   └── text_collapse.cpython-310.pyc
    │           │   │   ├── autolink.py
    │           │   │   ├── backticks.py
    │           │   │   ├── balance_pairs.py
    │           │   │   ├── emphasis.py
    │           │   │   ├── entity.py
    │           │   │   ├── escape.py
    │           │   │   ├── html_inline.py
    │           │   │   ├── image.py
    │           │   │   ├── link.py
    │           │   │   ├── newline.py
    │           │   │   ├── state_inline.py
    │           │   │   ├── strikethrough.py
    │           │   │   ├── text.py
    │           │   │   └── text_collapse.py
    │           │   ├── token.py
    │           │   ├── tree.py
    │           │   └── utils.py
    │           ├── markdown_it_py-2.2.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── LICENSE.markdown-it
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── entry_points.txt
    │           ├── mdurl
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _decode.cpython-310.pyc
    │           │   │   ├── _encode.cpython-310.pyc
    │           │   │   ├── _format.cpython-310.pyc
    │           │   │   ├── _parse.cpython-310.pyc
    │           │   │   └── _url.cpython-310.pyc
    │           │   ├── _decode.py
    │           │   ├── _encode.py
    │           │   ├── _format.py
    │           │   ├── _parse.py
    │           │   ├── _url.py
    │           │   └── py.typed
    │           ├── mdurl-0.1.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── more_itertools
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── more.cpython-310.pyc
    │           │   │   └── recipes.cpython-310.pyc
    │           │   ├── more.py
    │           │   ├── more.pyi
    │           │   ├── py.typed
    │           │   ├── recipes.py
    │           │   └── recipes.pyi
    │           ├── more_itertools-9.1.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── msgpack
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── ext.cpython-310.pyc
    │           │   │   └── fallback.cpython-310.pyc
    │           │   ├── _cmsgpack.cpython-310-x86_64-linux-gnu.so
    │           │   ├── exceptions.py
    │           │   ├── ext.py
    │           │   └── fallback.py
    │           ├── msgpack-1.0.5.dist-info
    │           │   ├── COPYING
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── packaging
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _elffile.cpython-310.pyc
    │           │   │   ├── _manylinux.cpython-310.pyc
    │           │   │   ├── _musllinux.cpython-310.pyc
    │           │   │   ├── _parser.cpython-310.pyc
    │           │   │   ├── _structures.cpython-310.pyc
    │           │   │   ├── _tokenizer.cpython-310.pyc
    │           │   │   ├── markers.cpython-310.pyc
    │           │   │   ├── metadata.cpython-310.pyc
    │           │   │   ├── requirements.cpython-310.pyc
    │           │   │   ├── specifiers.cpython-310.pyc
    │           │   │   ├── tags.cpython-310.pyc
    │           │   │   ├── utils.cpython-310.pyc
    │           │   │   └── version.cpython-310.pyc
    │           │   ├── _elffile.py
    │           │   ├── _manylinux.py
    │           │   ├── _musllinux.py
    │           │   ├── _parser.py
    │           │   ├── _structures.py
    │           │   ├── _tokenizer.py
    │           │   ├── markers.py
    │           │   ├── metadata.py
    │           │   ├── py.typed
    │           │   ├── requirements.py
    │           │   ├── specifiers.py
    │           │   ├── tags.py
    │           │   ├── utils.py
    │           │   └── version.py
    │           ├── packaging-23.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── LICENSE.APACHE
    │           │   ├── LICENSE.BSD
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── pexpect
    │           │   ├── ANSI.py
    │           │   ├── FSM.py
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── ANSI.cpython-310.pyc
    │           │   │   ├── FSM.cpython-310.pyc
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _async.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── expect.cpython-310.pyc
    │           │   │   ├── fdpexpect.cpython-310.pyc
    │           │   │   ├── popen_spawn.cpython-310.pyc
    │           │   │   ├── pty_spawn.cpython-310.pyc
    │           │   │   ├── pxssh.cpython-310.pyc
    │           │   │   ├── replwrap.cpython-310.pyc
    │           │   │   ├── run.cpython-310.pyc
    │           │   │   ├── screen.cpython-310.pyc
    │           │   │   ├── spawnbase.cpython-310.pyc
    │           │   │   └── utils.cpython-310.pyc
    │           │   ├── _async.py
    │           │   ├── bashrc.sh
    │           │   ├── exceptions.py
    │           │   ├── expect.py
    │           │   ├── fdpexpect.py
    │           │   ├── popen_spawn.py
    │           │   ├── pty_spawn.py
    │           │   ├── pxssh.py
    │           │   ├── replwrap.py
    │           │   ├── run.py
    │           │   ├── screen.py
    │           │   ├── spawnbase.py
    │           │   └── utils.py
    │           ├── pexpect-4.8.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── pip
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   └── __main__.cpython-310.pyc
    │           │   ├── _internal
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── build_env.cpython-310.pyc
    │           │   │   │   ├── cache.cpython-310.pyc
    │           │   │   │   ├── configuration.cpython-310.pyc
    │           │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   ├── main.cpython-310.pyc
    │           │   │   │   ├── pyproject.cpython-310.pyc
    │           │   │   │   ├── self_outdated_check.cpython-310.pyc
    │           │   │   │   └── wheel_builder.cpython-310.pyc
    │           │   │   ├── build_env.py
    │           │   │   ├── cache.py
    │           │   │   ├── cli
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── autocompletion.cpython-310.pyc
    │           │   │   │   │   ├── base_command.cpython-310.pyc
    │           │   │   │   │   ├── cmdoptions.cpython-310.pyc
    │           │   │   │   │   ├── command_context.cpython-310.pyc
    │           │   │   │   │   ├── main.cpython-310.pyc
    │           │   │   │   │   ├── main_parser.cpython-310.pyc
    │           │   │   │   │   ├── parser.cpython-310.pyc
    │           │   │   │   │   ├── progress_bars.cpython-310.pyc
    │           │   │   │   │   ├── req_command.cpython-310.pyc
    │           │   │   │   │   ├── spinners.cpython-310.pyc
    │           │   │   │   │   └── status_codes.cpython-310.pyc
    │           │   │   │   ├── autocompletion.py
    │           │   │   │   ├── base_command.py
    │           │   │   │   ├── cmdoptions.py
    │           │   │   │   ├── command_context.py
    │           │   │   │   ├── main.py
    │           │   │   │   ├── main_parser.py
    │           │   │   │   ├── parser.py
    │           │   │   │   ├── progress_bars.py
    │           │   │   │   ├── req_command.py
    │           │   │   │   ├── spinners.py
    │           │   │   │   └── status_codes.py
    │           │   │   ├── commands
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── cache.cpython-310.pyc
    │           │   │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   │   ├── completion.cpython-310.pyc
    │           │   │   │   │   ├── configuration.cpython-310.pyc
    │           │   │   │   │   ├── debug.cpython-310.pyc
    │           │   │   │   │   ├── download.cpython-310.pyc
    │           │   │   │   │   ├── freeze.cpython-310.pyc
    │           │   │   │   │   ├── hash.cpython-310.pyc
    │           │   │   │   │   ├── help.cpython-310.pyc
    │           │   │   │   │   ├── index.cpython-310.pyc
    │           │   │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   │   ├── list.cpython-310.pyc
    │           │   │   │   │   ├── search.cpython-310.pyc
    │           │   │   │   │   ├── show.cpython-310.pyc
    │           │   │   │   │   ├── uninstall.cpython-310.pyc
    │           │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   ├── cache.py
    │           │   │   │   ├── check.py
    │           │   │   │   ├── completion.py
    │           │   │   │   ├── configuration.py
    │           │   │   │   ├── debug.py
    │           │   │   │   ├── download.py
    │           │   │   │   ├── freeze.py
    │           │   │   │   ├── hash.py
    │           │   │   │   ├── help.py
    │           │   │   │   ├── index.py
    │           │   │   │   ├── install.py
    │           │   │   │   ├── list.py
    │           │   │   │   ├── search.py
    │           │   │   │   ├── show.py
    │           │   │   │   ├── uninstall.py
    │           │   │   │   └── wheel.py
    │           │   │   ├── configuration.py
    │           │   │   ├── distributions
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   ├── installed.cpython-310.pyc
    │           │   │   │   │   ├── sdist.cpython-310.pyc
    │           │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   ├── base.py
    │           │   │   │   ├── installed.py
    │           │   │   │   ├── sdist.py
    │           │   │   │   └── wheel.py
    │           │   │   ├── exceptions.py
    │           │   │   ├── index
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── collector.cpython-310.pyc
    │           │   │   │   │   ├── package_finder.cpython-310.pyc
    │           │   │   │   │   └── sources.cpython-310.pyc
    │           │   │   │   ├── collector.py
    │           │   │   │   ├── package_finder.py
    │           │   │   │   └── sources.py
    │           │   │   ├── locations
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _distutils.cpython-310.pyc
    │           │   │   │   │   ├── _sysconfig.cpython-310.pyc
    │           │   │   │   │   └── base.cpython-310.pyc
    │           │   │   │   ├── _distutils.py
    │           │   │   │   ├── _sysconfig.py
    │           │   │   │   └── base.py
    │           │   │   ├── main.py
    │           │   │   ├── metadata
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   └── pkg_resources.cpython-310.pyc
    │           │   │   │   ├── base.py
    │           │   │   │   └── pkg_resources.py
    │           │   │   ├── models
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── candidate.cpython-310.pyc
    │           │   │   │   │   ├── direct_url.cpython-310.pyc
    │           │   │   │   │   ├── format_control.cpython-310.pyc
    │           │   │   │   │   ├── index.cpython-310.pyc
    │           │   │   │   │   ├── link.cpython-310.pyc
    │           │   │   │   │   ├── scheme.cpython-310.pyc
    │           │   │   │   │   ├── search_scope.cpython-310.pyc
    │           │   │   │   │   ├── selection_prefs.cpython-310.pyc
    │           │   │   │   │   ├── target_python.cpython-310.pyc
    │           │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   ├── candidate.py
    │           │   │   │   ├── direct_url.py
    │           │   │   │   ├── format_control.py
    │           │   │   │   ├── index.py
    │           │   │   │   ├── link.py
    │           │   │   │   ├── scheme.py
    │           │   │   │   ├── search_scope.py
    │           │   │   │   ├── selection_prefs.py
    │           │   │   │   ├── target_python.py
    │           │   │   │   └── wheel.py
    │           │   │   ├── network
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── auth.cpython-310.pyc
    │           │   │   │   │   ├── cache.cpython-310.pyc
    │           │   │   │   │   ├── download.cpython-310.pyc
    │           │   │   │   │   ├── lazy_wheel.cpython-310.pyc
    │           │   │   │   │   ├── session.cpython-310.pyc
    │           │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   └── xmlrpc.cpython-310.pyc
    │           │   │   │   ├── auth.py
    │           │   │   │   ├── cache.py
    │           │   │   │   ├── download.py
    │           │   │   │   ├── lazy_wheel.py
    │           │   │   │   ├── session.py
    │           │   │   │   ├── utils.py
    │           │   │   │   └── xmlrpc.py
    │           │   │   ├── operations
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   │   ├── freeze.cpython-310.pyc
    │           │   │   │   │   └── prepare.cpython-310.pyc
    │           │   │   │   ├── build
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── metadata.cpython-310.pyc
    │           │   │   │   │   │   ├── metadata_editable.cpython-310.pyc
    │           │   │   │   │   │   ├── metadata_legacy.cpython-310.pyc
    │           │   │   │   │   │   ├── wheel.cpython-310.pyc
    │           │   │   │   │   │   ├── wheel_editable.cpython-310.pyc
    │           │   │   │   │   │   └── wheel_legacy.cpython-310.pyc
    │           │   │   │   │   ├── metadata.py
    │           │   │   │   │   ├── metadata_editable.py
    │           │   │   │   │   ├── metadata_legacy.py
    │           │   │   │   │   ├── wheel.py
    │           │   │   │   │   ├── wheel_editable.py
    │           │   │   │   │   └── wheel_legacy.py
    │           │   │   │   ├── check.py
    │           │   │   │   ├── freeze.py
    │           │   │   │   ├── install
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── editable_legacy.cpython-310.pyc
    │           │   │   │   │   │   ├── legacy.cpython-310.pyc
    │           │   │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   │   ├── editable_legacy.py
    │           │   │   │   │   ├── legacy.py
    │           │   │   │   │   └── wheel.py
    │           │   │   │   └── prepare.py
    │           │   │   ├── pyproject.py
    │           │   │   ├── req
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── constructors.cpython-310.pyc
    │           │   │   │   │   ├── req_file.cpython-310.pyc
    │           │   │   │   │   ├── req_install.cpython-310.pyc
    │           │   │   │   │   ├── req_set.cpython-310.pyc
    │           │   │   │   │   ├── req_tracker.cpython-310.pyc
    │           │   │   │   │   └── req_uninstall.cpython-310.pyc
    │           │   │   │   ├── constructors.py
    │           │   │   │   ├── req_file.py
    │           │   │   │   ├── req_install.py
    │           │   │   │   ├── req_set.py
    │           │   │   │   ├── req_tracker.py
    │           │   │   │   └── req_uninstall.py
    │           │   │   ├── resolution
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── base.cpython-310.pyc
    │           │   │   │   ├── base.py
    │           │   │   │   ├── legacy
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── resolver.cpython-310.pyc
    │           │   │   │   │   └── resolver.py
    │           │   │   │   └── resolvelib
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── base.cpython-310.pyc
    │           │   │   │       │   ├── candidates.cpython-310.pyc
    │           │   │   │       │   ├── factory.cpython-310.pyc
    │           │   │   │       │   ├── found_candidates.cpython-310.pyc
    │           │   │   │       │   ├── provider.cpython-310.pyc
    │           │   │   │       │   ├── reporter.cpython-310.pyc
    │           │   │   │       │   ├── requirements.cpython-310.pyc
    │           │   │   │       │   └── resolver.cpython-310.pyc
    │           │   │   │       ├── base.py
    │           │   │   │       ├── candidates.py
    │           │   │   │       ├── factory.py
    │           │   │   │       ├── found_candidates.py
    │           │   │   │       ├── provider.py
    │           │   │   │       ├── reporter.py
    │           │   │   │       ├── requirements.py
    │           │   │   │       └── resolver.py
    │           │   │   ├── self_outdated_check.py
    │           │   │   ├── utils
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _log.cpython-310.pyc
    │           │   │   │   │   ├── appdirs.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── compatibility_tags.cpython-310.pyc
    │           │   │   │   │   ├── datetime.cpython-310.pyc
    │           │   │   │   │   ├── deprecation.cpython-310.pyc
    │           │   │   │   │   ├── direct_url_helpers.cpython-310.pyc
    │           │   │   │   │   ├── distutils_args.cpython-310.pyc
    │           │   │   │   │   ├── egg_link.cpython-310.pyc
    │           │   │   │   │   ├── encoding.cpython-310.pyc
    │           │   │   │   │   ├── entrypoints.cpython-310.pyc
    │           │   │   │   │   ├── filesystem.cpython-310.pyc
    │           │   │   │   │   ├── filetypes.cpython-310.pyc
    │           │   │   │   │   ├── glibc.cpython-310.pyc
    │           │   │   │   │   ├── hashes.cpython-310.pyc
    │           │   │   │   │   ├── inject_securetransport.cpython-310.pyc
    │           │   │   │   │   ├── logging.cpython-310.pyc
    │           │   │   │   │   ├── misc.cpython-310.pyc
    │           │   │   │   │   ├── models.cpython-310.pyc
    │           │   │   │   │   ├── packaging.cpython-310.pyc
    │           │   │   │   │   ├── setuptools_build.cpython-310.pyc
    │           │   │   │   │   ├── subprocess.cpython-310.pyc
    │           │   │   │   │   ├── temp_dir.cpython-310.pyc
    │           │   │   │   │   ├── unpacking.cpython-310.pyc
    │           │   │   │   │   ├── urls.cpython-310.pyc
    │           │   │   │   │   ├── virtualenv.cpython-310.pyc
    │           │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   ├── _log.py
    │           │   │   │   ├── appdirs.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── compatibility_tags.py
    │           │   │   │   ├── datetime.py
    │           │   │   │   ├── deprecation.py
    │           │   │   │   ├── direct_url_helpers.py
    │           │   │   │   ├── distutils_args.py
    │           │   │   │   ├── egg_link.py
    │           │   │   │   ├── encoding.py
    │           │   │   │   ├── entrypoints.py
    │           │   │   │   ├── filesystem.py
    │           │   │   │   ├── filetypes.py
    │           │   │   │   ├── glibc.py
    │           │   │   │   ├── hashes.py
    │           │   │   │   ├── inject_securetransport.py
    │           │   │   │   ├── logging.py
    │           │   │   │   ├── misc.py
    │           │   │   │   ├── models.py
    │           │   │   │   ├── packaging.py
    │           │   │   │   ├── setuptools_build.py
    │           │   │   │   ├── subprocess.py
    │           │   │   │   ├── temp_dir.py
    │           │   │   │   ├── unpacking.py
    │           │   │   │   ├── urls.py
    │           │   │   │   ├── virtualenv.py
    │           │   │   │   └── wheel.py
    │           │   │   ├── vcs
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── bazaar.cpython-310.pyc
    │           │   │   │   │   ├── git.cpython-310.pyc
    │           │   │   │   │   ├── mercurial.cpython-310.pyc
    │           │   │   │   │   ├── subversion.cpython-310.pyc
    │           │   │   │   │   └── versioncontrol.cpython-310.pyc
    │           │   │   │   ├── bazaar.py
    │           │   │   │   ├── git.py
    │           │   │   │   ├── mercurial.py
    │           │   │   │   ├── subversion.py
    │           │   │   │   └── versioncontrol.py
    │           │   │   └── wheel_builder.py
    │           │   ├── _vendor
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── distro.cpython-310.pyc
    │           │   │   │   ├── six.cpython-310.pyc
    │           │   │   │   └── typing_extensions.cpython-310.pyc
    │           │   │   ├── cachecontrol
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _cmd.cpython-310.pyc
    │           │   │   │   │   ├── adapter.cpython-310.pyc
    │           │   │   │   │   ├── cache.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── controller.cpython-310.pyc
    │           │   │   │   │   ├── filewrapper.cpython-310.pyc
    │           │   │   │   │   ├── heuristics.cpython-310.pyc
    │           │   │   │   │   ├── serialize.cpython-310.pyc
    │           │   │   │   │   └── wrapper.cpython-310.pyc
    │           │   │   │   ├── _cmd.py
    │           │   │   │   ├── adapter.py
    │           │   │   │   ├── cache.py
    │           │   │   │   ├── caches
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── file_cache.cpython-310.pyc
    │           │   │   │   │   │   └── redis_cache.cpython-310.pyc
    │           │   │   │   │   ├── file_cache.py
    │           │   │   │   │   └── redis_cache.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── controller.py
    │           │   │   │   ├── filewrapper.py
    │           │   │   │   ├── heuristics.py
    │           │   │   │   ├── serialize.py
    │           │   │   │   └── wrapper.py
    │           │   │   ├── certifi
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __main__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── __main__.cpython-310.pyc
    │           │   │   │   │   └── core.cpython-310.pyc
    │           │   │   │   ├── cacert.pem
    │           │   │   │   └── core.py
    │           │   │   ├── chardet
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── big5freq.cpython-310.pyc
    │           │   │   │   │   ├── big5prober.cpython-310.pyc
    │           │   │   │   │   ├── chardistribution.cpython-310.pyc
    │           │   │   │   │   ├── charsetgroupprober.cpython-310.pyc
    │           │   │   │   │   ├── charsetprober.cpython-310.pyc
    │           │   │   │   │   ├── codingstatemachine.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── cp949prober.cpython-310.pyc
    │           │   │   │   │   ├── enums.cpython-310.pyc
    │           │   │   │   │   ├── escprober.cpython-310.pyc
    │           │   │   │   │   ├── escsm.cpython-310.pyc
    │           │   │   │   │   ├── eucjpprober.cpython-310.pyc
    │           │   │   │   │   ├── euckrfreq.cpython-310.pyc
    │           │   │   │   │   ├── euckrprober.cpython-310.pyc
    │           │   │   │   │   ├── euctwfreq.cpython-310.pyc
    │           │   │   │   │   ├── euctwprober.cpython-310.pyc
    │           │   │   │   │   ├── gb2312freq.cpython-310.pyc
    │           │   │   │   │   ├── gb2312prober.cpython-310.pyc
    │           │   │   │   │   ├── hebrewprober.cpython-310.pyc
    │           │   │   │   │   ├── jisfreq.cpython-310.pyc
    │           │   │   │   │   ├── jpcntx.cpython-310.pyc
    │           │   │   │   │   ├── langbulgarianmodel.cpython-310.pyc
    │           │   │   │   │   ├── langgreekmodel.cpython-310.pyc
    │           │   │   │   │   ├── langhebrewmodel.cpython-310.pyc
    │           │   │   │   │   ├── langhungarianmodel.cpython-310.pyc
    │           │   │   │   │   ├── langrussianmodel.cpython-310.pyc
    │           │   │   │   │   ├── langthaimodel.cpython-310.pyc
    │           │   │   │   │   ├── langturkishmodel.cpython-310.pyc
    │           │   │   │   │   ├── latin1prober.cpython-310.pyc
    │           │   │   │   │   ├── mbcharsetprober.cpython-310.pyc
    │           │   │   │   │   ├── mbcsgroupprober.cpython-310.pyc
    │           │   │   │   │   ├── mbcssm.cpython-310.pyc
    │           │   │   │   │   ├── sbcharsetprober.cpython-310.pyc
    │           │   │   │   │   ├── sbcsgroupprober.cpython-310.pyc
    │           │   │   │   │   ├── sjisprober.cpython-310.pyc
    │           │   │   │   │   ├── universaldetector.cpython-310.pyc
    │           │   │   │   │   ├── utf8prober.cpython-310.pyc
    │           │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   ├── big5freq.py
    │           │   │   │   ├── big5prober.py
    │           │   │   │   ├── chardistribution.py
    │           │   │   │   ├── charsetgroupprober.py
    │           │   │   │   ├── charsetprober.py
    │           │   │   │   ├── cli
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── chardetect.cpython-310.pyc
    │           │   │   │   │   └── chardetect.py
    │           │   │   │   ├── codingstatemachine.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── cp949prober.py
    │           │   │   │   ├── enums.py
    │           │   │   │   ├── escprober.py
    │           │   │   │   ├── escsm.py
    │           │   │   │   ├── eucjpprober.py
    │           │   │   │   ├── euckrfreq.py
    │           │   │   │   ├── euckrprober.py
    │           │   │   │   ├── euctwfreq.py
    │           │   │   │   ├── euctwprober.py
    │           │   │   │   ├── gb2312freq.py
    │           │   │   │   ├── gb2312prober.py
    │           │   │   │   ├── hebrewprober.py
    │           │   │   │   ├── jisfreq.py
    │           │   │   │   ├── jpcntx.py
    │           │   │   │   ├── langbulgarianmodel.py
    │           │   │   │   ├── langgreekmodel.py
    │           │   │   │   ├── langhebrewmodel.py
    │           │   │   │   ├── langhungarianmodel.py
    │           │   │   │   ├── langrussianmodel.py
    │           │   │   │   ├── langthaimodel.py
    │           │   │   │   ├── langturkishmodel.py
    │           │   │   │   ├── latin1prober.py
    │           │   │   │   ├── mbcharsetprober.py
    │           │   │   │   ├── mbcsgroupprober.py
    │           │   │   │   ├── mbcssm.py
    │           │   │   │   ├── metadata
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── languages.cpython-310.pyc
    │           │   │   │   │   └── languages.py
    │           │   │   │   ├── sbcharsetprober.py
    │           │   │   │   ├── sbcsgroupprober.py
    │           │   │   │   ├── sjisprober.py
    │           │   │   │   ├── universaldetector.py
    │           │   │   │   ├── utf8prober.py
    │           │   │   │   └── version.py
    │           │   │   ├── colorama
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── ansi.cpython-310.pyc
    │           │   │   │   │   ├── ansitowin32.cpython-310.pyc
    │           │   │   │   │   ├── initialise.cpython-310.pyc
    │           │   │   │   │   ├── win32.cpython-310.pyc
    │           │   │   │   │   └── winterm.cpython-310.pyc
    │           │   │   │   ├── ansi.py
    │           │   │   │   ├── ansitowin32.py
    │           │   │   │   ├── initialise.py
    │           │   │   │   ├── win32.py
    │           │   │   │   └── winterm.py
    │           │   │   ├── distlib
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── database.cpython-310.pyc
    │           │   │   │   │   ├── index.cpython-310.pyc
    │           │   │   │   │   ├── locators.cpython-310.pyc
    │           │   │   │   │   ├── manifest.cpython-310.pyc
    │           │   │   │   │   ├── markers.cpython-310.pyc
    │           │   │   │   │   ├── metadata.cpython-310.pyc
    │           │   │   │   │   ├── resources.cpython-310.pyc
    │           │   │   │   │   ├── scripts.cpython-310.pyc
    │           │   │   │   │   ├── util.cpython-310.pyc
    │           │   │   │   │   ├── version.cpython-310.pyc
    │           │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── database.py
    │           │   │   │   ├── index.py
    │           │   │   │   ├── locators.py
    │           │   │   │   ├── manifest.py
    │           │   │   │   ├── markers.py
    │           │   │   │   ├── metadata.py
    │           │   │   │   ├── resources.py
    │           │   │   │   ├── scripts.py
    │           │   │   │   ├── util.py
    │           │   │   │   ├── version.py
    │           │   │   │   └── wheel.py
    │           │   │   ├── distro.py
    │           │   │   ├── html5lib
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _ihatexml.cpython-310.pyc
    │           │   │   │   │   ├── _inputstream.cpython-310.pyc
    │           │   │   │   │   ├── _tokenizer.cpython-310.pyc
    │           │   │   │   │   ├── _utils.cpython-310.pyc
    │           │   │   │   │   ├── constants.cpython-310.pyc
    │           │   │   │   │   ├── html5parser.cpython-310.pyc
    │           │   │   │   │   └── serializer.cpython-310.pyc
    │           │   │   │   ├── _ihatexml.py
    │           │   │   │   ├── _inputstream.py
    │           │   │   │   ├── _tokenizer.py
    │           │   │   │   ├── _trie
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _base.cpython-310.pyc
    │           │   │   │   │   │   └── py.cpython-310.pyc
    │           │   │   │   │   ├── _base.py
    │           │   │   │   │   └── py.py
    │           │   │   │   ├── _utils.py
    │           │   │   │   ├── constants.py
    │           │   │   │   ├── filters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── alphabeticalattributes.cpython-310.pyc
    │           │   │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   │   ├── inject_meta_charset.cpython-310.pyc
    │           │   │   │   │   │   ├── lint.cpython-310.pyc
    │           │   │   │   │   │   ├── optionaltags.cpython-310.pyc
    │           │   │   │   │   │   ├── sanitizer.cpython-310.pyc
    │           │   │   │   │   │   └── whitespace.cpython-310.pyc
    │           │   │   │   │   ├── alphabeticalattributes.py
    │           │   │   │   │   ├── base.py
    │           │   │   │   │   ├── inject_meta_charset.py
    │           │   │   │   │   ├── lint.py
    │           │   │   │   │   ├── optionaltags.py
    │           │   │   │   │   ├── sanitizer.py
    │           │   │   │   │   └── whitespace.py
    │           │   │   │   ├── html5parser.py
    │           │   │   │   ├── serializer.py
    │           │   │   │   ├── treeadapters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── genshi.cpython-310.pyc
    │           │   │   │   │   │   └── sax.cpython-310.pyc
    │           │   │   │   │   ├── genshi.py
    │           │   │   │   │   └── sax.py
    │           │   │   │   ├── treebuilders
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   │   ├── dom.cpython-310.pyc
    │           │   │   │   │   │   ├── etree.cpython-310.pyc
    │           │   │   │   │   │   └── etree_lxml.cpython-310.pyc
    │           │   │   │   │   ├── base.py
    │           │   │   │   │   ├── dom.py
    │           │   │   │   │   ├── etree.py
    │           │   │   │   │   └── etree_lxml.py
    │           │   │   │   └── treewalkers
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── base.cpython-310.pyc
    │           │   │   │       │   ├── dom.cpython-310.pyc
    │           │   │   │       │   ├── etree.cpython-310.pyc
    │           │   │   │       │   ├── etree_lxml.cpython-310.pyc
    │           │   │   │       │   └── genshi.cpython-310.pyc
    │           │   │   │       ├── base.py
    │           │   │   │       ├── dom.py
    │           │   │   │       ├── etree.py
    │           │   │   │       ├── etree_lxml.py
    │           │   │   │       └── genshi.py
    │           │   │   ├── idna
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── codec.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── core.cpython-310.pyc
    │           │   │   │   │   ├── idnadata.cpython-310.pyc
    │           │   │   │   │   ├── intranges.cpython-310.pyc
    │           │   │   │   │   ├── package_data.cpython-310.pyc
    │           │   │   │   │   └── uts46data.cpython-310.pyc
    │           │   │   │   ├── codec.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── core.py
    │           │   │   │   ├── idnadata.py
    │           │   │   │   ├── intranges.py
    │           │   │   │   ├── package_data.py
    │           │   │   │   └── uts46data.py
    │           │   │   ├── msgpack
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _version.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── ext.cpython-310.pyc
    │           │   │   │   │   └── fallback.cpython-310.pyc
    │           │   │   │   ├── _version.py
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── ext.py
    │           │   │   │   └── fallback.py
    │           │   │   ├── packaging
    │           │   │   │   ├── __about__.py
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __about__.cpython-310.pyc
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _manylinux.cpython-310.pyc
    │           │   │   │   │   ├── _musllinux.cpython-310.pyc
    │           │   │   │   │   ├── _structures.cpython-310.pyc
    │           │   │   │   │   ├── markers.cpython-310.pyc
    │           │   │   │   │   ├── requirements.cpython-310.pyc
    │           │   │   │   │   ├── specifiers.cpython-310.pyc
    │           │   │   │   │   ├── tags.cpython-310.pyc
    │           │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   ├── _manylinux.py
    │           │   │   │   ├── _musllinux.py
    │           │   │   │   ├── _structures.py
    │           │   │   │   ├── markers.py
    │           │   │   │   ├── requirements.py
    │           │   │   │   ├── specifiers.py
    │           │   │   │   ├── tags.py
    │           │   │   │   ├── utils.py
    │           │   │   │   └── version.py
    │           │   │   ├── pep517
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── build.cpython-310.pyc
    │           │   │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   │   ├── colorlog.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── dirtools.cpython-310.pyc
    │           │   │   │   │   ├── envbuild.cpython-310.pyc
    │           │   │   │   │   ├── meta.cpython-310.pyc
    │           │   │   │   │   └── wrappers.cpython-310.pyc
    │           │   │   │   ├── build.py
    │           │   │   │   ├── check.py
    │           │   │   │   ├── colorlog.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── dirtools.py
    │           │   │   │   ├── envbuild.py
    │           │   │   │   ├── in_process
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── _in_process.cpython-310.pyc
    │           │   │   │   │   └── _in_process.py
    │           │   │   │   ├── meta.py
    │           │   │   │   └── wrappers.py
    │           │   │   ├── pkg_resources
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── py31compat.cpython-310.pyc
    │           │   │   │   └── py31compat.py
    │           │   │   ├── platformdirs
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __main__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── __main__.cpython-310.pyc
    │           │   │   │   │   ├── android.cpython-310.pyc
    │           │   │   │   │   ├── api.cpython-310.pyc
    │           │   │   │   │   ├── macos.cpython-310.pyc
    │           │   │   │   │   ├── unix.cpython-310.pyc
    │           │   │   │   │   ├── version.cpython-310.pyc
    │           │   │   │   │   └── windows.cpython-310.pyc
    │           │   │   │   ├── android.py
    │           │   │   │   ├── api.py
    │           │   │   │   ├── macos.py
    │           │   │   │   ├── unix.py
    │           │   │   │   ├── version.py
    │           │   │   │   └── windows.py
    │           │   │   ├── progress
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── bar.cpython-310.pyc
    │           │   │   │   │   ├── colors.cpython-310.pyc
    │           │   │   │   │   ├── counter.cpython-310.pyc
    │           │   │   │   │   └── spinner.cpython-310.pyc
    │           │   │   │   ├── bar.py
    │           │   │   │   ├── colors.py
    │           │   │   │   ├── counter.py
    │           │   │   │   └── spinner.py
    │           │   │   ├── pygments
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __main__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── __main__.cpython-310.pyc
    │           │   │   │   │   ├── cmdline.cpython-310.pyc
    │           │   │   │   │   ├── console.cpython-310.pyc
    │           │   │   │   │   ├── filter.cpython-310.pyc
    │           │   │   │   │   ├── formatter.cpython-310.pyc
    │           │   │   │   │   ├── lexer.cpython-310.pyc
    │           │   │   │   │   ├── modeline.cpython-310.pyc
    │           │   │   │   │   ├── plugin.cpython-310.pyc
    │           │   │   │   │   ├── regexopt.cpython-310.pyc
    │           │   │   │   │   ├── scanner.cpython-310.pyc
    │           │   │   │   │   ├── sphinxext.cpython-310.pyc
    │           │   │   │   │   ├── style.cpython-310.pyc
    │           │   │   │   │   ├── token.cpython-310.pyc
    │           │   │   │   │   ├── unistring.cpython-310.pyc
    │           │   │   │   │   └── util.cpython-310.pyc
    │           │   │   │   ├── cmdline.py
    │           │   │   │   ├── console.py
    │           │   │   │   ├── filter.py
    │           │   │   │   ├── filters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   └── __pycache__
    │           │   │   │   │       └── __init__.cpython-310.pyc
    │           │   │   │   ├── formatter.py
    │           │   │   │   ├── formatters
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _mapping.cpython-310.pyc
    │           │   │   │   │   │   ├── bbcode.cpython-310.pyc
    │           │   │   │   │   │   ├── groff.cpython-310.pyc
    │           │   │   │   │   │   ├── html.cpython-310.pyc
    │           │   │   │   │   │   ├── img.cpython-310.pyc
    │           │   │   │   │   │   ├── irc.cpython-310.pyc
    │           │   │   │   │   │   ├── latex.cpython-310.pyc
    │           │   │   │   │   │   ├── other.cpython-310.pyc
    │           │   │   │   │   │   ├── pangomarkup.cpython-310.pyc
    │           │   │   │   │   │   ├── rtf.cpython-310.pyc
    │           │   │   │   │   │   ├── svg.cpython-310.pyc
    │           │   │   │   │   │   ├── terminal.cpython-310.pyc
    │           │   │   │   │   │   └── terminal256.cpython-310.pyc
    │           │   │   │   │   ├── _mapping.py
    │           │   │   │   │   ├── bbcode.py
    │           │   │   │   │   ├── groff.py
    │           │   │   │   │   ├── html.py
    │           │   │   │   │   ├── img.py
    │           │   │   │   │   ├── irc.py
    │           │   │   │   │   ├── latex.py
    │           │   │   │   │   ├── other.py
    │           │   │   │   │   ├── pangomarkup.py
    │           │   │   │   │   ├── rtf.py
    │           │   │   │   │   ├── svg.py
    │           │   │   │   │   ├── terminal.py
    │           │   │   │   │   └── terminal256.py
    │           │   │   │   ├── lexer.py
    │           │   │   │   ├── lexers
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _mapping.cpython-310.pyc
    │           │   │   │   │   │   └── python.cpython-310.pyc
    │           │   │   │   │   ├── _mapping.py
    │           │   │   │   │   └── python.py
    │           │   │   │   ├── modeline.py
    │           │   │   │   ├── plugin.py
    │           │   │   │   ├── regexopt.py
    │           │   │   │   ├── scanner.py
    │           │   │   │   ├── sphinxext.py
    │           │   │   │   ├── style.py
    │           │   │   │   ├── styles
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   └── __pycache__
    │           │   │   │   │       └── __init__.cpython-310.pyc
    │           │   │   │   ├── token.py
    │           │   │   │   ├── unistring.py
    │           │   │   │   └── util.py
    │           │   │   ├── pyparsing
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── actions.cpython-310.pyc
    │           │   │   │   │   ├── common.cpython-310.pyc
    │           │   │   │   │   ├── core.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── helpers.cpython-310.pyc
    │           │   │   │   │   ├── results.cpython-310.pyc
    │           │   │   │   │   ├── testing.cpython-310.pyc
    │           │   │   │   │   ├── unicode.cpython-310.pyc
    │           │   │   │   │   └── util.cpython-310.pyc
    │           │   │   │   ├── actions.py
    │           │   │   │   ├── common.py
    │           │   │   │   ├── core.py
    │           │   │   │   ├── diagram
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   └── __pycache__
    │           │   │   │   │       └── __init__.cpython-310.pyc
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── helpers.py
    │           │   │   │   ├── results.py
    │           │   │   │   ├── testing.py
    │           │   │   │   ├── unicode.py
    │           │   │   │   └── util.py
    │           │   │   ├── requests
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── __version__.cpython-310.pyc
    │           │   │   │   │   ├── _internal_utils.cpython-310.pyc
    │           │   │   │   │   ├── adapters.cpython-310.pyc
    │           │   │   │   │   ├── api.cpython-310.pyc
    │           │   │   │   │   ├── auth.cpython-310.pyc
    │           │   │   │   │   ├── certs.cpython-310.pyc
    │           │   │   │   │   ├── compat.cpython-310.pyc
    │           │   │   │   │   ├── cookies.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── help.cpython-310.pyc
    │           │   │   │   │   ├── hooks.cpython-310.pyc
    │           │   │   │   │   ├── models.cpython-310.pyc
    │           │   │   │   │   ├── packages.cpython-310.pyc
    │           │   │   │   │   ├── sessions.cpython-310.pyc
    │           │   │   │   │   ├── status_codes.cpython-310.pyc
    │           │   │   │   │   ├── structures.cpython-310.pyc
    │           │   │   │   │   └── utils.cpython-310.pyc
    │           │   │   │   ├── __version__.py
    │           │   │   │   ├── _internal_utils.py
    │           │   │   │   ├── adapters.py
    │           │   │   │   ├── api.py
    │           │   │   │   ├── auth.py
    │           │   │   │   ├── certs.py
    │           │   │   │   ├── compat.py
    │           │   │   │   ├── cookies.py
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── help.py
    │           │   │   │   ├── hooks.py
    │           │   │   │   ├── models.py
    │           │   │   │   ├── packages.py
    │           │   │   │   ├── sessions.py
    │           │   │   │   ├── status_codes.py
    │           │   │   │   ├── structures.py
    │           │   │   │   └── utils.py
    │           │   │   ├── resolvelib
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── providers.cpython-310.pyc
    │           │   │   │   │   ├── reporters.cpython-310.pyc
    │           │   │   │   │   ├── resolvers.cpython-310.pyc
    │           │   │   │   │   └── structs.cpython-310.pyc
    │           │   │   │   ├── compat
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── collections_abc.cpython-310.pyc
    │           │   │   │   │   └── collections_abc.py
    │           │   │   │   ├── providers.py
    │           │   │   │   ├── reporters.py
    │           │   │   │   ├── resolvers.py
    │           │   │   │   └── structs.py
    │           │   │   ├── rich
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __main__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── __main__.cpython-310.pyc
    │           │   │   │   │   ├── _cell_widths.cpython-310.pyc
    │           │   │   │   │   ├── _emoji_codes.cpython-310.pyc
    │           │   │   │   │   ├── _emoji_replace.cpython-310.pyc
    │           │   │   │   │   ├── _extension.cpython-310.pyc
    │           │   │   │   │   ├── _inspect.cpython-310.pyc
    │           │   │   │   │   ├── _log_render.cpython-310.pyc
    │           │   │   │   │   ├── _loop.cpython-310.pyc
    │           │   │   │   │   ├── _lru_cache.cpython-310.pyc
    │           │   │   │   │   ├── _palettes.cpython-310.pyc
    │           │   │   │   │   ├── _pick.cpython-310.pyc
    │           │   │   │   │   ├── _ratio.cpython-310.pyc
    │           │   │   │   │   ├── _spinners.cpython-310.pyc
    │           │   │   │   │   ├── _stack.cpython-310.pyc
    │           │   │   │   │   ├── _timer.cpython-310.pyc
    │           │   │   │   │   ├── _windows.cpython-310.pyc
    │           │   │   │   │   ├── _wrap.cpython-310.pyc
    │           │   │   │   │   ├── abc.cpython-310.pyc
    │           │   │   │   │   ├── align.cpython-310.pyc
    │           │   │   │   │   ├── ansi.cpython-310.pyc
    │           │   │   │   │   ├── bar.cpython-310.pyc
    │           │   │   │   │   ├── box.cpython-310.pyc
    │           │   │   │   │   ├── cells.cpython-310.pyc
    │           │   │   │   │   ├── color.cpython-310.pyc
    │           │   │   │   │   ├── color_triplet.cpython-310.pyc
    │           │   │   │   │   ├── columns.cpython-310.pyc
    │           │   │   │   │   ├── console.cpython-310.pyc
    │           │   │   │   │   ├── constrain.cpython-310.pyc
    │           │   │   │   │   ├── containers.cpython-310.pyc
    │           │   │   │   │   ├── control.cpython-310.pyc
    │           │   │   │   │   ├── default_styles.cpython-310.pyc
    │           │   │   │   │   ├── diagnose.cpython-310.pyc
    │           │   │   │   │   ├── emoji.cpython-310.pyc
    │           │   │   │   │   ├── errors.cpython-310.pyc
    │           │   │   │   │   ├── file_proxy.cpython-310.pyc
    │           │   │   │   │   ├── filesize.cpython-310.pyc
    │           │   │   │   │   ├── highlighter.cpython-310.pyc
    │           │   │   │   │   ├── json.cpython-310.pyc
    │           │   │   │   │   ├── jupyter.cpython-310.pyc
    │           │   │   │   │   ├── layout.cpython-310.pyc
    │           │   │   │   │   ├── live.cpython-310.pyc
    │           │   │   │   │   ├── live_render.cpython-310.pyc
    │           │   │   │   │   ├── logging.cpython-310.pyc
    │           │   │   │   │   ├── markup.cpython-310.pyc
    │           │   │   │   │   ├── measure.cpython-310.pyc
    │           │   │   │   │   ├── padding.cpython-310.pyc
    │           │   │   │   │   ├── pager.cpython-310.pyc
    │           │   │   │   │   ├── palette.cpython-310.pyc
    │           │   │   │   │   ├── panel.cpython-310.pyc
    │           │   │   │   │   ├── pretty.cpython-310.pyc
    │           │   │   │   │   ├── progress.cpython-310.pyc
    │           │   │   │   │   ├── progress_bar.cpython-310.pyc
    │           │   │   │   │   ├── prompt.cpython-310.pyc
    │           │   │   │   │   ├── protocol.cpython-310.pyc
    │           │   │   │   │   ├── region.cpython-310.pyc
    │           │   │   │   │   ├── repr.cpython-310.pyc
    │           │   │   │   │   ├── rule.cpython-310.pyc
    │           │   │   │   │   ├── scope.cpython-310.pyc
    │           │   │   │   │   ├── screen.cpython-310.pyc
    │           │   │   │   │   ├── segment.cpython-310.pyc
    │           │   │   │   │   ├── spinner.cpython-310.pyc
    │           │   │   │   │   ├── status.cpython-310.pyc
    │           │   │   │   │   ├── style.cpython-310.pyc
    │           │   │   │   │   ├── styled.cpython-310.pyc
    │           │   │   │   │   ├── syntax.cpython-310.pyc
    │           │   │   │   │   ├── table.cpython-310.pyc
    │           │   │   │   │   ├── tabulate.cpython-310.pyc
    │           │   │   │   │   ├── terminal_theme.cpython-310.pyc
    │           │   │   │   │   ├── text.cpython-310.pyc
    │           │   │   │   │   ├── theme.cpython-310.pyc
    │           │   │   │   │   ├── themes.cpython-310.pyc
    │           │   │   │   │   ├── traceback.cpython-310.pyc
    │           │   │   │   │   └── tree.cpython-310.pyc
    │           │   │   │   ├── _cell_widths.py
    │           │   │   │   ├── _emoji_codes.py
    │           │   │   │   ├── _emoji_replace.py
    │           │   │   │   ├── _extension.py
    │           │   │   │   ├── _inspect.py
    │           │   │   │   ├── _log_render.py
    │           │   │   │   ├── _loop.py
    │           │   │   │   ├── _lru_cache.py
    │           │   │   │   ├── _palettes.py
    │           │   │   │   ├── _pick.py
    │           │   │   │   ├── _ratio.py
    │           │   │   │   ├── _spinners.py
    │           │   │   │   ├── _stack.py
    │           │   │   │   ├── _timer.py
    │           │   │   │   ├── _windows.py
    │           │   │   │   ├── _wrap.py
    │           │   │   │   ├── abc.py
    │           │   │   │   ├── align.py
    │           │   │   │   ├── ansi.py
    │           │   │   │   ├── bar.py
    │           │   │   │   ├── box.py
    │           │   │   │   ├── cells.py
    │           │   │   │   ├── color.py
    │           │   │   │   ├── color_triplet.py
    │           │   │   │   ├── columns.py
    │           │   │   │   ├── console.py
    │           │   │   │   ├── constrain.py
    │           │   │   │   ├── containers.py
    │           │   │   │   ├── control.py
    │           │   │   │   ├── default_styles.py
    │           │   │   │   ├── diagnose.py
    │           │   │   │   ├── emoji.py
    │           │   │   │   ├── errors.py
    │           │   │   │   ├── file_proxy.py
    │           │   │   │   ├── filesize.py
    │           │   │   │   ├── highlighter.py
    │           │   │   │   ├── json.py
    │           │   │   │   ├── jupyter.py
    │           │   │   │   ├── layout.py
    │           │   │   │   ├── live.py
    │           │   │   │   ├── live_render.py
    │           │   │   │   ├── logging.py
    │           │   │   │   ├── markup.py
    │           │   │   │   ├── measure.py
    │           │   │   │   ├── padding.py
    │           │   │   │   ├── pager.py
    │           │   │   │   ├── palette.py
    │           │   │   │   ├── panel.py
    │           │   │   │   ├── pretty.py
    │           │   │   │   ├── progress.py
    │           │   │   │   ├── progress_bar.py
    │           │   │   │   ├── prompt.py
    │           │   │   │   ├── protocol.py
    │           │   │   │   ├── region.py
    │           │   │   │   ├── repr.py
    │           │   │   │   ├── rule.py
    │           │   │   │   ├── scope.py
    │           │   │   │   ├── screen.py
    │           │   │   │   ├── segment.py
    │           │   │   │   ├── spinner.py
    │           │   │   │   ├── status.py
    │           │   │   │   ├── style.py
    │           │   │   │   ├── styled.py
    │           │   │   │   ├── syntax.py
    │           │   │   │   ├── table.py
    │           │   │   │   ├── tabulate.py
    │           │   │   │   ├── terminal_theme.py
    │           │   │   │   ├── text.py
    │           │   │   │   ├── theme.py
    │           │   │   │   ├── themes.py
    │           │   │   │   ├── traceback.py
    │           │   │   │   └── tree.py
    │           │   │   ├── six.py
    │           │   │   ├── tenacity
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _asyncio.cpython-310.pyc
    │           │   │   │   │   ├── _utils.cpython-310.pyc
    │           │   │   │   │   ├── after.cpython-310.pyc
    │           │   │   │   │   ├── before.cpython-310.pyc
    │           │   │   │   │   ├── before_sleep.cpython-310.pyc
    │           │   │   │   │   ├── nap.cpython-310.pyc
    │           │   │   │   │   ├── retry.cpython-310.pyc
    │           │   │   │   │   ├── stop.cpython-310.pyc
    │           │   │   │   │   ├── tornadoweb.cpython-310.pyc
    │           │   │   │   │   └── wait.cpython-310.pyc
    │           │   │   │   ├── _asyncio.py
    │           │   │   │   ├── _utils.py
    │           │   │   │   ├── after.py
    │           │   │   │   ├── before.py
    │           │   │   │   ├── before_sleep.py
    │           │   │   │   ├── nap.py
    │           │   │   │   ├── retry.py
    │           │   │   │   ├── stop.py
    │           │   │   │   ├── tornadoweb.py
    │           │   │   │   └── wait.py
    │           │   │   ├── tomli
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _parser.cpython-310.pyc
    │           │   │   │   │   └── _re.cpython-310.pyc
    │           │   │   │   ├── _parser.py
    │           │   │   │   └── _re.py
    │           │   │   ├── typing_extensions.py
    │           │   │   ├── urllib3
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _collections.cpython-310.pyc
    │           │   │   │   │   ├── _version.cpython-310.pyc
    │           │   │   │   │   ├── connection.cpython-310.pyc
    │           │   │   │   │   ├── connectionpool.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── fields.cpython-310.pyc
    │           │   │   │   │   ├── filepost.cpython-310.pyc
    │           │   │   │   │   ├── poolmanager.cpython-310.pyc
    │           │   │   │   │   ├── request.cpython-310.pyc
    │           │   │   │   │   └── response.cpython-310.pyc
    │           │   │   │   ├── _collections.py
    │           │   │   │   ├── _version.py
    │           │   │   │   ├── connection.py
    │           │   │   │   ├── connectionpool.py
    │           │   │   │   ├── contrib
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _appengine_environ.cpython-310.pyc
    │           │   │   │   │   │   ├── appengine.cpython-310.pyc
    │           │   │   │   │   │   ├── ntlmpool.cpython-310.pyc
    │           │   │   │   │   │   ├── pyopenssl.cpython-310.pyc
    │           │   │   │   │   │   ├── securetransport.cpython-310.pyc
    │           │   │   │   │   │   └── socks.cpython-310.pyc
    │           │   │   │   │   ├── _appengine_environ.py
    │           │   │   │   │   ├── _securetransport
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   ├── bindings.cpython-310.pyc
    │           │   │   │   │   │   │   └── low_level.cpython-310.pyc
    │           │   │   │   │   │   ├── bindings.py
    │           │   │   │   │   │   └── low_level.py
    │           │   │   │   │   ├── appengine.py
    │           │   │   │   │   ├── ntlmpool.py
    │           │   │   │   │   ├── pyopenssl.py
    │           │   │   │   │   ├── securetransport.py
    │           │   │   │   │   └── socks.py
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── fields.py
    │           │   │   │   ├── filepost.py
    │           │   │   │   ├── packages
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── six.cpython-310.pyc
    │           │   │   │   │   ├── backports
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   └── makefile.cpython-310.pyc
    │           │   │   │   │   │   └── makefile.py
    │           │   │   │   │   └── six.py
    │           │   │   │   ├── poolmanager.py
    │           │   │   │   ├── request.py
    │           │   │   │   ├── response.py
    │           │   │   │   └── util
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── connection.cpython-310.pyc
    │           │   │   │       │   ├── proxy.cpython-310.pyc
    │           │   │   │       │   ├── queue.cpython-310.pyc
    │           │   │   │       │   ├── request.cpython-310.pyc
    │           │   │   │       │   ├── response.cpython-310.pyc
    │           │   │   │       │   ├── retry.cpython-310.pyc
    │           │   │   │       │   ├── ssl_.cpython-310.pyc
    │           │   │   │       │   ├── ssl_match_hostname.cpython-310.pyc
    │           │   │   │       │   ├── ssltransport.cpython-310.pyc
    │           │   │   │       │   ├── timeout.cpython-310.pyc
    │           │   │   │       │   ├── url.cpython-310.pyc
    │           │   │   │       │   └── wait.cpython-310.pyc
    │           │   │   │       ├── connection.py
    │           │   │   │       ├── proxy.py
    │           │   │   │       ├── queue.py
    │           │   │   │       ├── request.py
    │           │   │   │       ├── response.py
    │           │   │   │       ├── retry.py
    │           │   │   │       ├── ssl_.py
    │           │   │   │       ├── ssl_match_hostname.py
    │           │   │   │       ├── ssltransport.py
    │           │   │   │       ├── timeout.py
    │           │   │   │       ├── url.py
    │           │   │   │       └── wait.py
    │           │   │   ├── vendor.txt
    │           │   │   └── webencodings
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── labels.cpython-310.pyc
    │           │   │       │   ├── mklabels.cpython-310.pyc
    │           │   │       │   ├── tests.cpython-310.pyc
    │           │   │       │   └── x_user_defined.cpython-310.pyc
    │           │   │       ├── labels.py
    │           │   │       ├── mklabels.py
    │           │   │       ├── tests.py
    │           │   │       └── x_user_defined.py
    │           │   └── py.typed
    │           ├── pip-22.0.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.txt
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── pkg_resources
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   └── __init__.cpython-310.pyc
    │           │   ├── _vendor
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── appdirs.cpython-310.pyc
    │           │   │   │   └── pyparsing.cpython-310.pyc
    │           │   │   ├── appdirs.py
    │           │   │   ├── packaging
    │           │   │   │   ├── __about__.py
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __about__.cpython-310.pyc
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _manylinux.cpython-310.pyc
    │           │   │   │   │   ├── _musllinux.cpython-310.pyc
    │           │   │   │   │   ├── _structures.cpython-310.pyc
    │           │   │   │   │   ├── markers.cpython-310.pyc
    │           │   │   │   │   ├── requirements.cpython-310.pyc
    │           │   │   │   │   ├── specifiers.cpython-310.pyc
    │           │   │   │   │   ├── tags.cpython-310.pyc
    │           │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   ├── _manylinux.py
    │           │   │   │   ├── _musllinux.py
    │           │   │   │   ├── _structures.py
    │           │   │   │   ├── markers.py
    │           │   │   │   ├── requirements.py
    │           │   │   │   ├── specifiers.py
    │           │   │   │   ├── tags.py
    │           │   │   │   ├── utils.py
    │           │   │   │   └── version.py
    │           │   │   └── pyparsing.py
    │           │   ├── extern
    │           │   │   ├── __init__.py
    │           │   │   └── __pycache__
    │           │   │       └── __init__.cpython-310.pyc
    │           │   └── tests
    │           │       └── data
    │           │           └── my-test-package-source
    │           │               ├── __pycache__
    │           │               │   └── setup.cpython-310.pyc
    │           │               └── setup.py
    │           ├── pkginfo
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── bdist.cpython-310.pyc
    │           │   │   ├── commandline.cpython-310.pyc
    │           │   │   ├── develop.cpython-310.pyc
    │           │   │   ├── distribution.cpython-310.pyc
    │           │   │   ├── index.cpython-310.pyc
    │           │   │   ├── installed.cpython-310.pyc
    │           │   │   ├── sdist.cpython-310.pyc
    │           │   │   ├── utils.cpython-310.pyc
    │           │   │   └── wheel.cpython-310.pyc
    │           │   ├── bdist.py
    │           │   ├── bdist.pyi
    │           │   ├── commandline.py
    │           │   ├── commandline.pyi
    │           │   ├── develop.py
    │           │   ├── develop.pyi
    │           │   ├── distribution.py
    │           │   ├── distribution.pyi
    │           │   ├── index.py
    │           │   ├── index.pyi
    │           │   ├── installed.py
    │           │   ├── installed.pyi
    │           │   ├── py.typed
    │           │   ├── sdist.py
    │           │   ├── sdist.pyi
    │           │   ├── tests
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── test_bdist.cpython-310.pyc
    │           │   │   │   ├── test_commandline.cpython-310.pyc
    │           │   │   │   ├── test_develop.cpython-310.pyc
    │           │   │   │   ├── test_distribution.cpython-310.pyc
    │           │   │   │   ├── test_index.cpython-310.pyc
    │           │   │   │   ├── test_installed.cpython-310.pyc
    │           │   │   │   ├── test_sdist.cpython-310.pyc
    │           │   │   │   ├── test_utils.cpython-310.pyc
    │           │   │   │   └── test_wheel.cpython-310.pyc
    │           │   │   ├── test_bdist.py
    │           │   │   ├── test_commandline.py
    │           │   │   ├── test_develop.py
    │           │   │   ├── test_distribution.py
    │           │   │   ├── test_index.py
    │           │   │   ├── test_installed.py
    │           │   │   ├── test_sdist.py
    │           │   │   ├── test_utils.py
    │           │   │   └── test_wheel.py
    │           │   ├── utils.py
    │           │   ├── utils.pyi
    │           │   ├── wheel.py
    │           │   └── wheel.pyi
    │           ├── pkginfo-1.9.6.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.txt
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── platformdirs
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── android.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── macos.cpython-310.pyc
    │           │   │   ├── unix.cpython-310.pyc
    │           │   │   ├── version.cpython-310.pyc
    │           │   │   └── windows.cpython-310.pyc
    │           │   ├── android.py
    │           │   ├── api.py
    │           │   ├── macos.py
    │           │   ├── py.typed
    │           │   ├── unix.py
    │           │   ├── version.py
    │           │   └── windows.py
    │           ├── platformdirs-2.6.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── pluggy
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _callers.cpython-310.pyc
    │           │   │   ├── _hooks.cpython-310.pyc
    │           │   │   ├── _manager.cpython-310.pyc
    │           │   │   ├── _result.cpython-310.pyc
    │           │   │   ├── _tracing.cpython-310.pyc
    │           │   │   └── _version.cpython-310.pyc
    │           │   ├── _callers.py
    │           │   ├── _hooks.py
    │           │   ├── _manager.py
    │           │   ├── _result.py
    │           │   ├── _tracing.py
    │           │   └── _version.py
    │           ├── pluggy-1.0.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── poetry
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── __version__.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── factory.cpython-310.pyc
    │           │   │   ├── locations.cpython-310.pyc
    │           │   │   └── poetry.cpython-310.pyc
    │           │   ├── __version__.py
    │           │   ├── config
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── config.cpython-310.pyc
    │           │   │   │   ├── config_source.cpython-310.pyc
    │           │   │   │   ├── dict_config_source.cpython-310.pyc
    │           │   │   │   ├── file_config_source.cpython-310.pyc
    │           │   │   │   └── source.cpython-310.pyc
    │           │   │   ├── config.py
    │           │   │   ├── config_source.py
    │           │   │   ├── dict_config_source.py
    │           │   │   ├── file_config_source.py
    │           │   │   └── source.py
    │           │   ├── console
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── application.cpython-310.pyc
    │           │   │   │   ├── command_loader.cpython-310.pyc
    │           │   │   │   └── exceptions.cpython-310.pyc
    │           │   │   ├── application.py
    │           │   │   ├── command_loader.py
    │           │   │   ├── commands
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── about.cpython-310.pyc
    │           │   │   │   │   ├── add.cpython-310.pyc
    │           │   │   │   │   ├── build.cpython-310.pyc
    │           │   │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   │   ├── command.cpython-310.pyc
    │           │   │   │   │   ├── config.cpython-310.pyc
    │           │   │   │   │   ├── env_command.cpython-310.pyc
    │           │   │   │   │   ├── group_command.cpython-310.pyc
    │           │   │   │   │   ├── init.cpython-310.pyc
    │           │   │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   │   ├── installer_command.cpython-310.pyc
    │           │   │   │   │   ├── lock.cpython-310.pyc
    │           │   │   │   │   ├── new.cpython-310.pyc
    │           │   │   │   │   ├── publish.cpython-310.pyc
    │           │   │   │   │   ├── remove.cpython-310.pyc
    │           │   │   │   │   ├── run.cpython-310.pyc
    │           │   │   │   │   ├── search.cpython-310.pyc
    │           │   │   │   │   ├── shell.cpython-310.pyc
    │           │   │   │   │   ├── show.cpython-310.pyc
    │           │   │   │   │   ├── update.cpython-310.pyc
    │           │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   ├── about.py
    │           │   │   │   ├── add.py
    │           │   │   │   ├── build.py
    │           │   │   │   ├── cache
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── clear.cpython-310.pyc
    │           │   │   │   │   │   └── list.cpython-310.pyc
    │           │   │   │   │   ├── clear.py
    │           │   │   │   │   └── list.py
    │           │   │   │   ├── check.py
    │           │   │   │   ├── command.py
    │           │   │   │   ├── config.py
    │           │   │   │   ├── debug
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── info.cpython-310.pyc
    │           │   │   │   │   │   └── resolve.cpython-310.pyc
    │           │   │   │   │   ├── info.py
    │           │   │   │   │   └── resolve.py
    │           │   │   │   ├── env
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── info.cpython-310.pyc
    │           │   │   │   │   │   ├── list.cpython-310.pyc
    │           │   │   │   │   │   ├── remove.cpython-310.pyc
    │           │   │   │   │   │   └── use.cpython-310.pyc
    │           │   │   │   │   ├── info.py
    │           │   │   │   │   ├── list.py
    │           │   │   │   │   ├── remove.py
    │           │   │   │   │   └── use.py
    │           │   │   │   ├── env_command.py
    │           │   │   │   ├── group_command.py
    │           │   │   │   ├── init.py
    │           │   │   │   ├── install.py
    │           │   │   │   ├── installer_command.py
    │           │   │   │   ├── lock.py
    │           │   │   │   ├── new.py
    │           │   │   │   ├── publish.py
    │           │   │   │   ├── remove.py
    │           │   │   │   ├── run.py
    │           │   │   │   ├── search.py
    │           │   │   │   ├── self
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── add.cpython-310.pyc
    │           │   │   │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   │   │   ├── lock.cpython-310.pyc
    │           │   │   │   │   │   ├── remove.cpython-310.pyc
    │           │   │   │   │   │   ├── self_command.cpython-310.pyc
    │           │   │   │   │   │   └── update.cpython-310.pyc
    │           │   │   │   │   ├── add.py
    │           │   │   │   │   ├── install.py
    │           │   │   │   │   ├── lock.py
    │           │   │   │   │   ├── remove.py
    │           │   │   │   │   ├── self_command.py
    │           │   │   │   │   ├── show
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   └── plugins.cpython-310.pyc
    │           │   │   │   │   │   └── plugins.py
    │           │   │   │   │   └── update.py
    │           │   │   │   ├── shell.py
    │           │   │   │   ├── show.py
    │           │   │   │   ├── source
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── add.cpython-310.pyc
    │           │   │   │   │   │   ├── remove.cpython-310.pyc
    │           │   │   │   │   │   ├── show.cpython-310.pyc
    │           │   │   │   │   │   └── update.cpython-310.pyc
    │           │   │   │   │   ├── add.py
    │           │   │   │   │   ├── remove.py
    │           │   │   │   │   ├── show.py
    │           │   │   │   │   └── update.py
    │           │   │   │   ├── update.py
    │           │   │   │   └── version.py
    │           │   │   ├── events
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── console_events.cpython-310.pyc
    │           │   │   │   └── console_events.py
    │           │   │   ├── exceptions.py
    │           │   │   ├── io
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── inputs
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   └── run_argv_input.cpython-310.pyc
    │           │   │   │       └── run_argv_input.py
    │           │   │   └── logging
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── filters.cpython-310.pyc
    │           │   │       │   ├── io_formatter.cpython-310.pyc
    │           │   │       │   └── io_handler.cpython-310.pyc
    │           │   │       ├── filters.py
    │           │   │       ├── formatters
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── builder_formatter.cpython-310.pyc
    │           │   │       │   │   └── formatter.cpython-310.pyc
    │           │   │       │   ├── builder_formatter.py
    │           │   │       │   └── formatter.py
    │           │   │       ├── io_formatter.py
    │           │   │       └── io_handler.py
    │           │   ├── core
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── factory.cpython-310.pyc
    │           │   │   │   └── poetry.cpython-310.pyc
    │           │   │   ├── _vendor
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── _pyrsistent_version.cpython-310.pyc
    │           │   │   │   │   └── typing_extensions.cpython-310.pyc
    │           │   │   │   ├── _pyrsistent_version.py
    │           │   │   │   ├── attr
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _cmp.cpython-310.pyc
    │           │   │   │   │   │   ├── _compat.cpython-310.pyc
    │           │   │   │   │   │   ├── _config.cpython-310.pyc
    │           │   │   │   │   │   ├── _funcs.cpython-310.pyc
    │           │   │   │   │   │   ├── _make.cpython-310.pyc
    │           │   │   │   │   │   ├── _next_gen.cpython-310.pyc
    │           │   │   │   │   │   ├── _version_info.cpython-310.pyc
    │           │   │   │   │   │   ├── converters.cpython-310.pyc
    │           │   │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   │   ├── filters.cpython-310.pyc
    │           │   │   │   │   │   ├── setters.cpython-310.pyc
    │           │   │   │   │   │   └── validators.cpython-310.pyc
    │           │   │   │   │   ├── _cmp.py
    │           │   │   │   │   ├── _compat.py
    │           │   │   │   │   ├── _config.py
    │           │   │   │   │   ├── _funcs.py
    │           │   │   │   │   ├── _make.py
    │           │   │   │   │   ├── _next_gen.py
    │           │   │   │   │   ├── _version_info.py
    │           │   │   │   │   ├── converters.py
    │           │   │   │   │   ├── exceptions.py
    │           │   │   │   │   ├── filters.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   ├── setters.py
    │           │   │   │   │   └── validators.py
    │           │   │   │   ├── attrs
    │           │   │   │   │   ├── LICENSE
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── converters.cpython-310.pyc
    │           │   │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   │   ├── filters.cpython-310.pyc
    │           │   │   │   │   │   ├── setters.cpython-310.pyc
    │           │   │   │   │   │   └── validators.cpython-310.pyc
    │           │   │   │   │   ├── converters.py
    │           │   │   │   │   ├── exceptions.py
    │           │   │   │   │   ├── filters.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   ├── setters.py
    │           │   │   │   │   └── validators.py
    │           │   │   │   ├── jsonschema
    │           │   │   │   │   ├── COPYING
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __main__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── __main__.cpython-310.pyc
    │           │   │   │   │   │   ├── _format.cpython-310.pyc
    │           │   │   │   │   │   ├── _legacy_validators.cpython-310.pyc
    │           │   │   │   │   │   ├── _types.cpython-310.pyc
    │           │   │   │   │   │   ├── _utils.cpython-310.pyc
    │           │   │   │   │   │   ├── _validators.cpython-310.pyc
    │           │   │   │   │   │   ├── cli.cpython-310.pyc
    │           │   │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   │   ├── protocols.cpython-310.pyc
    │           │   │   │   │   │   └── validators.cpython-310.pyc
    │           │   │   │   │   ├── _format.py
    │           │   │   │   │   ├── _legacy_validators.py
    │           │   │   │   │   ├── _types.py
    │           │   │   │   │   ├── _utils.py
    │           │   │   │   │   ├── _validators.py
    │           │   │   │   │   ├── benchmarks
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   ├── issue232.cpython-310.pyc
    │           │   │   │   │   │   │   └── json_schema_test_suite.cpython-310.pyc
    │           │   │   │   │   │   ├── issue232
    │           │   │   │   │   │   │   └── issue.json
    │           │   │   │   │   │   ├── issue232.py
    │           │   │   │   │   │   └── json_schema_test_suite.py
    │           │   │   │   │   ├── cli.py
    │           │   │   │   │   ├── exceptions.py
    │           │   │   │   │   ├── protocols.py
    │           │   │   │   │   ├── schemas
    │           │   │   │   │   │   ├── draft2019-09.json
    │           │   │   │   │   │   ├── draft2020-12.json
    │           │   │   │   │   │   ├── draft3.json
    │           │   │   │   │   │   ├── draft4.json
    │           │   │   │   │   │   ├── draft6.json
    │           │   │   │   │   │   ├── draft7.json
    │           │   │   │   │   │   └── vocabularies
    │           │   │   │   │   │       ├── draft2019-09
    │           │   │   │   │   │       │   ├── applicator
    │           │   │   │   │   │       │   ├── content
    │           │   │   │   │   │       │   ├── core
    │           │   │   │   │   │       │   ├── meta-data
    │           │   │   │   │   │       │   └── validation
    │           │   │   │   │   │       └── draft2020-12
    │           │   │   │   │   │           ├── applicator
    │           │   │   │   │   │           ├── content
    │           │   │   │   │   │           ├── core
    │           │   │   │   │   │           ├── format
    │           │   │   │   │   │           ├── format-annotation
    │           │   │   │   │   │           ├── format-assertion
    │           │   │   │   │   │           ├── meta-data
    │           │   │   │   │   │           ├── unevaluated
    │           │   │   │   │   │           └── validation
    │           │   │   │   │   └── validators.py
    │           │   │   │   ├── lark
    │           │   │   │   │   ├── LICENSE
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── ast_utils.cpython-310.pyc
    │           │   │   │   │   │   ├── common.cpython-310.pyc
    │           │   │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   │   ├── grammar.cpython-310.pyc
    │           │   │   │   │   │   ├── indenter.cpython-310.pyc
    │           │   │   │   │   │   ├── lark.cpython-310.pyc
    │           │   │   │   │   │   ├── lexer.cpython-310.pyc
    │           │   │   │   │   │   ├── load_grammar.cpython-310.pyc
    │           │   │   │   │   │   ├── parse_tree_builder.cpython-310.pyc
    │           │   │   │   │   │   ├── parser_frontends.cpython-310.pyc
    │           │   │   │   │   │   ├── reconstruct.cpython-310.pyc
    │           │   │   │   │   │   ├── tree.cpython-310.pyc
    │           │   │   │   │   │   ├── tree_matcher.cpython-310.pyc
    │           │   │   │   │   │   ├── tree_templates.cpython-310.pyc
    │           │   │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   │   └── visitors.cpython-310.pyc
    │           │   │   │   │   ├── __pyinstaller
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   └── hook-lark.cpython-310.pyc
    │           │   │   │   │   │   └── hook-lark.py
    │           │   │   │   │   ├── ast_utils.py
    │           │   │   │   │   ├── common.py
    │           │   │   │   │   ├── exceptions.py
    │           │   │   │   │   ├── grammar.py
    │           │   │   │   │   ├── grammars
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── common.lark
    │           │   │   │   │   │   ├── lark.lark
    │           │   │   │   │   │   ├── python.lark
    │           │   │   │   │   │   └── unicode.lark
    │           │   │   │   │   ├── indenter.py
    │           │   │   │   │   ├── lark.py
    │           │   │   │   │   ├── lexer.py
    │           │   │   │   │   ├── load_grammar.py
    │           │   │   │   │   ├── parse_tree_builder.py
    │           │   │   │   │   ├── parser_frontends.py
    │           │   │   │   │   ├── parsers
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   ├── cyk.cpython-310.pyc
    │           │   │   │   │   │   │   ├── earley.cpython-310.pyc
    │           │   │   │   │   │   │   ├── earley_common.cpython-310.pyc
    │           │   │   │   │   │   │   ├── earley_forest.cpython-310.pyc
    │           │   │   │   │   │   │   ├── grammar_analysis.cpython-310.pyc
    │           │   │   │   │   │   │   ├── lalr_analysis.cpython-310.pyc
    │           │   │   │   │   │   │   ├── lalr_interactive_parser.cpython-310.pyc
    │           │   │   │   │   │   │   ├── lalr_parser.cpython-310.pyc
    │           │   │   │   │   │   │   ├── resolve_ambig.cpython-310.pyc
    │           │   │   │   │   │   │   └── xearley.cpython-310.pyc
    │           │   │   │   │   │   ├── cyk.py
    │           │   │   │   │   │   ├── earley.py
    │           │   │   │   │   │   ├── earley_common.py
    │           │   │   │   │   │   ├── earley_forest.py
    │           │   │   │   │   │   ├── grammar_analysis.py
    │           │   │   │   │   │   ├── lalr_analysis.py
    │           │   │   │   │   │   ├── lalr_interactive_parser.py
    │           │   │   │   │   │   ├── lalr_parser.py
    │           │   │   │   │   │   ├── resolve_ambig.py
    │           │   │   │   │   │   └── xearley.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   ├── reconstruct.py
    │           │   │   │   │   ├── tools
    │           │   │   │   │   │   ├── __init__.py
    │           │   │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   │   ├── nearley.cpython-310.pyc
    │           │   │   │   │   │   │   ├── serialize.cpython-310.pyc
    │           │   │   │   │   │   │   └── standalone.cpython-310.pyc
    │           │   │   │   │   │   ├── nearley.py
    │           │   │   │   │   │   ├── serialize.py
    │           │   │   │   │   │   └── standalone.py
    │           │   │   │   │   ├── tree.py
    │           │   │   │   │   ├── tree_matcher.py
    │           │   │   │   │   ├── tree_templates.py
    │           │   │   │   │   ├── utils.py
    │           │   │   │   │   └── visitors.py
    │           │   │   │   ├── packaging
    │           │   │   │   │   ├── LICENSE
    │           │   │   │   │   ├── LICENSE.APACHE
    │           │   │   │   │   ├── LICENSE.BSD
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _elffile.cpython-310.pyc
    │           │   │   │   │   │   ├── _manylinux.cpython-310.pyc
    │           │   │   │   │   │   ├── _musllinux.cpython-310.pyc
    │           │   │   │   │   │   ├── _parser.cpython-310.pyc
    │           │   │   │   │   │   ├── _structures.cpython-310.pyc
    │           │   │   │   │   │   ├── _tokenizer.cpython-310.pyc
    │           │   │   │   │   │   ├── markers.cpython-310.pyc
    │           │   │   │   │   │   ├── requirements.cpython-310.pyc
    │           │   │   │   │   │   ├── specifiers.cpython-310.pyc
    │           │   │   │   │   │   ├── tags.cpython-310.pyc
    │           │   │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   │   ├── _elffile.py
    │           │   │   │   │   ├── _manylinux.py
    │           │   │   │   │   ├── _musllinux.py
    │           │   │   │   │   ├── _parser.py
    │           │   │   │   │   ├── _structures.py
    │           │   │   │   │   ├── _tokenizer.py
    │           │   │   │   │   ├── markers.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   ├── requirements.py
    │           │   │   │   │   ├── specifiers.py
    │           │   │   │   │   ├── tags.py
    │           │   │   │   │   ├── utils.py
    │           │   │   │   │   └── version.py
    │           │   │   │   ├── pyrsistent
    │           │   │   │   │   ├── LICENSE.mit
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _checked_types.cpython-310.pyc
    │           │   │   │   │   │   ├── _field_common.cpython-310.pyc
    │           │   │   │   │   │   ├── _helpers.cpython-310.pyc
    │           │   │   │   │   │   ├── _immutable.cpython-310.pyc
    │           │   │   │   │   │   ├── _pbag.cpython-310.pyc
    │           │   │   │   │   │   ├── _pclass.cpython-310.pyc
    │           │   │   │   │   │   ├── _pdeque.cpython-310.pyc
    │           │   │   │   │   │   ├── _plist.cpython-310.pyc
    │           │   │   │   │   │   ├── _pmap.cpython-310.pyc
    │           │   │   │   │   │   ├── _precord.cpython-310.pyc
    │           │   │   │   │   │   ├── _pset.cpython-310.pyc
    │           │   │   │   │   │   ├── _pvector.cpython-310.pyc
    │           │   │   │   │   │   ├── _toolz.cpython-310.pyc
    │           │   │   │   │   │   ├── _transformations.cpython-310.pyc
    │           │   │   │   │   │   └── typing.cpython-310.pyc
    │           │   │   │   │   ├── _checked_types.py
    │           │   │   │   │   ├── _field_common.py
    │           │   │   │   │   ├── _helpers.py
    │           │   │   │   │   ├── _immutable.py
    │           │   │   │   │   ├── _pbag.py
    │           │   │   │   │   ├── _pclass.py
    │           │   │   │   │   ├── _pdeque.py
    │           │   │   │   │   ├── _plist.py
    │           │   │   │   │   ├── _pmap.py
    │           │   │   │   │   ├── _precord.py
    │           │   │   │   │   ├── _pset.py
    │           │   │   │   │   ├── _pvector.py
    │           │   │   │   │   ├── _toolz.py
    │           │   │   │   │   ├── _transformations.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   └── typing.py
    │           │   │   │   ├── tomlkit
    │           │   │   │   │   ├── LICENSE
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── _compat.cpython-310.pyc
    │           │   │   │   │   │   ├── _utils.cpython-310.pyc
    │           │   │   │   │   │   ├── api.cpython-310.pyc
    │           │   │   │   │   │   ├── container.cpython-310.pyc
    │           │   │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   │   ├── items.cpython-310.pyc
    │           │   │   │   │   │   ├── parser.cpython-310.pyc
    │           │   │   │   │   │   ├── source.cpython-310.pyc
    │           │   │   │   │   │   ├── toml_char.cpython-310.pyc
    │           │   │   │   │   │   ├── toml_document.cpython-310.pyc
    │           │   │   │   │   │   └── toml_file.cpython-310.pyc
    │           │   │   │   │   ├── _compat.py
    │           │   │   │   │   ├── _utils.py
    │           │   │   │   │   ├── api.py
    │           │   │   │   │   ├── container.py
    │           │   │   │   │   ├── exceptions.py
    │           │   │   │   │   ├── items.py
    │           │   │   │   │   ├── parser.py
    │           │   │   │   │   ├── py.typed
    │           │   │   │   │   ├── source.py
    │           │   │   │   │   ├── toml_char.py
    │           │   │   │   │   ├── toml_document.py
    │           │   │   │   │   └── toml_file.py
    │           │   │   │   ├── typing_extensions.LICENSE
    │           │   │   │   ├── typing_extensions.py
    │           │   │   │   └── vendor.txt
    │           │   │   ├── constraints
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   ├── generic
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── any_constraint.cpython-310.pyc
    │           │   │   │   │   │   ├── base_constraint.cpython-310.pyc
    │           │   │   │   │   │   ├── constraint.cpython-310.pyc
    │           │   │   │   │   │   ├── empty_constraint.cpython-310.pyc
    │           │   │   │   │   │   ├── multi_constraint.cpython-310.pyc
    │           │   │   │   │   │   ├── parser.cpython-310.pyc
    │           │   │   │   │   │   └── union_constraint.cpython-310.pyc
    │           │   │   │   │   ├── any_constraint.py
    │           │   │   │   │   ├── base_constraint.py
    │           │   │   │   │   ├── constraint.py
    │           │   │   │   │   ├── empty_constraint.py
    │           │   │   │   │   ├── multi_constraint.py
    │           │   │   │   │   ├── parser.py
    │           │   │   │   │   └── union_constraint.py
    │           │   │   │   └── version
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── empty_constraint.cpython-310.pyc
    │           │   │   │       │   ├── exceptions.cpython-310.pyc
    │           │   │   │       │   ├── parser.cpython-310.pyc
    │           │   │   │       │   ├── patterns.cpython-310.pyc
    │           │   │   │       │   ├── util.cpython-310.pyc
    │           │   │   │       │   ├── version.cpython-310.pyc
    │           │   │   │       │   ├── version_constraint.cpython-310.pyc
    │           │   │   │       │   ├── version_range.cpython-310.pyc
    │           │   │   │       │   ├── version_range_constraint.cpython-310.pyc
    │           │   │   │       │   └── version_union.cpython-310.pyc
    │           │   │   │       ├── empty_constraint.py
    │           │   │   │       ├── exceptions.py
    │           │   │   │       ├── parser.py
    │           │   │   │       ├── patterns.py
    │           │   │   │       ├── util.py
    │           │   │   │       ├── version.py
    │           │   │   │       ├── version_constraint.py
    │           │   │   │       ├── version_range.py
    │           │   │   │       ├── version_range_constraint.py
    │           │   │   │       └── version_union.py
    │           │   │   ├── exceptions
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── base.cpython-310.pyc
    │           │   │   │   └── base.py
    │           │   │   ├── factory.py
    │           │   │   ├── json
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── schemas
    │           │   │   │       └── poetry-schema.json
    │           │   │   ├── masonry
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── api.cpython-310.pyc
    │           │   │   │   │   ├── builder.cpython-310.pyc
    │           │   │   │   │   └── metadata.cpython-310.pyc
    │           │   │   │   ├── api.py
    │           │   │   │   ├── builder.py
    │           │   │   │   ├── builders
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── builder.cpython-310.pyc
    │           │   │   │   │   │   ├── sdist.cpython-310.pyc
    │           │   │   │   │   │   └── wheel.cpython-310.pyc
    │           │   │   │   │   ├── builder.py
    │           │   │   │   │   ├── sdist.py
    │           │   │   │   │   └── wheel.py
    │           │   │   │   ├── metadata.py
    │           │   │   │   └── utils
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   ├── helpers.cpython-310.pyc
    │           │   │   │       │   ├── include.cpython-310.pyc
    │           │   │   │       │   ├── module.cpython-310.pyc
    │           │   │   │       │   └── package_include.cpython-310.pyc
    │           │   │   │       ├── helpers.py
    │           │   │   │       ├── include.py
    │           │   │   │       ├── module.py
    │           │   │   │       └── package_include.py
    │           │   │   ├── packages
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── dependency.cpython-310.pyc
    │           │   │   │   │   ├── dependency_group.cpython-310.pyc
    │           │   │   │   │   ├── directory_dependency.cpython-310.pyc
    │           │   │   │   │   ├── file_dependency.cpython-310.pyc
    │           │   │   │   │   ├── package.cpython-310.pyc
    │           │   │   │   │   ├── path_dependency.cpython-310.pyc
    │           │   │   │   │   ├── project_package.cpython-310.pyc
    │           │   │   │   │   ├── specification.cpython-310.pyc
    │           │   │   │   │   ├── url_dependency.cpython-310.pyc
    │           │   │   │   │   └── vcs_dependency.cpython-310.pyc
    │           │   │   │   ├── constraints
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   └── __pycache__
    │           │   │   │   │       └── __init__.cpython-310.pyc
    │           │   │   │   ├── dependency.py
    │           │   │   │   ├── dependency_group.py
    │           │   │   │   ├── directory_dependency.py
    │           │   │   │   ├── file_dependency.py
    │           │   │   │   ├── package.py
    │           │   │   │   ├── path_dependency.py
    │           │   │   │   ├── project_package.py
    │           │   │   │   ├── specification.py
    │           │   │   │   ├── url_dependency.py
    │           │   │   │   ├── utils
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   ├── link.cpython-310.pyc
    │           │   │   │   │   │   └── utils.cpython-310.pyc
    │           │   │   │   │   ├── link.py
    │           │   │   │   │   └── utils.py
    │           │   │   │   └── vcs_dependency.py
    │           │   │   ├── poetry.py
    │           │   │   ├── py.typed
    │           │   │   ├── pyproject
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── tables.cpython-310.pyc
    │           │   │   │   │   └── toml.cpython-310.pyc
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── tables.py
    │           │   │   │   └── toml.py
    │           │   │   ├── semver
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── empty_constraint.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   ├── helpers.cpython-310.pyc
    │           │   │   │   │   ├── patterns.cpython-310.pyc
    │           │   │   │   │   ├── util.cpython-310.pyc
    │           │   │   │   │   ├── version.cpython-310.pyc
    │           │   │   │   │   ├── version_constraint.cpython-310.pyc
    │           │   │   │   │   ├── version_range.cpython-310.pyc
    │           │   │   │   │   ├── version_range_constraint.cpython-310.pyc
    │           │   │   │   │   └── version_union.cpython-310.pyc
    │           │   │   │   ├── empty_constraint.py
    │           │   │   │   ├── exceptions.py
    │           │   │   │   ├── helpers.py
    │           │   │   │   ├── patterns.py
    │           │   │   │   ├── util.py
    │           │   │   │   ├── version.py
    │           │   │   │   ├── version_constraint.py
    │           │   │   │   ├── version_range.py
    │           │   │   │   ├── version_range_constraint.py
    │           │   │   │   └── version_union.py
    │           │   │   ├── spdx
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── helpers.cpython-310.pyc
    │           │   │   │   │   ├── license.cpython-310.pyc
    │           │   │   │   │   └── updater.cpython-310.pyc
    │           │   │   │   ├── data
    │           │   │   │   │   └── licenses.json
    │           │   │   │   ├── helpers.py
    │           │   │   │   ├── license.py
    │           │   │   │   └── updater.py
    │           │   │   ├── toml
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   │   └── file.cpython-310.pyc
    │           │   │   │   ├── exceptions.py
    │           │   │   │   └── file.py
    │           │   │   ├── utils
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _compat.cpython-310.pyc
    │           │   │   │   │   ├── helpers.cpython-310.pyc
    │           │   │   │   │   ├── patterns.cpython-310.pyc
    │           │   │   │   │   └── toml_file.cpython-310.pyc
    │           │   │   │   ├── _compat.py
    │           │   │   │   ├── helpers.py
    │           │   │   │   ├── patterns.py
    │           │   │   │   └── toml_file.py
    │           │   │   ├── vcs
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── git.cpython-310.pyc
    │           │   │   │   └── git.py
    │           │   │   └── version
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── exceptions.cpython-310.pyc
    │           │   │       │   ├── helpers.cpython-310.pyc
    │           │   │       │   ├── markers.cpython-310.pyc
    │           │   │       │   ├── parser.cpython-310.pyc
    │           │   │       │   └── requirements.cpython-310.pyc
    │           │   │       ├── exceptions.py
    │           │   │       ├── grammars
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   └── __init__.cpython-310.pyc
    │           │   │       │   ├── markers.lark
    │           │   │       │   └── pep508.lark
    │           │   │       ├── helpers.py
    │           │   │       ├── markers.py
    │           │   │       ├── parser.py
    │           │   │       ├── pep440
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── parser.cpython-310.pyc
    │           │   │       │   │   ├── segments.cpython-310.pyc
    │           │   │       │   │   └── version.cpython-310.pyc
    │           │   │       │   ├── parser.py
    │           │   │       │   ├── segments.py
    │           │   │       │   └── version.py
    │           │   │       └── requirements.py
    │           │   ├── exceptions.py
    │           │   ├── factory.py
    │           │   ├── inspection
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── info.cpython-310.pyc
    │           │   │   └── info.py
    │           │   ├── installation
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── base_installer.cpython-310.pyc
    │           │   │   │   ├── chef.cpython-310.pyc
    │           │   │   │   ├── chooser.cpython-310.pyc
    │           │   │   │   ├── executor.cpython-310.pyc
    │           │   │   │   ├── installer.cpython-310.pyc
    │           │   │   │   ├── noop_installer.cpython-310.pyc
    │           │   │   │   ├── pip_installer.cpython-310.pyc
    │           │   │   │   └── wheel_installer.cpython-310.pyc
    │           │   │   ├── base_installer.py
    │           │   │   ├── chef.py
    │           │   │   ├── chooser.py
    │           │   │   ├── executor.py
    │           │   │   ├── installer.py
    │           │   │   ├── noop_installer.py
    │           │   │   ├── operations
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   │   ├── operation.cpython-310.pyc
    │           │   │   │   │   ├── uninstall.cpython-310.pyc
    │           │   │   │   │   └── update.cpython-310.pyc
    │           │   │   │   ├── install.py
    │           │   │   │   ├── operation.py
    │           │   │   │   ├── uninstall.py
    │           │   │   │   └── update.py
    │           │   │   ├── pip_installer.py
    │           │   │   └── wheel_installer.py
    │           │   ├── json
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   └── __init__.cpython-310.pyc
    │           │   │   └── schemas
    │           │   │       └── poetry.json
    │           │   ├── layouts
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── layout.cpython-310.pyc
    │           │   │   │   ├── src.cpython-310.pyc
    │           │   │   │   └── standard.cpython-310.pyc
    │           │   │   ├── layout.py
    │           │   │   ├── src.py
    │           │   │   └── standard.py
    │           │   ├── locations.py
    │           │   ├── masonry
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── api.cpython-310.pyc
    │           │   │   ├── api.py
    │           │   │   └── builders
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   └── editable.cpython-310.pyc
    │           │   │       └── editable.py
    │           │   ├── mixology
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── assignment.cpython-310.pyc
    │           │   │   │   ├── failure.cpython-310.pyc
    │           │   │   │   ├── incompatibility.cpython-310.pyc
    │           │   │   │   ├── incompatibility_cause.cpython-310.pyc
    │           │   │   │   ├── partial_solution.cpython-310.pyc
    │           │   │   │   ├── result.cpython-310.pyc
    │           │   │   │   ├── set_relation.cpython-310.pyc
    │           │   │   │   ├── term.cpython-310.pyc
    │           │   │   │   └── version_solver.cpython-310.pyc
    │           │   │   ├── assignment.py
    │           │   │   ├── failure.py
    │           │   │   ├── incompatibility.py
    │           │   │   ├── incompatibility_cause.py
    │           │   │   ├── partial_solution.py
    │           │   │   ├── result.py
    │           │   │   ├── set_relation.py
    │           │   │   ├── solutions
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   ├── providers
    │           │   │   │   │   ├── __init__.py
    │           │   │   │   │   ├── __pycache__
    │           │   │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   │   └── python_requirement_solution_provider.cpython-310.pyc
    │           │   │   │   │   └── python_requirement_solution_provider.py
    │           │   │   │   └── solutions
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   └── python_requirement_solution.cpython-310.pyc
    │           │   │   │       └── python_requirement_solution.py
    │           │   │   ├── term.py
    │           │   │   └── version_solver.py
    │           │   ├── packages
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── dependency_package.cpython-310.pyc
    │           │   │   │   ├── locker.cpython-310.pyc
    │           │   │   │   └── package_collection.cpython-310.pyc
    │           │   │   ├── dependency_package.py
    │           │   │   ├── locker.py
    │           │   │   └── package_collection.py
    │           │   ├── plugins
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── application_plugin.cpython-310.pyc
    │           │   │   │   ├── base_plugin.cpython-310.pyc
    │           │   │   │   ├── plugin.cpython-310.pyc
    │           │   │   │   └── plugin_manager.cpython-310.pyc
    │           │   │   ├── application_plugin.py
    │           │   │   ├── base_plugin.py
    │           │   │   ├── plugin.py
    │           │   │   └── plugin_manager.py
    │           │   ├── poetry.py
    │           │   ├── publishing
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── publisher.cpython-310.pyc
    │           │   │   │   └── uploader.cpython-310.pyc
    │           │   │   ├── publisher.py
    │           │   │   └── uploader.py
    │           │   ├── puzzle
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   ├── provider.cpython-310.pyc
    │           │   │   │   ├── solver.cpython-310.pyc
    │           │   │   │   └── transaction.cpython-310.pyc
    │           │   │   ├── exceptions.py
    │           │   │   ├── provider.py
    │           │   │   ├── solver.py
    │           │   │   └── transaction.py
    │           │   ├── py.typed
    │           │   ├── repositories
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── abstract_repository.cpython-310.pyc
    │           │   │   │   ├── cached_repository.cpython-310.pyc
    │           │   │   │   ├── exceptions.cpython-310.pyc
    │           │   │   │   ├── http_repository.cpython-310.pyc
    │           │   │   │   ├── installed_repository.cpython-310.pyc
    │           │   │   │   ├── legacy_repository.cpython-310.pyc
    │           │   │   │   ├── lockfile_repository.cpython-310.pyc
    │           │   │   │   ├── pypi_repository.cpython-310.pyc
    │           │   │   │   ├── repository.cpython-310.pyc
    │           │   │   │   ├── repository_pool.cpython-310.pyc
    │           │   │   │   └── single_page_repository.cpython-310.pyc
    │           │   │   ├── abstract_repository.py
    │           │   │   ├── cached_repository.py
    │           │   │   ├── exceptions.py
    │           │   │   ├── http_repository.py
    │           │   │   ├── installed_repository.py
    │           │   │   ├── legacy_repository.py
    │           │   │   ├── link_sources
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   ├── html.cpython-310.pyc
    │           │   │   │   │   └── json.cpython-310.pyc
    │           │   │   │   ├── base.py
    │           │   │   │   ├── html.py
    │           │   │   │   └── json.py
    │           │   │   ├── lockfile_repository.py
    │           │   │   ├── pypi_repository.py
    │           │   │   ├── repository.py
    │           │   │   ├── repository_pool.py
    │           │   │   └── single_page_repository.py
    │           │   ├── utils
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _compat.cpython-310.pyc
    │           │   │   │   ├── authenticator.cpython-310.pyc
    │           │   │   │   ├── cache.cpython-310.pyc
    │           │   │   │   ├── constants.cpython-310.pyc
    │           │   │   │   ├── dependency_specification.cpython-310.pyc
    │           │   │   │   ├── env.cpython-310.pyc
    │           │   │   │   ├── extras.cpython-310.pyc
    │           │   │   │   ├── helpers.cpython-310.pyc
    │           │   │   │   ├── password_manager.cpython-310.pyc
    │           │   │   │   ├── patterns.cpython-310.pyc
    │           │   │   │   ├── pip.cpython-310.pyc
    │           │   │   │   ├── setup_reader.cpython-310.pyc
    │           │   │   │   ├── shell.cpython-310.pyc
    │           │   │   │   └── source.cpython-310.pyc
    │           │   │   ├── _compat.py
    │           │   │   ├── authenticator.py
    │           │   │   ├── cache.py
    │           │   │   ├── constants.py
    │           │   │   ├── dependency_specification.py
    │           │   │   ├── env.py
    │           │   │   ├── extras.py
    │           │   │   ├── helpers.py
    │           │   │   ├── password_manager.py
    │           │   │   ├── patterns.py
    │           │   │   ├── pip.py
    │           │   │   ├── setup_reader.py
    │           │   │   ├── shell.py
    │           │   │   └── source.py
    │           │   ├── vcs
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   └── __init__.cpython-310.pyc
    │           │   │   └── git
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── backend.cpython-310.pyc
    │           │   │       │   └── system.cpython-310.pyc
    │           │   │       ├── backend.py
    │           │   │       └── system.py
    │           │   └── version
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   └── version_selector.cpython-310.pyc
    │           │       └── version_selector.py
    │           ├── poetry-1.4.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   └── entry_points.txt
    │           ├── poetry_core-1.5.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── poetry_plugin_export
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── command.cpython-310.pyc
    │           │   │   ├── exporter.cpython-310.pyc
    │           │   │   ├── plugins.cpython-310.pyc
    │           │   │   └── walker.cpython-310.pyc
    │           │   ├── command.py
    │           │   ├── exporter.py
    │           │   ├── plugins.py
    │           │   └── walker.py
    │           ├── poetry_plugin_export-1.3.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── entry_points.txt
    │           ├── ptyprocess
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _fork_pty.cpython-310.pyc
    │           │   │   ├── ptyprocess.cpython-310.pyc
    │           │   │   └── util.cpython-310.pyc
    │           │   ├── _fork_pty.py
    │           │   ├── ptyprocess.py
    │           │   └── util.py
    │           ├── ptyprocess-0.7.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── py.py
    │           ├── pycodestyle-2.10.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── pycodestyle.py
    │           ├── pycparser
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _ast_gen.cpython-310.pyc
    │           │   │   ├── _build_tables.cpython-310.pyc
    │           │   │   ├── ast_transforms.cpython-310.pyc
    │           │   │   ├── c_ast.cpython-310.pyc
    │           │   │   ├── c_generator.cpython-310.pyc
    │           │   │   ├── c_lexer.cpython-310.pyc
    │           │   │   ├── c_parser.cpython-310.pyc
    │           │   │   ├── lextab.cpython-310.pyc
    │           │   │   ├── plyparser.cpython-310.pyc
    │           │   │   └── yacctab.cpython-310.pyc
    │           │   ├── _ast_gen.py
    │           │   ├── _build_tables.py
    │           │   ├── _c_ast.cfg
    │           │   ├── ast_transforms.py
    │           │   ├── c_ast.py
    │           │   ├── c_generator.py
    │           │   ├── c_lexer.py
    │           │   ├── c_parser.py
    │           │   ├── lextab.py
    │           │   ├── ply
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── cpp.cpython-310.pyc
    │           │   │   │   ├── ctokens.cpython-310.pyc
    │           │   │   │   ├── lex.cpython-310.pyc
    │           │   │   │   ├── yacc.cpython-310.pyc
    │           │   │   │   └── ygen.cpython-310.pyc
    │           │   │   ├── cpp.py
    │           │   │   ├── ctokens.py
    │           │   │   ├── lex.py
    │           │   │   ├── yacc.py
    │           │   │   └── ygen.py
    │           │   ├── plyparser.py
    │           │   └── yacctab.py
    │           ├── pycparser-2.21.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── pygments
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── cmdline.cpython-310.pyc
    │           │   │   ├── console.cpython-310.pyc
    │           │   │   ├── filter.cpython-310.pyc
    │           │   │   ├── formatter.cpython-310.pyc
    │           │   │   ├── lexer.cpython-310.pyc
    │           │   │   ├── modeline.cpython-310.pyc
    │           │   │   ├── plugin.cpython-310.pyc
    │           │   │   ├── regexopt.cpython-310.pyc
    │           │   │   ├── scanner.cpython-310.pyc
    │           │   │   ├── sphinxext.cpython-310.pyc
    │           │   │   ├── style.cpython-310.pyc
    │           │   │   ├── token.cpython-310.pyc
    │           │   │   ├── unistring.cpython-310.pyc
    │           │   │   └── util.cpython-310.pyc
    │           │   ├── cmdline.py
    │           │   ├── console.py
    │           │   ├── filter.py
    │           │   ├── filters
    │           │   │   ├── __init__.py
    │           │   │   └── __pycache__
    │           │   │       └── __init__.cpython-310.pyc
    │           │   ├── formatter.py
    │           │   ├── formatters
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _mapping.cpython-310.pyc
    │           │   │   │   ├── bbcode.cpython-310.pyc
    │           │   │   │   ├── groff.cpython-310.pyc
    │           │   │   │   ├── html.cpython-310.pyc
    │           │   │   │   ├── img.cpython-310.pyc
    │           │   │   │   ├── irc.cpython-310.pyc
    │           │   │   │   ├── latex.cpython-310.pyc
    │           │   │   │   ├── other.cpython-310.pyc
    │           │   │   │   ├── pangomarkup.cpython-310.pyc
    │           │   │   │   ├── rtf.cpython-310.pyc
    │           │   │   │   ├── svg.cpython-310.pyc
    │           │   │   │   ├── terminal.cpython-310.pyc
    │           │   │   │   └── terminal256.cpython-310.pyc
    │           │   │   ├── _mapping.py
    │           │   │   ├── bbcode.py
    │           │   │   ├── groff.py
    │           │   │   ├── html.py
    │           │   │   ├── img.py
    │           │   │   ├── irc.py
    │           │   │   ├── latex.py
    │           │   │   ├── other.py
    │           │   │   ├── pangomarkup.py
    │           │   │   ├── rtf.py
    │           │   │   ├── svg.py
    │           │   │   ├── terminal.py
    │           │   │   └── terminal256.py
    │           │   ├── lexer.py
    │           │   ├── lexers
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _ada_builtins.cpython-310.pyc
    │           │   │   │   ├── _asy_builtins.cpython-310.pyc
    │           │   │   │   ├── _cl_builtins.cpython-310.pyc
    │           │   │   │   ├── _cocoa_builtins.cpython-310.pyc
    │           │   │   │   ├── _csound_builtins.cpython-310.pyc
    │           │   │   │   ├── _css_builtins.cpython-310.pyc
    │           │   │   │   ├── _julia_builtins.cpython-310.pyc
    │           │   │   │   ├── _lasso_builtins.cpython-310.pyc
    │           │   │   │   ├── _lilypond_builtins.cpython-310.pyc
    │           │   │   │   ├── _lua_builtins.cpython-310.pyc
    │           │   │   │   ├── _mapping.cpython-310.pyc
    │           │   │   │   ├── _mql_builtins.cpython-310.pyc
    │           │   │   │   ├── _mysql_builtins.cpython-310.pyc
    │           │   │   │   ├── _openedge_builtins.cpython-310.pyc
    │           │   │   │   ├── _php_builtins.cpython-310.pyc
    │           │   │   │   ├── _postgres_builtins.cpython-310.pyc
    │           │   │   │   ├── _qlik_builtins.cpython-310.pyc
    │           │   │   │   ├── _scheme_builtins.cpython-310.pyc
    │           │   │   │   ├── _scilab_builtins.cpython-310.pyc
    │           │   │   │   ├── _sourcemod_builtins.cpython-310.pyc
    │           │   │   │   ├── _stan_builtins.cpython-310.pyc
    │           │   │   │   ├── _stata_builtins.cpython-310.pyc
    │           │   │   │   ├── _tsql_builtins.cpython-310.pyc
    │           │   │   │   ├── _usd_builtins.cpython-310.pyc
    │           │   │   │   ├── _vbscript_builtins.cpython-310.pyc
    │           │   │   │   ├── _vim_builtins.cpython-310.pyc
    │           │   │   │   ├── actionscript.cpython-310.pyc
    │           │   │   │   ├── ada.cpython-310.pyc
    │           │   │   │   ├── agile.cpython-310.pyc
    │           │   │   │   ├── algebra.cpython-310.pyc
    │           │   │   │   ├── ambient.cpython-310.pyc
    │           │   │   │   ├── amdgpu.cpython-310.pyc
    │           │   │   │   ├── ampl.cpython-310.pyc
    │           │   │   │   ├── apdlexer.cpython-310.pyc
    │           │   │   │   ├── apl.cpython-310.pyc
    │           │   │   │   ├── archetype.cpython-310.pyc
    │           │   │   │   ├── arrow.cpython-310.pyc
    │           │   │   │   ├── arturo.cpython-310.pyc
    │           │   │   │   ├── asc.cpython-310.pyc
    │           │   │   │   ├── asm.cpython-310.pyc
    │           │   │   │   ├── automation.cpython-310.pyc
    │           │   │   │   ├── bare.cpython-310.pyc
    │           │   │   │   ├── basic.cpython-310.pyc
    │           │   │   │   ├── bdd.cpython-310.pyc
    │           │   │   │   ├── berry.cpython-310.pyc
    │           │   │   │   ├── bibtex.cpython-310.pyc
    │           │   │   │   ├── boa.cpython-310.pyc
    │           │   │   │   ├── business.cpython-310.pyc
    │           │   │   │   ├── c_cpp.cpython-310.pyc
    │           │   │   │   ├── c_like.cpython-310.pyc
    │           │   │   │   ├── capnproto.cpython-310.pyc
    │           │   │   │   ├── carbon.cpython-310.pyc
    │           │   │   │   ├── cddl.cpython-310.pyc
    │           │   │   │   ├── chapel.cpython-310.pyc
    │           │   │   │   ├── clean.cpython-310.pyc
    │           │   │   │   ├── comal.cpython-310.pyc
    │           │   │   │   ├── compiled.cpython-310.pyc
    │           │   │   │   ├── configs.cpython-310.pyc
    │           │   │   │   ├── console.cpython-310.pyc
    │           │   │   │   ├── cplint.cpython-310.pyc
    │           │   │   │   ├── crystal.cpython-310.pyc
    │           │   │   │   ├── csound.cpython-310.pyc
    │           │   │   │   ├── css.cpython-310.pyc
    │           │   │   │   ├── d.cpython-310.pyc
    │           │   │   │   ├── dalvik.cpython-310.pyc
    │           │   │   │   ├── data.cpython-310.pyc
    │           │   │   │   ├── dax.cpython-310.pyc
    │           │   │   │   ├── devicetree.cpython-310.pyc
    │           │   │   │   ├── diff.cpython-310.pyc
    │           │   │   │   ├── dotnet.cpython-310.pyc
    │           │   │   │   ├── dsls.cpython-310.pyc
    │           │   │   │   ├── dylan.cpython-310.pyc
    │           │   │   │   ├── ecl.cpython-310.pyc
    │           │   │   │   ├── eiffel.cpython-310.pyc
    │           │   │   │   ├── elm.cpython-310.pyc
    │           │   │   │   ├── elpi.cpython-310.pyc
    │           │   │   │   ├── email.cpython-310.pyc
    │           │   │   │   ├── erlang.cpython-310.pyc
    │           │   │   │   ├── esoteric.cpython-310.pyc
    │           │   │   │   ├── ezhil.cpython-310.pyc
    │           │   │   │   ├── factor.cpython-310.pyc
    │           │   │   │   ├── fantom.cpython-310.pyc
    │           │   │   │   ├── felix.cpython-310.pyc
    │           │   │   │   ├── fift.cpython-310.pyc
    │           │   │   │   ├── floscript.cpython-310.pyc
    │           │   │   │   ├── forth.cpython-310.pyc
    │           │   │   │   ├── fortran.cpython-310.pyc
    │           │   │   │   ├── foxpro.cpython-310.pyc
    │           │   │   │   ├── freefem.cpython-310.pyc
    │           │   │   │   ├── func.cpython-310.pyc
    │           │   │   │   ├── functional.cpython-310.pyc
    │           │   │   │   ├── futhark.cpython-310.pyc
    │           │   │   │   ├── gcodelexer.cpython-310.pyc
    │           │   │   │   ├── gdscript.cpython-310.pyc
    │           │   │   │   ├── go.cpython-310.pyc
    │           │   │   │   ├── grammar_notation.cpython-310.pyc
    │           │   │   │   ├── graph.cpython-310.pyc
    │           │   │   │   ├── graphics.cpython-310.pyc
    │           │   │   │   ├── graphviz.cpython-310.pyc
    │           │   │   │   ├── gsql.cpython-310.pyc
    │           │   │   │   ├── haskell.cpython-310.pyc
    │           │   │   │   ├── haxe.cpython-310.pyc
    │           │   │   │   ├── hdl.cpython-310.pyc
    │           │   │   │   ├── hexdump.cpython-310.pyc
    │           │   │   │   ├── html.cpython-310.pyc
    │           │   │   │   ├── idl.cpython-310.pyc
    │           │   │   │   ├── igor.cpython-310.pyc
    │           │   │   │   ├── inferno.cpython-310.pyc
    │           │   │   │   ├── installers.cpython-310.pyc
    │           │   │   │   ├── int_fiction.cpython-310.pyc
    │           │   │   │   ├── iolang.cpython-310.pyc
    │           │   │   │   ├── j.cpython-310.pyc
    │           │   │   │   ├── javascript.cpython-310.pyc
    │           │   │   │   ├── jmespath.cpython-310.pyc
    │           │   │   │   ├── jslt.cpython-310.pyc
    │           │   │   │   ├── jsonnet.cpython-310.pyc
    │           │   │   │   ├── julia.cpython-310.pyc
    │           │   │   │   ├── jvm.cpython-310.pyc
    │           │   │   │   ├── kuin.cpython-310.pyc
    │           │   │   │   ├── lilypond.cpython-310.pyc
    │           │   │   │   ├── lisp.cpython-310.pyc
    │           │   │   │   ├── macaulay2.cpython-310.pyc
    │           │   │   │   ├── make.cpython-310.pyc
    │           │   │   │   ├── markup.cpython-310.pyc
    │           │   │   │   ├── math.cpython-310.pyc
    │           │   │   │   ├── matlab.cpython-310.pyc
    │           │   │   │   ├── maxima.cpython-310.pyc
    │           │   │   │   ├── meson.cpython-310.pyc
    │           │   │   │   ├── mime.cpython-310.pyc
    │           │   │   │   ├── minecraft.cpython-310.pyc
    │           │   │   │   ├── mips.cpython-310.pyc
    │           │   │   │   ├── ml.cpython-310.pyc
    │           │   │   │   ├── modeling.cpython-310.pyc
    │           │   │   │   ├── modula2.cpython-310.pyc
    │           │   │   │   ├── monte.cpython-310.pyc
    │           │   │   │   ├── mosel.cpython-310.pyc
    │           │   │   │   ├── ncl.cpython-310.pyc
    │           │   │   │   ├── nimrod.cpython-310.pyc
    │           │   │   │   ├── nit.cpython-310.pyc
    │           │   │   │   ├── nix.cpython-310.pyc
    │           │   │   │   ├── oberon.cpython-310.pyc
    │           │   │   │   ├── objective.cpython-310.pyc
    │           │   │   │   ├── ooc.cpython-310.pyc
    │           │   │   │   ├── other.cpython-310.pyc
    │           │   │   │   ├── parasail.cpython-310.pyc
    │           │   │   │   ├── parsers.cpython-310.pyc
    │           │   │   │   ├── pascal.cpython-310.pyc
    │           │   │   │   ├── pawn.cpython-310.pyc
    │           │   │   │   ├── perl.cpython-310.pyc
    │           │   │   │   ├── phix.cpython-310.pyc
    │           │   │   │   ├── php.cpython-310.pyc
    │           │   │   │   ├── pointless.cpython-310.pyc
    │           │   │   │   ├── pony.cpython-310.pyc
    │           │   │   │   ├── praat.cpython-310.pyc
    │           │   │   │   ├── procfile.cpython-310.pyc
    │           │   │   │   ├── prolog.cpython-310.pyc
    │           │   │   │   ├── promql.cpython-310.pyc
    │           │   │   │   ├── python.cpython-310.pyc
    │           │   │   │   ├── q.cpython-310.pyc
    │           │   │   │   ├── qlik.cpython-310.pyc
    │           │   │   │   ├── qvt.cpython-310.pyc
    │           │   │   │   ├── r.cpython-310.pyc
    │           │   │   │   ├── rdf.cpython-310.pyc
    │           │   │   │   ├── rebol.cpython-310.pyc
    │           │   │   │   ├── resource.cpython-310.pyc
    │           │   │   │   ├── ride.cpython-310.pyc
    │           │   │   │   ├── rita.cpython-310.pyc
    │           │   │   │   ├── rnc.cpython-310.pyc
    │           │   │   │   ├── roboconf.cpython-310.pyc
    │           │   │   │   ├── robotframework.cpython-310.pyc
    │           │   │   │   ├── ruby.cpython-310.pyc
    │           │   │   │   ├── rust.cpython-310.pyc
    │           │   │   │   ├── sas.cpython-310.pyc
    │           │   │   │   ├── savi.cpython-310.pyc
    │           │   │   │   ├── scdoc.cpython-310.pyc
    │           │   │   │   ├── scripting.cpython-310.pyc
    │           │   │   │   ├── sgf.cpython-310.pyc
    │           │   │   │   ├── shell.cpython-310.pyc
    │           │   │   │   ├── sieve.cpython-310.pyc
    │           │   │   │   ├── slash.cpython-310.pyc
    │           │   │   │   ├── smalltalk.cpython-310.pyc
    │           │   │   │   ├── smithy.cpython-310.pyc
    │           │   │   │   ├── smv.cpython-310.pyc
    │           │   │   │   ├── snobol.cpython-310.pyc
    │           │   │   │   ├── solidity.cpython-310.pyc
    │           │   │   │   ├── sophia.cpython-310.pyc
    │           │   │   │   ├── special.cpython-310.pyc
    │           │   │   │   ├── spice.cpython-310.pyc
    │           │   │   │   ├── sql.cpython-310.pyc
    │           │   │   │   ├── srcinfo.cpython-310.pyc
    │           │   │   │   ├── stata.cpython-310.pyc
    │           │   │   │   ├── supercollider.cpython-310.pyc
    │           │   │   │   ├── tal.cpython-310.pyc
    │           │   │   │   ├── tcl.cpython-310.pyc
    │           │   │   │   ├── teal.cpython-310.pyc
    │           │   │   │   ├── templates.cpython-310.pyc
    │           │   │   │   ├── teraterm.cpython-310.pyc
    │           │   │   │   ├── testing.cpython-310.pyc
    │           │   │   │   ├── text.cpython-310.pyc
    │           │   │   │   ├── textedit.cpython-310.pyc
    │           │   │   │   ├── textfmts.cpython-310.pyc
    │           │   │   │   ├── theorem.cpython-310.pyc
    │           │   │   │   ├── thingsdb.cpython-310.pyc
    │           │   │   │   ├── tlb.cpython-310.pyc
    │           │   │   │   ├── tnt.cpython-310.pyc
    │           │   │   │   ├── trafficscript.cpython-310.pyc
    │           │   │   │   ├── typoscript.cpython-310.pyc
    │           │   │   │   ├── ul4.cpython-310.pyc
    │           │   │   │   ├── unicon.cpython-310.pyc
    │           │   │   │   ├── urbi.cpython-310.pyc
    │           │   │   │   ├── usd.cpython-310.pyc
    │           │   │   │   ├── varnish.cpython-310.pyc
    │           │   │   │   ├── verification.cpython-310.pyc
    │           │   │   │   ├── web.cpython-310.pyc
    │           │   │   │   ├── webassembly.cpython-310.pyc
    │           │   │   │   ├── webidl.cpython-310.pyc
    │           │   │   │   ├── webmisc.cpython-310.pyc
    │           │   │   │   ├── wgsl.cpython-310.pyc
    │           │   │   │   ├── whiley.cpython-310.pyc
    │           │   │   │   ├── wowtoc.cpython-310.pyc
    │           │   │   │   ├── wren.cpython-310.pyc
    │           │   │   │   ├── x10.cpython-310.pyc
    │           │   │   │   ├── xorg.cpython-310.pyc
    │           │   │   │   ├── yang.cpython-310.pyc
    │           │   │   │   └── zig.cpython-310.pyc
    │           │   │   ├── _ada_builtins.py
    │           │   │   ├── _asy_builtins.py
    │           │   │   ├── _cl_builtins.py
    │           │   │   ├── _cocoa_builtins.py
    │           │   │   ├── _csound_builtins.py
    │           │   │   ├── _css_builtins.py
    │           │   │   ├── _julia_builtins.py
    │           │   │   ├── _lasso_builtins.py
    │           │   │   ├── _lilypond_builtins.py
    │           │   │   ├── _lua_builtins.py
    │           │   │   ├── _mapping.py
    │           │   │   ├── _mql_builtins.py
    │           │   │   ├── _mysql_builtins.py
    │           │   │   ├── _openedge_builtins.py
    │           │   │   ├── _php_builtins.py
    │           │   │   ├── _postgres_builtins.py
    │           │   │   ├── _qlik_builtins.py
    │           │   │   ├── _scheme_builtins.py
    │           │   │   ├── _scilab_builtins.py
    │           │   │   ├── _sourcemod_builtins.py
    │           │   │   ├── _stan_builtins.py
    │           │   │   ├── _stata_builtins.py
    │           │   │   ├── _tsql_builtins.py
    │           │   │   ├── _usd_builtins.py
    │           │   │   ├── _vbscript_builtins.py
    │           │   │   ├── _vim_builtins.py
    │           │   │   ├── actionscript.py
    │           │   │   ├── ada.py
    │           │   │   ├── agile.py
    │           │   │   ├── algebra.py
    │           │   │   ├── ambient.py
    │           │   │   ├── amdgpu.py
    │           │   │   ├── ampl.py
    │           │   │   ├── apdlexer.py
    │           │   │   ├── apl.py
    │           │   │   ├── archetype.py
    │           │   │   ├── arrow.py
    │           │   │   ├── arturo.py
    │           │   │   ├── asc.py
    │           │   │   ├── asm.py
    │           │   │   ├── automation.py
    │           │   │   ├── bare.py
    │           │   │   ├── basic.py
    │           │   │   ├── bdd.py
    │           │   │   ├── berry.py
    │           │   │   ├── bibtex.py
    │           │   │   ├── boa.py
    │           │   │   ├── business.py
    │           │   │   ├── c_cpp.py
    │           │   │   ├── c_like.py
    │           │   │   ├── capnproto.py
    │           │   │   ├── carbon.py
    │           │   │   ├── cddl.py
    │           │   │   ├── chapel.py
    │           │   │   ├── clean.py
    │           │   │   ├── comal.py
    │           │   │   ├── compiled.py
    │           │   │   ├── configs.py
    │           │   │   ├── console.py
    │           │   │   ├── cplint.py
    │           │   │   ├── crystal.py
    │           │   │   ├── csound.py
    │           │   │   ├── css.py
    │           │   │   ├── d.py
    │           │   │   ├── dalvik.py
    │           │   │   ├── data.py
    │           │   │   ├── dax.py
    │           │   │   ├── devicetree.py
    │           │   │   ├── diff.py
    │           │   │   ├── dotnet.py
    │           │   │   ├── dsls.py
    │           │   │   ├── dylan.py
    │           │   │   ├── ecl.py
    │           │   │   ├── eiffel.py
    │           │   │   ├── elm.py
    │           │   │   ├── elpi.py
    │           │   │   ├── email.py
    │           │   │   ├── erlang.py
    │           │   │   ├── esoteric.py
    │           │   │   ├── ezhil.py
    │           │   │   ├── factor.py
    │           │   │   ├── fantom.py
    │           │   │   ├── felix.py
    │           │   │   ├── fift.py
    │           │   │   ├── floscript.py
    │           │   │   ├── forth.py
    │           │   │   ├── fortran.py
    │           │   │   ├── foxpro.py
    │           │   │   ├── freefem.py
    │           │   │   ├── func.py
    │           │   │   ├── functional.py
    │           │   │   ├── futhark.py
    │           │   │   ├── gcodelexer.py
    │           │   │   ├── gdscript.py
    │           │   │   ├── go.py
    │           │   │   ├── grammar_notation.py
    │           │   │   ├── graph.py
    │           │   │   ├── graphics.py
    │           │   │   ├── graphviz.py
    │           │   │   ├── gsql.py
    │           │   │   ├── haskell.py
    │           │   │   ├── haxe.py
    │           │   │   ├── hdl.py
    │           │   │   ├── hexdump.py
    │           │   │   ├── html.py
    │           │   │   ├── idl.py
    │           │   │   ├── igor.py
    │           │   │   ├── inferno.py
    │           │   │   ├── installers.py
    │           │   │   ├── int_fiction.py
    │           │   │   ├── iolang.py
    │           │   │   ├── j.py
    │           │   │   ├── javascript.py
    │           │   │   ├── jmespath.py
    │           │   │   ├── jslt.py
    │           │   │   ├── jsonnet.py
    │           │   │   ├── julia.py
    │           │   │   ├── jvm.py
    │           │   │   ├── kuin.py
    │           │   │   ├── lilypond.py
    │           │   │   ├── lisp.py
    │           │   │   ├── macaulay2.py
    │           │   │   ├── make.py
    │           │   │   ├── markup.py
    │           │   │   ├── math.py
    │           │   │   ├── matlab.py
    │           │   │   ├── maxima.py
    │           │   │   ├── meson.py
    │           │   │   ├── mime.py
    │           │   │   ├── minecraft.py
    │           │   │   ├── mips.py
    │           │   │   ├── ml.py
    │           │   │   ├── modeling.py
    │           │   │   ├── modula2.py
    │           │   │   ├── monte.py
    │           │   │   ├── mosel.py
    │           │   │   ├── ncl.py
    │           │   │   ├── nimrod.py
    │           │   │   ├── nit.py
    │           │   │   ├── nix.py
    │           │   │   ├── oberon.py
    │           │   │   ├── objective.py
    │           │   │   ├── ooc.py
    │           │   │   ├── other.py
    │           │   │   ├── parasail.py
    │           │   │   ├── parsers.py
    │           │   │   ├── pascal.py
    │           │   │   ├── pawn.py
    │           │   │   ├── perl.py
    │           │   │   ├── phix.py
    │           │   │   ├── php.py
    │           │   │   ├── pointless.py
    │           │   │   ├── pony.py
    │           │   │   ├── praat.py
    │           │   │   ├── procfile.py
    │           │   │   ├── prolog.py
    │           │   │   ├── promql.py
    │           │   │   ├── python.py
    │           │   │   ├── q.py
    │           │   │   ├── qlik.py
    │           │   │   ├── qvt.py
    │           │   │   ├── r.py
    │           │   │   ├── rdf.py
    │           │   │   ├── rebol.py
    │           │   │   ├── resource.py
    │           │   │   ├── ride.py
    │           │   │   ├── rita.py
    │           │   │   ├── rnc.py
    │           │   │   ├── roboconf.py
    │           │   │   ├── robotframework.py
    │           │   │   ├── ruby.py
    │           │   │   ├── rust.py
    │           │   │   ├── sas.py
    │           │   │   ├── savi.py
    │           │   │   ├── scdoc.py
    │           │   │   ├── scripting.py
    │           │   │   ├── sgf.py
    │           │   │   ├── shell.py
    │           │   │   ├── sieve.py
    │           │   │   ├── slash.py
    │           │   │   ├── smalltalk.py
    │           │   │   ├── smithy.py
    │           │   │   ├── smv.py
    │           │   │   ├── snobol.py
    │           │   │   ├── solidity.py
    │           │   │   ├── sophia.py
    │           │   │   ├── special.py
    │           │   │   ├── spice.py
    │           │   │   ├── sql.py
    │           │   │   ├── srcinfo.py
    │           │   │   ├── stata.py
    │           │   │   ├── supercollider.py
    │           │   │   ├── tal.py
    │           │   │   ├── tcl.py
    │           │   │   ├── teal.py
    │           │   │   ├── templates.py
    │           │   │   ├── teraterm.py
    │           │   │   ├── testing.py
    │           │   │   ├── text.py
    │           │   │   ├── textedit.py
    │           │   │   ├── textfmts.py
    │           │   │   ├── theorem.py
    │           │   │   ├── thingsdb.py
    │           │   │   ├── tlb.py
    │           │   │   ├── tnt.py
    │           │   │   ├── trafficscript.py
    │           │   │   ├── typoscript.py
    │           │   │   ├── ul4.py
    │           │   │   ├── unicon.py
    │           │   │   ├── urbi.py
    │           │   │   ├── usd.py
    │           │   │   ├── varnish.py
    │           │   │   ├── verification.py
    │           │   │   ├── web.py
    │           │   │   ├── webassembly.py
    │           │   │   ├── webidl.py
    │           │   │   ├── webmisc.py
    │           │   │   ├── wgsl.py
    │           │   │   ├── whiley.py
    │           │   │   ├── wowtoc.py
    │           │   │   ├── wren.py
    │           │   │   ├── x10.py
    │           │   │   ├── xorg.py
    │           │   │   ├── yang.py
    │           │   │   └── zig.py
    │           │   ├── modeline.py
    │           │   ├── plugin.py
    │           │   ├── regexopt.py
    │           │   ├── scanner.py
    │           │   ├── sphinxext.py
    │           │   ├── style.py
    │           │   ├── styles
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── abap.cpython-310.pyc
    │           │   │   │   ├── algol.cpython-310.pyc
    │           │   │   │   ├── algol_nu.cpython-310.pyc
    │           │   │   │   ├── arduino.cpython-310.pyc
    │           │   │   │   ├── autumn.cpython-310.pyc
    │           │   │   │   ├── borland.cpython-310.pyc
    │           │   │   │   ├── bw.cpython-310.pyc
    │           │   │   │   ├── colorful.cpython-310.pyc
    │           │   │   │   ├── default.cpython-310.pyc
    │           │   │   │   ├── dracula.cpython-310.pyc
    │           │   │   │   ├── emacs.cpython-310.pyc
    │           │   │   │   ├── friendly.cpython-310.pyc
    │           │   │   │   ├── friendly_grayscale.cpython-310.pyc
    │           │   │   │   ├── fruity.cpython-310.pyc
    │           │   │   │   ├── gh_dark.cpython-310.pyc
    │           │   │   │   ├── gruvbox.cpython-310.pyc
    │           │   │   │   ├── igor.cpython-310.pyc
    │           │   │   │   ├── inkpot.cpython-310.pyc
    │           │   │   │   ├── lilypond.cpython-310.pyc
    │           │   │   │   ├── lovelace.cpython-310.pyc
    │           │   │   │   ├── manni.cpython-310.pyc
    │           │   │   │   ├── material.cpython-310.pyc
    │           │   │   │   ├── monokai.cpython-310.pyc
    │           │   │   │   ├── murphy.cpython-310.pyc
    │           │   │   │   ├── native.cpython-310.pyc
    │           │   │   │   ├── nord.cpython-310.pyc
    │           │   │   │   ├── onedark.cpython-310.pyc
    │           │   │   │   ├── paraiso_dark.cpython-310.pyc
    │           │   │   │   ├── paraiso_light.cpython-310.pyc
    │           │   │   │   ├── pastie.cpython-310.pyc
    │           │   │   │   ├── perldoc.cpython-310.pyc
    │           │   │   │   ├── rainbow_dash.cpython-310.pyc
    │           │   │   │   ├── rrt.cpython-310.pyc
    │           │   │   │   ├── sas.cpython-310.pyc
    │           │   │   │   ├── solarized.cpython-310.pyc
    │           │   │   │   ├── staroffice.cpython-310.pyc
    │           │   │   │   ├── stata_dark.cpython-310.pyc
    │           │   │   │   ├── stata_light.cpython-310.pyc
    │           │   │   │   ├── tango.cpython-310.pyc
    │           │   │   │   ├── trac.cpython-310.pyc
    │           │   │   │   ├── vim.cpython-310.pyc
    │           │   │   │   ├── vs.cpython-310.pyc
    │           │   │   │   ├── xcode.cpython-310.pyc
    │           │   │   │   └── zenburn.cpython-310.pyc
    │           │   │   ├── abap.py
    │           │   │   ├── algol.py
    │           │   │   ├── algol_nu.py
    │           │   │   ├── arduino.py
    │           │   │   ├── autumn.py
    │           │   │   ├── borland.py
    │           │   │   ├── bw.py
    │           │   │   ├── colorful.py
    │           │   │   ├── default.py
    │           │   │   ├── dracula.py
    │           │   │   ├── emacs.py
    │           │   │   ├── friendly.py
    │           │   │   ├── friendly_grayscale.py
    │           │   │   ├── fruity.py
    │           │   │   ├── gh_dark.py
    │           │   │   ├── gruvbox.py
    │           │   │   ├── igor.py
    │           │   │   ├── inkpot.py
    │           │   │   ├── lilypond.py
    │           │   │   ├── lovelace.py
    │           │   │   ├── manni.py
    │           │   │   ├── material.py
    │           │   │   ├── monokai.py
    │           │   │   ├── murphy.py
    │           │   │   ├── native.py
    │           │   │   ├── nord.py
    │           │   │   ├── onedark.py
    │           │   │   ├── paraiso_dark.py
    │           │   │   ├── paraiso_light.py
    │           │   │   ├── pastie.py
    │           │   │   ├── perldoc.py
    │           │   │   ├── rainbow_dash.py
    │           │   │   ├── rrt.py
    │           │   │   ├── sas.py
    │           │   │   ├── solarized.py
    │           │   │   ├── staroffice.py
    │           │   │   ├── stata_dark.py
    │           │   │   ├── stata_light.py
    │           │   │   ├── tango.py
    │           │   │   ├── trac.py
    │           │   │   ├── vim.py
    │           │   │   ├── vs.py
    │           │   │   ├── xcode.py
    │           │   │   └── zenburn.py
    │           │   ├── token.py
    │           │   ├── unistring.py
    │           │   └── util.py
    │           ├── pyproject_hooks
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   └── _impl.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── _impl.py
    │           │   └── _in_process
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   └── _in_process.cpython-310.pyc
    │           │       └── _in_process.py
    │           ├── pyproject_hooks-1.0.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── pyrsistent
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _checked_types.cpython-310.pyc
    │           │   │   ├── _field_common.cpython-310.pyc
    │           │   │   ├── _helpers.cpython-310.pyc
    │           │   │   ├── _immutable.cpython-310.pyc
    │           │   │   ├── _pbag.cpython-310.pyc
    │           │   │   ├── _pclass.cpython-310.pyc
    │           │   │   ├── _pdeque.cpython-310.pyc
    │           │   │   ├── _plist.cpython-310.pyc
    │           │   │   ├── _pmap.cpython-310.pyc
    │           │   │   ├── _precord.cpython-310.pyc
    │           │   │   ├── _pset.cpython-310.pyc
    │           │   │   ├── _pvector.cpython-310.pyc
    │           │   │   ├── _toolz.cpython-310.pyc
    │           │   │   ├── _transformations.cpython-310.pyc
    │           │   │   └── typing.cpython-310.pyc
    │           │   ├── _checked_types.py
    │           │   ├── _field_common.py
    │           │   ├── _helpers.py
    │           │   ├── _immutable.py
    │           │   ├── _pbag.py
    │           │   ├── _pclass.py
    │           │   ├── _pdeque.py
    │           │   ├── _plist.py
    │           │   ├── _pmap.py
    │           │   ├── _precord.py
    │           │   ├── _pset.py
    │           │   ├── _pvector.py
    │           │   ├── _toolz.py
    │           │   ├── _transformations.py
    │           │   ├── py.typed
    │           │   ├── typing.py
    │           │   └── typing.pyi
    │           ├── pyrsistent-0.19.3.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.mit
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── pytest
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   └── __main__.cpython-310.pyc
    │           │   └── py.typed
    │           ├── pytest-7.3.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── rapidfuzz
    │           │   ├── __init__.pxd
    │           │   ├── __init__.py
    │           │   ├── __init__.pyi
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _feature_detector.cpython-310.pyc
    │           │   │   ├── _utils.cpython-310.pyc
    │           │   │   ├── fuzz.cpython-310.pyc
    │           │   │   ├── fuzz_cpp.cpython-310.pyc
    │           │   │   ├── fuzz_py.cpython-310.pyc
    │           │   │   ├── process.cpython-310.pyc
    │           │   │   ├── process_cpp.cpython-310.pyc
    │           │   │   ├── process_py.cpython-310.pyc
    │           │   │   ├── string_metric.cpython-310.pyc
    │           │   │   ├── utils.cpython-310.pyc
    │           │   │   └── utils_py.cpython-310.pyc
    │           │   ├── __pyinstaller
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── hook-rapidfuzz.cpython-310.pyc
    │           │   │   │   └── test_rapidfuzz_packaging.cpython-310.pyc
    │           │   │   ├── hook-rapidfuzz.py
    │           │   │   └── test_rapidfuzz_packaging.py
    │           │   ├── _feature_detector.py
    │           │   ├── _feature_detector_cpp.cpython-310-x86_64-linux-gnu.so
    │           │   ├── _utils.py
    │           │   ├── distance
    │           │   │   ├── DamerauLevenshtein.py
    │           │   │   ├── DamerauLevenshtein.pyi
    │           │   │   ├── DamerauLevenshtein_cpp.py
    │           │   │   ├── DamerauLevenshtein_py.py
    │           │   │   ├── Hamming.py
    │           │   │   ├── Hamming.pyi
    │           │   │   ├── Hamming_cpp.py
    │           │   │   ├── Hamming_py.py
    │           │   │   ├── Indel.py
    │           │   │   ├── Indel.pyi
    │           │   │   ├── Indel_cpp.py
    │           │   │   ├── Indel_py.py
    │           │   │   ├── Jaro.py
    │           │   │   ├── Jaro.pyi
    │           │   │   ├── JaroWinkler.py
    │           │   │   ├── JaroWinkler.pyi
    │           │   │   ├── JaroWinkler_cpp.py
    │           │   │   ├── JaroWinkler_py.py
    │           │   │   ├── Jaro_cpp.py
    │           │   │   ├── Jaro_py.py
    │           │   │   ├── LCSseq.py
    │           │   │   ├── LCSseq.pyi
    │           │   │   ├── LCSseq_cpp.py
    │           │   │   ├── LCSseq_py.py
    │           │   │   ├── Levenshtein.py
    │           │   │   ├── Levenshtein.pyi
    │           │   │   ├── Levenshtein_cpp.py
    │           │   │   ├── Levenshtein_py.py
    │           │   │   ├── OSA.py
    │           │   │   ├── OSA.pyi
    │           │   │   ├── OSA_cpp.py
    │           │   │   ├── OSA_py.py
    │           │   │   ├── Postfix.py
    │           │   │   ├── Postfix_cpp.py
    │           │   │   ├── Postfix_py.py
    │           │   │   ├── Prefix.py
    │           │   │   ├── Prefix_cpp.py
    │           │   │   ├── Prefix_py.py
    │           │   │   ├── __init__.py
    │           │   │   ├── __init__.pyi
    │           │   │   ├── __pycache__
    │           │   │   │   ├── DamerauLevenshtein.cpython-310.pyc
    │           │   │   │   ├── DamerauLevenshtein_cpp.cpython-310.pyc
    │           │   │   │   ├── DamerauLevenshtein_py.cpython-310.pyc
    │           │   │   │   ├── Hamming.cpython-310.pyc
    │           │   │   │   ├── Hamming_cpp.cpython-310.pyc
    │           │   │   │   ├── Hamming_py.cpython-310.pyc
    │           │   │   │   ├── Indel.cpython-310.pyc
    │           │   │   │   ├── Indel_cpp.cpython-310.pyc
    │           │   │   │   ├── Indel_py.cpython-310.pyc
    │           │   │   │   ├── Jaro.cpython-310.pyc
    │           │   │   │   ├── JaroWinkler.cpython-310.pyc
    │           │   │   │   ├── JaroWinkler_cpp.cpython-310.pyc
    │           │   │   │   ├── JaroWinkler_py.cpython-310.pyc
    │           │   │   │   ├── Jaro_cpp.cpython-310.pyc
    │           │   │   │   ├── Jaro_py.cpython-310.pyc
    │           │   │   │   ├── LCSseq.cpython-310.pyc
    │           │   │   │   ├── LCSseq_cpp.cpython-310.pyc
    │           │   │   │   ├── LCSseq_py.cpython-310.pyc
    │           │   │   │   ├── Levenshtein.cpython-310.pyc
    │           │   │   │   ├── Levenshtein_cpp.cpython-310.pyc
    │           │   │   │   ├── Levenshtein_py.cpython-310.pyc
    │           │   │   │   ├── OSA.cpython-310.pyc
    │           │   │   │   ├── OSA_cpp.cpython-310.pyc
    │           │   │   │   ├── OSA_py.cpython-310.pyc
    │           │   │   │   ├── Postfix.cpython-310.pyc
    │           │   │   │   ├── Postfix_cpp.cpython-310.pyc
    │           │   │   │   ├── Postfix_py.cpython-310.pyc
    │           │   │   │   ├── Prefix.cpython-310.pyc
    │           │   │   │   ├── Prefix_cpp.cpython-310.pyc
    │           │   │   │   ├── Prefix_py.cpython-310.pyc
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _initialize.cpython-310.pyc
    │           │   │   │   └── _initialize_py.cpython-310.pyc
    │           │   │   ├── _initialize.py
    │           │   │   ├── _initialize.pyi
    │           │   │   ├── _initialize_cpp.cpython-310-x86_64-linux-gnu.so
    │           │   │   ├── _initialize_py.py
    │           │   │   ├── metrics_cpp.cpython-310-x86_64-linux-gnu.so
    │           │   │   ├── metrics_cpp.pyi
    │           │   │   └── metrics_cpp_avx2.cpython-310-x86_64-linux-gnu.so
    │           │   ├── fuzz.py
    │           │   ├── fuzz.pyi
    │           │   ├── fuzz_cpp.py
    │           │   ├── fuzz_cpp_impl.cpython-310-x86_64-linux-gnu.so
    │           │   ├── fuzz_cpp_impl_avx2.cpython-310-x86_64-linux-gnu.so
    │           │   ├── fuzz_py.py
    │           │   ├── process.py
    │           │   ├── process.pyi
    │           │   ├── process_cpp.py
    │           │   ├── process_cpp_impl.cpython-310-x86_64-linux-gnu.so
    │           │   ├── process_cpp_impl.pyi
    │           │   ├── process_py.py
    │           │   ├── py.typed
    │           │   ├── rapidfuzz.h
    │           │   ├── string_metric.py
    │           │   ├── utils.py
    │           │   ├── utils.pyi
    │           │   ├── utils_cpp.cpython-310-x86_64-linux-gnu.so
    │           │   └── utils_py.py
    │           ├── rapidfuzz-2.15.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── readme_renderer
    │           │   ├── __about__.py
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __about__.cpython-310.pyc
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── clean.cpython-310.pyc
    │           │   │   ├── markdown.cpython-310.pyc
    │           │   │   ├── rst.cpython-310.pyc
    │           │   │   └── txt.cpython-310.pyc
    │           │   ├── clean.py
    │           │   ├── markdown.py
    │           │   ├── py.typed
    │           │   ├── rst.py
    │           │   └── txt.py
    │           ├── readme_renderer-37.3.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── requests
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __version__.cpython-310.pyc
    │           │   │   ├── _internal_utils.cpython-310.pyc
    │           │   │   ├── adapters.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── auth.cpython-310.pyc
    │           │   │   ├── certs.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── cookies.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── help.cpython-310.pyc
    │           │   │   ├── hooks.cpython-310.pyc
    │           │   │   ├── models.cpython-310.pyc
    │           │   │   ├── packages.cpython-310.pyc
    │           │   │   ├── sessions.cpython-310.pyc
    │           │   │   ├── status_codes.cpython-310.pyc
    │           │   │   ├── structures.cpython-310.pyc
    │           │   │   └── utils.cpython-310.pyc
    │           │   ├── __version__.py
    │           │   ├── _internal_utils.py
    │           │   ├── adapters.py
    │           │   ├── api.py
    │           │   ├── auth.py
    │           │   ├── certs.py
    │           │   ├── compat.py
    │           │   ├── cookies.py
    │           │   ├── exceptions.py
    │           │   ├── help.py
    │           │   ├── hooks.py
    │           │   ├── models.py
    │           │   ├── packages.py
    │           │   ├── sessions.py
    │           │   ├── status_codes.py
    │           │   ├── structures.py
    │           │   └── utils.py
    │           ├── requests-2.30.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── requests_toolbelt
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── sessions.cpython-310.pyc
    │           │   │   └── streaming_iterator.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── adapters
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── appengine.cpython-310.pyc
    │           │   │   │   ├── fingerprint.cpython-310.pyc
    │           │   │   │   ├── host_header_ssl.cpython-310.pyc
    │           │   │   │   ├── socket_options.cpython-310.pyc
    │           │   │   │   ├── source.cpython-310.pyc
    │           │   │   │   ├── ssl.cpython-310.pyc
    │           │   │   │   └── x509.cpython-310.pyc
    │           │   │   ├── appengine.py
    │           │   │   ├── fingerprint.py
    │           │   │   ├── host_header_ssl.py
    │           │   │   ├── socket_options.py
    │           │   │   ├── source.py
    │           │   │   ├── ssl.py
    │           │   │   └── x509.py
    │           │   ├── auth
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _digest_auth_compat.cpython-310.pyc
    │           │   │   │   ├── guess.cpython-310.pyc
    │           │   │   │   ├── handler.cpython-310.pyc
    │           │   │   │   └── http_proxy_digest.cpython-310.pyc
    │           │   │   ├── _digest_auth_compat.py
    │           │   │   ├── guess.py
    │           │   │   ├── handler.py
    │           │   │   └── http_proxy_digest.py
    │           │   ├── cookies
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── forgetful.cpython-310.pyc
    │           │   │   └── forgetful.py
    │           │   ├── downloadutils
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── stream.cpython-310.pyc
    │           │   │   │   └── tee.cpython-310.pyc
    │           │   │   ├── stream.py
    │           │   │   └── tee.py
    │           │   ├── exceptions.py
    │           │   ├── multipart
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── decoder.cpython-310.pyc
    │           │   │   │   └── encoder.cpython-310.pyc
    │           │   │   ├── decoder.py
    │           │   │   └── encoder.py
    │           │   ├── sessions.py
    │           │   ├── streaming_iterator.py
    │           │   ├── threaded
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── pool.cpython-310.pyc
    │           │   │   │   └── thread.cpython-310.pyc
    │           │   │   ├── pool.py
    │           │   │   └── thread.py
    │           │   └── utils
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── deprecated.cpython-310.pyc
    │           │       │   ├── dump.cpython-310.pyc
    │           │       │   ├── formdata.cpython-310.pyc
    │           │       │   └── user_agent.cpython-310.pyc
    │           │       ├── deprecated.py
    │           │       ├── dump.py
    │           │       ├── formdata.py
    │           │       └── user_agent.py
    │           ├── requests_toolbelt-0.10.1.dist-info
    │           │   ├── AUTHORS.rst
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── rfc3986
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _mixin.cpython-310.pyc
    │           │   │   ├── abnf_regexp.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── builder.cpython-310.pyc
    │           │   │   ├── compat.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── iri.cpython-310.pyc
    │           │   │   ├── misc.cpython-310.pyc
    │           │   │   ├── normalizers.cpython-310.pyc
    │           │   │   ├── parseresult.cpython-310.pyc
    │           │   │   ├── uri.cpython-310.pyc
    │           │   │   └── validators.cpython-310.pyc
    │           │   ├── _mixin.py
    │           │   ├── abnf_regexp.py
    │           │   ├── api.py
    │           │   ├── builder.py
    │           │   ├── compat.py
    │           │   ├── exceptions.py
    │           │   ├── iri.py
    │           │   ├── misc.py
    │           │   ├── normalizers.py
    │           │   ├── parseresult.py
    │           │   ├── uri.py
    │           │   └── validators.py
    │           ├── rfc3986-2.0.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── rich
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── _cell_widths.cpython-310.pyc
    │           │   │   ├── _emoji_codes.cpython-310.pyc
    │           │   │   ├── _emoji_replace.cpython-310.pyc
    │           │   │   ├── _export_format.cpython-310.pyc
    │           │   │   ├── _extension.cpython-310.pyc
    │           │   │   ├── _fileno.cpython-310.pyc
    │           │   │   ├── _inspect.cpython-310.pyc
    │           │   │   ├── _log_render.cpython-310.pyc
    │           │   │   ├── _loop.cpython-310.pyc
    │           │   │   ├── _null_file.cpython-310.pyc
    │           │   │   ├── _palettes.cpython-310.pyc
    │           │   │   ├── _pick.cpython-310.pyc
    │           │   │   ├── _ratio.cpython-310.pyc
    │           │   │   ├── _spinners.cpython-310.pyc
    │           │   │   ├── _stack.cpython-310.pyc
    │           │   │   ├── _timer.cpython-310.pyc
    │           │   │   ├── _win32_console.cpython-310.pyc
    │           │   │   ├── _windows.cpython-310.pyc
    │           │   │   ├── _windows_renderer.cpython-310.pyc
    │           │   │   ├── _wrap.cpython-310.pyc
    │           │   │   ├── abc.cpython-310.pyc
    │           │   │   ├── align.cpython-310.pyc
    │           │   │   ├── ansi.cpython-310.pyc
    │           │   │   ├── bar.cpython-310.pyc
    │           │   │   ├── box.cpython-310.pyc
    │           │   │   ├── cells.cpython-310.pyc
    │           │   │   ├── color.cpython-310.pyc
    │           │   │   ├── color_triplet.cpython-310.pyc
    │           │   │   ├── columns.cpython-310.pyc
    │           │   │   ├── console.cpython-310.pyc
    │           │   │   ├── constrain.cpython-310.pyc
    │           │   │   ├── containers.cpython-310.pyc
    │           │   │   ├── control.cpython-310.pyc
    │           │   │   ├── default_styles.cpython-310.pyc
    │           │   │   ├── diagnose.cpython-310.pyc
    │           │   │   ├── emoji.cpython-310.pyc
    │           │   │   ├── errors.cpython-310.pyc
    │           │   │   ├── file_proxy.cpython-310.pyc
    │           │   │   ├── filesize.cpython-310.pyc
    │           │   │   ├── highlighter.cpython-310.pyc
    │           │   │   ├── json.cpython-310.pyc
    │           │   │   ├── jupyter.cpython-310.pyc
    │           │   │   ├── layout.cpython-310.pyc
    │           │   │   ├── live.cpython-310.pyc
    │           │   │   ├── live_render.cpython-310.pyc
    │           │   │   ├── logging.cpython-310.pyc
    │           │   │   ├── markdown.cpython-310.pyc
    │           │   │   ├── markup.cpython-310.pyc
    │           │   │   ├── measure.cpython-310.pyc
    │           │   │   ├── padding.cpython-310.pyc
    │           │   │   ├── pager.cpython-310.pyc
    │           │   │   ├── palette.cpython-310.pyc
    │           │   │   ├── panel.cpython-310.pyc
    │           │   │   ├── pretty.cpython-310.pyc
    │           │   │   ├── progress.cpython-310.pyc
    │           │   │   ├── progress_bar.cpython-310.pyc
    │           │   │   ├── prompt.cpython-310.pyc
    │           │   │   ├── protocol.cpython-310.pyc
    │           │   │   ├── region.cpython-310.pyc
    │           │   │   ├── repr.cpython-310.pyc
    │           │   │   ├── rule.cpython-310.pyc
    │           │   │   ├── scope.cpython-310.pyc
    │           │   │   ├── screen.cpython-310.pyc
    │           │   │   ├── segment.cpython-310.pyc
    │           │   │   ├── spinner.cpython-310.pyc
    │           │   │   ├── status.cpython-310.pyc
    │           │   │   ├── style.cpython-310.pyc
    │           │   │   ├── styled.cpython-310.pyc
    │           │   │   ├── syntax.cpython-310.pyc
    │           │   │   ├── table.cpython-310.pyc
    │           │   │   ├── terminal_theme.cpython-310.pyc
    │           │   │   ├── text.cpython-310.pyc
    │           │   │   ├── theme.cpython-310.pyc
    │           │   │   ├── themes.cpython-310.pyc
    │           │   │   ├── traceback.cpython-310.pyc
    │           │   │   └── tree.cpython-310.pyc
    │           │   ├── _cell_widths.py
    │           │   ├── _emoji_codes.py
    │           │   ├── _emoji_replace.py
    │           │   ├── _export_format.py
    │           │   ├── _extension.py
    │           │   ├── _fileno.py
    │           │   ├── _inspect.py
    │           │   ├── _log_render.py
    │           │   ├── _loop.py
    │           │   ├── _null_file.py
    │           │   ├── _palettes.py
    │           │   ├── _pick.py
    │           │   ├── _ratio.py
    │           │   ├── _spinners.py
    │           │   ├── _stack.py
    │           │   ├── _timer.py
    │           │   ├── _win32_console.py
    │           │   ├── _windows.py
    │           │   ├── _windows_renderer.py
    │           │   ├── _wrap.py
    │           │   ├── abc.py
    │           │   ├── align.py
    │           │   ├── ansi.py
    │           │   ├── bar.py
    │           │   ├── box.py
    │           │   ├── cells.py
    │           │   ├── color.py
    │           │   ├── color_triplet.py
    │           │   ├── columns.py
    │           │   ├── console.py
    │           │   ├── constrain.py
    │           │   ├── containers.py
    │           │   ├── control.py
    │           │   ├── default_styles.py
    │           │   ├── diagnose.py
    │           │   ├── emoji.py
    │           │   ├── errors.py
    │           │   ├── file_proxy.py
    │           │   ├── filesize.py
    │           │   ├── highlighter.py
    │           │   ├── json.py
    │           │   ├── jupyter.py
    │           │   ├── layout.py
    │           │   ├── live.py
    │           │   ├── live_render.py
    │           │   ├── logging.py
    │           │   ├── markdown.py
    │           │   ├── markup.py
    │           │   ├── measure.py
    │           │   ├── padding.py
    │           │   ├── pager.py
    │           │   ├── palette.py
    │           │   ├── panel.py
    │           │   ├── pretty.py
    │           │   ├── progress.py
    │           │   ├── progress_bar.py
    │           │   ├── prompt.py
    │           │   ├── protocol.py
    │           │   ├── py.typed
    │           │   ├── region.py
    │           │   ├── repr.py
    │           │   ├── rule.py
    │           │   ├── scope.py
    │           │   ├── screen.py
    │           │   ├── segment.py
    │           │   ├── spinner.py
    │           │   ├── status.py
    │           │   ├── style.py
    │           │   ├── styled.py
    │           │   ├── syntax.py
    │           │   ├── table.py
    │           │   ├── terminal_theme.py
    │           │   ├── text.py
    │           │   ├── theme.py
    │           │   ├── themes.py
    │           │   ├── traceback.py
    │           │   └── tree.py
    │           ├── rich-13.3.5.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── secretstorage
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── collection.cpython-310.pyc
    │           │   │   ├── defines.cpython-310.pyc
    │           │   │   ├── dhcrypto.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── item.cpython-310.pyc
    │           │   │   └── util.cpython-310.pyc
    │           │   ├── collection.py
    │           │   ├── defines.py
    │           │   ├── dhcrypto.py
    │           │   ├── exceptions.py
    │           │   ├── item.py
    │           │   ├── py.typed
    │           │   └── util.py
    │           ├── setuptools
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _deprecation_warning.cpython-310.pyc
    │           │   │   ├── _imp.cpython-310.pyc
    │           │   │   ├── archive_util.cpython-310.pyc
    │           │   │   ├── build_meta.cpython-310.pyc
    │           │   │   ├── config.cpython-310.pyc
    │           │   │   ├── dep_util.cpython-310.pyc
    │           │   │   ├── depends.cpython-310.pyc
    │           │   │   ├── dist.cpython-310.pyc
    │           │   │   ├── errors.cpython-310.pyc
    │           │   │   ├── extension.cpython-310.pyc
    │           │   │   ├── glob.cpython-310.pyc
    │           │   │   ├── installer.cpython-310.pyc
    │           │   │   ├── launch.cpython-310.pyc
    │           │   │   ├── monkey.cpython-310.pyc
    │           │   │   ├── msvc.cpython-310.pyc
    │           │   │   ├── namespaces.cpython-310.pyc
    │           │   │   ├── package_index.cpython-310.pyc
    │           │   │   ├── py34compat.cpython-310.pyc
    │           │   │   ├── sandbox.cpython-310.pyc
    │           │   │   ├── unicode_utils.cpython-310.pyc
    │           │   │   ├── version.cpython-310.pyc
    │           │   │   ├── wheel.cpython-310.pyc
    │           │   │   └── windows_support.cpython-310.pyc
    │           │   ├── _deprecation_warning.py
    │           │   ├── _distutils
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _msvccompiler.cpython-310.pyc
    │           │   │   │   ├── archive_util.cpython-310.pyc
    │           │   │   │   ├── bcppcompiler.cpython-310.pyc
    │           │   │   │   ├── ccompiler.cpython-310.pyc
    │           │   │   │   ├── cmd.cpython-310.pyc
    │           │   │   │   ├── config.cpython-310.pyc
    │           │   │   │   ├── core.cpython-310.pyc
    │           │   │   │   ├── cygwinccompiler.cpython-310.pyc
    │           │   │   │   ├── debug.cpython-310.pyc
    │           │   │   │   ├── dep_util.cpython-310.pyc
    │           │   │   │   ├── dir_util.cpython-310.pyc
    │           │   │   │   ├── dist.cpython-310.pyc
    │           │   │   │   ├── errors.cpython-310.pyc
    │           │   │   │   ├── extension.cpython-310.pyc
    │           │   │   │   ├── fancy_getopt.cpython-310.pyc
    │           │   │   │   ├── file_util.cpython-310.pyc
    │           │   │   │   ├── filelist.cpython-310.pyc
    │           │   │   │   ├── log.cpython-310.pyc
    │           │   │   │   ├── msvc9compiler.cpython-310.pyc
    │           │   │   │   ├── msvccompiler.cpython-310.pyc
    │           │   │   │   ├── py35compat.cpython-310.pyc
    │           │   │   │   ├── py38compat.cpython-310.pyc
    │           │   │   │   ├── spawn.cpython-310.pyc
    │           │   │   │   ├── sysconfig.cpython-310.pyc
    │           │   │   │   ├── text_file.cpython-310.pyc
    │           │   │   │   ├── unixccompiler.cpython-310.pyc
    │           │   │   │   ├── util.cpython-310.pyc
    │           │   │   │   ├── version.cpython-310.pyc
    │           │   │   │   └── versionpredicate.cpython-310.pyc
    │           │   │   ├── _msvccompiler.py
    │           │   │   ├── archive_util.py
    │           │   │   ├── bcppcompiler.py
    │           │   │   ├── ccompiler.py
    │           │   │   ├── cmd.py
    │           │   │   ├── command
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── bdist.cpython-310.pyc
    │           │   │   │   │   ├── bdist_dumb.cpython-310.pyc
    │           │   │   │   │   ├── bdist_msi.cpython-310.pyc
    │           │   │   │   │   ├── bdist_rpm.cpython-310.pyc
    │           │   │   │   │   ├── bdist_wininst.cpython-310.pyc
    │           │   │   │   │   ├── build.cpython-310.pyc
    │           │   │   │   │   ├── build_clib.cpython-310.pyc
    │           │   │   │   │   ├── build_ext.cpython-310.pyc
    │           │   │   │   │   ├── build_py.cpython-310.pyc
    │           │   │   │   │   ├── build_scripts.cpython-310.pyc
    │           │   │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   │   ├── clean.cpython-310.pyc
    │           │   │   │   │   ├── config.cpython-310.pyc
    │           │   │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   │   ├── install_data.cpython-310.pyc
    │           │   │   │   │   ├── install_egg_info.cpython-310.pyc
    │           │   │   │   │   ├── install_headers.cpython-310.pyc
    │           │   │   │   │   ├── install_lib.cpython-310.pyc
    │           │   │   │   │   ├── install_scripts.cpython-310.pyc
    │           │   │   │   │   ├── py37compat.cpython-310.pyc
    │           │   │   │   │   ├── register.cpython-310.pyc
    │           │   │   │   │   ├── sdist.cpython-310.pyc
    │           │   │   │   │   └── upload.cpython-310.pyc
    │           │   │   │   ├── bdist.py
    │           │   │   │   ├── bdist_dumb.py
    │           │   │   │   ├── bdist_msi.py
    │           │   │   │   ├── bdist_rpm.py
    │           │   │   │   ├── bdist_wininst.py
    │           │   │   │   ├── build.py
    │           │   │   │   ├── build_clib.py
    │           │   │   │   ├── build_ext.py
    │           │   │   │   ├── build_py.py
    │           │   │   │   ├── build_scripts.py
    │           │   │   │   ├── check.py
    │           │   │   │   ├── clean.py
    │           │   │   │   ├── config.py
    │           │   │   │   ├── install.py
    │           │   │   │   ├── install_data.py
    │           │   │   │   ├── install_egg_info.py
    │           │   │   │   ├── install_headers.py
    │           │   │   │   ├── install_lib.py
    │           │   │   │   ├── install_scripts.py
    │           │   │   │   ├── py37compat.py
    │           │   │   │   ├── register.py
    │           │   │   │   ├── sdist.py
    │           │   │   │   └── upload.py
    │           │   │   ├── config.py
    │           │   │   ├── core.py
    │           │   │   ├── cygwinccompiler.py
    │           │   │   ├── debug.py
    │           │   │   ├── dep_util.py
    │           │   │   ├── dir_util.py
    │           │   │   ├── dist.py
    │           │   │   ├── errors.py
    │           │   │   ├── extension.py
    │           │   │   ├── fancy_getopt.py
    │           │   │   ├── file_util.py
    │           │   │   ├── filelist.py
    │           │   │   ├── log.py
    │           │   │   ├── msvc9compiler.py
    │           │   │   ├── msvccompiler.py
    │           │   │   ├── py35compat.py
    │           │   │   ├── py38compat.py
    │           │   │   ├── spawn.py
    │           │   │   ├── sysconfig.py
    │           │   │   ├── text_file.py
    │           │   │   ├── unixccompiler.py
    │           │   │   ├── util.py
    │           │   │   ├── version.py
    │           │   │   └── versionpredicate.py
    │           │   ├── _imp.py
    │           │   ├── _vendor
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── ordered_set.cpython-310.pyc
    │           │   │   │   └── pyparsing.cpython-310.pyc
    │           │   │   ├── more_itertools
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── more.cpython-310.pyc
    │           │   │   │   │   └── recipes.cpython-310.pyc
    │           │   │   │   ├── more.py
    │           │   │   │   └── recipes.py
    │           │   │   ├── ordered_set.py
    │           │   │   ├── packaging
    │           │   │   │   ├── __about__.py
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __about__.cpython-310.pyc
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _manylinux.cpython-310.pyc
    │           │   │   │   │   ├── _musllinux.cpython-310.pyc
    │           │   │   │   │   ├── _structures.cpython-310.pyc
    │           │   │   │   │   ├── markers.cpython-310.pyc
    │           │   │   │   │   ├── requirements.cpython-310.pyc
    │           │   │   │   │   ├── specifiers.cpython-310.pyc
    │           │   │   │   │   ├── tags.cpython-310.pyc
    │           │   │   │   │   ├── utils.cpython-310.pyc
    │           │   │   │   │   └── version.cpython-310.pyc
    │           │   │   │   ├── _manylinux.py
    │           │   │   │   ├── _musllinux.py
    │           │   │   │   ├── _structures.py
    │           │   │   │   ├── markers.py
    │           │   │   │   ├── requirements.py
    │           │   │   │   ├── specifiers.py
    │           │   │   │   ├── tags.py
    │           │   │   │   ├── utils.py
    │           │   │   │   └── version.py
    │           │   │   └── pyparsing.py
    │           │   ├── archive_util.py
    │           │   ├── build_meta.py
    │           │   ├── cli-32.exe
    │           │   ├── cli-64.exe
    │           │   ├── cli-arm64.exe
    │           │   ├── cli.exe
    │           │   ├── command
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── alias.cpython-310.pyc
    │           │   │   │   ├── bdist_egg.cpython-310.pyc
    │           │   │   │   ├── bdist_rpm.cpython-310.pyc
    │           │   │   │   ├── build_clib.cpython-310.pyc
    │           │   │   │   ├── build_ext.cpython-310.pyc
    │           │   │   │   ├── build_py.cpython-310.pyc
    │           │   │   │   ├── develop.cpython-310.pyc
    │           │   │   │   ├── dist_info.cpython-310.pyc
    │           │   │   │   ├── easy_install.cpython-310.pyc
    │           │   │   │   ├── egg_info.cpython-310.pyc
    │           │   │   │   ├── install.cpython-310.pyc
    │           │   │   │   ├── install_egg_info.cpython-310.pyc
    │           │   │   │   ├── install_lib.cpython-310.pyc
    │           │   │   │   ├── install_scripts.cpython-310.pyc
    │           │   │   │   ├── py36compat.cpython-310.pyc
    │           │   │   │   ├── register.cpython-310.pyc
    │           │   │   │   ├── rotate.cpython-310.pyc
    │           │   │   │   ├── saveopts.cpython-310.pyc
    │           │   │   │   ├── sdist.cpython-310.pyc
    │           │   │   │   ├── setopt.cpython-310.pyc
    │           │   │   │   ├── test.cpython-310.pyc
    │           │   │   │   ├── upload.cpython-310.pyc
    │           │   │   │   └── upload_docs.cpython-310.pyc
    │           │   │   ├── alias.py
    │           │   │   ├── bdist_egg.py
    │           │   │   ├── bdist_rpm.py
    │           │   │   ├── build_clib.py
    │           │   │   ├── build_ext.py
    │           │   │   ├── build_py.py
    │           │   │   ├── develop.py
    │           │   │   ├── dist_info.py
    │           │   │   ├── easy_install.py
    │           │   │   ├── egg_info.py
    │           │   │   ├── install.py
    │           │   │   ├── install_egg_info.py
    │           │   │   ├── install_lib.py
    │           │   │   ├── install_scripts.py
    │           │   │   ├── launcher manifest.xml
    │           │   │   ├── py36compat.py
    │           │   │   ├── register.py
    │           │   │   ├── rotate.py
    │           │   │   ├── saveopts.py
    │           │   │   ├── sdist.py
    │           │   │   ├── setopt.py
    │           │   │   ├── test.py
    │           │   │   ├── upload.py
    │           │   │   └── upload_docs.py
    │           │   ├── config.py
    │           │   ├── dep_util.py
    │           │   ├── depends.py
    │           │   ├── dist.py
    │           │   ├── errors.py
    │           │   ├── extension.py
    │           │   ├── extern
    │           │   │   ├── __init__.py
    │           │   │   └── __pycache__
    │           │   │       └── __init__.cpython-310.pyc
    │           │   ├── glob.py
    │           │   ├── gui-32.exe
    │           │   ├── gui-64.exe
    │           │   ├── gui-arm64.exe
    │           │   ├── gui.exe
    │           │   ├── installer.py
    │           │   ├── launch.py
    │           │   ├── monkey.py
    │           │   ├── msvc.py
    │           │   ├── namespaces.py
    │           │   ├── package_index.py
    │           │   ├── py34compat.py
    │           │   ├── sandbox.py
    │           │   ├── script (dev).tmpl
    │           │   ├── script.tmpl
    │           │   ├── unicode_utils.py
    │           │   ├── version.py
    │           │   ├── wheel.py
    │           │   └── windows_support.py
    │           ├── setuptools-59.6.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── shellingham
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _core.cpython-310.pyc
    │           │   │   └── nt.cpython-310.pyc
    │           │   ├── _core.py
    │           │   ├── nt.py
    │           │   └── posix
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── _core.cpython-310.pyc
    │           │       │   ├── proc.cpython-310.pyc
    │           │       │   └── ps.cpython-310.pyc
    │           │       ├── _core.py
    │           │       ├── proc.py
    │           │       └── ps.py
    │           ├── shellingham-1.5.0.post1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── top_level.txt
    │           │   └── zip-safe
    │           ├── single_char_counter
    │           │   └── src
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── count_single_char.cpython-310.pyc
    │           │       │   ├── count_single_char_cli.cpython-310.pyc
    │           │       │   └── count_single_char_in_file.cpython-310.pyc
    │           │       ├── count_single_char.py
    │           │       ├── count_single_char_cli.py
    │           │       └── count_single_char_in_file.py
    │           ├── single_char_counter-0.0.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── direct_url.json
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── single_char_counter_by_nazar_hots-0.0.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── direct_url.json
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── single_char_counter_by_ng
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── count_single_char.cpython-310.pyc
    │           │   │   ├── count_single_char_cli.cpython-310.pyc
    │           │   │   └── count_single_char_in_file.cpython-310.pyc
    │           │   ├── count_single_char.py
    │           │   ├── count_single_char_cli.py
    │           │   └── count_single_char_in_file.py
    │           ├── single_char_counter_by_ng-1.1.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── direct_url.json
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── six-1.16.0.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── six.py
    │           ├── tomli
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _parser.cpython-310.pyc
    │           │   │   ├── _re.cpython-310.pyc
    │           │   │   └── _types.cpython-310.pyc
    │           │   ├── _parser.py
    │           │   ├── _re.py
    │           │   ├── _types.py
    │           │   └── py.typed
    │           ├── tomli-2.0.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── tomlkit
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _compat.cpython-310.pyc
    │           │   │   ├── _utils.cpython-310.pyc
    │           │   │   ├── api.cpython-310.pyc
    │           │   │   ├── container.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── items.cpython-310.pyc
    │           │   │   ├── parser.cpython-310.pyc
    │           │   │   ├── source.cpython-310.pyc
    │           │   │   ├── toml_char.cpython-310.pyc
    │           │   │   ├── toml_document.cpython-310.pyc
    │           │   │   └── toml_file.cpython-310.pyc
    │           │   ├── _compat.py
    │           │   ├── _utils.py
    │           │   ├── api.py
    │           │   ├── container.py
    │           │   ├── exceptions.py
    │           │   ├── items.py
    │           │   ├── parser.py
    │           │   ├── py.typed
    │           │   ├── source.py
    │           │   ├── toml_char.py
    │           │   ├── toml_document.py
    │           │   └── toml_file.py
    │           ├── tomlkit-0.11.8.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   └── WHEEL
    │           ├── trove_classifiers
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   └── __main__.cpython-310.pyc
    │           │   └── py.typed
    │           ├── trove_classifiers-2023.5.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── twine
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── auth.cpython-310.pyc
    │           │   │   ├── cli.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── package.cpython-310.pyc
    │           │   │   ├── repository.cpython-310.pyc
    │           │   │   ├── settings.cpython-310.pyc
    │           │   │   ├── utils.cpython-310.pyc
    │           │   │   ├── wheel.cpython-310.pyc
    │           │   │   └── wininst.cpython-310.pyc
    │           │   ├── auth.py
    │           │   ├── cli.py
    │           │   ├── commands
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── check.cpython-310.pyc
    │           │   │   │   ├── register.cpython-310.pyc
    │           │   │   │   └── upload.cpython-310.pyc
    │           │   │   ├── check.py
    │           │   │   ├── register.py
    │           │   │   └── upload.py
    │           │   ├── exceptions.py
    │           │   ├── package.py
    │           │   ├── py.typed
    │           │   ├── repository.py
    │           │   ├── settings.py
    │           │   ├── utils.py
    │           │   ├── wheel.py
    │           │   └── wininst.py
    │           ├── twine-4.0.2.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── REQUESTED
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── top_level.txt
    │           ├── urllib3
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── _collections.cpython-310.pyc
    │           │   │   ├── _version.cpython-310.pyc
    │           │   │   ├── connection.cpython-310.pyc
    │           │   │   ├── connectionpool.cpython-310.pyc
    │           │   │   ├── exceptions.cpython-310.pyc
    │           │   │   ├── fields.cpython-310.pyc
    │           │   │   ├── filepost.cpython-310.pyc
    │           │   │   ├── poolmanager.cpython-310.pyc
    │           │   │   ├── request.cpython-310.pyc
    │           │   │   └── response.cpython-310.pyc
    │           │   ├── _collections.py
    │           │   ├── _version.py
    │           │   ├── connection.py
    │           │   ├── connectionpool.py
    │           │   ├── contrib
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── _appengine_environ.cpython-310.pyc
    │           │   │   │   ├── appengine.cpython-310.pyc
    │           │   │   │   ├── ntlmpool.cpython-310.pyc
    │           │   │   │   ├── pyopenssl.cpython-310.pyc
    │           │   │   │   ├── securetransport.cpython-310.pyc
    │           │   │   │   └── socks.cpython-310.pyc
    │           │   │   ├── _appengine_environ.py
    │           │   │   ├── _securetransport
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── bindings.cpython-310.pyc
    │           │   │   │   │   └── low_level.cpython-310.pyc
    │           │   │   │   ├── bindings.py
    │           │   │   │   └── low_level.py
    │           │   │   ├── appengine.py
    │           │   │   ├── ntlmpool.py
    │           │   │   ├── pyopenssl.py
    │           │   │   ├── securetransport.py
    │           │   │   └── socks.py
    │           │   ├── exceptions.py
    │           │   ├── fields.py
    │           │   ├── filepost.py
    │           │   ├── packages
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── six.cpython-310.pyc
    │           │   │   ├── backports
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── makefile.cpython-310.pyc
    │           │   │   │   └── makefile.py
    │           │   │   └── six.py
    │           │   ├── poolmanager.py
    │           │   ├── request.py
    │           │   ├── response.py
    │           │   └── util
    │           │       ├── __init__.py
    │           │       ├── __pycache__
    │           │       │   ├── __init__.cpython-310.pyc
    │           │       │   ├── connection.cpython-310.pyc
    │           │       │   ├── proxy.cpython-310.pyc
    │           │       │   ├── queue.cpython-310.pyc
    │           │       │   ├── request.cpython-310.pyc
    │           │       │   ├── response.cpython-310.pyc
    │           │       │   ├── retry.cpython-310.pyc
    │           │       │   ├── ssl_.cpython-310.pyc
    │           │       │   ├── ssl_match_hostname.cpython-310.pyc
    │           │       │   ├── ssltransport.cpython-310.pyc
    │           │       │   ├── timeout.cpython-310.pyc
    │           │       │   ├── url.cpython-310.pyc
    │           │       │   └── wait.cpython-310.pyc
    │           │       ├── connection.py
    │           │       ├── proxy.py
    │           │       ├── queue.py
    │           │       ├── request.py
    │           │       ├── response.py
    │           │       ├── retry.py
    │           │       ├── ssl_.py
    │           │       ├── ssl_match_hostname.py
    │           │       ├── ssltransport.py
    │           │       ├── timeout.py
    │           │       ├── url.py
    │           │       └── wait.py
    │           ├── urllib3-1.26.15.dist-info
    │           │   ├── INSTALLER
    │           │   ├── LICENSE.txt
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   └── top_level.txt
    │           ├── virtualenv
    │           │   ├── __init__.py
    │           │   ├── __main__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── __main__.cpython-310.pyc
    │           │   │   ├── info.cpython-310.pyc
    │           │   │   ├── report.cpython-310.pyc
    │           │   │   └── version.cpython-310.pyc
    │           │   ├── activation
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── activator.cpython-310.pyc
    │           │   │   │   └── via_template.cpython-310.pyc
    │           │   │   ├── activator.py
    │           │   │   ├── bash
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── activate.sh
    │           │   │   ├── batch
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   ├── activate.bat
    │           │   │   │   ├── deactivate.bat
    │           │   │   │   └── pydoc.bat
    │           │   │   ├── cshell
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── activate.csh
    │           │   │   ├── fish
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── activate.fish
    │           │   │   ├── nushell
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── activate.nu
    │           │   │   ├── powershell
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   └── __init__.cpython-310.pyc
    │           │   │   │   └── activate.ps1
    │           │   │   ├── python
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── activate_this.cpython-310.pyc
    │           │   │   │   └── activate_this.py
    │           │   │   └── via_template.py
    │           │   ├── app_data
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   ├── na.cpython-310.pyc
    │           │   │   │   ├── read_only.cpython-310.pyc
    │           │   │   │   ├── via_disk_folder.cpython-310.pyc
    │           │   │   │   └── via_tempdir.cpython-310.pyc
    │           │   │   ├── base.py
    │           │   │   ├── na.py
    │           │   │   ├── read_only.py
    │           │   │   ├── via_disk_folder.py
    │           │   │   └── via_tempdir.py
    │           │   ├── config
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── convert.cpython-310.pyc
    │           │   │   │   ├── env_var.cpython-310.pyc
    │           │   │   │   └── ini.cpython-310.pyc
    │           │   │   ├── cli
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   └── parser.cpython-310.pyc
    │           │   │   │   └── parser.py
    │           │   │   ├── convert.py
    │           │   │   ├── env_var.py
    │           │   │   └── ini.py
    │           │   ├── create
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── creator.cpython-310.pyc
    │           │   │   │   ├── debug.cpython-310.pyc
    │           │   │   │   ├── describe.cpython-310.pyc
    │           │   │   │   └── pyenv_cfg.cpython-310.pyc
    │           │   │   ├── creator.py
    │           │   │   ├── debug.py
    │           │   │   ├── describe.py
    │           │   │   ├── pyenv_cfg.py
    │           │   │   └── via_global_ref
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── _virtualenv.cpython-310.pyc
    │           │   │       │   ├── api.cpython-310.pyc
    │           │   │       │   ├── store.cpython-310.pyc
    │           │   │       │   └── venv.cpython-310.pyc
    │           │   │       ├── _virtualenv.py
    │           │   │       ├── api.py
    │           │   │       ├── builtin
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   ├── builtin_way.cpython-310.pyc
    │           │   │       │   │   ├── ref.cpython-310.pyc
    │           │   │       │   │   └── via_global_self_do.cpython-310.pyc
    │           │   │       │   ├── builtin_way.py
    │           │   │       │   ├── cpython
    │           │   │       │   │   ├── __init__.py
    │           │   │       │   │   ├── __pycache__
    │           │   │       │   │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   │   ├── common.cpython-310.pyc
    │           │   │       │   │   │   ├── cpython2.cpython-310.pyc
    │           │   │       │   │   │   ├── cpython3.cpython-310.pyc
    │           │   │       │   │   │   └── mac_os.cpython-310.pyc
    │           │   │       │   │   ├── common.py
    │           │   │       │   │   ├── cpython2.py
    │           │   │       │   │   ├── cpython3.py
    │           │   │       │   │   └── mac_os.py
    │           │   │       │   ├── pypy
    │           │   │       │   │   ├── __init__.py
    │           │   │       │   │   ├── __pycache__
    │           │   │       │   │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   │   ├── common.cpython-310.pyc
    │           │   │       │   │   │   ├── pypy2.cpython-310.pyc
    │           │   │       │   │   │   └── pypy3.cpython-310.pyc
    │           │   │       │   │   ├── common.py
    │           │   │       │   │   ├── pypy2.py
    │           │   │       │   │   └── pypy3.py
    │           │   │       │   ├── python2
    │           │   │       │   │   ├── __init__.py
    │           │   │       │   │   ├── __pycache__
    │           │   │       │   │   │   ├── __init__.cpython-310.pyc
    │           │   │       │   │   │   ├── python2.cpython-310.pyc
    │           │   │       │   │   │   └── site.cpython-310.pyc
    │           │   │       │   │   ├── python2.py
    │           │   │       │   │   └── site.py
    │           │   │       │   ├── ref.py
    │           │   │       │   └── via_global_self_do.py
    │           │   │       ├── store.py
    │           │   │       └── venv.py
    │           │   ├── discovery
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── builtin.cpython-310.pyc
    │           │   │   │   ├── cached_py_info.cpython-310.pyc
    │           │   │   │   ├── discover.cpython-310.pyc
    │           │   │   │   ├── py_info.cpython-310.pyc
    │           │   │   │   └── py_spec.cpython-310.pyc
    │           │   │   ├── builtin.py
    │           │   │   ├── cached_py_info.py
    │           │   │   ├── discover.py
    │           │   │   ├── py_info.py
    │           │   │   ├── py_spec.py
    │           │   │   └── windows
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   └── pep514.cpython-310.pyc
    │           │   │       └── pep514.py
    │           │   ├── info.py
    │           │   ├── report.py
    │           │   ├── run
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── session.cpython-310.pyc
    │           │   │   ├── plugin
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── activators.cpython-310.pyc
    │           │   │   │   │   ├── base.cpython-310.pyc
    │           │   │   │   │   ├── creators.cpython-310.pyc
    │           │   │   │   │   ├── discovery.cpython-310.pyc
    │           │   │   │   │   └── seeders.cpython-310.pyc
    │           │   │   │   ├── activators.py
    │           │   │   │   ├── base.py
    │           │   │   │   ├── creators.py
    │           │   │   │   ├── discovery.py
    │           │   │   │   └── seeders.py
    │           │   │   └── session.py
    │           │   ├── seed
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   └── seeder.cpython-310.pyc
    │           │   │   ├── embed
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── base_embed.cpython-310.pyc
    │           │   │   │   │   └── pip_invoke.cpython-310.pyc
    │           │   │   │   ├── base_embed.py
    │           │   │   │   ├── pip_invoke.py
    │           │   │   │   └── via_app_data
    │           │   │   │       ├── __init__.py
    │           │   │   │       ├── __pycache__
    │           │   │   │       │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   └── via_app_data.cpython-310.pyc
    │           │   │   │       ├── pip_install
    │           │   │   │       │   ├── __init__.py
    │           │   │   │       │   ├── __pycache__
    │           │   │   │       │   │   ├── __init__.cpython-310.pyc
    │           │   │   │       │   │   ├── base.cpython-310.pyc
    │           │   │   │       │   │   ├── copy.cpython-310.pyc
    │           │   │   │       │   │   └── symlink.cpython-310.pyc
    │           │   │   │       │   ├── base.py
    │           │   │   │       │   ├── copy.py
    │           │   │   │       │   └── symlink.py
    │           │   │   │       └── via_app_data.py
    │           │   │   ├── seeder.py
    │           │   │   └── wheels
    │           │   │       ├── __init__.py
    │           │   │       ├── __pycache__
    │           │   │       │   ├── __init__.cpython-310.pyc
    │           │   │       │   ├── acquire.cpython-310.pyc
    │           │   │       │   ├── bundle.cpython-310.pyc
    │           │   │       │   ├── periodic_update.cpython-310.pyc
    │           │   │       │   └── util.cpython-310.pyc
    │           │   │       ├── acquire.py
    │           │   │       ├── bundle.py
    │           │   │       ├── embed
    │           │   │       │   ├── __init__.py
    │           │   │       │   ├── __pycache__
    │           │   │       │   │   └── __init__.cpython-310.pyc
    │           │   │       │   ├── pip-20.3.4-py2.py3-none-any.whl
    │           │   │       │   ├── pip-21.3.1-py3-none-any.whl
    │           │   │       │   ├── pip-23.1-py3-none-any.whl
    │           │   │       │   ├── setuptools-44.1.1-py2.py3-none-any.whl
    │           │   │       │   ├── setuptools-50.3.2-py3-none-any.whl
    │           │   │       │   ├── setuptools-59.6.0-py3-none-any.whl
    │           │   │       │   ├── setuptools-67.6.1-py3-none-any.whl
    │           │   │       │   ├── wheel-0.37.1-py2.py3-none-any.whl
    │           │   │       │   └── wheel-0.40.0-py3-none-any.whl
    │           │   │       ├── periodic_update.py
    │           │   │       └── util.py
    │           │   ├── util
    │           │   │   ├── __init__.py
    │           │   │   ├── __pycache__
    │           │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   ├── error.cpython-310.pyc
    │           │   │   │   ├── lock.cpython-310.pyc
    │           │   │   │   └── zipapp.cpython-310.pyc
    │           │   │   ├── error.py
    │           │   │   ├── lock.py
    │           │   │   ├── path
    │           │   │   │   ├── __init__.py
    │           │   │   │   ├── __pycache__
    │           │   │   │   │   ├── __init__.cpython-310.pyc
    │           │   │   │   │   ├── _permission.cpython-310.pyc
    │           │   │   │   │   ├── _sync.cpython-310.pyc
    │           │   │   │   │   └── _win.cpython-310.pyc
    │           │   │   │   ├── _permission.py
    │           │   │   │   ├── _sync.py
    │           │   │   │   └── _win.py
    │           │   │   ├── subprocess
    │           │   │   │   ├── __init__.py
    │           │   │   │   └── __pycache__
    │           │   │   │       └── __init__.cpython-310.pyc
    │           │   │   └── zipapp.py
    │           │   └── version.py
    │           ├── virtualenv-20.21.1.dist-info
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── entry_points.txt
    │           │   └── licenses
    │           │       └── LICENSE
    │           ├── webencodings
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   ├── labels.cpython-310.pyc
    │           │   │   ├── mklabels.cpython-310.pyc
    │           │   │   ├── tests.cpython-310.pyc
    │           │   │   └── x_user_defined.cpython-310.pyc
    │           │   ├── labels.py
    │           │   ├── mklabels.py
    │           │   ├── tests.py
    │           │   └── x_user_defined.py
    │           ├── webencodings-0.5.1.dist-info
    │           │   ├── DESCRIPTION.rst
    │           │   ├── INSTALLER
    │           │   ├── METADATA
    │           │   ├── RECORD
    │           │   ├── WHEEL
    │           │   ├── metadata.json
    │           │   └── top_level.txt
    │           ├── zipp
    │           │   ├── __init__.py
    │           │   ├── __pycache__
    │           │   │   ├── __init__.cpython-310.pyc
    │           │   │   └── py310compat.cpython-310.pyc
    │           │   └── py310compat.py
    │           └── zipp-3.15.0.dist-info
    │               ├── INSTALLER
    │               ├── LICENSE
    │               ├── METADATA
    │               ├── RECORD
    │               ├── WHEEL
    │               └── top_level.txt
    ├── lib64 -> lib
    └── pyvenv.cfg

813 directories, 6157 files
