summarize process failed at 2025-08-10T14:54:25-05:00
Error: Operation timed out after 1s

--- File Tree Matched Before Failure ---
├── .devenv
│   ├── profile
│   │   ├── lib
│   │   │   ├── python3.11
│   │   │   │   ├── __future__.py
│   │   │   │   ├── __hello__.py
│   │   │   │   ├── __phello__
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── spam.py
│   │   │   │   ├── _aix_support.py
│   │   │   │   ├── _bootsubprocess.py
│   │   │   │   ├── _collections_abc.py
│   │   │   │   ├── _compat_pickle.py
│   │   │   │   ├── _compression.py
│   │   │   │   ├── _markupbase.py
│   │   │   │   ├── _osx_support.py
│   │   │   │   ├── _py_abc.py
│   │   │   │   ├── _pydecimal.py
│   │   │   │   ├── _pyio.py
│   │   │   │   ├── _sitebuiltins.py
│   │   │   │   ├── _strptime.py
│   │   │   │   ├── _sysconfigdata__linux_x86_64-linux-gnu.py
│   │   │   │   ├── _threading_local.py
│   │   │   │   ├── _weakrefset.py
│   │   │   │   ├── abc.py
│   │   │   │   ├── aifc.py
│   │   │   │   ├── antigravity.py
│   │   │   │   ├── argparse.py
│   │   │   │   ├── ast.py
│   │   │   │   ├── asynchat.py
│   │   │   │   ├── asyncio
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── base_events.py
│   │   │   │   │   ├── base_futures.py
│   │   │   │   │   ├── base_subprocess.py
│   │   │   │   │   ├── base_tasks.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── coroutines.py
│   │   │   │   │   ├── events.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── format_helpers.py
│   │   │   │   │   ├── futures.py
│   │   │   │   │   ├── locks.py
│   │   │   │   │   ├── log.py
│   │   │   │   │   ├── mixins.py
│   │   │   │   │   ├── proactor_events.py
│   │   │   │   │   ├── protocols.py
│   │   │   │   │   ├── queues.py
│   │   │   │   │   ├── runners.py
│   │   │   │   │   ├── selector_events.py
│   │   │   │   │   ├── sslproto.py
│   │   │   │   │   ├── staggered.py
│   │   │   │   │   ├── streams.py
│   │   │   │   │   ├── subprocess.py
│   │   │   │   │   ├── taskgroups.py
│   │   │   │   │   ├── tasks.py
│   │   │   │   │   ├── threads.py
│   │   │   │   │   ├── timeouts.py
│   │   │   │   │   ├── transports.py
│   │   │   │   │   ├── trsock.py
│   │   │   │   │   ├── unix_events.py
│   │   │   │   │   ├── windows_events.py
│   │   │   │   │   └── windows_utils.py
│   │   │   │   ├── asyncore.py
│   │   │   │   ├── base64.py
│   │   │   │   ├── bdb.py
│   │   │   │   ├── bisect.py
│   │   │   │   ├── bz2.py
│   │   │   │   ├── cProfile.py
│   │   │   │   ├── calendar.py
│   │   │   │   ├── cgi.py
│   │   │   │   ├── cgitb.py
│   │   │   │   ├── chunk.py
│   │   │   │   ├── cmd.py
│   │   │   │   ├── code.py
│   │   │   │   ├── codecs.py
│   │   │   │   ├── codeop.py
│   │   │   │   ├── collections
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── abc.py
│   │   │   │   ├── colorsys.py
│   │   │   │   ├── compileall.py
│   │   │   │   ├── concurrent
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── futures
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── _base.py
│   │   │   │   │       ├── process.py
│   │   │   │   │       └── thread.py
│   │   │   │   ├── config-3.11-x86_64-linux-gnu
│   │   │   │   │   └── python-config.py
│   │   │   │   ├── configparser.py
│   │   │   │   ├── contextlib.py
│   │   │   │   ├── contextvars.py
│   │   │   │   ├── copy.py
│   │   │   │   ├── copyreg.py
│   │   │   │   ├── crypt.py
│   │   │   │   ├── csv.py
│   │   │   │   ├── ctypes
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _aix.py
│   │   │   │   │   ├── _endian.py
│   │   │   │   │   ├── macholib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── dyld.py
│   │   │   │   │   │   ├── dylib.py
│   │   │   │   │   │   └── framework.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── test_anon.py
│   │   │   │   │   │   ├── test_array_in_pointer.py
│   │   │   │   │   │   ├── test_arrays.py
│   │   │   │   │   │   ├── test_as_parameter.py
│   │   │   │   │   │   ├── test_bitfields.py
│   │   │   │   │   │   ├── test_buffers.py
│   │   │   │   │   │   ├── test_bytes.py
│   │   │   │   │   │   ├── test_byteswap.py
│   │   │   │   │   │   ├── test_callbacks.py
│   │   │   │   │   │   ├── test_cast.py
│   │   │   │   │   │   ├── test_cfuncs.py
│   │   │   │   │   │   ├── test_checkretval.py
│   │   │   │   │   │   ├── test_delattr.py
│   │   │   │   │   │   ├── test_errno.py
│   │   │   │   │   │   ├── test_find.py
│   │   │   │   │   │   ├── test_frombuffer.py
│   │   │   │   │   │   ├── test_funcptr.py
│   │   │   │   │   │   ├── test_functions.py
│   │   │   │   │   │   ├── test_incomplete.py
│   │   │   │   │   │   ├── test_init.py
│   │   │   │   │   │   ├── test_internals.py
│   │   │   │   │   │   ├── test_keeprefs.py
│   │   │   │   │   │   ├── test_libc.py
│   │   │   │   │   │   ├── test_loading.py
│   │   │   │   │   │   ├── test_macholib.py
│   │   │   │   │   │   ├── test_memfunctions.py
│   │   │   │   │   │   ├── test_numbers.py
│   │   │   │   │   │   ├── test_objects.py
│   │   │   │   │   │   ├── test_parameters.py
│   │   │   │   │   │   ├── test_pep3118.py
│   │   │   │   │   │   ├── test_pickling.py
│   │   │   │   │   │   ├── test_pointers.py
│   │   │   │   │   │   ├── test_prototypes.py
│   │   │   │   │   │   ├── test_python_api.py
│   │   │   │   │   │   ├── test_random_things.py
│   │   │   │   │   │   ├── test_refcounts.py
│   │   │   │   │   │   ├── test_repr.py
│   │   │   │   │   │   ├── test_returnfuncptrs.py
│   │   │   │   │   │   ├── test_simplesubclasses.py
│   │   │   │   │   │   ├── test_sizes.py
│   │   │   │   │   │   ├── test_slicing.py
│   │   │   │   │   │   ├── test_stringptr.py
│   │   │   │   │   │   ├── test_strings.py
│   │   │   │   │   │   ├── test_struct_fields.py
│   │   │   │   │   │   ├── test_structures.py
│   │   │   │   │   │   ├── test_unaligned_structures.py
│   │   │   │   │   │   ├── test_unicode.py
│   │   │   │   │   │   ├── test_values.py
│   │   │   │   │   │   ├── test_varsize_struct.py
│   │   │   │   │   │   ├── test_win32.py
│   │   │   │   │   │   └── test_wintypes.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── wintypes.py
│   │   │   │   ├── curses
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ascii.py
│   │   │   │   │   ├── has_key.py
│   │   │   │   │   ├── panel.py
│   │   │   │   │   └── textpad.py
│   │   │   │   ├── dataclasses.py
│   │   │   │   ├── datetime.py
│   │   │   │   ├── dbm
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── dumb.py
│   │   │   │   │   ├── gnu.py
│   │   │   │   │   └── ndbm.py
│   │   │   │   ├── decimal.py
│   │   │   │   ├── difflib.py
│   │   │   │   ├── dis.py
│   │   │   │   ├── distutils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _msvccompiler.py
│   │   │   │   │   ├── archive_util.py
│   │   │   │   │   ├── bcppcompiler.py
│   │   │   │   │   ├── ccompiler.py
│   │   │   │   │   ├── cmd.py
│   │   │   │   │   ├── command
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bdist.py
│   │   │   │   │   │   ├── bdist_dumb.py
│   │   │   │   │   │   ├── bdist_rpm.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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── spawn.py
│   │   │   │   │   ├── sysconfig.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── support.py
│   │   │   │   │   │   ├── test_archive_util.py
│   │   │   │   │   │   ├── test_bdist.py
│   │   │   │   │   │   ├── test_bdist_dumb.py
│   │   │   │   │   │   ├── test_bdist_rpm.py
│   │   │   │   │   │   ├── test_build.py
│   │   │   │   │   │   ├── test_build_clib.py
│   │   │   │   │   │   ├── test_build_ext.py
│   │   │   │   │   │   ├── test_build_py.py
│   │   │   │   │   │   ├── test_build_scripts.py
│   │   │   │   │   │   ├── test_check.py
│   │   │   │   │   │   ├── test_clean.py
│   │   │   │   │   │   ├── test_cmd.py
│   │   │   │   │   │   ├── test_config.py
│   │   │   │   │   │   ├── test_config_cmd.py
│   │   │   │   │   │   ├── test_core.py
│   │   │   │   │   │   ├── test_cygwinccompiler.py
│   │   │   │   │   │   ├── test_dep_util.py
│   │   │   │   │   │   ├── test_dir_util.py
│   │   │   │   │   │   ├── test_dist.py
│   │   │   │   │   │   ├── test_extension.py
│   │   │   │   │   │   ├── test_file_util.py
│   │   │   │   │   │   ├── test_filelist.py
│   │   │   │   │   │   ├── test_install.py
│   │   │   │   │   │   ├── test_install_data.py
│   │   │   │   │   │   ├── test_install_headers.py
│   │   │   │   │   │   ├── test_install_lib.py
│   │   │   │   │   │   ├── test_install_scripts.py
│   │   │   │   │   │   ├── test_log.py
│   │   │   │   │   │   ├── test_msvc9compiler.py
│   │   │   │   │   │   ├── test_msvccompiler.py
│   │   │   │   │   │   ├── test_register.py
│   │   │   │   │   │   ├── test_sdist.py
│   │   │   │   │   │   ├── test_spawn.py
│   │   │   │   │   │   ├── test_sysconfig.py
│   │   │   │   │   │   ├── test_text_file.py
│   │   │   │   │   │   ├── test_unixccompiler.py
│   │   │   │   │   │   ├── test_upload.py
│   │   │   │   │   │   ├── test_util.py
│   │   │   │   │   │   ├── test_version.py
│   │   │   │   │   │   └── test_versionpredicate.py
│   │   │   │   │   ├── text_file.py
│   │   │   │   │   ├── unixccompiler.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── versionpredicate.py
│   │   │   │   ├── doctest.py
│   │   │   │   ├── email
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _encoded_words.py
│   │   │   │   │   ├── _header_value_parser.py
│   │   │   │   │   ├── _parseaddr.py
│   │   │   │   │   ├── _policybase.py
│   │   │   │   │   ├── base64mime.py
│   │   │   │   │   ├── charset.py
│   │   │   │   │   ├── contentmanager.py
│   │   │   │   │   ├── encoders.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── feedparser.py
│   │   │   │   │   ├── generator.py
│   │   │   │   │   ├── header.py
│   │   │   │   │   ├── headerregistry.py
│   │   │   │   │   ├── iterators.py
│   │   │   │   │   ├── message.py
│   │   │   │   │   ├── mime
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── application.py
│   │   │   │   │   │   ├── audio.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── image.py
│   │   │   │   │   │   ├── message.py
│   │   │   │   │   │   ├── multipart.py
│   │   │   │   │   │   ├── nonmultipart.py
│   │   │   │   │   │   └── text.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── policy.py
│   │   │   │   │   ├── quoprimime.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── encodings
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── aliases.py
│   │   │   │   │   ├── ascii.py
│   │   │   │   │   ├── base64_codec.py
│   │   │   │   │   ├── big5.py
│   │   │   │   │   ├── big5hkscs.py
│   │   │   │   │   ├── bz2_codec.py
│   │   │   │   │   ├── charmap.py
│   │   │   │   │   ├── cp037.py
│   │   │   │   │   ├── cp1006.py
│   │   │   │   │   ├── cp1026.py
│   │   │   │   │   ├── cp1125.py
│   │   │   │   │   ├── cp1140.py
│   │   │   │   │   ├── cp1250.py
│   │   │   │   │   ├── cp1251.py
│   │   │   │   │   ├── cp1252.py
│   │   │   │   │   ├── cp1253.py
│   │   │   │   │   ├── cp1254.py
│   │   │   │   │   ├── cp1255.py
│   │   │   │   │   ├── cp1256.py
│   │   │   │   │   ├── cp1257.py
│   │   │   │   │   ├── cp1258.py
│   │   │   │   │   ├── cp273.py
│   │   │   │   │   ├── cp424.py
│   │   │   │   │   ├── cp437.py
│   │   │   │   │   ├── cp500.py
│   │   │   │   │   ├── cp720.py
│   │   │   │   │   ├── cp737.py
│   │   │   │   │   ├── cp775.py
│   │   │   │   │   ├── cp850.py
│   │   │   │   │   ├── cp852.py
│   │   │   │   │   ├── cp855.py
│   │   │   │   │   ├── cp856.py
│   │   │   │   │   ├── cp857.py
│   │   │   │   │   ├── cp858.py
│   │   │   │   │   ├── cp860.py
│   │   │   │   │   ├── cp861.py
│   │   │   │   │   ├── cp862.py
│   │   │   │   │   ├── cp863.py
│   │   │   │   │   ├── cp864.py
│   │   │   │   │   ├── cp865.py
│   │   │   │   │   ├── cp866.py
│   │   │   │   │   ├── cp869.py
│   │   │   │   │   ├── cp874.py
│   │   │   │   │   ├── cp875.py
│   │   │   │   │   ├── cp932.py
│   │   │   │   │   ├── cp949.py
│   │   │   │   │   ├── cp950.py
│   │   │   │   │   ├── euc_jis_2004.py
│   │   │   │   │   ├── euc_jisx0213.py
│   │   │   │   │   ├── euc_jp.py
│   │   │   │   │   ├── euc_kr.py
│   │   │   │   │   ├── gb18030.py
│   │   │   │   │   ├── gb2312.py
│   │   │   │   │   ├── gbk.py
│   │   │   │   │   ├── hex_codec.py
│   │   │   │   │   ├── hp_roman8.py
│   │   │   │   │   ├── hz.py
│   │   │   │   │   ├── idna.py
│   │   │   │   │   ├── iso2022_jp.py
│   │   │   │   │   ├── iso2022_jp_1.py
│   │   │   │   │   ├── iso2022_jp_2.py
│   │   │   │   │   ├── iso2022_jp_2004.py
│   │   │   │   │   ├── iso2022_jp_3.py
│   │   │   │   │   ├── iso2022_jp_ext.py
│   │   │   │   │   ├── iso2022_kr.py
│   │   │   │   │   ├── iso8859_1.py
│   │   │   │   │   ├── iso8859_10.py
│   │   │   │   │   ├── iso8859_11.py
│   │   │   │   │   ├── iso8859_13.py
│   │   │   │   │   ├── iso8859_14.py
│   │   │   │   │   ├── iso8859_15.py
│   │   │   │   │   ├── iso8859_16.py
│   │   │   │   │   ├── iso8859_2.py
│   │   │   │   │   ├── iso8859_3.py
│   │   │   │   │   ├── iso8859_4.py
│   │   │   │   │   ├── iso8859_5.py
│   │   │   │   │   ├── iso8859_6.py
│   │   │   │   │   ├── iso8859_7.py
│   │   │   │   │   ├── iso8859_8.py
│   │   │   │   │   ├── iso8859_9.py
│   │   │   │   │   ├── johab.py
│   │   │   │   │   ├── koi8_r.py
│   │   │   │   │   ├── koi8_t.py
│   │   │   │   │   ├── koi8_u.py
│   │   │   │   │   ├── kz1048.py
│   │   │   │   │   ├── latin_1.py
│   │   │   │   │   ├── mac_arabic.py
│   │   │   │   │   ├── mac_croatian.py
│   │   │   │   │   ├── mac_cyrillic.py
│   │   │   │   │   ├── mac_farsi.py
│   │   │   │   │   ├── mac_greek.py
│   │   │   │   │   ├── mac_iceland.py
│   │   │   │   │   ├── mac_latin2.py
│   │   │   │   │   ├── mac_roman.py
│   │   │   │   │   ├── mac_romanian.py
│   │   │   │   │   ├── mac_turkish.py
│   │   │   │   │   ├── mbcs.py
│   │   │   │   │   ├── oem.py
│   │   │   │   │   ├── palmos.py
│   │   │   │   │   ├── ptcp154.py
│   │   │   │   │   ├── punycode.py
│   │   │   │   │   ├── quopri_codec.py
│   │   │   │   │   ├── raw_unicode_escape.py
│   │   │   │   │   ├── rot_13.py
│   │   │   │   │   ├── shift_jis.py
│   │   │   │   │   ├── shift_jis_2004.py
│   │   │   │   │   ├── shift_jisx0213.py
│   │   │   │   │   ├── tis_620.py
│   │   │   │   │   ├── undefined.py
│   │   │   │   │   ├── unicode_escape.py
│   │   │   │   │   ├── utf_16.py
│   │   │   │   │   ├── utf_16_be.py
│   │   │   │   │   ├── utf_16_le.py
│   │   │   │   │   ├── utf_32.py
│   │   │   │   │   ├── utf_32_be.py
│   │   │   │   │   ├── utf_32_le.py
│   │   │   │   │   ├── utf_7.py
│   │   │   │   │   ├── utf_8.py
│   │   │   │   │   ├── utf_8_sig.py
│   │   │   │   │   ├── uu_codec.py
│   │   │   │   │   └── zlib_codec.py
│   │   │   │   ├── ensurepip
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   └── _uninstall.py
│   │   │   │   ├── enum.py
│   │   │   │   ├── filecmp.py
│   │   │   │   ├── fileinput.py
│   │   │   │   ├── fnmatch.py
│   │   │   │   ├── fractions.py
│   │   │   │   ├── ftplib.py
│   │   │   │   ├── functools.py
│   │   │   │   ├── genericpath.py
│   │   │   │   ├── getopt.py
│   │   │   │   ├── getpass.py
│   │   │   │   ├── gettext.py
│   │   │   │   ├── glob.py
│   │   │   │   ├── graphlib.py
│   │   │   │   ├── gzip.py
│   │   │   │   ├── hashlib.py
│   │   │   │   ├── heapq.py
│   │   │   │   ├── hmac.py
│   │   │   │   ├── html
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── entities.py
│   │   │   │   │   └── parser.py
│   │   │   │   ├── http
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   ├── cookies.py
│   │   │   │   │   └── server.py
│   │   │   │   ├── idlelib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── autocomplete.py
│   │   │   │   │   ├── autocomplete_w.py
│   │   │   │   │   ├── autoexpand.py
│   │   │   │   │   ├── browser.py
│   │   │   │   │   ├── calltip.py
│   │   │   │   │   ├── calltip_w.py
│   │   │   │   │   ├── codecontext.py
│   │   │   │   │   ├── colorizer.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── config_key.py
│   │   │   │   │   ├── configdialog.py
│   │   │   │   │   ├── debugger.py
│   │   │   │   │   ├── debugger_r.py
│   │   │   │   │   ├── debugobj.py
│   │   │   │   │   ├── debugobj_r.py
│   │   │   │   │   ├── delegator.py
│   │   │   │   │   ├── dynoption.py
│   │   │   │   │   ├── editor.py
│   │   │   │   │   ├── filelist.py
│   │   │   │   │   ├── format.py
│   │   │   │   │   ├── grep.py
│   │   │   │   │   ├── help.py
│   │   │   │   │   ├── help_about.py
│   │   │   │   │   ├── history.py
│   │   │   │   │   ├── hyperparser.py
│   │   │   │   │   ├── idle.py
│   │   │   │   │   ├── idle_test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── htest.py
│   │   │   │   │   │   ├── mock_idle.py
│   │   │   │   │   │   ├── mock_tk.py
│   │   │   │   │   │   ├── template.py
│   │   │   │   │   │   ├── test_autocomplete.py
│   │   │   │   │   │   ├── test_autocomplete_w.py
│   │   │   │   │   │   ├── test_autoexpand.py
│   │   │   │   │   │   ├── test_browser.py
│   │   │   │   │   │   ├── test_calltip.py
│   │   │   │   │   │   ├── test_calltip_w.py
│   │   │   │   │   │   ├── test_codecontext.py
│   │   │   │   │   │   ├── test_colorizer.py
│   │   │   │   │   │   ├── test_config.py
│   │   │   │   │   │   ├── test_config_key.py
│   │   │   │   │   │   ├── test_configdialog.py
│   │   │   │   │   │   ├── test_debugger.py
│   │   │   │   │   │   ├── test_debugger_r.py
│   │   │   │   │   │   ├── test_debugobj.py
│   │   │   │   │   │   ├── test_debugobj_r.py
│   │   │   │   │   │   ├── test_delegator.py
│   │   │   │   │   │   ├── test_editmenu.py
│   │   │   │   │   │   ├── test_editor.py
│   │   │   │   │   │   ├── test_filelist.py
│   │   │   │   │   │   ├── test_format.py
│   │   │   │   │   │   ├── test_grep.py
│   │   │   │   │   │   ├── test_help.py
│   │   │   │   │   │   ├── test_help_about.py
│   │   │   │   │   │   ├── test_history.py
│   │   │   │   │   │   ├── test_hyperparser.py
│   │   │   │   │   │   ├── test_iomenu.py
│   │   │   │   │   │   ├── test_macosx.py
│   │   │   │   │   │   ├── test_mainmenu.py
│   │   │   │   │   │   ├── test_multicall.py
│   │   │   │   │   │   ├── test_outwin.py
│   │   │   │   │   │   ├── test_parenmatch.py
│   │   │   │   │   │   ├── test_pathbrowser.py
│   │   │   │   │   │   ├── test_percolator.py
│   │   │   │   │   │   ├── test_pyparse.py
│   │   │   │   │   │   ├── test_pyshell.py
│   │   │   │   │   │   ├── test_query.py
│   │   │   │   │   │   ├── test_redirector.py
│   │   │   │   │   │   ├── test_replace.py
│   │   │   │   │   │   ├── test_rpc.py
│   │   │   │   │   │   ├── test_run.py
│   │   │   │   │   │   ├── test_runscript.py
│   │   │   │   │   │   ├── test_scrolledlist.py
│   │   │   │   │   │   ├── test_search.py
│   │   │   │   │   │   ├── test_searchbase.py
│   │   │   │   │   │   ├── test_searchengine.py
│   │   │   │   │   │   ├── test_sidebar.py
│   │   │   │   │   │   ├── test_squeezer.py
│   │   │   │   │   │   ├── test_stackviewer.py
│   │   │   │   │   │   ├── test_statusbar.py
│   │   │   │   │   │   ├── test_text.py
│   │   │   │   │   │   ├── test_textview.py
│   │   │   │   │   │   ├── test_tooltip.py
│   │   │   │   │   │   ├── test_tree.py
│   │   │   │   │   │   ├── test_undo.py
│   │   │   │   │   │   ├── test_util.py
│   │   │   │   │   │   ├── test_warning.py
│   │   │   │   │   │   ├── test_window.py
│   │   │   │   │   │   ├── test_zoomheight.py
│   │   │   │   │   │   ├── test_zzdummy.py
│   │   │   │   │   │   └── tkinter_testing_utils.py
│   │   │   │   │   ├── iomenu.py
│   │   │   │   │   ├── macosx.py
│   │   │   │   │   ├── mainmenu.py
│   │   │   │   │   ├── multicall.py
│   │   │   │   │   ├── outwin.py
│   │   │   │   │   ├── parenmatch.py
│   │   │   │   │   ├── pathbrowser.py
│   │   │   │   │   ├── percolator.py
│   │   │   │   │   ├── pyparse.py
│   │   │   │   │   ├── pyshell.py
│   │   │   │   │   ├── query.py
│   │   │   │   │   ├── redirector.py
│   │   │   │   │   ├── replace.py
│   │   │   │   │   ├── rpc.py
│   │   │   │   │   ├── run.py
│   │   │   │   │   ├── runscript.py
│   │   │   │   │   ├── scrolledlist.py
│   │   │   │   │   ├── search.py
│   │   │   │   │   ├── searchbase.py
│   │   │   │   │   ├── searchengine.py
│   │   │   │   │   ├── sidebar.py
│   │   │   │   │   ├── squeezer.py
│   │   │   │   │   ├── stackviewer.py
│   │   │   │   │   ├── statusbar.py
│   │   │   │   │   ├── textview.py
│   │   │   │   │   ├── tooltip.py
│   │   │   │   │   ├── tree.py
│   │   │   │   │   ├── undo.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   ├── window.py
│   │   │   │   │   ├── zoomheight.py
│   │   │   │   │   └── zzdummy.py
│   │   │   │   ├── imaplib.py
│   │   │   │   ├── imghdr.py
│   │   │   │   ├── imp.py
│   │   │   │   ├── importlib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _abc.py
│   │   │   │   │   ├── _bootstrap.py
│   │   │   │   │   ├── _bootstrap_external.py
│   │   │   │   │   ├── abc.py
│   │   │   │   │   ├── machinery.py
│   │   │   │   │   ├── metadata
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _adapters.py
│   │   │   │   │   │   ├── _collections.py
│   │   │   │   │   │   ├── _functools.py
│   │   │   │   │   │   ├── _itertools.py
│   │   │   │   │   │   ├── _meta.py
│   │   │   │   │   │   └── _text.py
│   │   │   │   │   ├── readers.py
│   │   │   │   │   ├── resources
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _adapters.py
│   │   │   │   │   │   ├── _common.py
│   │   │   │   │   │   ├── _itertools.py
│   │   │   │   │   │   ├── _legacy.py
│   │   │   │   │   │   ├── abc.py
│   │   │   │   │   │   ├── readers.py
│   │   │   │   │   │   └── simple.py
│   │   │   │   │   ├── simple.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── inspect.py
│   │   │   │   ├── io.py
│   │   │   │   ├── ipaddress.py
│   │   │   │   ├── json
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── decoder.py
│   │   │   │   │   ├── encoder.py
│   │   │   │   │   ├── scanner.py
│   │   │   │   │   └── tool.py
│   │   │   │   ├── keyword.py
│   │   │   │   ├── lib2to3
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── btm_matcher.py
│   │   │   │   │   ├── btm_utils.py
│   │   │   │   │   ├── fixer_base.py
│   │   │   │   │   ├── fixer_util.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fix_apply.py
│   │   │   │   │   │   ├── fix_asserts.py
│   │   │   │   │   │   ├── fix_basestring.py
│   │   │   │   │   │   ├── fix_buffer.py
│   │   │   │   │   │   ├── fix_dict.py
│   │   │   │   │   │   ├── fix_except.py
│   │   │   │   │   │   ├── fix_exec.py
│   │   │   │   │   │   ├── fix_execfile.py
│   │   │   │   │   │   ├── fix_exitfunc.py
│   │   │   │   │   │   ├── fix_filter.py
│   │   │   │   │   │   ├── fix_funcattrs.py
│   │   │   │   │   │   ├── fix_future.py
│   │   │   │   │   │   ├── fix_getcwdu.py
│   │   │   │   │   │   ├── fix_has_key.py
│   │   │   │   │   │   ├── fix_idioms.py
│   │   │   │   │   │   ├── fix_import.py
│   │   │   │   │   │   ├── fix_imports.py
│   │   │   │   │   │   ├── fix_imports2.py
│   │   │   │   │   │   ├── fix_input.py
│   │   │   │   │   │   ├── fix_intern.py
│   │   │   │   │   │   ├── fix_isinstance.py
│   │   │   │   │   │   ├── fix_itertools.py
│   │   │   │   │   │   ├── fix_itertools_imports.py
│   │   │   │   │   │   ├── fix_long.py
│   │   │   │   │   │   ├── fix_map.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_methodattrs.py
│   │   │   │   │   │   ├── fix_ne.py
│   │   │   │   │   │   ├── fix_next.py
│   │   │   │   │   │   ├── fix_nonzero.py
│   │   │   │   │   │   ├── fix_numliterals.py
│   │   │   │   │   │   ├── fix_operator.py
│   │   │   │   │   │   ├── fix_paren.py
│   │   │   │   │   │   ├── fix_print.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_raw_input.py
│   │   │   │   │   │   ├── fix_reduce.py
│   │   │   │   │   │   ├── fix_reload.py
│   │   │   │   │   │   ├── fix_renames.py
│   │   │   │   │   │   ├── fix_repr.py
│   │   │   │   │   │   ├── fix_set_literal.py
│   │   │   │   │   │   ├── fix_standarderror.py
│   │   │   │   │   │   ├── fix_sys_exc.py
│   │   │   │   │   │   ├── fix_throw.py
│   │   │   │   │   │   ├── fix_tuple_params.py
│   │   │   │   │   │   ├── fix_types.py
│   │   │   │   │   │   ├── fix_unicode.py
│   │   │   │   │   │   ├── fix_urllib.py
│   │   │   │   │   │   ├── fix_ws_comma.py
│   │   │   │   │   │   ├── fix_xrange.py
│   │   │   │   │   │   ├── fix_xreadlines.py
│   │   │   │   │   │   └── fix_zip.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── patcomp.py
│   │   │   │   │   ├── pgen2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── conv.py
│   │   │   │   │   │   ├── driver.py
│   │   │   │   │   │   ├── grammar.py
│   │   │   │   │   │   ├── literals.py
│   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   ├── pgen.py
│   │   │   │   │   │   ├── token.py
│   │   │   │   │   │   └── tokenize.py
│   │   │   │   │   ├── pygram.py
│   │   │   │   │   ├── pytree.py
│   │   │   │   │   ├── refactor.py
│   │   │   │   │   └── tests
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── __main__.py
│   │   │   │   │       ├── data
│   │   │   │   │       │   ├── bom.py
│   │   │   │   │       │   ├── crlf.py
│   │   │   │   │       │   ├── different_encoding.py
│   │   │   │   │       │   ├── false_encoding.py
│   │   │   │   │       │   ├── fixers
│   │   │   │   │       │   │   ├── bad_order.py
│   │   │   │   │       │   │   ├── myfixes
│   │   │   │   │       │   │   │   ├── __init__.py
│   │   │   │   │       │   │   │   ├── fix_explicit.py
│   │   │   │   │       │   │   │   ├── fix_first.py
│   │   │   │   │       │   │   │   ├── fix_last.py
│   │   │   │   │       │   │   │   ├── fix_parrot.py
│   │   │   │   │       │   │   │   └── fix_preorder.py
│   │   │   │   │       │   │   ├── no_fixer_cls.py
│   │   │   │   │       │   │   └── parrot_example.py
│   │   │   │   │       │   ├── infinite_recursion.py
│   │   │   │   │       │   ├── py2_test_grammar.py
│   │   │   │   │       │   └── py3_test_grammar.py
│   │   │   │   │       ├── pytree_idempotency.py
│   │   │   │   │       ├── support.py
│   │   │   │   │       ├── test_all_fixers.py
│   │   │   │   │       ├── test_fixers.py
│   │   │   │   │       ├── test_main.py
│   │   │   │   │       ├── test_parser.py
│   │   │   │   │       ├── test_pytree.py
│   │   │   │   │       ├── test_refactor.py
│   │   │   │   │       └── test_util.py
│   │   │   │   ├── linecache.py
│   │   │   │   ├── locale.py
│   │   │   │   ├── logging
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   └── handlers.py
│   │   │   │   ├── lzma.py
│   │   │   │   ├── mailbox.py
│   │   │   │   ├── mailcap.py
│   │   │   │   ├── mimetypes.py
│   │   │   │   ├── modulefinder.py
│   │   │   │   ├── multiprocessing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── connection.py
│   │   │   │   │   ├── context.py
│   │   │   │   │   ├── dummy
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── connection.py
│   │   │   │   │   ├── forkserver.py
│   │   │   │   │   ├── heap.py
│   │   │   │   │   ├── managers.py
│   │   │   │   │   ├── pool.py
│   │   │   │   │   ├── popen_fork.py
│   │   │   │   │   ├── popen_forkserver.py
│   │   │   │   │   ├── popen_spawn_posix.py
│   │   │   │   │   ├── popen_spawn_win32.py
│   │   │   │   │   ├── process.py
│   │   │   │   │   ├── queues.py
│   │   │   │   │   ├── reduction.py
│   │   │   │   │   ├── resource_sharer.py
│   │   │   │   │   ├── resource_tracker.py
│   │   │   │   │   ├── shared_memory.py
│   │   │   │   │   ├── sharedctypes.py
│   │   │   │   │   ├── spawn.py
│   │   │   │   │   ├── synchronize.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── netrc.py
│   │   │   │   ├── nntplib.py
│   │   │   │   ├── ntpath.py
│   │   │   │   ├── nturl2path.py
│   │   │   │   ├── numbers.py
│   │   │   │   ├── opcode.py
│   │   │   │   ├── operator.py
│   │   │   │   ├── optparse.py
│   │   │   │   ├── os.py
│   │   │   │   ├── pathlib.py
│   │   │   │   ├── pdb.py
│   │   │   │   ├── pickle.py
│   │   │   │   ├── pickletools.py
│   │   │   │   ├── pipes.py
│   │   │   │   ├── pkgutil.py
│   │   │   │   ├── platform.py
│   │   │   │   ├── plistlib.py
│   │   │   │   ├── poplib.py
│   │   │   │   ├── posixpath.py
│   │   │   │   ├── pprint.py
│   │   │   │   ├── profile.py
│   │   │   │   ├── pstats.py
│   │   │   │   ├── pty.py
│   │   │   │   ├── py_compile.py
│   │   │   │   ├── pyclbr.py
│   │   │   │   ├── pydoc.py
│   │   │   │   ├── pydoc_data
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── topics.py
│   │   │   │   ├── queue.py
│   │   │   │   ├── quopri.py
│   │   │   │   ├── random.py
│   │   │   │   ├── re
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _casefix.py
│   │   │   │   │   ├── _compiler.py
│   │   │   │   │   ├── _constants.py
│   │   │   │   │   └── _parser.py
│   │   │   │   ├── reprlib.py
│   │   │   │   ├── rlcompleter.py
│   │   │   │   ├── runpy.py
│   │   │   │   ├── sched.py
│   │   │   │   ├── secrets.py
│   │   │   │   ├── selectors.py
│   │   │   │   ├── shelve.py
│   │   │   │   ├── shlex.py
│   │   │   │   ├── shutil.py
│   │   │   │   ├── signal.py
│   │   │   │   ├── site-packages
│   │   │   │   │   ├── _sysconfigdata__linux_x86_64-linux-gnu.py
│   │   │   │   │   └── sitecustomize.py
│   │   │   │   ├── site.py
│   │   │   │   ├── smtpd.py
│   │   │   │   ├── smtplib.py
│   │   │   │   ├── sndhdr.py
│   │   │   │   ├── socket.py
│   │   │   │   ├── socketserver.py
│   │   │   │   ├── sqlite3
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── dbapi2.py
│   │   │   │   │   └── dump.py
│   │   │   │   ├── sre_compile.py
│   │   │   │   ├── sre_constants.py
│   │   │   │   ├── sre_parse.py
│   │   │   │   ├── ssl.py
│   │   │   │   ├── stat.py
│   │   │   │   ├── statistics.py
│   │   │   │   ├── string.py
│   │   │   │   ├── stringprep.py
│   │   │   │   ├── struct.py
│   │   │   │   ├── subprocess.py
│   │   │   │   ├── sunau.py
│   │   │   │   ├── symtable.py
│   │   │   │   ├── sysconfig.py
│   │   │   │   ├── tabnanny.py
│   │   │   │   ├── tarfile.py
│   │   │   │   ├── telnetlib.py
│   │   │   │   ├── tempfile.py
│   │   │   │   ├── test
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── libregrtest
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── cmdline.py
│   │   │   │   │   │   ├── filter.py
│   │   │   │   │   │   ├── findtests.py
│   │   │   │   │   │   ├── logger.py
│   │   │   │   │   │   ├── main.py
│   │   │   │   │   │   ├── pgo.py
│   │   │   │   │   │   ├── refleak.py
│   │   │   │   │   │   ├── run_workers.py
│   │   │   │   │   │   ├── runtests.py
│   │   │   │   │   │   ├── save_env.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── single.py
│   │   │   │   │   │   ├── testresult.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   ├── win_utils.py
│   │   │   │   │   │   └── worker.py
│   │   │   │   │   ├── regrtest.py
│   │   │   │   │   ├── support
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bytecode_helper.py
│   │   │   │   │   │   ├── hashlib_helper.py
│   │   │   │   │   │   ├── import_helper.py
│   │   │   │   │   │   ├── interpreters.py
│   │   │   │   │   │   ├── logging_helper.py
│   │   │   │   │   │   ├── os_helper.py
│   │   │   │   │   │   ├── pty_helper.py
│   │   │   │   │   │   ├── script_helper.py
│   │   │   │   │   │   ├── socket_helper.py
│   │   │   │   │   │   ├── threading_helper.py
│   │   │   │   │   │   └── warnings_helper.py
│   │   │   │   │   └── test_support.py
│   │   │   │   ├── textwrap.py
│   │   │   │   ├── this.py
│   │   │   │   ├── threading.py
│   │   │   │   ├── timeit.py
│   │   │   │   ├── tkinter
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── colorchooser.py
│   │   │   │   │   ├── commondialog.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── dialog.py
│   │   │   │   │   ├── dnd.py
│   │   │   │   │   ├── filedialog.py
│   │   │   │   │   ├── font.py
│   │   │   │   │   ├── messagebox.py
│   │   │   │   │   ├── scrolledtext.py
│   │   │   │   │   ├── simpledialog.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── support.py
│   │   │   │   │   │   ├── test_tkinter
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_colorchooser.py
│   │   │   │   │   │   │   ├── test_font.py
│   │   │   │   │   │   │   ├── test_geometry_managers.py
│   │   │   │   │   │   │   ├── test_images.py
│   │   │   │   │   │   │   ├── test_loadtk.py
│   │   │   │   │   │   │   ├── test_messagebox.py
│   │   │   │   │   │   │   ├── test_misc.py
│   │   │   │   │   │   │   ├── test_simpledialog.py
│   │   │   │   │   │   │   ├── test_text.py
│   │   │   │   │   │   │   ├── test_variables.py
│   │   │   │   │   │   │   └── test_widgets.py
│   │   │   │   │   │   ├── test_ttk
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_extensions.py
│   │   │   │   │   │   │   ├── test_style.py
│   │   │   │   │   │   │   └── test_widgets.py
│   │   │   │   │   │   └── widget_tests.py
│   │   │   │   │   ├── tix.py
│   │   │   │   │   └── ttk.py
│   │   │   │   ├── token.py
│   │   │   │   ├── tokenize.py
│   │   │   │   ├── tomllib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _parser.py
│   │   │   │   │   ├── _re.py
│   │   │   │   │   └── _types.py
│   │   │   │   ├── trace.py
│   │   │   │   ├── traceback.py
│   │   │   │   ├── tracemalloc.py
│   │   │   │   ├── tty.py
│   │   │   │   ├── turtle.py
│   │   │   │   ├── turtledemo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── bytedesign.py
│   │   │   │   │   ├── chaos.py
│   │   │   │   │   ├── clock.py
│   │   │   │   │   ├── colormixer.py
│   │   │   │   │   ├── forest.py
│   │   │   │   │   ├── fractalcurves.py
│   │   │   │   │   ├── lindenmayer.py
│   │   │   │   │   ├── minimal_hanoi.py
│   │   │   │   │   ├── nim.py
│   │   │   │   │   ├── paint.py
│   │   │   │   │   ├── peace.py
│   │   │   │   │   ├── penrose.py
│   │   │   │   │   ├── planet_and_moon.py
│   │   │   │   │   ├── rosette.py
│   │   │   │   │   ├── round_dance.py
│   │   │   │   │   ├── sorting_animate.py
│   │   │   │   │   ├── tree.py
│   │   │   │   │   ├── two_canvases.py
│   │   │   │   │   └── yinyang.py
│   │   │   │   ├── types.py
│   │   │   │   ├── typing.py
│   │   │   │   ├── unittest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── _log.py
│   │   │   │   │   ├── async_case.py
│   │   │   │   │   ├── case.py
│   │   │   │   │   ├── loader.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── mock.py
│   │   │   │   │   ├── runner.py
│   │   │   │   │   ├── signals.py
│   │   │   │   │   ├── suite.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── _test_warnings.py
│   │   │   │   │   │   ├── dummy.py
│   │   │   │   │   │   ├── support.py
│   │   │   │   │   │   ├── test_assertions.py
│   │   │   │   │   │   ├── test_async_case.py
│   │   │   │   │   │   ├── test_break.py
│   │   │   │   │   │   ├── test_case.py
│   │   │   │   │   │   ├── test_discovery.py
│   │   │   │   │   │   ├── test_functiontestcase.py
│   │   │   │   │   │   ├── test_loader.py
│   │   │   │   │   │   ├── test_program.py
│   │   │   │   │   │   ├── test_result.py
│   │   │   │   │   │   ├── test_runner.py
│   │   │   │   │   │   ├── test_setups.py
│   │   │   │   │   │   ├── test_skipping.py
│   │   │   │   │   │   ├── test_suite.py
│   │   │   │   │   │   └── testmock
│   │   │   │   │   │       ├── __init__.py
│   │   │   │   │   │       ├── __main__.py
│   │   │   │   │   │       ├── support.py
│   │   │   │   │   │       ├── testasync.py
│   │   │   │   │   │       ├── testcallable.py
│   │   │   │   │   │       ├── testhelpers.py
│   │   │   │   │   │       ├── testmagicmethods.py
│   │   │   │   │   │       ├── testmock.py
│   │   │   │   │   │       ├── testpatch.py
│   │   │   │   │   │       ├── testsealable.py
│   │   │   │   │   │       ├── testsentinel.py
│   │   │   │   │   │       └── testwith.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── urllib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── parse.py
│   │   │   │   │   ├── request.py
│   │   │   │   │   ├── response.py
│   │   │   │   │   └── robotparser.py
│   │   │   │   ├── uu.py
│   │   │   │   ├── uuid.py
│   │   │   │   ├── venv
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __main__.py
│   │   │   │   ├── warnings.py
│   │   │   │   ├── wave.py
│   │   │   │   ├── weakref.py
│   │   │   │   ├── webbrowser.py
│   │   │   │   ├── wsgiref
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── handlers.py
│   │   │   │   │   ├── headers.py
│   │   │   │   │   ├── simple_server.py
│   │   │   │   │   ├── types.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── validate.py
│   │   │   │   ├── xdrlib.py
│   │   │   │   ├── xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── dom
│   │   │   │   │   │   ├── NodeFilter.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── domreg.py
│   │   │   │   │   │   ├── expatbuilder.py
│   │   │   │   │   │   ├── minicompat.py
│   │   │   │   │   │   ├── minidom.py
│   │   │   │   │   │   ├── pulldom.py
│   │   │   │   │   │   └── xmlbuilder.py
│   │   │   │   │   ├── etree
│   │   │   │   │   │   ├── ElementInclude.py
│   │   │   │   │   │   ├── ElementPath.py
│   │   │   │   │   │   ├── ElementTree.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── cElementTree.py
│   │   │   │   │   ├── parsers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── expat.py
│   │   │   │   │   └── sax
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── _exceptions.py
│   │   │   │   │       ├── expatreader.py
│   │   │   │   │       ├── handler.py
│   │   │   │   │       ├── saxutils.py
│   │   │   │   │       └── xmlreader.py
│   │   │   │   ├── xmlrpc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   └── server.py
│   │   │   │   ├── zipapp.py
│   │   │   │   ├── zipfile.py
│   │   │   │   ├── zipimport.py
│   │   │   │   └── zoneinfo
│   │   │   │       ├── __init__.py
│   │   │   │       ├── _common.py
│   │   │   │       ├── _tzpath.py
│   │   │   │       └── _zoneinfo.py
│   │   │   └── python3.12
│   │   │       └── site-packages
│   │   │           └── uv
│   │   │               ├── __init__.py
│   │   │               ├── __main__.py
│   │   │               ├── _build_backend.py
│   │   │               └── _find_uv.py
│   │   └── share
│   │       └── gdb
│   │           └── libpython.py
│   └── state
│       └── venv
│           ├── bin
│           │   └── activate_this.py
│           ├── lib
│           │   └── python3.11
│           │       └── site-packages
│           │           ├── _pytest
│           │           │   ├── __init__.py
│           │           │   ├── _argcomplete.py
│           │           │   ├── _code
│           │           │   │   ├── __init__.py
│           │           │   │   ├── code.py
│           │           │   │   └── source.py
│           │           │   ├── _io
│           │           │   │   ├── __init__.py
│           │           │   │   ├── pprint.py
│           │           │   │   ├── saferepr.py
│           │           │   │   ├── terminalwriter.py
│           │           │   │   └── wcwidth.py
│           │           │   ├── _py
│           │           │   │   ├── __init__.py
│           │           │   │   ├── error.py
│           │           │   │   └── path.py
│           │           │   ├── _version.py
│           │           │   ├── assertion
│           │           │   │   ├── __init__.py
│           │           │   │   ├── rewrite.py
│           │           │   │   ├── truncate.py
│           │           │   │   └── util.py
│           │           │   ├── cacheprovider.py
│           │           │   ├── capture.py
│           │           │   ├── compat.py
│           │           │   ├── config
│           │           │   │   ├── __init__.py
│           │           │   │   ├── 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
│           │           │   │   ├── expression.py
│           │           │   │   └── structures.py
│           │           │   ├── monkeypatch.py
│           │           │   ├── nodes.py
│           │           │   ├── outcomes.py
│           │           │   ├── pastebin.py
│           │           │   ├── pathlib.py
│           │           │   ├── 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
│           │           ├── _virtualenv.py
│           │           ├── _yaml
│           │           │   └── __init__.py
│           │           ├── aiohappyeyeballs
│           │           │   ├── __init__.py
│           │           │   ├── _staggered.py
│           │           │   ├── impl.py
│           │           │   ├── types.py
│           │           │   └── utils.py
│           │           ├── aiohttp
│           │           │   ├── __init__.py
│           │           │   ├── _websocket
│           │           │   │   ├── __init__.py
│           │           │   │   ├── helpers.py
│           │           │   │   ├── models.py
│           │           │   │   ├── reader.py
│           │           │   │   ├── reader_c.py
│           │           │   │   ├── reader_py.py
│           │           │   │   └── writer.py
│           │           │   ├── abc.py
│           │           │   ├── base_protocol.py
│           │           │   ├── client.py
│           │           │   ├── client_exceptions.py
│           │           │   ├── client_proto.py
│           │           │   ├── client_reqrep.py
│           │           │   ├── client_ws.py
│           │           │   ├── compression_utils.py
│           │           │   ├── connector.py
│           │           │   ├── cookiejar.py
│           │           │   ├── formdata.py
│           │           │   ├── hdrs.py
│           │           │   ├── helpers.py
│           │           │   ├── http.py
│           │           │   ├── http_exceptions.py
│           │           │   ├── http_parser.py
│           │           │   ├── http_websocket.py
│           │           │   ├── http_writer.py
│           │           │   ├── log.py
│           │           │   ├── multipart.py
│           │           │   ├── payload.py
│           │           │   ├── payload_streamer.py
│           │           │   ├── pytest_plugin.py
│           │           │   ├── resolver.py
│           │           │   ├── streams.py
│           │           │   ├── tcp_helpers.py
│           │           │   ├── test_utils.py
│           │           │   ├── tracing.py
│           │           │   ├── typedefs.py
│           │           │   ├── web.py
│           │           │   ├── web_app.py
│           │           │   ├── web_exceptions.py
│           │           │   ├── web_fileresponse.py
│           │           │   ├── web_log.py
│           │           │   ├── web_middlewares.py
│           │           │   ├── web_protocol.py
│           │           │   ├── web_request.py
│           │           │   ├── web_response.py
│           │           │   ├── web_routedef.py
│           │           │   ├── web_runner.py
│           │           │   ├── web_server.py
│           │           │   ├── web_urldispatcher.py
│           │           │   ├── web_ws.py
│           │           │   └── worker.py
│           │           ├── aiosignal
│           │           │   └── __init__.py
│           │           ├── annotated_types
│           │           │   ├── __init__.py
│           │           │   └── test_cases.py
│           │           ├── aresponses
│           │           │   ├── __init__.py
│           │           │   ├── errors.py
│           │           │   ├── main.py
│           │           │   └── utils.py
│           │           ├── attr
│           │           │   ├── __init__.py
│           │           │   ├── _cmp.py
│           │           │   ├── _compat.py
│           │           │   ├── _config.py
│           │           │   ├── _funcs.py
│           │           │   ├── _make.py
│           │           │   ├── _next_gen.py
│           │           │   ├── _version_info.py
│           │           │   ├── converters.py
│           │           │   ├── exceptions.py
│           │           │   ├── filters.py
│           │           │   ├── setters.py
│           │           │   └── validators.py
│           │           ├── attrs
│           │           │   ├── __init__.py
│           │           │   ├── converters.py
│           │           │   ├── exceptions.py
│           │           │   ├── filters.py
│           │           │   ├── setters.py
│           │           │   └── validators.py
│           │           ├── backports
│           │           │   ├── __init__.py
│           │           │   └── tarfile
│           │           │       ├── __init__.py
│           │           │       ├── __main__.py
│           │           │       └── compat
│           │           │           ├── __init__.py
│           │           │           └── py38.py
│           │           ├── certifi
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   └── core.py
│           │           ├── cffi
│           │           │   ├── __init__.py
│           │           │   ├── _imp_emulation.py
│           │           │   ├── _shimmed_dist_utils.py
│           │           │   ├── api.py
│           │           │   ├── backend_ctypes.py
│           │           │   ├── cffi_opcode.py
│           │           │   ├── commontypes.py
│           │           │   ├── cparser.py
│           │           │   ├── error.py
│           │           │   ├── ffiplatform.py
│           │           │   ├── lock.py
│           │           │   ├── model.py
│           │           │   ├── pkgconfig.py
│           │           │   ├── recompiler.py
│           │           │   ├── setuptools_ext.py
│           │           │   ├── vengine_cpy.py
│           │           │   ├── vengine_gen.py
│           │           │   └── verifier.py
│           │           ├── charset_normalizer
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── api.py
│           │           │   ├── cd.py
│           │           │   ├── cli
│           │           │   │   ├── __init__.py
│           │           │   │   └── __main__.py
│           │           │   ├── constant.py
│           │           │   ├── legacy.py
│           │           │   ├── md.py
│           │           │   ├── models.py
│           │           │   ├── utils.py
│           │           │   └── version.py
│           │           ├── click
│           │           │   ├── __init__.py
│           │           │   ├── _compat.py
│           │           │   ├── _termui_impl.py
│           │           │   ├── _textwrap.py
│           │           │   ├── _winconsole.py
│           │           │   ├── core.py
│           │           │   ├── decorators.py
│           │           │   ├── exceptions.py
│           │           │   ├── formatting.py
│           │           │   ├── globals.py
│           │           │   ├── parser.py
│           │           │   ├── shell_completion.py
│           │           │   ├── termui.py
│           │           │   ├── testing.py
│           │           │   ├── types.py
│           │           │   └── utils.py
│           │           ├── cloudpickle
│           │           │   ├── __init__.py
│           │           │   ├── cloudpickle.py
│           │           │   └── cloudpickle_fast.py
│           │           ├── coverage
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── annotate.py
│           │           │   ├── bytecode.py
│           │           │   ├── cmdline.py
│           │           │   ├── collector.py
│           │           │   ├── config.py
│           │           │   ├── context.py
│           │           │   ├── control.py
│           │           │   ├── core.py
│           │           │   ├── data.py
│           │           │   ├── debug.py
│           │           │   ├── disposition.py
│           │           │   ├── env.py
│           │           │   ├── exceptions.py
│           │           │   ├── execfile.py
│           │           │   ├── files.py
│           │           │   ├── html.py
│           │           │   ├── inorout.py
│           │           │   ├── jsonreport.py
│           │           │   ├── lcovreport.py
│           │           │   ├── misc.py
│           │           │   ├── multiproc.py
│           │           │   ├── numbits.py
│           │           │   ├── parser.py
│           │           │   ├── phystokens.py
│           │           │   ├── plugin.py
│           │           │   ├── plugin_support.py
│           │           │   ├── python.py
│           │           │   ├── pytracer.py
│           │           │   ├── regions.py
│           │           │   ├── report.py
│           │           │   ├── report_core.py
│           │           │   ├── sqldata.py
│           │           │   ├── sqlitedb.py
│           │           │   ├── sysmon.py
│           │           │   ├── templite.py
│           │           │   ├── tomlconfig.py
│           │           │   ├── types.py
│           │           │   ├── version.py
│           │           │   └── xmlreport.py
│           │           ├── cryptography
│           │           │   ├── __about__.py
│           │           │   ├── __init__.py
│           │           │   ├── exceptions.py
│           │           │   ├── fernet.py
│           │           │   ├── hazmat
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _oid.py
│           │           │   │   ├── backends
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── openssl
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       └── backend.py
│           │           │   │   ├── bindings
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── openssl
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── _conditional.py
│           │           │   │   │       └── binding.py
│           │           │   │   ├── decrepit
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── ciphers
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       └── algorithms.py
│           │           │   │   └── primitives
│           │           │   │       ├── __init__.py
│           │           │   │       ├── _asymmetric.py
│           │           │   │       ├── _cipheralgorithm.py
│           │           │   │       ├── _serialization.py
│           │           │   │       ├── asymmetric
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── 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
│           │           │   │       │   ├── aead.py
│           │           │   │       │   ├── algorithms.py
│           │           │   │       │   ├── base.py
│           │           │   │       │   └── modes.py
│           │           │   │       ├── cmac.py
│           │           │   │       ├── constant_time.py
│           │           │   │       ├── hashes.py
│           │           │   │       ├── hmac.py
│           │           │   │       ├── kdf
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── argon2.py
│           │           │   │       │   ├── concatkdf.py
│           │           │   │       │   ├── hkdf.py
│           │           │   │       │   ├── kbkdf.py
│           │           │   │       │   ├── pbkdf2.py
│           │           │   │       │   ├── scrypt.py
│           │           │   │       │   └── x963kdf.py
│           │           │   │       ├── keywrap.py
│           │           │   │       ├── padding.py
│           │           │   │       ├── poly1305.py
│           │           │   │       ├── serialization
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── base.py
│           │           │   │       │   ├── pkcs12.py
│           │           │   │       │   ├── pkcs7.py
│           │           │   │       │   └── ssh.py
│           │           │   │       └── twofactor
│           │           │   │           ├── __init__.py
│           │           │   │           ├── hotp.py
│           │           │   │           └── totp.py
│           │           │   ├── utils.py
│           │           │   └── x509
│           │           │       ├── __init__.py
│           │           │       ├── base.py
│           │           │       ├── certificate_transparency.py
│           │           │       ├── extensions.py
│           │           │       ├── general_name.py
│           │           │       ├── name.py
│           │           │       ├── ocsp.py
│           │           │       ├── oid.py
│           │           │       └── verification.py
│           │           ├── dask
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── _collections.py
│           │           │   ├── _compatibility.py
│           │           │   ├── _dispatch.py
│           │           │   ├── _expr.py
│           │           │   ├── _task_spec.py
│           │           │   ├── _version.py
│           │           │   ├── array
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _array_expr
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _backends.py
│           │           │   │   │   ├── _blockwise.py
│           │           │   │   │   ├── _collection.py
│           │           │   │   │   ├── _expr.py
│           │           │   │   │   ├── _io.py
│           │           │   │   │   ├── _utils.py
│           │           │   │   │   ├── random.py
│           │           │   │   │   └── tests
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       └── test_collection.py
│           │           │   │   ├── _shuffle.py
│           │           │   │   ├── api.py
│           │           │   │   ├── backends.py
│           │           │   │   ├── blockwise.py
│           │           │   │   ├── chunk.py
│           │           │   │   ├── chunk_types.py
│           │           │   │   ├── core.py
│           │           │   │   ├── creation.py
│           │           │   │   ├── cupy_entry_point.py
│           │           │   │   ├── dispatch.py
│           │           │   │   ├── einsumfuncs.py
│           │           │   │   ├── fft.py
│           │           │   │   ├── gufunc.py
│           │           │   │   ├── image.py
│           │           │   │   ├── lib
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── stride_tricks.py
│           │           │   │   ├── linalg.py
│           │           │   │   ├── ma.py
│           │           │   │   ├── numpy_compat.py
│           │           │   │   ├── optimization.py
│           │           │   │   ├── overlap.py
│           │           │   │   ├── percentile.py
│           │           │   │   ├── random.py
│           │           │   │   ├── rechunk.py
│           │           │   │   ├── reductions.py
│           │           │   │   ├── reshape.py
│           │           │   │   ├── routines.py
│           │           │   │   ├── slicing.py
│           │           │   │   ├── stats.py
│           │           │   │   ├── svg.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_array_core.py
│           │           │   │   │   ├── test_array_expr_incompatible.py
│           │           │   │   │   ├── test_array_function.py
│           │           │   │   │   ├── test_array_utils.py
│           │           │   │   │   ├── test_atop.py
│           │           │   │   │   ├── test_chunk.py
│           │           │   │   │   ├── test_creation.py
│           │           │   │   │   ├── test_cupy_core.py
│           │           │   │   │   ├── test_cupy_creation.py
│           │           │   │   │   ├── test_cupy_gufunc.py
│           │           │   │   │   ├── test_cupy_linalg.py
│           │           │   │   │   ├── test_cupy_overlap.py
│           │           │   │   │   ├── test_cupy_percentile.py
│           │           │   │   │   ├── test_cupy_random.py
│           │           │   │   │   ├── test_cupy_reductions.py
│           │           │   │   │   ├── test_cupy_routines.py
│           │           │   │   │   ├── test_cupy_slicing.py
│           │           │   │   │   ├── test_cupy_sparse.py
│           │           │   │   │   ├── test_dispatch.py
│           │           │   │   │   ├── test_fft.py
│           │           │   │   │   ├── test_gufunc.py
│           │           │   │   │   ├── test_image.py
│           │           │   │   │   ├── test_linalg.py
│           │           │   │   │   ├── test_map_blocks.py
│           │           │   │   │   ├── test_masked.py
│           │           │   │   │   ├── test_numpy_compat.py
│           │           │   │   │   ├── test_optimization.py
│           │           │   │   │   ├── test_overlap.py
│           │           │   │   │   ├── test_percentiles.py
│           │           │   │   │   ├── test_random.py
│           │           │   │   │   ├── test_rechunk.py
│           │           │   │   │   ├── test_reductions.py
│           │           │   │   │   ├── test_reshape.py
│           │           │   │   │   ├── test_routines.py
│           │           │   │   │   ├── test_shuffle.py
│           │           │   │   │   ├── test_slicing.py
│           │           │   │   │   ├── test_sparse.py
│           │           │   │   │   ├── test_stats.py
│           │           │   │   │   ├── test_svg.py
│           │           │   │   │   ├── test_testing.py
│           │           │   │   │   ├── test_ufunc.py
│           │           │   │   │   ├── test_wrap.py
│           │           │   │   │   └── test_xarray.py
│           │           │   │   ├── tiledb_io.py
│           │           │   │   ├── ufunc.py
│           │           │   │   ├── utils.py
│           │           │   │   └── wrap.py
│           │           │   ├── backends.py
│           │           │   ├── bag
│           │           │   │   ├── __init__.py
│           │           │   │   ├── avro.py
│           │           │   │   ├── chunk.py
│           │           │   │   ├── core.py
│           │           │   │   ├── random.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_avro.py
│           │           │   │   │   ├── test_bag.py
│           │           │   │   │   ├── test_random.py
│           │           │   │   │   └── test_text.py
│           │           │   │   ├── text.py
│           │           │   │   └── utils.py
│           │           │   ├── base.py
│           │           │   ├── blockwise.py
│           │           │   ├── bytes
│           │           │   │   ├── __init__.py
│           │           │   │   ├── core.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_bytes_utils.py
│           │           │   │   │   ├── test_compression.py
│           │           │   │   │   ├── test_http.py
│           │           │   │   │   ├── test_local.py
│           │           │   │   │   └── test_s3.py
│           │           │   │   └── utils.py
│           │           │   ├── cache.py
│           │           │   ├── callbacks.py
│           │           │   ├── cli.py
│           │           │   ├── config.py
│           │           │   ├── conftest.py
│           │           │   ├── context.py
│           │           │   ├── core.py
│           │           │   ├── dataframe
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _compat.py
│           │           │   │   ├── _dtypes.py
│           │           │   │   ├── _pyarrow.py
│           │           │   │   ├── _pyarrow_compat.py
│           │           │   │   ├── accessor.py
│           │           │   │   ├── api.py
│           │           │   │   ├── backends.py
│           │           │   │   ├── categorical.py
│           │           │   │   ├── core.py
│           │           │   │   ├── dask_expr
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _accessor.py
│           │           │   │   │   ├── _backends.py
│           │           │   │   │   ├── _categorical.py
│           │           │   │   │   ├── _collection.py
│           │           │   │   │   ├── _concat.py
│           │           │   │   │   ├── _cumulative.py
│           │           │   │   │   ├── _datetime.py
│           │           │   │   │   ├── _describe.py
│           │           │   │   │   ├── _dummies.py
│           │           │   │   │   ├── _expr.py
│           │           │   │   │   ├── _groupby.py
│           │           │   │   │   ├── _indexing.py
│           │           │   │   │   ├── _interchange.py
│           │           │   │   │   ├── _merge.py
│           │           │   │   │   ├── _merge_asof.py
│           │           │   │   │   ├── _quantile.py
│           │           │   │   │   ├── _quantiles.py
│           │           │   │   │   ├── _reductions.py
│           │           │   │   │   ├── _repartition.py
│           │           │   │   │   ├── _rolling.py
│           │           │   │   │   ├── _shuffle.py
│           │           │   │   │   ├── _str_accessor.py
│           │           │   │   │   ├── _util.py
│           │           │   │   │   ├── _version.py
│           │           │   │   │   ├── datasets.py
│           │           │   │   │   ├── diagnostics
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── _analyze.py
│           │           │   │   │   │   ├── _analyze_plugin.py
│           │           │   │   │   │   └── _explain.py
│           │           │   │   │   ├── io
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── _delayed.py
│           │           │   │   │   │   ├── bag.py
│           │           │   │   │   │   ├── io.py
│           │           │   │   │   │   ├── parquet.py
│           │           │   │   │   │   ├── records.py
│           │           │   │   │   │   └── tests
│           │           │   │   │   │       ├── __init__.py
│           │           │   │   │   │       ├── test_delayed.py
│           │           │   │   │   │       ├── test_distributed.py
│           │           │   │   │   │       ├── test_from_pandas.py
│           │           │   │   │   │       ├── test_io.py
│           │           │   │   │   │       ├── test_parquet.py
│           │           │   │   │   │       └── test_sql.py
│           │           │   │   │   └── tests
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── _util.py
│           │           │   │   │       ├── test_align_partitions.py
│           │           │   │   │       ├── test_categorical.py
│           │           │   │   │       ├── test_collection.py
│           │           │   │   │       ├── test_concat.py
│           │           │   │   │       ├── test_core.py
│           │           │   │   │       ├── test_cumulative.py
│           │           │   │   │       ├── test_datasets.py
│           │           │   │   │       ├── test_datetime.py
│           │           │   │   │       ├── test_describe.py
│           │           │   │   │       ├── test_diagnostics.py
│           │           │   │   │       ├── test_distributed.py
│           │           │   │   │       ├── test_dummies.py
│           │           │   │   │       ├── test_format.py
│           │           │   │   │       ├── test_fusion.py
│           │           │   │   │       ├── test_groupby.py
│           │           │   │   │       ├── test_indexing.py
│           │           │   │   │       ├── test_interchange.py
│           │           │   │   │       ├── test_map_partitions_overlap.py
│           │           │   │   │       ├── test_merge.py
│           │           │   │   │       ├── test_merge_asof.py
│           │           │   │   │       ├── test_partitioning_knowledge.py
│           │           │   │   │       ├── test_predicate_pushdown.py
│           │           │   │   │       ├── test_quantiles.py
│           │           │   │   │       ├── test_reductions.py
│           │           │   │   │       ├── test_repartition.py
│           │           │   │   │       ├── test_reshape.py
│           │           │   │   │       ├── test_rolling.py
│           │           │   │   │       ├── test_shuffle.py
│           │           │   │   │       ├── test_string_accessor.py
│           │           │   │   │       └── test_ufunc.py
│           │           │   │   ├── dispatch.py
│           │           │   │   ├── extensions.py
│           │           │   │   ├── groupby.py
│           │           │   │   ├── hyperloglog.py
│           │           │   │   ├── indexing.py
│           │           │   │   ├── io
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── csv.py
│           │           │   │   │   ├── demo.py
│           │           │   │   │   ├── hdf.py
│           │           │   │   │   ├── io.py
│           │           │   │   │   ├── json.py
│           │           │   │   │   ├── orc
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── arrow.py
│           │           │   │   │   │   ├── core.py
│           │           │   │   │   │   └── utils.py
│           │           │   │   │   ├── parquet
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── arrow.py
│           │           │   │   │   │   ├── core.py
│           │           │   │   │   │   └── utils.py
│           │           │   │   │   ├── sql.py
│           │           │   │   │   ├── tests
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_csv.py
│           │           │   │   │   │   ├── test_demo.py
│           │           │   │   │   │   ├── test_hdf.py
│           │           │   │   │   │   ├── test_io.py
│           │           │   │   │   │   ├── test_json.py
│           │           │   │   │   │   ├── test_orc.py
│           │           │   │   │   │   ├── test_parquet.py
│           │           │   │   │   │   └── test_sql.py
│           │           │   │   │   └── utils.py
│           │           │   │   ├── methods.py
│           │           │   │   ├── multi.py
│           │           │   │   ├── partitionquantiles.py
│           │           │   │   ├── rolling.py
│           │           │   │   ├── shuffle.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_accessors.py
│           │           │   │   │   ├── test_arithmetics_reduction.py
│           │           │   │   │   ├── test_boolean.py
│           │           │   │   │   ├── test_categorical.py
│           │           │   │   │   ├── test_dataframe.py
│           │           │   │   │   ├── test_extensions.py
│           │           │   │   │   ├── test_groupby.py
│           │           │   │   │   ├── test_hashing.py
│           │           │   │   │   ├── test_hyperloglog.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_merge_column_and_index.py
│           │           │   │   │   ├── test_methods.py
│           │           │   │   │   ├── test_multi.py
│           │           │   │   │   ├── test_numeric.py
│           │           │   │   │   ├── test_pyarrow.py
│           │           │   │   │   ├── test_pyarrow_compat.py
│           │           │   │   │   ├── test_reshape.py
│           │           │   │   │   ├── test_rolling.py
│           │           │   │   │   ├── test_shuffle.py
│           │           │   │   │   ├── test_ufunc.py
│           │           │   │   │   └── test_utils_dataframe.py
│           │           │   │   ├── tseries
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── resample.py
│           │           │   │   │   └── tests
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── test_resample.py
│           │           │   │   │       └── test_resample_expr.py
│           │           │   │   └── utils.py
│           │           │   ├── datasets.py
│           │           │   ├── delayed.py
│           │           │   ├── diagnostics
│           │           │   │   ├── __init__.py
│           │           │   │   ├── profile.py
│           │           │   │   ├── profile_visualize.py
│           │           │   │   ├── progress.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── test_profiler.py
│           │           │   │       └── test_progress.py
│           │           │   ├── distributed.py
│           │           │   ├── dot.py
│           │           │   ├── graph_manipulation.py
│           │           │   ├── hashing.py
│           │           │   ├── highlevelgraph.py
│           │           │   ├── layers.py
│           │           │   ├── local.py
│           │           │   ├── ml.py
│           │           │   ├── multiprocessing.py
│           │           │   ├── optimization.py
│           │           │   ├── order.py
│           │           │   ├── rewrite.py
│           │           │   ├── sizeof.py
│           │           │   ├── system.py
│           │           │   ├── task_spec.py
│           │           │   ├── tests
│           │           │   │   ├── __init__.py
│           │           │   │   ├── test_backends.py
│           │           │   │   ├── test_base.py
│           │           │   │   ├── test_cache.py
│           │           │   │   ├── test_callbacks.py
│           │           │   │   ├── test_ci.py
│           │           │   │   ├── test_cli.py
│           │           │   │   ├── test_compatibility.py
│           │           │   │   ├── test_config.py
│           │           │   │   ├── test_context.py
│           │           │   │   ├── test_core.py
│           │           │   │   ├── test_datasets.py
│           │           │   │   ├── test_delayed.py
│           │           │   │   ├── test_distributed.py
│           │           │   │   ├── test_docs.py
│           │           │   │   ├── test_dot.py
│           │           │   │   ├── test_graph_manipulation.py
│           │           │   │   ├── test_hashing.py
│           │           │   │   ├── test_highgraph.py
│           │           │   │   ├── test_layers.py
│           │           │   │   ├── test_local.py
│           │           │   │   ├── test_ml.py
│           │           │   │   ├── test_multiprocessing.py
│           │           │   │   ├── test_optimization.py
│           │           │   │   ├── test_order.py
│           │           │   │   ├── test_rewrite.py
│           │           │   │   ├── test_sizeof.py
│           │           │   │   ├── test_spark_compat.py
│           │           │   │   ├── test_system.py
│           │           │   │   ├── test_task_spec.py
│           │           │   │   ├── test_threaded.py
│           │           │   │   ├── test_tokenize.py
│           │           │   │   ├── test_traceback.py
│           │           │   │   ├── test_typing.py
│           │           │   │   ├── test_utils.py
│           │           │   │   ├── test_utils_test.py
│           │           │   │   └── warning_aliases.py
│           │           │   ├── threaded.py
│           │           │   ├── tokenize.py
│           │           │   ├── typing.py
│           │           │   ├── utils.py
│           │           │   ├── utils_test.py
│           │           │   └── widgets
│           │           │       ├── __init__.py
│           │           │       ├── tests
│           │           │       │   └── test_widgets.py
│           │           │       └── widgets.py
│           │           ├── dateutil
│           │           │   ├── __init__.py
│           │           │   ├── _common.py
│           │           │   ├── _version.py
│           │           │   ├── easter.py
│           │           │   ├── parser
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _parser.py
│           │           │   │   └── isoparser.py
│           │           │   ├── relativedelta.py
│           │           │   ├── rrule.py
│           │           │   ├── tz
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _common.py
│           │           │   │   ├── _factories.py
│           │           │   │   ├── tz.py
│           │           │   │   └── win.py
│           │           │   ├── tzwin.py
│           │           │   ├── utils.py
│           │           │   └── zoneinfo
│           │           │       ├── __init__.py
│           │           │       └── rebuild.py
│           │           ├── docutils
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── core.py
│           │           │   ├── examples.py
│           │           │   ├── frontend.py
│           │           │   ├── io.py
│           │           │   ├── languages
│           │           │   │   ├── __init__.py
│           │           │   │   ├── 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
│           │           │   │   ├── ka.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
│           │           │   │   ├── commonmark_wrapper.py
│           │           │   │   ├── null.py
│           │           │   │   ├── recommonmark_wrapper.py
│           │           │   │   └── rst
│           │           │   │       ├── __init__.py
│           │           │   │       ├── directives
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── admonitions.py
│           │           │   │       │   ├── body.py
│           │           │   │       │   ├── html.py
│           │           │   │       │   ├── images.py
│           │           │   │       │   ├── misc.py
│           │           │   │       │   ├── parts.py
│           │           │   │       │   ├── references.py
│           │           │   │       │   └── tables.py
│           │           │   │       ├── languages
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── 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
│           │           │   │       │   ├── ka.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
│           │           │   │   ├── doctree.py
│           │           │   │   ├── pep.py
│           │           │   │   └── standalone.py
│           │           │   ├── statemachine.py
│           │           │   ├── transforms
│           │           │   │   ├── __init__.py
│           │           │   │   ├── components.py
│           │           │   │   ├── frontmatter.py
│           │           │   │   ├── misc.py
│           │           │   │   ├── parts.py
│           │           │   │   ├── peps.py
│           │           │   │   ├── references.py
│           │           │   │   ├── universal.py
│           │           │   │   └── writer_aux.py
│           │           │   ├── utils
│           │           │   │   ├── __init__.py
│           │           │   │   ├── code_analyzer.py
│           │           │   │   ├── error_reporting.py
│           │           │   │   ├── math
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── latex2mathml.py
│           │           │   │   │   ├── math2html.py
│           │           │   │   │   ├── mathalphabet2unichar.py
│           │           │   │   │   ├── mathml_elements.py
│           │           │   │   │   ├── tex2mathml_extern.py
│           │           │   │   │   ├── tex2unichar.py
│           │           │   │   │   └── unichar2tex.py
│           │           │   │   ├── punctuation_chars.py
│           │           │   │   ├── roman.py
│           │           │   │   ├── smartquotes.py
│           │           │   │   └── urischemes.py
│           │           │   └── writers
│           │           │       ├── __init__.py
│           │           │       ├── _html_base.py
│           │           │       ├── docutils_xml.py
│           │           │       ├── html4css1
│           │           │       │   └── __init__.py
│           │           │       ├── html5_polyglot
│           │           │       │   └── __init__.py
│           │           │       ├── latex2e
│           │           │       │   └── __init__.py
│           │           │       ├── manpage.py
│           │           │       ├── null.py
│           │           │       ├── odf_odt
│           │           │       │   ├── __init__.py
│           │           │       │   ├── prepstyles.py
│           │           │       │   └── pygmentsformatter.py
│           │           │       ├── pep_html
│           │           │       │   └── __init__.py
│           │           │       ├── pseudoxml.py
│           │           │       ├── s5_html
│           │           │       │   └── __init__.py
│           │           │       └── xetex
│           │           │           └── __init__.py
│           │           ├── dotenv
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── cli.py
│           │           │   ├── ipython.py
│           │           │   ├── main.py
│           │           │   ├── parser.py
│           │           │   ├── variables.py
│           │           │   └── version.py
│           │           ├── execnet
│           │           │   ├── __init__.py
│           │           │   ├── _version.py
│           │           │   ├── gateway.py
│           │           │   ├── gateway_base.py
│           │           │   ├── gateway_bootstrap.py
│           │           │   ├── gateway_io.py
│           │           │   ├── gateway_socket.py
│           │           │   ├── multi.py
│           │           │   ├── rsync.py
│           │           │   ├── rsync_remote.py
│           │           │   ├── script
│           │           │   │   ├── __init__.py
│           │           │   │   ├── loop_socketserver.py
│           │           │   │   ├── quitserver.py
│           │           │   │   ├── shell.py
│           │           │   │   ├── socketserver.py
│           │           │   │   └── socketserverservice.py
│           │           │   └── xspec.py
│           │           ├── faker
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── cli.py
│           │           │   ├── config.py
│           │           │   ├── contrib
│           │           │   │   ├── __init__.py
│           │           │   │   └── pytest
│           │           │   │       ├── __init__.py
│           │           │   │       └── plugin.py
│           │           │   ├── decode
│           │           │   │   ├── __init__.py
│           │           │   │   └── codes.py
│           │           │   ├── documentor.py
│           │           │   ├── exceptions.py
│           │           │   ├── factory.py
│           │           │   ├── generator.py
│           │           │   ├── providers
│           │           │   │   ├── __init__.py
│           │           │   │   ├── address
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_AU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_MS
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_NZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hi_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ne_NP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ta_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_TW
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zu_ZA
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── automotive
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_BH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_JO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_PS
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_SA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_NZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── et_EE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lt_LT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sq_AL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── bank
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_CN
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── barcode
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── ja_JP
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── color
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_PS
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── color.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uz_UZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── vi_VN
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── company
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── credit_card
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── uk_UA
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── currency
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_AU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uz_UZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── vi_VN
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── date_time
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_EG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── gu_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hi_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ta_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uz_UZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── emoji
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── en_US
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── file
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── en_US
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── geo
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── tr_TR
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── internet
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bs_BA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_AU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_NZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── isbn
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── isbn.py
│           │           │   │   ├── job
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bs_BA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── lorem
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── la
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── misc
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── tl_PH
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── passport
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── ru_RU
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── person
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_PS
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_SA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_LI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_LU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_NZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── et_EE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_QC
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ga_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── gu_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hi_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lt_LT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lv_LV
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ne_NP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── or_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sw
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ta_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tw_GH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uz_UZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── yo_NG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_TW
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zu_ZA
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── phone_number
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── ar_AE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_JO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ar_PS
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bs_BA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── da_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_LI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_LU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_AU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_NZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_AR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fa_IR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hi_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hy_AM
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── id_ID
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ja_JP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ka_GE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lt_LT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lv_LV
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ne_NP
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ta_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tw_GH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uz_UZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── vi_VN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── profile
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── en_US
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── python
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── en_US
│           │           │   │   │       └── __init__.py
│           │           │   │   ├── sbn
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── rules.py
│           │           │   │   │   └── sbn.py
│           │           │   │   ├── ssn
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── az_AZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bg_BG
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── bn_BD
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── cs_CZ
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_AT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── de_DE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── dk_DK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_CY
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── el_GR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_GB
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_IN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── en_US
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_CO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_ES
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── es_MX
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── et_EE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fi_FI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fil_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_CH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── fr_FR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── he_IL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hr_HR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── hu_HU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── it_IT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ko_KR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lb_LU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lt_LT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── lv_LV
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── mt_MT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_BE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── nl_NL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── no_NO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pl_PL
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_BR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── pt_PT
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ro_RO
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── ru_RU
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sk_SK
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sl_SI
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── sv_SE
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── th_TH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tl_PH
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── tr_TR
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── uk_UA
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   ├── zh_CN
│           │           │   │   │   │   └── __init__.py
│           │           │   │   │   └── zh_TW
│           │           │   │   │       └── __init__.py
│           │           │   │   └── user_agent
│           │           │   │       ├── __init__.py
│           │           │   │       └── en_US
│           │           │   │           └── __init__.py
│           │           │   ├── proxy.py
│           │           │   ├── sphinx
│           │           │   │   ├── __init__.py
│           │           │   │   ├── autodoc.py
│           │           │   │   ├── docstring.py
│           │           │   │   ├── documentor.py
│           │           │   │   └── validator.py
│           │           │   ├── typing.py
│           │           │   └── utils
│           │           │       ├── __init__.py
│           │           │       ├── checksums.py
│           │           │       ├── datasets.py
│           │           │       ├── decorators.py
│           │           │       ├── distribution.py
│           │           │       ├── loading.py
│           │           │       └── text.py
│           │           ├── frozenlist
│           │           │   └── __init__.py
│           │           ├── fsspec
│           │           │   ├── __init__.py
│           │           │   ├── _version.py
│           │           │   ├── archive.py
│           │           │   ├── asyn.py
│           │           │   ├── caching.py
│           │           │   ├── callbacks.py
│           │           │   ├── compression.py
│           │           │   ├── config.py
│           │           │   ├── conftest.py
│           │           │   ├── core.py
│           │           │   ├── dircache.py
│           │           │   ├── exceptions.py
│           │           │   ├── fuse.py
│           │           │   ├── generic.py
│           │           │   ├── gui.py
│           │           │   ├── implementations
│           │           │   │   ├── __init__.py
│           │           │   │   ├── arrow.py
│           │           │   │   ├── asyn_wrapper.py
│           │           │   │   ├── cache_mapper.py
│           │           │   │   ├── cache_metadata.py
│           │           │   │   ├── cached.py
│           │           │   │   ├── dask.py
│           │           │   │   ├── data.py
│           │           │   │   ├── dbfs.py
│           │           │   │   ├── dirfs.py
│           │           │   │   ├── ftp.py
│           │           │   │   ├── git.py
│           │           │   │   ├── github.py
│           │           │   │   ├── http.py
│           │           │   │   ├── jupyter.py
│           │           │   │   ├── libarchive.py
│           │           │   │   ├── local.py
│           │           │   │   ├── memory.py
│           │           │   │   ├── reference.py
│           │           │   │   ├── sftp.py
│           │           │   │   ├── smb.py
│           │           │   │   ├── tar.py
│           │           │   │   ├── webhdfs.py
│           │           │   │   └── zip.py
│           │           │   ├── json.py
│           │           │   ├── mapping.py
│           │           │   ├── parquet.py
│           │           │   ├── registry.py
│           │           │   ├── spec.py
│           │           │   ├── tests
│           │           │   │   └── abstract
│           │           │   │       ├── __init__.py
│           │           │   │       ├── common.py
│           │           │   │       ├── copy.py
│           │           │   │       ├── get.py
│           │           │   │       ├── mv.py
│           │           │   │       ├── open.py
│           │           │   │       ├── pipe.py
│           │           │   │       └── put.py
│           │           │   ├── transaction.py
│           │           │   └── utils.py
│           │           ├── id
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   └── _internal
│           │           │       └── oidc
│           │           │           ├── __init__.py
│           │           │           └── ambient.py
│           │           ├── idna
│           │           │   ├── __init__.py
│           │           │   ├── codec.py
│           │           │   ├── compat.py
│           │           │   ├── core.py
│           │           │   ├── idnadata.py
│           │           │   ├── intranges.py
│           │           │   ├── package_data.py
│           │           │   └── uts46data.py
│           │           ├── importlib_metadata
│           │           │   ├── __init__.py
│           │           │   ├── _adapters.py
│           │           │   ├── _collections.py
│           │           │   ├── _compat.py
│           │           │   ├── _functools.py
│           │           │   ├── _itertools.py
│           │           │   ├── _meta.py
│           │           │   ├── _text.py
│           │           │   ├── compat
│           │           │   │   ├── __init__.py
│           │           │   │   ├── py311.py
│           │           │   │   └── py39.py
│           │           │   └── diagnose.py
│           │           ├── iniconfig
│           │           │   ├── __init__.py
│           │           │   ├── _parse.py
│           │           │   ├── _version.py
│           │           │   └── exceptions.py
│           │           ├── jaraco
│           │           │   ├── classes
│           │           │   │   ├── __init__.py
│           │           │   │   ├── ancestry.py
│           │           │   │   ├── meta.py
│           │           │   │   └── properties.py
│           │           │   ├── context
│           │           │   │   └── __init__.py
│           │           │   └── functools
│           │           │       └── __init__.py
│           │           ├── jeepney
│           │           │   ├── __init__.py
│           │           │   ├── auth.py
│           │           │   ├── bindgen.py
│           │           │   ├── bus.py
│           │           │   ├── bus_messages.py
│           │           │   ├── fds.py
│           │           │   ├── io
│           │           │   │   ├── __init__.py
│           │           │   │   ├── asyncio.py
│           │           │   │   ├── blocking.py
│           │           │   │   ├── common.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── 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
│           │           │   │   ├── 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
│           │           ├── keyring
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── backend.py
│           │           │   ├── backends
│           │           │   │   ├── SecretService.py
│           │           │   │   ├── Windows.py
│           │           │   │   ├── __init__.py
│           │           │   │   ├── chainer.py
│           │           │   │   ├── fail.py
│           │           │   │   ├── kwallet.py
│           │           │   │   ├── libsecret.py
│           │           │   │   ├── macOS
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── api.py
│           │           │   │   └── null.py
│           │           │   ├── cli.py
│           │           │   ├── compat
│           │           │   │   ├── __init__.py
│           │           │   │   ├── properties.py
│           │           │   │   ├── py312.py
│           │           │   │   └── py38.py
│           │           │   ├── completion.py
│           │           │   ├── core.py
│           │           │   ├── credentials.py
│           │           │   ├── devpi_client.py
│           │           │   ├── errors.py
│           │           │   ├── http.py
│           │           │   ├── testing
│           │           │   │   ├── __init__.py
│           │           │   │   ├── backend.py
│           │           │   │   └── util.py
│           │           │   └── util
│           │           │       ├── __init__.py
│           │           │       └── platform_.py
│           │           ├── locket
│           │           │   └── __init__.py
│           │           ├── markdown_it
│           │           │   ├── __init__.py
│           │           │   ├── _compat.py
│           │           │   ├── _punycode.py
│           │           │   ├── cli
│           │           │   │   ├── __init__.py
│           │           │   │   └── parse.py
│           │           │   ├── common
│           │           │   │   ├── __init__.py
│           │           │   │   ├── entities.py
│           │           │   │   ├── html_blocks.py
│           │           │   │   ├── html_re.py
│           │           │   │   ├── normalize_url.py
│           │           │   │   └── utils.py
│           │           │   ├── helpers
│           │           │   │   ├── __init__.py
│           │           │   │   ├── parse_link_destination.py
│           │           │   │   ├── parse_link_label.py
│           │           │   │   └── parse_link_title.py
│           │           │   ├── main.py
│           │           │   ├── parser_block.py
│           │           │   ├── parser_core.py
│           │           │   ├── parser_inline.py
│           │           │   ├── presets
│           │           │   │   ├── __init__.py
│           │           │   │   ├── commonmark.py
│           │           │   │   ├── default.py
│           │           │   │   └── zero.py
│           │           │   ├── renderer.py
│           │           │   ├── ruler.py
│           │           │   ├── rules_block
│           │           │   │   ├── __init__.py
│           │           │   │   ├── 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
│           │           │   │   ├── block.py
│           │           │   │   ├── inline.py
│           │           │   │   ├── linkify.py
│           │           │   │   ├── normalize.py
│           │           │   │   ├── replacements.py
│           │           │   │   ├── smartquotes.py
│           │           │   │   ├── state_core.py
│           │           │   │   └── text_join.py
│           │           │   ├── rules_inline
│           │           │   │   ├── __init__.py
│           │           │   │   ├── autolink.py
│           │           │   │   ├── backticks.py
│           │           │   │   ├── balance_pairs.py
│           │           │   │   ├── emphasis.py
│           │           │   │   ├── entity.py
│           │           │   │   ├── escape.py
│           │           │   │   ├── fragments_join.py
│           │           │   │   ├── html_inline.py
│           │           │   │   ├── image.py
│           │           │   │   ├── link.py
│           │           │   │   ├── linkify.py
│           │           │   │   ├── newline.py
│           │           │   │   ├── state_inline.py
│           │           │   │   ├── strikethrough.py
│           │           │   │   └── text.py
│           │           │   ├── token.py
│           │           │   ├── tree.py
│           │           │   └── utils.py
│           │           ├── mdurl
│           │           │   ├── __init__.py
│           │           │   ├── _decode.py
│           │           │   ├── _encode.py
│           │           │   ├── _format.py
│           │           │   ├── _parse.py
│           │           │   └── _url.py
│           │           ├── more_itertools
│           │           │   ├── __init__.py
│           │           │   ├── more.py
│           │           │   └── recipes.py
│           │           ├── multidict
│           │           │   ├── __init__.py
│           │           │   ├── _abc.py
│           │           │   ├── _compat.py
│           │           │   ├── _multidict_base.py
│           │           │   └── _multidict_py.py
│           │           ├── nh3
│           │           │   └── __init__.py
│           │           ├── numpy
│           │           │   ├── __config__.py
│           │           │   ├── __init__.py
│           │           │   ├── _array_api_info.py
│           │           │   ├── _configtool.py
│           │           │   ├── _core
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _add_newdocs.py
│           │           │   │   ├── _add_newdocs_scalars.py
│           │           │   │   ├── _asarray.py
│           │           │   │   ├── _dtype.py
│           │           │   │   ├── _dtype_ctypes.py
│           │           │   │   ├── _exceptions.py
│           │           │   │   ├── _internal.py
│           │           │   │   ├── _machar.py
│           │           │   │   ├── _methods.py
│           │           │   │   ├── _string_helpers.py
│           │           │   │   ├── _type_aliases.py
│           │           │   │   ├── _ufunc_config.py
│           │           │   │   ├── arrayprint.py
│           │           │   │   ├── cversions.py
│           │           │   │   ├── defchararray.py
│           │           │   │   ├── einsumfunc.py
│           │           │   │   ├── fromnumeric.py
│           │           │   │   ├── function_base.py
│           │           │   │   ├── getlimits.py
│           │           │   │   ├── memmap.py
│           │           │   │   ├── multiarray.py
│           │           │   │   ├── numeric.py
│           │           │   │   ├── numerictypes.py
│           │           │   │   ├── overrides.py
│           │           │   │   ├── printoptions.py
│           │           │   │   ├── records.py
│           │           │   │   ├── shape_base.py
│           │           │   │   ├── strings.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── _locales.py
│           │           │   │   │   ├── _natype.py
│           │           │   │   │   ├── examples
│           │           │   │   │   │   ├── cython
│           │           │   │   │   │   │   └── setup.py
│           │           │   │   │   │   └── limited_api
│           │           │   │   │   │       └── setup.py
│           │           │   │   │   ├── test__exceptions.py
│           │           │   │   │   ├── test_abc.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_argparse.py
│           │           │   │   │   ├── test_array_api_info.py
│           │           │   │   │   ├── test_array_coercion.py
│           │           │   │   │   ├── test_array_interface.py
│           │           │   │   │   ├── test_arraymethod.py
│           │           │   │   │   ├── test_arrayobject.py
│           │           │   │   │   ├── test_arrayprint.py
│           │           │   │   │   ├── test_casting_floatingpoint_errors.py
│           │           │   │   │   ├── test_casting_unittests.py
│           │           │   │   │   ├── test_conversion_utils.py
│           │           │   │   │   ├── test_cpu_dispatcher.py
│           │           │   │   │   ├── test_cpu_features.py
│           │           │   │   │   ├── test_custom_dtypes.py
│           │           │   │   │   ├── test_cython.py
│           │           │   │   │   ├── test_datetime.py
│           │           │   │   │   ├── test_defchararray.py
│           │           │   │   │   ├── test_deprecations.py
│           │           │   │   │   ├── test_dlpack.py
│           │           │   │   │   ├── test_dtype.py
│           │           │   │   │   ├── test_einsum.py
│           │           │   │   │   ├── test_errstate.py
│           │           │   │   │   ├── test_extint128.py
│           │           │   │   │   ├── test_function_base.py
│           │           │   │   │   ├── test_getlimits.py
│           │           │   │   │   ├── test_half.py
│           │           │   │   │   ├── test_hashtable.py
│           │           │   │   │   ├── test_indexerrors.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_item_selection.py
│           │           │   │   │   ├── test_limited_api.py
│           │           │   │   │   ├── test_longdouble.py
│           │           │   │   │   ├── test_machar.py
│           │           │   │   │   ├── test_mem_overlap.py
│           │           │   │   │   ├── test_mem_policy.py
│           │           │   │   │   ├── test_memmap.py
│           │           │   │   │   ├── test_multiarray.py
│           │           │   │   │   ├── test_multithreading.py
│           │           │   │   │   ├── test_nditer.py
│           │           │   │   │   ├── test_nep50_promotions.py
│           │           │   │   │   ├── test_numeric.py
│           │           │   │   │   ├── test_numerictypes.py
│           │           │   │   │   ├── test_overrides.py
│           │           │   │   │   ├── test_print.py
│           │           │   │   │   ├── test_protocols.py
│           │           │   │   │   ├── test_records.py
│           │           │   │   │   ├── test_regression.py
│           │           │   │   │   ├── test_scalar_ctors.py
│           │           │   │   │   ├── test_scalar_methods.py
│           │           │   │   │   ├── test_scalarbuffer.py
│           │           │   │   │   ├── test_scalarinherit.py
│           │           │   │   │   ├── test_scalarmath.py
│           │           │   │   │   ├── test_scalarprint.py
│           │           │   │   │   ├── test_shape_base.py
│           │           │   │   │   ├── test_simd.py
│           │           │   │   │   ├── test_simd_module.py
│           │           │   │   │   ├── test_stringdtype.py
│           │           │   │   │   ├── test_strings.py
│           │           │   │   │   ├── test_ufunc.py
│           │           │   │   │   ├── test_umath.py
│           │           │   │   │   ├── test_umath_accuracy.py
│           │           │   │   │   ├── test_umath_complex.py
│           │           │   │   │   └── test_unicode.py
│           │           │   │   └── umath.py
│           │           │   ├── _distributor_init.py
│           │           │   ├── _expired_attrs_2_0.py
│           │           │   ├── _globals.py
│           │           │   ├── _pyinstaller
│           │           │   │   ├── __init__.py
│           │           │   │   ├── hook-numpy.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── pyinstaller-smoke.py
│           │           │   │       └── test_pyinstaller.py
│           │           │   ├── _pytesttester.py
│           │           │   ├── _typing
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _add_docstring.py
│           │           │   │   ├── _array_like.py
│           │           │   │   ├── _char_codes.py
│           │           │   │   ├── _dtype_like.py
│           │           │   │   ├── _extended_precision.py
│           │           │   │   ├── _nbit.py
│           │           │   │   ├── _nbit_base.py
│           │           │   │   ├── _nested_sequence.py
│           │           │   │   ├── _scalars.py
│           │           │   │   ├── _shape.py
│           │           │   │   └── _ufunc.py
│           │           │   ├── _utils
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _convertions.py
│           │           │   │   ├── _inspect.py
│           │           │   │   └── _pep440.py
│           │           │   ├── char
│           │           │   │   └── __init__.py
│           │           │   ├── compat
│           │           │   │   ├── __init__.py
│           │           │   │   ├── py3k.py
│           │           │   │   └── tests
│           │           │   │       └── __init__.py
│           │           │   ├── conftest.py
│           │           │   ├── core
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _dtype.py
│           │           │   │   ├── _dtype_ctypes.py
│           │           │   │   ├── _internal.py
│           │           │   │   ├── _multiarray_umath.py
│           │           │   │   ├── _utils.py
│           │           │   │   ├── arrayprint.py
│           │           │   │   ├── defchararray.py
│           │           │   │   ├── einsumfunc.py
│           │           │   │   ├── fromnumeric.py
│           │           │   │   ├── function_base.py
│           │           │   │   ├── getlimits.py
│           │           │   │   ├── multiarray.py
│           │           │   │   ├── numeric.py
│           │           │   │   ├── numerictypes.py
│           │           │   │   ├── overrides.py
│           │           │   │   ├── records.py
│           │           │   │   ├── shape_base.py
│           │           │   │   └── umath.py
│           │           │   ├── ctypeslib.py
│           │           │   ├── distutils
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _shell_utils.py
│           │           │   │   ├── armccompiler.py
│           │           │   │   ├── ccompiler.py
│           │           │   │   ├── ccompiler_opt.py
│           │           │   │   ├── command
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── autodist.py
│           │           │   │   │   ├── bdist_rpm.py
│           │           │   │   │   ├── build.py
│           │           │   │   │   ├── build_clib.py
│           │           │   │   │   ├── build_ext.py
│           │           │   │   │   ├── build_py.py
│           │           │   │   │   ├── build_scripts.py
│           │           │   │   │   ├── build_src.py
│           │           │   │   │   ├── config.py
│           │           │   │   │   ├── config_compiler.py
│           │           │   │   │   ├── develop.py
│           │           │   │   │   ├── egg_info.py
│           │           │   │   │   ├── install.py
│           │           │   │   │   ├── install_clib.py
│           │           │   │   │   ├── install_data.py
│           │           │   │   │   ├── install_headers.py
│           │           │   │   │   └── sdist.py
│           │           │   │   ├── conv_template.py
│           │           │   │   ├── core.py
│           │           │   │   ├── cpuinfo.py
│           │           │   │   ├── exec_command.py
│           │           │   │   ├── extension.py
│           │           │   │   ├── fcompiler
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── absoft.py
│           │           │   │   │   ├── arm.py
│           │           │   │   │   ├── compaq.py
│           │           │   │   │   ├── environment.py
│           │           │   │   │   ├── fujitsu.py
│           │           │   │   │   ├── g95.py
│           │           │   │   │   ├── gnu.py
│           │           │   │   │   ├── hpux.py
│           │           │   │   │   ├── ibm.py
│           │           │   │   │   ├── intel.py
│           │           │   │   │   ├── lahey.py
│           │           │   │   │   ├── mips.py
│           │           │   │   │   ├── nag.py
│           │           │   │   │   ├── none.py
│           │           │   │   │   ├── nv.py
│           │           │   │   │   ├── pathf95.py
│           │           │   │   │   ├── pg.py
│           │           │   │   │   ├── sun.py
│           │           │   │   │   └── vast.py
│           │           │   │   ├── from_template.py
│           │           │   │   ├── fujitsuccompiler.py
│           │           │   │   ├── intelccompiler.py
│           │           │   │   ├── lib2def.py
│           │           │   │   ├── line_endings.py
│           │           │   │   ├── log.py
│           │           │   │   ├── mingw32ccompiler.py
│           │           │   │   ├── misc_util.py
│           │           │   │   ├── msvc9compiler.py
│           │           │   │   ├── msvccompiler.py
│           │           │   │   ├── npy_pkg_config.py
│           │           │   │   ├── numpy_distribution.py
│           │           │   │   ├── pathccompiler.py
│           │           │   │   ├── system_info.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_build_ext.py
│           │           │   │   │   ├── test_ccompiler_opt.py
│           │           │   │   │   ├── test_ccompiler_opt_conf.py
│           │           │   │   │   ├── test_exec_command.py
│           │           │   │   │   ├── test_fcompiler.py
│           │           │   │   │   ├── test_fcompiler_gnu.py
│           │           │   │   │   ├── test_fcompiler_intel.py
│           │           │   │   │   ├── test_fcompiler_nagfor.py
│           │           │   │   │   ├── test_from_template.py
│           │           │   │   │   ├── test_log.py
│           │           │   │   │   ├── test_mingw32ccompiler.py
│           │           │   │   │   ├── test_misc_util.py
│           │           │   │   │   ├── test_npy_pkg_config.py
│           │           │   │   │   ├── test_shell_utils.py
│           │           │   │   │   ├── test_system_info.py
│           │           │   │   │   └── utilities.py
│           │           │   │   └── unixccompiler.py
│           │           │   ├── doc
│           │           │   │   └── ufuncs.py
│           │           │   ├── dtypes.py
│           │           │   ├── exceptions.py
│           │           │   ├── f2py
│           │           │   │   ├── __init__.py
│           │           │   │   ├── __main__.py
│           │           │   │   ├── __version__.py
│           │           │   │   ├── _backends
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _backend.py
│           │           │   │   │   ├── _distutils.py
│           │           │   │   │   └── _meson.py
│           │           │   │   ├── _isocbind.py
│           │           │   │   ├── _src_pyf.py
│           │           │   │   ├── auxfuncs.py
│           │           │   │   ├── capi_maps.py
│           │           │   │   ├── cb_rules.py
│           │           │   │   ├── cfuncs.py
│           │           │   │   ├── common_rules.py
│           │           │   │   ├── crackfortran.py
│           │           │   │   ├── diagnose.py
│           │           │   │   ├── f2py2e.py
│           │           │   │   ├── f90mod_rules.py
│           │           │   │   ├── func2subr.py
│           │           │   │   ├── rules.py
│           │           │   │   ├── symbolic.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_abstract_interface.py
│           │           │   │   │   ├── test_array_from_pyobj.py
│           │           │   │   │   ├── test_assumed_shape.py
│           │           │   │   │   ├── test_block_docstring.py
│           │           │   │   │   ├── test_callback.py
│           │           │   │   │   ├── test_character.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_crackfortran.py
│           │           │   │   │   ├── test_data.py
│           │           │   │   │   ├── test_docs.py
│           │           │   │   │   ├── test_f2cmap.py
│           │           │   │   │   ├── test_f2py2e.py
│           │           │   │   │   ├── test_isoc.py
│           │           │   │   │   ├── test_kind.py
│           │           │   │   │   ├── test_mixed.py
│           │           │   │   │   ├── test_modules.py
│           │           │   │   │   ├── test_parameter.py
│           │           │   │   │   ├── test_pyf_src.py
│           │           │   │   │   ├── test_quoted_character.py
│           │           │   │   │   ├── test_regression.py
│           │           │   │   │   ├── test_return_character.py
│           │           │   │   │   ├── test_return_complex.py
│           │           │   │   │   ├── test_return_integer.py
│           │           │   │   │   ├── test_return_logical.py
│           │           │   │   │   ├── test_return_real.py
│           │           │   │   │   ├── test_routines.py
│           │           │   │   │   ├── test_semicolon_split.py
│           │           │   │   │   ├── test_size.py
│           │           │   │   │   ├── test_string.py
│           │           │   │   │   ├── test_symbolic.py
│           │           │   │   │   ├── test_value_attrspec.py
│           │           │   │   │   └── util.py
│           │           │   │   └── use_rules.py
│           │           │   ├── fft
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _helper.py
│           │           │   │   ├── _pocketfft.py
│           │           │   │   ├── helper.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── test_helper.py
│           │           │   │       └── test_pocketfft.py
│           │           │   ├── lib
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _array_utils_impl.py
│           │           │   │   ├── _arraypad_impl.py
│           │           │   │   ├── _arraysetops_impl.py
│           │           │   │   ├── _arrayterator_impl.py
│           │           │   │   ├── _datasource.py
│           │           │   │   ├── _function_base_impl.py
│           │           │   │   ├── _histograms_impl.py
│           │           │   │   ├── _index_tricks_impl.py
│           │           │   │   ├── _iotools.py
│           │           │   │   ├── _nanfunctions_impl.py
│           │           │   │   ├── _npyio_impl.py
│           │           │   │   ├── _polynomial_impl.py
│           │           │   │   ├── _scimath_impl.py
│           │           │   │   ├── _shape_base_impl.py
│           │           │   │   ├── _stride_tricks_impl.py
│           │           │   │   ├── _twodim_base_impl.py
│           │           │   │   ├── _type_check_impl.py
│           │           │   │   ├── _ufunclike_impl.py
│           │           │   │   ├── _user_array_impl.py
│           │           │   │   ├── _utils_impl.py
│           │           │   │   ├── _version.py
│           │           │   │   ├── array_utils.py
│           │           │   │   ├── format.py
│           │           │   │   ├── introspect.py
│           │           │   │   ├── mixins.py
│           │           │   │   ├── npyio.py
│           │           │   │   ├── recfunctions.py
│           │           │   │   ├── scimath.py
│           │           │   │   ├── stride_tricks.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test__datasource.py
│           │           │   │   │   ├── test__iotools.py
│           │           │   │   │   ├── test__version.py
│           │           │   │   │   ├── test_array_utils.py
│           │           │   │   │   ├── test_arraypad.py
│           │           │   │   │   ├── test_arraysetops.py
│           │           │   │   │   ├── test_arrayterator.py
│           │           │   │   │   ├── test_format.py
│           │           │   │   │   ├── test_function_base.py
│           │           │   │   │   ├── test_histograms.py
│           │           │   │   │   ├── test_index_tricks.py
│           │           │   │   │   ├── test_io.py
│           │           │   │   │   ├── test_loadtxt.py
│           │           │   │   │   ├── test_mixins.py
│           │           │   │   │   ├── test_nanfunctions.py
│           │           │   │   │   ├── test_packbits.py
│           │           │   │   │   ├── test_polynomial.py
│           │           │   │   │   ├── test_recfunctions.py
│           │           │   │   │   ├── test_regression.py
│           │           │   │   │   ├── test_shape_base.py
│           │           │   │   │   ├── test_stride_tricks.py
│           │           │   │   │   ├── test_twodim_base.py
│           │           │   │   │   ├── test_type_check.py
│           │           │   │   │   ├── test_ufunclike.py
│           │           │   │   │   └── test_utils.py
│           │           │   │   └── user_array.py
│           │           │   ├── linalg
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _linalg.py
│           │           │   │   ├── linalg.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── test_deprecations.py
│           │           │   │       ├── test_linalg.py
│           │           │   │       └── test_regression.py
│           │           │   ├── ma
│           │           │   │   ├── __init__.py
│           │           │   │   ├── core.py
│           │           │   │   ├── extras.py
│           │           │   │   ├── mrecords.py
│           │           │   │   ├── tests
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_arrayobject.py
│           │           │   │   │   ├── test_core.py
│           │           │   │   │   ├── test_deprecations.py
│           │           │   │   │   ├── test_extras.py
│           │           │   │   │   ├── test_mrecords.py
│           │           │   │   │   ├── test_old_ma.py
│           │           │   │   │   ├── test_regression.py
│           │           │   │   │   └── test_subclassing.py
│           │           │   │   ├── testutils.py
│           │           │   │   └── timer_comparison.py
│           │           │   ├── matlib.py
│           │           │   ├── matrixlib
│           │           │   │   ├── __init__.py
│           │           │   │   ├── defmatrix.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── test_defmatrix.py
│           │           │   │       ├── test_interaction.py
│           │           │   │       ├── test_masked_matrix.py
│           │           │   │       ├── test_matrix_linalg.py
│           │           │   │       ├── test_multiarray.py
│           │           │   │       ├── test_numeric.py
│           │           │   │       └── test_regression.py
│           │           │   ├── polynomial
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _polybase.py
│           │           │   │   ├── chebyshev.py
│           │           │   │   ├── hermite.py
│           │           │   │   ├── hermite_e.py
│           │           │   │   ├── laguerre.py
│           │           │   │   ├── legendre.py
│           │           │   │   ├── polynomial.py
│           │           │   │   ├── polyutils.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── test_chebyshev.py
│           │           │   │       ├── test_classes.py
│           │           │   │       ├── test_hermite.py
│           │           │   │       ├── test_hermite_e.py
│           │           │   │       ├── test_laguerre.py
│           │           │   │       ├── test_legendre.py
│           │           │   │       ├── test_polynomial.py
│           │           │   │       ├── test_polyutils.py
│           │           │   │       ├── test_printing.py
│           │           │   │       └── test_symbol.py
│           │           │   ├── random
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _examples
│           │           │   │   │   ├── cffi
│           │           │   │   │   │   ├── extending.py
│           │           │   │   │   │   └── parse.py
│           │           │   │   │   └── numba
│           │           │   │   │       ├── extending.py
│           │           │   │   │       └── extending_distributions.py
│           │           │   │   ├── _pickle.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── data
│           │           │   │       │   └── __init__.py
│           │           │   │       ├── test_direct.py
│           │           │   │       ├── test_extending.py
│           │           │   │       ├── test_generator_mt19937.py
│           │           │   │       ├── test_generator_mt19937_regressions.py
│           │           │   │       ├── test_random.py
│           │           │   │       ├── test_randomstate.py
│           │           │   │       ├── test_randomstate_regression.py
│           │           │   │       ├── test_regression.py
│           │           │   │       ├── test_seed_sequence.py
│           │           │   │       └── test_smoke.py
│           │           │   ├── rec
│           │           │   │   └── __init__.py
│           │           │   ├── strings
│           │           │   │   └── __init__.py
│           │           │   ├── testing
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _private
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── extbuild.py
│           │           │   │   │   └── utils.py
│           │           │   │   ├── overrides.py
│           │           │   │   ├── print_coercion_tables.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       └── test_utils.py
│           │           │   ├── tests
│           │           │   │   ├── __init__.py
│           │           │   │   ├── test__all__.py
│           │           │   │   ├── test_configtool.py
│           │           │   │   ├── test_ctypeslib.py
│           │           │   │   ├── test_lazyloading.py
│           │           │   │   ├── test_matlib.py
│           │           │   │   ├── test_numpy_config.py
│           │           │   │   ├── test_numpy_version.py
│           │           │   │   ├── test_public_api.py
│           │           │   │   ├── test_reloading.py
│           │           │   │   ├── test_scripts.py
│           │           │   │   └── test_warnings.py
│           │           │   ├── typing
│           │           │   │   ├── __init__.py
│           │           │   │   ├── mypy_plugin.py
│           │           │   │   └── tests
│           │           │   │       ├── __init__.py
│           │           │   │       ├── data
│           │           │   │       │   └── pass
│           │           │   │       │       ├── arithmetic.py
│           │           │   │       │       ├── array_constructors.py
│           │           │   │       │       ├── array_like.py
│           │           │   │       │       ├── arrayprint.py
│           │           │   │       │       ├── arrayterator.py
│           │           │   │       │       ├── bitwise_ops.py
│           │           │   │       │       ├── comparisons.py
│           │           │   │       │       ├── dtype.py
│           │           │   │       │       ├── einsumfunc.py
│           │           │   │       │       ├── flatiter.py
│           │           │   │       │       ├── fromnumeric.py
│           │           │   │       │       ├── index_tricks.py
│           │           │   │       │       ├── lib_user_array.py
│           │           │   │       │       ├── lib_utils.py
│           │           │   │       │       ├── lib_version.py
│           │           │   │       │       ├── literal.py
│           │           │   │       │       ├── ma.py
│           │           │   │       │       ├── mod.py
│           │           │   │       │       ├── modules.py
│           │           │   │       │       ├── multiarray.py
│           │           │   │       │       ├── ndarray_conversion.py
│           │           │   │       │       ├── ndarray_misc.py
│           │           │   │       │       ├── ndarray_shape_manipulation.py
│           │           │   │       │       ├── nditer.py
│           │           │   │       │       ├── numeric.py
│           │           │   │       │       ├── numerictypes.py
│           │           │   │       │       ├── random.py
│           │           │   │       │       ├── recfunctions.py
│           │           │   │       │       ├── scalars.py
│           │           │   │       │       ├── shape.py
│           │           │   │       │       ├── simple.py
│           │           │   │       │       ├── simple_py3.py
│           │           │   │       │       ├── ufunc_config.py
│           │           │   │       │       ├── ufunclike.py
│           │           │   │       │       ├── ufuncs.py
│           │           │   │       │       └── warnings_and_errors.py
│           │           │   │       ├── test_isfile.py
│           │           │   │       ├── test_runtime.py
│           │           │   │       └── test_typing.py
│           │           │   └── version.py
│           │           ├── packaging
│           │           │   ├── __init__.py
│           │           │   ├── _elffile.py
│           │           │   ├── _manylinux.py
│           │           │   ├── _musllinux.py
│           │           │   ├── _parser.py
│           │           │   ├── _structures.py
│           │           │   ├── _tokenizer.py
│           │           │   ├── licenses
│           │           │   │   ├── __init__.py
│           │           │   │   └── _spdx.py
│           │           │   ├── markers.py
│           │           │   ├── metadata.py
│           │           │   ├── requirements.py
│           │           │   ├── specifiers.py
│           │           │   ├── tags.py
│           │           │   ├── utils.py
│           │           │   └── version.py
│           │           ├── pandas
│           │           │   ├── __init__.py
│           │           │   ├── _config
│           │           │   │   ├── __init__.py
│           │           │   │   ├── config.py
│           │           │   │   ├── dates.py
│           │           │   │   ├── display.py
│           │           │   │   └── localization.py
│           │           │   ├── _libs
│           │           │   │   ├── __init__.py
│           │           │   │   ├── tslibs
│           │           │   │   │   └── __init__.py
│           │           │   │   └── window
│           │           │   │       └── __init__.py
│           │           │   ├── _testing
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _hypothesis.py
│           │           │   │   ├── _io.py
│           │           │   │   ├── _warnings.py
│           │           │   │   ├── asserters.py
│           │           │   │   ├── compat.py
│           │           │   │   └── contexts.py
│           │           │   ├── _typing.py
│           │           │   ├── _version.py
│           │           │   ├── _version_meson.py
│           │           │   ├── api
│           │           │   │   ├── __init__.py
│           │           │   │   ├── extensions
│           │           │   │   │   └── __init__.py
│           │           │   │   ├── indexers
│           │           │   │   │   └── __init__.py
│           │           │   │   ├── interchange
│           │           │   │   │   └── __init__.py
│           │           │   │   ├── types
│           │           │   │   │   └── __init__.py
│           │           │   │   └── typing
│           │           │   │       └── __init__.py
│           │           │   ├── arrays
│           │           │   │   └── __init__.py
│           │           │   ├── compat
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _constants.py
│           │           │   │   ├── _optional.py
│           │           │   │   ├── compressors.py
│           │           │   │   ├── numpy
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── function.py
│           │           │   │   ├── pickle_compat.py
│           │           │   │   └── pyarrow.py
│           │           │   ├── conftest.py
│           │           │   ├── core
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _numba
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── executor.py
│           │           │   │   │   ├── extensions.py
│           │           │   │   │   └── kernels
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── mean_.py
│           │           │   │   │       ├── min_max_.py
│           │           │   │   │       ├── shared.py
│           │           │   │   │       ├── sum_.py
│           │           │   │   │       └── var_.py
│           │           │   │   ├── accessor.py
│           │           │   │   ├── algorithms.py
│           │           │   │   ├── api.py
│           │           │   │   ├── apply.py
│           │           │   │   ├── array_algos
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── datetimelike_accumulations.py
│           │           │   │   │   ├── masked_accumulations.py
│           │           │   │   │   ├── masked_reductions.py
│           │           │   │   │   ├── putmask.py
│           │           │   │   │   ├── quantile.py
│           │           │   │   │   ├── replace.py
│           │           │   │   │   ├── take.py
│           │           │   │   │   └── transforms.py
│           │           │   │   ├── arraylike.py
│           │           │   │   ├── arrays
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _arrow_string_mixins.py
│           │           │   │   │   ├── _mixins.py
│           │           │   │   │   ├── _ranges.py
│           │           │   │   │   ├── _utils.py
│           │           │   │   │   ├── arrow
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── _arrow_utils.py
│           │           │   │   │   │   ├── accessors.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── extension_types.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   ├── boolean.py
│           │           │   │   │   ├── categorical.py
│           │           │   │   │   ├── datetimelike.py
│           │           │   │   │   ├── datetimes.py
│           │           │   │   │   ├── floating.py
│           │           │   │   │   ├── integer.py
│           │           │   │   │   ├── interval.py
│           │           │   │   │   ├── masked.py
│           │           │   │   │   ├── numeric.py
│           │           │   │   │   ├── numpy_.py
│           │           │   │   │   ├── period.py
│           │           │   │   │   ├── sparse
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── accessor.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── scipy_sparse.py
│           │           │   │   │   ├── string_.py
│           │           │   │   │   ├── string_arrow.py
│           │           │   │   │   └── timedeltas.py
│           │           │   │   ├── base.py
│           │           │   │   ├── common.py
│           │           │   │   ├── computation
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── align.py
│           │           │   │   │   ├── api.py
│           │           │   │   │   ├── check.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── engines.py
│           │           │   │   │   ├── eval.py
│           │           │   │   │   ├── expr.py
│           │           │   │   │   ├── expressions.py
│           │           │   │   │   ├── ops.py
│           │           │   │   │   ├── parsing.py
│           │           │   │   │   ├── pytables.py
│           │           │   │   │   └── scope.py
│           │           │   │   ├── config_init.py
│           │           │   │   ├── construction.py
│           │           │   │   ├── dtypes
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── api.py
│           │           │   │   │   ├── astype.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   ├── cast.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── concat.py
│           │           │   │   │   ├── dtypes.py
│           │           │   │   │   ├── generic.py
│           │           │   │   │   ├── inference.py
│           │           │   │   │   └── missing.py
│           │           │   │   ├── flags.py
│           │           │   │   ├── frame.py
│           │           │   │   ├── generic.py
│           │           │   │   ├── groupby
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   ├── categorical.py
│           │           │   │   │   ├── generic.py
│           │           │   │   │   ├── groupby.py
│           │           │   │   │   ├── grouper.py
│           │           │   │   │   ├── indexing.py
│           │           │   │   │   ├── numba_.py
│           │           │   │   │   └── ops.py
│           │           │   │   ├── indexers
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── objects.py
│           │           │   │   │   └── utils.py
│           │           │   │   ├── indexes
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── accessors.py
│           │           │   │   │   ├── api.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   ├── category.py
│           │           │   │   │   ├── datetimelike.py
│           │           │   │   │   ├── datetimes.py
│           │           │   │   │   ├── extension.py
│           │           │   │   │   ├── frozen.py
│           │           │   │   │   ├── interval.py
│           │           │   │   │   ├── multi.py
│           │           │   │   │   ├── period.py
│           │           │   │   │   ├── range.py
│           │           │   │   │   └── timedeltas.py
│           │           │   │   ├── indexing.py
│           │           │   │   ├── interchange
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── buffer.py
│           │           │   │   │   ├── column.py
│           │           │   │   │   ├── dataframe.py
│           │           │   │   │   ├── dataframe_protocol.py
│           │           │   │   │   ├── from_dataframe.py
│           │           │   │   │   └── utils.py
│           │           │   │   ├── internals
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── api.py
│           │           │   │   │   ├── array_manager.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   ├── blocks.py
│           │           │   │   │   ├── concat.py
│           │           │   │   │   ├── construction.py
│           │           │   │   │   ├── managers.py
│           │           │   │   │   └── ops.py
│           │           │   │   ├── methods
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── describe.py
│           │           │   │   │   ├── selectn.py
│           │           │   │   │   └── to_dict.py
│           │           │   │   ├── missing.py
│           │           │   │   ├── nanops.py
│           │           │   │   ├── ops
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── array_ops.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── dispatch.py
│           │           │   │   │   ├── docstrings.py
│           │           │   │   │   ├── invalid.py
│           │           │   │   │   ├── mask_ops.py
│           │           │   │   │   └── missing.py
│           │           │   │   ├── resample.py
│           │           │   │   ├── reshape
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── api.py
│           │           │   │   │   ├── concat.py
│           │           │   │   │   ├── encoding.py
│           │           │   │   │   ├── melt.py
│           │           │   │   │   ├── merge.py
│           │           │   │   │   ├── pivot.py
│           │           │   │   │   ├── reshape.py
│           │           │   │   │   ├── tile.py
│           │           │   │   │   └── util.py
│           │           │   │   ├── roperator.py
│           │           │   │   ├── sample.py
│           │           │   │   ├── series.py
│           │           │   │   ├── shared_docs.py
│           │           │   │   ├── sorting.py
│           │           │   │   ├── sparse
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── api.py
│           │           │   │   ├── strings
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── accessor.py
│           │           │   │   │   ├── base.py
│           │           │   │   │   └── object_array.py
│           │           │   │   ├── tools
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── datetimes.py
│           │           │   │   │   ├── numeric.py
│           │           │   │   │   ├── timedeltas.py
│           │           │   │   │   └── times.py
│           │           │   │   ├── util
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── hashing.py
│           │           │   │   │   └── numba_.py
│           │           │   │   └── window
│           │           │   │       ├── __init__.py
│           │           │   │       ├── common.py
│           │           │   │       ├── doc.py
│           │           │   │       ├── ewm.py
│           │           │   │       ├── expanding.py
│           │           │   │       ├── numba_.py
│           │           │   │       ├── online.py
│           │           │   │       └── rolling.py
│           │           │   ├── errors
│           │           │   │   └── __init__.py
│           │           │   ├── io
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _util.py
│           │           │   │   ├── api.py
│           │           │   │   ├── clipboard
│           │           │   │   │   └── __init__.py
│           │           │   │   ├── clipboards.py
│           │           │   │   ├── common.py
│           │           │   │   ├── excel
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _base.py
│           │           │   │   │   ├── _calamine.py
│           │           │   │   │   ├── _odfreader.py
│           │           │   │   │   ├── _odswriter.py
│           │           │   │   │   ├── _openpyxl.py
│           │           │   │   │   ├── _pyxlsb.py
│           │           │   │   │   ├── _util.py
│           │           │   │   │   ├── _xlrd.py
│           │           │   │   │   └── _xlsxwriter.py
│           │           │   │   ├── feather_format.py
│           │           │   │   ├── formats
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _color_data.py
│           │           │   │   │   ├── console.py
│           │           │   │   │   ├── css.py
│           │           │   │   │   ├── csvs.py
│           │           │   │   │   ├── excel.py
│           │           │   │   │   ├── format.py
│           │           │   │   │   ├── html.py
│           │           │   │   │   ├── info.py
│           │           │   │   │   ├── printing.py
│           │           │   │   │   ├── string.py
│           │           │   │   │   ├── style.py
│           │           │   │   │   ├── style_render.py
│           │           │   │   │   └── xml.py
│           │           │   │   ├── gbq.py
│           │           │   │   ├── html.py
│           │           │   │   ├── json
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── _json.py
│           │           │   │   │   ├── _normalize.py
│           │           │   │   │   └── _table_schema.py
│           │           │   │   ├── orc.py
│           │           │   │   ├── parquet.py
│           │           │   │   ├── parsers
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── arrow_parser_wrapper.py
│           │           │   │   │   ├── base_parser.py
│           │           │   │   │   ├── c_parser_wrapper.py
│           │           │   │   │   ├── python_parser.py
│           │           │   │   │   └── readers.py
│           │           │   │   ├── pickle.py
│           │           │   │   ├── pytables.py
│           │           │   │   ├── sas
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── sas7bdat.py
│           │           │   │   │   ├── sas_constants.py
│           │           │   │   │   ├── sas_xport.py
│           │           │   │   │   └── sasreader.py
│           │           │   │   ├── spss.py
│           │           │   │   ├── sql.py
│           │           │   │   ├── stata.py
│           │           │   │   └── xml.py
│           │           │   ├── plotting
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _core.py
│           │           │   │   ├── _matplotlib
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── boxplot.py
│           │           │   │   │   ├── converter.py
│           │           │   │   │   ├── core.py
│           │           │   │   │   ├── groupby.py
│           │           │   │   │   ├── hist.py
│           │           │   │   │   ├── misc.py
│           │           │   │   │   ├── style.py
│           │           │   │   │   ├── timeseries.py
│           │           │   │   │   └── tools.py
│           │           │   │   └── _misc.py
│           │           │   ├── testing.py
│           │           │   ├── tests
│           │           │   │   ├── __init__.py
│           │           │   │   ├── api
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   └── test_types.py
│           │           │   │   ├── apply
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── test_frame_apply.py
│           │           │   │   │   ├── test_frame_apply_relabeling.py
│           │           │   │   │   ├── test_frame_transform.py
│           │           │   │   │   ├── test_invalid_arg.py
│           │           │   │   │   ├── test_numba.py
│           │           │   │   │   ├── test_series_apply.py
│           │           │   │   │   ├── test_series_apply_relabeling.py
│           │           │   │   │   ├── test_series_transform.py
│           │           │   │   │   └── test_str.py
│           │           │   │   ├── arithmetic
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── test_array_ops.py
│           │           │   │   │   ├── test_categorical.py
│           │           │   │   │   ├── test_datetime64.py
│           │           │   │   │   ├── test_interval.py
│           │           │   │   │   ├── test_numeric.py
│           │           │   │   │   ├── test_object.py
│           │           │   │   │   ├── test_period.py
│           │           │   │   │   └── test_timedelta64.py
│           │           │   │   ├── arrays
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── boolean
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_comparison.py
│           │           │   │   │   │   ├── test_construction.py
│           │           │   │   │   │   ├── test_function.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_logical.py
│           │           │   │   │   │   ├── test_ops.py
│           │           │   │   │   │   ├── test_reduction.py
│           │           │   │   │   │   └── test_repr.py
│           │           │   │   │   ├── categorical
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_algos.py
│           │           │   │   │   │   ├── test_analytics.py
│           │           │   │   │   │   ├── test_api.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_dtypes.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_map.py
│           │           │   │   │   │   ├── test_missing.py
│           │           │   │   │   │   ├── test_operators.py
│           │           │   │   │   │   ├── test_replace.py
│           │           │   │   │   │   ├── test_repr.py
│           │           │   │   │   │   ├── test_sorting.py
│           │           │   │   │   │   ├── test_subclass.py
│           │           │   │   │   │   ├── test_take.py
│           │           │   │   │   │   └── test_warnings.py
│           │           │   │   │   ├── datetimes
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_cumulative.py
│           │           │   │   │   │   └── test_reductions.py
│           │           │   │   │   ├── floating
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_comparison.py
│           │           │   │   │   │   ├── test_concat.py
│           │           │   │   │   │   ├── test_construction.py
│           │           │   │   │   │   ├── test_contains.py
│           │           │   │   │   │   ├── test_function.py
│           │           │   │   │   │   ├── test_repr.py
│           │           │   │   │   │   └── test_to_numpy.py
│           │           │   │   │   ├── integer
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_comparison.py
│           │           │   │   │   │   ├── test_concat.py
│           │           │   │   │   │   ├── test_construction.py
│           │           │   │   │   │   ├── test_dtypes.py
│           │           │   │   │   │   ├── test_function.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_reduction.py
│           │           │   │   │   │   └── test_repr.py
│           │           │   │   │   ├── interval
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_interval.py
│           │           │   │   │   │   ├── test_interval_pyarrow.py
│           │           │   │   │   │   └── test_overlaps.py
│           │           │   │   │   ├── masked
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_arrow_compat.py
│           │           │   │   │   │   ├── test_function.py
│           │           │   │   │   │   └── test_indexing.py
│           │           │   │   │   ├── masked_shared.py
│           │           │   │   │   ├── numpy_
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   └── test_numpy.py
│           │           │   │   │   ├── period
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_arrow_compat.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   └── test_reductions.py
│           │           │   │   │   ├── sparse
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_accessor.py
│           │           │   │   │   │   ├── test_arithmetics.py
│           │           │   │   │   │   ├── test_array.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_combine_concat.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_dtype.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_libsparse.py
│           │           │   │   │   │   ├── test_reductions.py
│           │           │   │   │   │   └── test_unary.py
│           │           │   │   │   ├── string_
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_string.py
│           │           │   │   │   │   └── test_string_arrow.py
│           │           │   │   │   ├── test_array.py
│           │           │   │   │   ├── test_datetimelike.py
│           │           │   │   │   ├── test_datetimes.py
│           │           │   │   │   ├── test_ndarray_backed.py
│           │           │   │   │   ├── test_period.py
│           │           │   │   │   ├── test_timedeltas.py
│           │           │   │   │   └── timedeltas
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── test_constructors.py
│           │           │   │   │       ├── test_cumulative.py
│           │           │   │   │       └── test_reductions.py
│           │           │   │   ├── base
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── test_constructors.py
│           │           │   │   │   ├── test_conversion.py
│           │           │   │   │   ├── test_fillna.py
│           │           │   │   │   ├── test_misc.py
│           │           │   │   │   ├── test_transpose.py
│           │           │   │   │   ├── test_unique.py
│           │           │   │   │   └── test_value_counts.py
│           │           │   │   ├── computation
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_compat.py
│           │           │   │   │   └── test_eval.py
│           │           │   │   ├── config
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_config.py
│           │           │   │   │   └── test_localization.py
│           │           │   │   ├── construction
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   └── test_extract_array.py
│           │           │   │   ├── copy_view
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── index
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_datetimeindex.py
│           │           │   │   │   │   ├── test_index.py
│           │           │   │   │   │   ├── test_periodindex.py
│           │           │   │   │   │   └── test_timedeltaindex.py
│           │           │   │   │   ├── test_array.py
│           │           │   │   │   ├── test_astype.py
│           │           │   │   │   ├── test_chained_assignment_deprecation.py
│           │           │   │   │   ├── test_clip.py
│           │           │   │   │   ├── test_constructors.py
│           │           │   │   │   ├── test_core_functionalities.py
│           │           │   │   │   ├── test_functions.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_internals.py
│           │           │   │   │   ├── test_interp_fillna.py
│           │           │   │   │   ├── test_methods.py
│           │           │   │   │   ├── test_replace.py
│           │           │   │   │   ├── test_setitem.py
│           │           │   │   │   ├── test_util.py
│           │           │   │   │   └── util.py
│           │           │   │   ├── dtypes
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── cast
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_can_hold_element.py
│           │           │   │   │   │   ├── test_construct_from_scalar.py
│           │           │   │   │   │   ├── test_construct_ndarray.py
│           │           │   │   │   │   ├── test_construct_object_arr.py
│           │           │   │   │   │   ├── test_dict_compat.py
│           │           │   │   │   │   ├── test_downcast.py
│           │           │   │   │   │   ├── test_find_common_type.py
│           │           │   │   │   │   ├── test_infer_datetimelike.py
│           │           │   │   │   │   ├── test_infer_dtype.py
│           │           │   │   │   │   ├── test_maybe_box_native.py
│           │           │   │   │   │   └── test_promote.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_concat.py
│           │           │   │   │   ├── test_dtypes.py
│           │           │   │   │   ├── test_generic.py
│           │           │   │   │   ├── test_inference.py
│           │           │   │   │   └── test_missing.py
│           │           │   │   ├── extension
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── array_with_attr
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── test_array_with_attr.py
│           │           │   │   │   ├── base
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── accumulate.py
│           │           │   │   │   │   ├── base.py
│           │           │   │   │   │   ├── casting.py
│           │           │   │   │   │   ├── constructors.py
│           │           │   │   │   │   ├── dim2.py
│           │           │   │   │   │   ├── dtype.py
│           │           │   │   │   │   ├── getitem.py
│           │           │   │   │   │   ├── groupby.py
│           │           │   │   │   │   ├── index.py
│           │           │   │   │   │   ├── interface.py
│           │           │   │   │   │   ├── io.py
│           │           │   │   │   │   ├── methods.py
│           │           │   │   │   │   ├── missing.py
│           │           │   │   │   │   ├── ops.py
│           │           │   │   │   │   ├── printing.py
│           │           │   │   │   │   ├── reduce.py
│           │           │   │   │   │   ├── reshaping.py
│           │           │   │   │   │   └── setitem.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── date
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   └── array.py
│           │           │   │   │   ├── decimal
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── test_decimal.py
│           │           │   │   │   ├── json
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── test_json.py
│           │           │   │   │   ├── list
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── array.py
│           │           │   │   │   │   └── test_list.py
│           │           │   │   │   ├── test_arrow.py
│           │           │   │   │   ├── test_categorical.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_datetime.py
│           │           │   │   │   ├── test_extension.py
│           │           │   │   │   ├── test_interval.py
│           │           │   │   │   ├── test_masked.py
│           │           │   │   │   ├── test_numpy.py
│           │           │   │   │   ├── test_period.py
│           │           │   │   │   ├── test_sparse.py
│           │           │   │   │   └── test_string.py
│           │           │   │   ├── frame
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── constructors
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_from_dict.py
│           │           │   │   │   │   └── test_from_records.py
│           │           │   │   │   ├── indexing
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_coercion.py
│           │           │   │   │   │   ├── test_delitem.py
│           │           │   │   │   │   ├── test_get.py
│           │           │   │   │   │   ├── test_get_value.py
│           │           │   │   │   │   ├── test_getitem.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_insert.py
│           │           │   │   │   │   ├── test_mask.py
│           │           │   │   │   │   ├── test_set_value.py
│           │           │   │   │   │   ├── test_setitem.py
│           │           │   │   │   │   ├── test_take.py
│           │           │   │   │   │   ├── test_where.py
│           │           │   │   │   │   └── test_xs.py
│           │           │   │   │   ├── methods
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_add_prefix_suffix.py
│           │           │   │   │   │   ├── test_align.py
│           │           │   │   │   │   ├── test_asfreq.py
│           │           │   │   │   │   ├── test_asof.py
│           │           │   │   │   │   ├── test_assign.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_at_time.py
│           │           │   │   │   │   ├── test_between_time.py
│           │           │   │   │   │   ├── test_clip.py
│           │           │   │   │   │   ├── test_combine.py
│           │           │   │   │   │   ├── test_combine_first.py
│           │           │   │   │   │   ├── test_compare.py
│           │           │   │   │   │   ├── test_convert_dtypes.py
│           │           │   │   │   │   ├── test_copy.py
│           │           │   │   │   │   ├── test_count.py
│           │           │   │   │   │   ├── test_cov_corr.py
│           │           │   │   │   │   ├── test_describe.py
│           │           │   │   │   │   ├── test_diff.py
│           │           │   │   │   │   ├── test_dot.py
│           │           │   │   │   │   ├── test_drop.py
│           │           │   │   │   │   ├── test_drop_duplicates.py
│           │           │   │   │   │   ├── test_droplevel.py
│           │           │   │   │   │   ├── test_dropna.py
│           │           │   │   │   │   ├── test_dtypes.py
│           │           │   │   │   │   ├── test_duplicated.py
│           │           │   │   │   │   ├── test_equals.py
│           │           │   │   │   │   ├── test_explode.py
│           │           │   │   │   │   ├── test_fillna.py
│           │           │   │   │   │   ├── test_filter.py
│           │           │   │   │   │   ├── test_first_and_last.py
│           │           │   │   │   │   ├── test_first_valid_index.py
│           │           │   │   │   │   ├── test_get_numeric_data.py
│           │           │   │   │   │   ├── test_head_tail.py
│           │           │   │   │   │   ├── test_infer_objects.py
│           │           │   │   │   │   ├── test_info.py
│           │           │   │   │   │   ├── test_interpolate.py
│           │           │   │   │   │   ├── test_is_homogeneous_dtype.py
│           │           │   │   │   │   ├── test_isetitem.py
│           │           │   │   │   │   ├── test_isin.py
│           │           │   │   │   │   ├── test_iterrows.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_map.py
│           │           │   │   │   │   ├── test_matmul.py
│           │           │   │   │   │   ├── test_nlargest.py
│           │           │   │   │   │   ├── test_pct_change.py
│           │           │   │   │   │   ├── test_pipe.py
│           │           │   │   │   │   ├── test_pop.py
│           │           │   │   │   │   ├── test_quantile.py
│           │           │   │   │   │   ├── test_rank.py
│           │           │   │   │   │   ├── test_reindex.py
│           │           │   │   │   │   ├── test_reindex_like.py
│           │           │   │   │   │   ├── test_rename.py
│           │           │   │   │   │   ├── test_rename_axis.py
│           │           │   │   │   │   ├── test_reorder_levels.py
│           │           │   │   │   │   ├── test_replace.py
│           │           │   │   │   │   ├── test_reset_index.py
│           │           │   │   │   │   ├── test_round.py
│           │           │   │   │   │   ├── test_sample.py
│           │           │   │   │   │   ├── test_select_dtypes.py
│           │           │   │   │   │   ├── test_set_axis.py
│           │           │   │   │   │   ├── test_set_index.py
│           │           │   │   │   │   ├── test_shift.py
│           │           │   │   │   │   ├── test_size.py
│           │           │   │   │   │   ├── test_sort_index.py
│           │           │   │   │   │   ├── test_sort_values.py
│           │           │   │   │   │   ├── test_swapaxes.py
│           │           │   │   │   │   ├── test_swaplevel.py
│           │           │   │   │   │   ├── test_to_csv.py
│           │           │   │   │   │   ├── test_to_dict.py
│           │           │   │   │   │   ├── test_to_dict_of_blocks.py
│           │           │   │   │   │   ├── test_to_numpy.py
│           │           │   │   │   │   ├── test_to_period.py
│           │           │   │   │   │   ├── test_to_records.py
│           │           │   │   │   │   ├── test_to_timestamp.py
│           │           │   │   │   │   ├── test_transpose.py
│           │           │   │   │   │   ├── test_truncate.py
│           │           │   │   │   │   ├── test_tz_convert.py
│           │           │   │   │   │   ├── test_tz_localize.py
│           │           │   │   │   │   ├── test_update.py
│           │           │   │   │   │   ├── test_value_counts.py
│           │           │   │   │   │   └── test_values.py
│           │           │   │   │   ├── test_alter_axes.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_arithmetic.py
│           │           │   │   │   ├── test_arrow_interface.py
│           │           │   │   │   ├── test_block_internals.py
│           │           │   │   │   ├── test_constructors.py
│           │           │   │   │   ├── test_cumulative.py
│           │           │   │   │   ├── test_iteration.py
│           │           │   │   │   ├── test_logical_ops.py
│           │           │   │   │   ├── test_nonunique_indexes.py
│           │           │   │   │   ├── test_npfuncs.py
│           │           │   │   │   ├── test_query_eval.py
│           │           │   │   │   ├── test_reductions.py
│           │           │   │   │   ├── test_repr.py
│           │           │   │   │   ├── test_stack_unstack.py
│           │           │   │   │   ├── test_subclass.py
│           │           │   │   │   ├── test_ufunc.py
│           │           │   │   │   ├── test_unary.py
│           │           │   │   │   └── test_validate.py
│           │           │   │   ├── generic
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_duplicate_labels.py
│           │           │   │   │   ├── test_finalize.py
│           │           │   │   │   ├── test_frame.py
│           │           │   │   │   ├── test_generic.py
│           │           │   │   │   ├── test_label_or_level_utils.py
│           │           │   │   │   ├── test_series.py
│           │           │   │   │   └── test_to_xarray.py
│           │           │   │   ├── groupby
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── aggregate
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_aggregate.py
│           │           │   │   │   │   ├── test_cython.py
│           │           │   │   │   │   ├── test_numba.py
│           │           │   │   │   │   └── test_other.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── methods
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_corrwith.py
│           │           │   │   │   │   ├── test_describe.py
│           │           │   │   │   │   ├── test_groupby_shift_diff.py
│           │           │   │   │   │   ├── test_is_monotonic.py
│           │           │   │   │   │   ├── test_nlargest_nsmallest.py
│           │           │   │   │   │   ├── test_nth.py
│           │           │   │   │   │   ├── test_quantile.py
│           │           │   │   │   │   ├── test_rank.py
│           │           │   │   │   │   ├── test_sample.py
│           │           │   │   │   │   ├── test_size.py
│           │           │   │   │   │   ├── test_skew.py
│           │           │   │   │   │   └── test_value_counts.py
│           │           │   │   │   ├── test_all_methods.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_apply.py
│           │           │   │   │   ├── test_apply_mutate.py
│           │           │   │   │   ├── test_bin_groupby.py
│           │           │   │   │   ├── test_categorical.py
│           │           │   │   │   ├── test_counting.py
│           │           │   │   │   ├── test_cumulative.py
│           │           │   │   │   ├── test_filters.py
│           │           │   │   │   ├── test_groupby.py
│           │           │   │   │   ├── test_groupby_dropna.py
│           │           │   │   │   ├── test_groupby_subclass.py
│           │           │   │   │   ├── test_grouping.py
│           │           │   │   │   ├── test_index_as_string.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_libgroupby.py
│           │           │   │   │   ├── test_missing.py
│           │           │   │   │   ├── test_numba.py
│           │           │   │   │   ├── test_numeric_only.py
│           │           │   │   │   ├── test_pipe.py
│           │           │   │   │   ├── test_raises.py
│           │           │   │   │   ├── test_reductions.py
│           │           │   │   │   ├── test_timegrouper.py
│           │           │   │   │   └── transform
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── test_numba.py
│           │           │   │   │       └── test_transform.py
│           │           │   │   ├── indexes
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── base_class
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_pickle.py
│           │           │   │   │   │   ├── test_reshape.py
│           │           │   │   │   │   ├── test_setops.py
│           │           │   │   │   │   └── test_where.py
│           │           │   │   │   ├── categorical
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_append.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_category.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_equals.py
│           │           │   │   │   │   ├── test_fillna.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_map.py
│           │           │   │   │   │   ├── test_reindex.py
│           │           │   │   │   │   └── test_setops.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── datetimelike_
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_drop_duplicates.py
│           │           │   │   │   │   ├── test_equals.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_is_monotonic.py
│           │           │   │   │   │   ├── test_nat.py
│           │           │   │   │   │   ├── test_sort_values.py
│           │           │   │   │   │   └── test_value_counts.py
│           │           │   │   │   ├── datetimes
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── methods
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_asof.py
│           │           │   │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   │   ├── test_delete.py
│           │           │   │   │   │   │   ├── test_factorize.py
│           │           │   │   │   │   │   ├── test_fillna.py
│           │           │   │   │   │   │   ├── test_insert.py
│           │           │   │   │   │   │   ├── test_isocalendar.py
│           │           │   │   │   │   │   ├── test_map.py
│           │           │   │   │   │   │   ├── test_normalize.py
│           │           │   │   │   │   │   ├── test_repeat.py
│           │           │   │   │   │   │   ├── test_resolution.py
│           │           │   │   │   │   │   ├── test_round.py
│           │           │   │   │   │   │   ├── test_shift.py
│           │           │   │   │   │   │   ├── test_snap.py
│           │           │   │   │   │   │   ├── test_to_frame.py
│           │           │   │   │   │   │   ├── test_to_julian_date.py
│           │           │   │   │   │   │   ├── test_to_period.py
│           │           │   │   │   │   │   ├── test_to_pydatetime.py
│           │           │   │   │   │   │   ├── test_to_series.py
│           │           │   │   │   │   │   ├── test_tz_convert.py
│           │           │   │   │   │   │   ├── test_tz_localize.py
│           │           │   │   │   │   │   └── test_unique.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_date_range.py
│           │           │   │   │   │   ├── test_datetime.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_freq_attr.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_iter.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_npfuncs.py
│           │           │   │   │   │   ├── test_ops.py
│           │           │   │   │   │   ├── test_partial_slicing.py
│           │           │   │   │   │   ├── test_pickle.py
│           │           │   │   │   │   ├── test_reindex.py
│           │           │   │   │   │   ├── test_scalar_compat.py
│           │           │   │   │   │   ├── test_setops.py
│           │           │   │   │   │   └── test_timezones.py
│           │           │   │   │   ├── interval
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_equals.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_interval.py
│           │           │   │   │   │   ├── test_interval_range.py
│           │           │   │   │   │   ├── test_interval_tree.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_pickle.py
│           │           │   │   │   │   └── test_setops.py
│           │           │   │   │   ├── multi
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_analytics.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_compat.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_conversion.py
│           │           │   │   │   │   ├── test_copy.py
│           │           │   │   │   │   ├── test_drop.py
│           │           │   │   │   │   ├── test_duplicates.py
│           │           │   │   │   │   ├── test_equivalence.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_get_level_values.py
│           │           │   │   │   │   ├── test_get_set.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_integrity.py
│           │           │   │   │   │   ├── test_isin.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_lexsort.py
│           │           │   │   │   │   ├── test_missing.py
│           │           │   │   │   │   ├── test_monotonic.py
│           │           │   │   │   │   ├── test_names.py
│           │           │   │   │   │   ├── test_partial_indexing.py
│           │           │   │   │   │   ├── test_pickle.py
│           │           │   │   │   │   ├── test_reindex.py
│           │           │   │   │   │   ├── test_reshape.py
│           │           │   │   │   │   ├── test_setops.py
│           │           │   │   │   │   ├── test_sorting.py
│           │           │   │   │   │   └── test_take.py
│           │           │   │   │   ├── numeric
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_numeric.py
│           │           │   │   │   │   └── test_setops.py
│           │           │   │   │   ├── object
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   └── test_indexing.py
│           │           │   │   │   ├── period
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── methods
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_asfreq.py
│           │           │   │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   │   ├── test_factorize.py
│           │           │   │   │   │   │   ├── test_fillna.py
│           │           │   │   │   │   │   ├── test_insert.py
│           │           │   │   │   │   │   ├── test_is_full.py
│           │           │   │   │   │   │   ├── test_repeat.py
│           │           │   │   │   │   │   ├── test_shift.py
│           │           │   │   │   │   │   └── test_to_timestamp.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_freq_attr.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_monotonic.py
│           │           │   │   │   │   ├── test_partial_slicing.py
│           │           │   │   │   │   ├── test_period.py
│           │           │   │   │   │   ├── test_period_range.py
│           │           │   │   │   │   ├── test_pickle.py
│           │           │   │   │   │   ├── test_resolution.py
│           │           │   │   │   │   ├── test_scalar_compat.py
│           │           │   │   │   │   ├── test_searchsorted.py
│           │           │   │   │   │   ├── test_setops.py
│           │           │   │   │   │   └── test_tools.py
│           │           │   │   │   ├── ranges
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_range.py
│           │           │   │   │   │   └── test_setops.py
│           │           │   │   │   ├── test_any_index.py
│           │           │   │   │   ├── test_base.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_datetimelike.py
│           │           │   │   │   ├── test_engines.py
│           │           │   │   │   ├── test_frozen.py
│           │           │   │   │   ├── test_index_new.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_numpy_compat.py
│           │           │   │   │   ├── test_old_base.py
│           │           │   │   │   ├── test_setops.py
│           │           │   │   │   ├── test_subclass.py
│           │           │   │   │   └── timedeltas
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── methods
│           │           │   │   │       │   ├── __init__.py
│           │           │   │   │       │   ├── test_astype.py
│           │           │   │   │       │   ├── test_factorize.py
│           │           │   │   │       │   ├── test_fillna.py
│           │           │   │   │       │   ├── test_insert.py
│           │           │   │   │       │   ├── test_repeat.py
│           │           │   │   │       │   └── test_shift.py
│           │           │   │   │       ├── test_arithmetic.py
│           │           │   │   │       ├── test_constructors.py
│           │           │   │   │       ├── test_delete.py
│           │           │   │   │       ├── test_formats.py
│           │           │   │   │       ├── test_freq_attr.py
│           │           │   │   │       ├── test_indexing.py
│           │           │   │   │       ├── test_join.py
│           │           │   │   │       ├── test_ops.py
│           │           │   │   │       ├── test_pickle.py
│           │           │   │   │       ├── test_scalar_compat.py
│           │           │   │   │       ├── test_searchsorted.py
│           │           │   │   │       ├── test_setops.py
│           │           │   │   │       ├── test_timedelta.py
│           │           │   │   │       └── test_timedelta_range.py
│           │           │   │   ├── indexing
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── interval
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_interval.py
│           │           │   │   │   │   └── test_interval_new.py
│           │           │   │   │   ├── multiindex
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_chaining_and_caching.py
│           │           │   │   │   │   ├── test_datetime.py
│           │           │   │   │   │   ├── test_getitem.py
│           │           │   │   │   │   ├── test_iloc.py
│           │           │   │   │   │   ├── test_indexing_slow.py
│           │           │   │   │   │   ├── test_loc.py
│           │           │   │   │   │   ├── test_multiindex.py
│           │           │   │   │   │   ├── test_partial.py
│           │           │   │   │   │   ├── test_setitem.py
│           │           │   │   │   │   ├── test_slice.py
│           │           │   │   │   │   └── test_sorted.py
│           │           │   │   │   ├── test_at.py
│           │           │   │   │   ├── test_categorical.py
│           │           │   │   │   ├── test_chaining_and_caching.py
│           │           │   │   │   ├── test_check_indexer.py
│           │           │   │   │   ├── test_coercion.py
│           │           │   │   │   ├── test_datetime.py
│           │           │   │   │   ├── test_floats.py
│           │           │   │   │   ├── test_iat.py
│           │           │   │   │   ├── test_iloc.py
│           │           │   │   │   ├── test_indexers.py
│           │           │   │   │   ├── test_indexing.py
│           │           │   │   │   ├── test_loc.py
│           │           │   │   │   ├── test_na_indexing.py
│           │           │   │   │   ├── test_partial.py
│           │           │   │   │   └── test_scalar.py
│           │           │   │   ├── interchange
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_impl.py
│           │           │   │   │   ├── test_spec_conformance.py
│           │           │   │   │   └── test_utils.py
│           │           │   │   ├── internals
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_internals.py
│           │           │   │   │   └── test_managers.py
│           │           │   │   ├── io
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── excel
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_odf.py
│           │           │   │   │   │   ├── test_odswriter.py
│           │           │   │   │   │   ├── test_openpyxl.py
│           │           │   │   │   │   ├── test_readers.py
│           │           │   │   │   │   ├── test_style.py
│           │           │   │   │   │   ├── test_writers.py
│           │           │   │   │   │   ├── test_xlrd.py
│           │           │   │   │   │   └── test_xlsxwriter.py
│           │           │   │   │   ├── formats
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── style
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_bar.py
│           │           │   │   │   │   │   ├── test_exceptions.py
│           │           │   │   │   │   │   ├── test_format.py
│           │           │   │   │   │   │   ├── test_highlight.py
│           │           │   │   │   │   │   ├── test_html.py
│           │           │   │   │   │   │   ├── test_matplotlib.py
│           │           │   │   │   │   │   ├── test_non_unique.py
│           │           │   │   │   │   │   ├── test_style.py
│           │           │   │   │   │   │   ├── test_to_latex.py
│           │           │   │   │   │   │   ├── test_to_string.py
│           │           │   │   │   │   │   └── test_tooltip.py
│           │           │   │   │   │   ├── test_console.py
│           │           │   │   │   │   ├── test_css.py
│           │           │   │   │   │   ├── test_eng_formatting.py
│           │           │   │   │   │   ├── test_format.py
│           │           │   │   │   │   ├── test_ipython_compat.py
│           │           │   │   │   │   ├── test_printing.py
│           │           │   │   │   │   ├── test_to_csv.py
│           │           │   │   │   │   ├── test_to_excel.py
│           │           │   │   │   │   ├── test_to_html.py
│           │           │   │   │   │   ├── test_to_latex.py
│           │           │   │   │   │   ├── test_to_markdown.py
│           │           │   │   │   │   └── test_to_string.py
│           │           │   │   │   ├── generate_legacy_storage_files.py
│           │           │   │   │   ├── json
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_compression.py
│           │           │   │   │   │   ├── test_deprecated_kwargs.py
│           │           │   │   │   │   ├── test_json_table_schema.py
│           │           │   │   │   │   ├── test_json_table_schema_ext_dtype.py
│           │           │   │   │   │   ├── test_normalize.py
│           │           │   │   │   │   ├── test_pandas.py
│           │           │   │   │   │   ├── test_readlines.py
│           │           │   │   │   │   └── test_ujson.py
│           │           │   │   │   ├── parser
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── common
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_chunksize.py
│           │           │   │   │   │   │   ├── test_common_basic.py
│           │           │   │   │   │   │   ├── test_data_list.py
│           │           │   │   │   │   │   ├── test_decimal.py
│           │           │   │   │   │   │   ├── test_file_buffer_url.py
│           │           │   │   │   │   │   ├── test_float.py
│           │           │   │   │   │   │   ├── test_index.py
│           │           │   │   │   │   │   ├── test_inf.py
│           │           │   │   │   │   │   ├── test_ints.py
│           │           │   │   │   │   │   ├── test_iterator.py
│           │           │   │   │   │   │   ├── test_read_errors.py
│           │           │   │   │   │   │   └── test_verbose.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── dtypes
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_categorical.py
│           │           │   │   │   │   │   ├── test_dtypes_basic.py
│           │           │   │   │   │   │   └── test_empty.py
│           │           │   │   │   │   ├── test_c_parser_only.py
│           │           │   │   │   │   ├── test_comment.py
│           │           │   │   │   │   ├── test_compression.py
│           │           │   │   │   │   ├── test_concatenate_chunks.py
│           │           │   │   │   │   ├── test_converters.py
│           │           │   │   │   │   ├── test_dialect.py
│           │           │   │   │   │   ├── test_encoding.py
│           │           │   │   │   │   ├── test_header.py
│           │           │   │   │   │   ├── test_index_col.py
│           │           │   │   │   │   ├── test_mangle_dupes.py
│           │           │   │   │   │   ├── test_multi_thread.py
│           │           │   │   │   │   ├── test_na_values.py
│           │           │   │   │   │   ├── test_network.py
│           │           │   │   │   │   ├── test_parse_dates.py
│           │           │   │   │   │   ├── test_python_parser_only.py
│           │           │   │   │   │   ├── test_quoting.py
│           │           │   │   │   │   ├── test_read_fwf.py
│           │           │   │   │   │   ├── test_skiprows.py
│           │           │   │   │   │   ├── test_textreader.py
│           │           │   │   │   │   ├── test_unsupported.py
│           │           │   │   │   │   ├── test_upcast.py
│           │           │   │   │   │   └── usecols
│           │           │   │   │   │       ├── __init__.py
│           │           │   │   │   │       ├── test_parse_dates.py
│           │           │   │   │   │       ├── test_strings.py
│           │           │   │   │   │       └── test_usecols_basic.py
│           │           │   │   │   ├── pytables
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── common.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_append.py
│           │           │   │   │   │   ├── test_categorical.py
│           │           │   │   │   │   ├── test_compat.py
│           │           │   │   │   │   ├── test_complex.py
│           │           │   │   │   │   ├── test_errors.py
│           │           │   │   │   │   ├── test_file_handling.py
│           │           │   │   │   │   ├── test_keys.py
│           │           │   │   │   │   ├── test_put.py
│           │           │   │   │   │   ├── test_pytables_missing.py
│           │           │   │   │   │   ├── test_read.py
│           │           │   │   │   │   ├── test_retain_attributes.py
│           │           │   │   │   │   ├── test_round_trip.py
│           │           │   │   │   │   ├── test_select.py
│           │           │   │   │   │   ├── test_store.py
│           │           │   │   │   │   ├── test_subclass.py
│           │           │   │   │   │   ├── test_time_series.py
│           │           │   │   │   │   └── test_timezones.py
│           │           │   │   │   ├── sas
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_byteswap.py
│           │           │   │   │   │   ├── test_sas.py
│           │           │   │   │   │   ├── test_sas7bdat.py
│           │           │   │   │   │   └── test_xport.py
│           │           │   │   │   ├── test_clipboard.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_compression.py
│           │           │   │   │   ├── test_feather.py
│           │           │   │   │   ├── test_fsspec.py
│           │           │   │   │   ├── test_gbq.py
│           │           │   │   │   ├── test_gcs.py
│           │           │   │   │   ├── test_html.py
│           │           │   │   │   ├── test_http_headers.py
│           │           │   │   │   ├── test_orc.py
│           │           │   │   │   ├── test_parquet.py
│           │           │   │   │   ├── test_pickle.py
│           │           │   │   │   ├── test_s3.py
│           │           │   │   │   ├── test_spss.py
│           │           │   │   │   ├── test_sql.py
│           │           │   │   │   ├── test_stata.py
│           │           │   │   │   └── xml
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── conftest.py
│           │           │   │   │       ├── test_to_xml.py
│           │           │   │   │       ├── test_xml.py
│           │           │   │   │       └── test_xml_dtypes.py
│           │           │   │   ├── libs
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_hashtable.py
│           │           │   │   │   ├── test_join.py
│           │           │   │   │   ├── test_lib.py
│           │           │   │   │   └── test_libalgos.py
│           │           │   │   ├── plotting
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── frame
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_frame.py
│           │           │   │   │   │   ├── test_frame_color.py
│           │           │   │   │   │   ├── test_frame_groupby.py
│           │           │   │   │   │   ├── test_frame_legend.py
│           │           │   │   │   │   ├── test_frame_subplots.py
│           │           │   │   │   │   └── test_hist_box_by.py
│           │           │   │   │   ├── test_backend.py
│           │           │   │   │   ├── test_boxplot_method.py
│           │           │   │   │   ├── test_common.py
│           │           │   │   │   ├── test_converter.py
│           │           │   │   │   ├── test_datetimelike.py
│           │           │   │   │   ├── test_groupby.py
│           │           │   │   │   ├── test_hist_method.py
│           │           │   │   │   ├── test_misc.py
│           │           │   │   │   ├── test_series.py
│           │           │   │   │   └── test_style.py
│           │           │   │   ├── reductions
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_reductions.py
│           │           │   │   │   └── test_stat_reductions.py
│           │           │   │   ├── resample
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── test_base.py
│           │           │   │   │   ├── test_datetime_index.py
│           │           │   │   │   ├── test_period_index.py
│           │           │   │   │   ├── test_resample_api.py
│           │           │   │   │   ├── test_resampler_grouper.py
│           │           │   │   │   ├── test_time_grouper.py
│           │           │   │   │   └── test_timedelta.py
│           │           │   │   ├── reshape
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── concat
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── conftest.py
│           │           │   │   │   │   ├── test_append.py
│           │           │   │   │   │   ├── test_append_common.py
│           │           │   │   │   │   ├── test_categorical.py
│           │           │   │   │   │   ├── test_concat.py
│           │           │   │   │   │   ├── test_dataframe.py
│           │           │   │   │   │   ├── test_datetimes.py
│           │           │   │   │   │   ├── test_empty.py
│           │           │   │   │   │   ├── test_index.py
│           │           │   │   │   │   ├── test_invalid.py
│           │           │   │   │   │   ├── test_series.py
│           │           │   │   │   │   └── test_sort.py
│           │           │   │   │   ├── merge
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_join.py
│           │           │   │   │   │   ├── test_merge.py
│           │           │   │   │   │   ├── test_merge_asof.py
│           │           │   │   │   │   ├── test_merge_cross.py
│           │           │   │   │   │   ├── test_merge_index_as_string.py
│           │           │   │   │   │   ├── test_merge_ordered.py
│           │           │   │   │   │   └── test_multi.py
│           │           │   │   │   ├── test_crosstab.py
│           │           │   │   │   ├── test_cut.py
│           │           │   │   │   ├── test_from_dummies.py
│           │           │   │   │   ├── test_get_dummies.py
│           │           │   │   │   ├── test_melt.py
│           │           │   │   │   ├── test_pivot.py
│           │           │   │   │   ├── test_pivot_multilevel.py
│           │           │   │   │   ├── test_qcut.py
│           │           │   │   │   ├── test_union_categoricals.py
│           │           │   │   │   └── test_util.py
│           │           │   │   ├── scalar
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── interval
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_contains.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   ├── test_interval.py
│           │           │   │   │   │   └── test_overlaps.py
│           │           │   │   │   ├── period
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_asfreq.py
│           │           │   │   │   │   └── test_period.py
│           │           │   │   │   ├── test_na_scalar.py
│           │           │   │   │   ├── test_nat.py
│           │           │   │   │   ├── timedelta
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── methods
│           │           │   │   │   │   │   ├── __init__.py
│           │           │   │   │   │   │   ├── test_as_unit.py
│           │           │   │   │   │   │   └── test_round.py
│           │           │   │   │   │   ├── test_arithmetic.py
│           │           │   │   │   │   ├── test_constructors.py
│           │           │   │   │   │   ├── test_formats.py
│           │           │   │   │   │   └── test_timedelta.py
│           │           │   │   │   └── timestamp
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── methods
│           │           │   │   │       │   ├── __init__.py
│           │           │   │   │       │   ├── test_as_unit.py
│           │           │   │   │       │   ├── test_normalize.py
│           │           │   │   │       │   ├── test_replace.py
│           │           │   │   │       │   ├── test_round.py
│           │           │   │   │       │   ├── test_timestamp_method.py
│           │           │   │   │       │   ├── test_to_julian_date.py
│           │           │   │   │       │   ├── test_to_pydatetime.py
│           │           │   │   │       │   ├── test_tz_convert.py
│           │           │   │   │       │   └── test_tz_localize.py
│           │           │   │   │       ├── test_arithmetic.py
│           │           │   │   │       ├── test_comparisons.py
│           │           │   │   │       ├── test_constructors.py
│           │           │   │   │       ├── test_formats.py
│           │           │   │   │       ├── test_timestamp.py
│           │           │   │   │       └── test_timezones.py
│           │           │   │   ├── series
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── accessors
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_cat_accessor.py
│           │           │   │   │   │   ├── test_dt_accessor.py
│           │           │   │   │   │   ├── test_list_accessor.py
│           │           │   │   │   │   ├── test_sparse_accessor.py
│           │           │   │   │   │   ├── test_str_accessor.py
│           │           │   │   │   │   └── test_struct_accessor.py
│           │           │   │   │   ├── indexing
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_datetime.py
│           │           │   │   │   │   ├── test_delitem.py
│           │           │   │   │   │   ├── test_get.py
│           │           │   │   │   │   ├── test_getitem.py
│           │           │   │   │   │   ├── test_indexing.py
│           │           │   │   │   │   ├── test_mask.py
│           │           │   │   │   │   ├── test_set_value.py
│           │           │   │   │   │   ├── test_setitem.py
│           │           │   │   │   │   ├── test_take.py
│           │           │   │   │   │   ├── test_where.py
│           │           │   │   │   │   └── test_xs.py
│           │           │   │   │   ├── methods
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_add_prefix_suffix.py
│           │           │   │   │   │   ├── test_align.py
│           │           │   │   │   │   ├── test_argsort.py
│           │           │   │   │   │   ├── test_asof.py
│           │           │   │   │   │   ├── test_astype.py
│           │           │   │   │   │   ├── test_autocorr.py
│           │           │   │   │   │   ├── test_between.py
│           │           │   │   │   │   ├── test_case_when.py
│           │           │   │   │   │   ├── test_clip.py
│           │           │   │   │   │   ├── test_combine.py
│           │           │   │   │   │   ├── test_combine_first.py
│           │           │   │   │   │   ├── test_compare.py
│           │           │   │   │   │   ├── test_convert_dtypes.py
│           │           │   │   │   │   ├── test_copy.py
│           │           │   │   │   │   ├── test_count.py
│           │           │   │   │   │   ├── test_cov_corr.py
│           │           │   │   │   │   ├── test_describe.py
│           │           │   │   │   │   ├── test_diff.py
│           │           │   │   │   │   ├── test_drop.py
│           │           │   │   │   │   ├── test_drop_duplicates.py
│           │           │   │   │   │   ├── test_dropna.py
│           │           │   │   │   │   ├── test_dtypes.py
│           │           │   │   │   │   ├── test_duplicated.py
│           │           │   │   │   │   ├── test_equals.py
│           │           │   │   │   │   ├── test_explode.py
│           │           │   │   │   │   ├── test_fillna.py
│           │           │   │   │   │   ├── test_get_numeric_data.py
│           │           │   │   │   │   ├── test_head_tail.py
│           │           │   │   │   │   ├── test_infer_objects.py
│           │           │   │   │   │   ├── test_info.py
│           │           │   │   │   │   ├── test_interpolate.py
│           │           │   │   │   │   ├── test_is_monotonic.py
│           │           │   │   │   │   ├── test_is_unique.py
│           │           │   │   │   │   ├── test_isin.py
│           │           │   │   │   │   ├── test_isna.py
│           │           │   │   │   │   ├── test_item.py
│           │           │   │   │   │   ├── test_map.py
│           │           │   │   │   │   ├── test_matmul.py
│           │           │   │   │   │   ├── test_nlargest.py
│           │           │   │   │   │   ├── test_nunique.py
│           │           │   │   │   │   ├── test_pct_change.py
│           │           │   │   │   │   ├── test_pop.py
│           │           │   │   │   │   ├── test_quantile.py
│           │           │   │   │   │   ├── test_rank.py
│           │           │   │   │   │   ├── test_reindex.py
│           │           │   │   │   │   ├── test_reindex_like.py
│           │           │   │   │   │   ├── test_rename.py
│           │           │   │   │   │   ├── test_rename_axis.py
│           │           │   │   │   │   ├── test_repeat.py
│           │           │   │   │   │   ├── test_replace.py
│           │           │   │   │   │   ├── test_reset_index.py
│           │           │   │   │   │   ├── test_round.py
│           │           │   │   │   │   ├── test_searchsorted.py
│           │           │   │   │   │   ├── test_set_name.py
│           │           │   │   │   │   ├── test_size.py
│           │           │   │   │   │   ├── test_sort_index.py
│           │           │   │   │   │   ├── test_sort_values.py
│           │           │   │   │   │   ├── test_to_csv.py
│           │           │   │   │   │   ├── test_to_dict.py
│           │           │   │   │   │   ├── test_to_frame.py
│           │           │   │   │   │   ├── test_to_numpy.py
│           │           │   │   │   │   ├── test_tolist.py
│           │           │   │   │   │   ├── test_truncate.py
│           │           │   │   │   │   ├── test_tz_localize.py
│           │           │   │   │   │   ├── test_unique.py
│           │           │   │   │   │   ├── test_unstack.py
│           │           │   │   │   │   ├── test_update.py
│           │           │   │   │   │   ├── test_value_counts.py
│           │           │   │   │   │   ├── test_values.py
│           │           │   │   │   │   └── test_view.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_arithmetic.py
│           │           │   │   │   ├── test_constructors.py
│           │           │   │   │   ├── test_cumulative.py
│           │           │   │   │   ├── test_formats.py
│           │           │   │   │   ├── test_iteration.py
│           │           │   │   │   ├── test_logical_ops.py
│           │           │   │   │   ├── test_missing.py
│           │           │   │   │   ├── test_npfuncs.py
│           │           │   │   │   ├── test_reductions.py
│           │           │   │   │   ├── test_subclass.py
│           │           │   │   │   ├── test_ufunc.py
│           │           │   │   │   ├── test_unary.py
│           │           │   │   │   └── test_validate.py
│           │           │   │   ├── strings
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_case_justify.py
│           │           │   │   │   ├── test_cat.py
│           │           │   │   │   ├── test_extract.py
│           │           │   │   │   ├── test_find_replace.py
│           │           │   │   │   ├── test_get_dummies.py
│           │           │   │   │   ├── test_split_partition.py
│           │           │   │   │   ├── test_string_array.py
│           │           │   │   │   └── test_strings.py
│           │           │   │   ├── test_aggregation.py
│           │           │   │   ├── test_algos.py
│           │           │   │   ├── test_common.py
│           │           │   │   ├── test_downstream.py
│           │           │   │   ├── test_errors.py
│           │           │   │   ├── test_expressions.py
│           │           │   │   ├── test_flags.py
│           │           │   │   ├── test_multilevel.py
│           │           │   │   ├── test_nanops.py
│           │           │   │   ├── test_optional_dependency.py
│           │           │   │   ├── test_register_accessor.py
│           │           │   │   ├── test_sorting.py
│           │           │   │   ├── test_take.py
│           │           │   │   ├── tools
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_to_datetime.py
│           │           │   │   │   ├── test_to_numeric.py
│           │           │   │   │   ├── test_to_time.py
│           │           │   │   │   └── test_to_timedelta.py
│           │           │   │   ├── tseries
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── frequencies
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_freq_code.py
│           │           │   │   │   │   ├── test_frequencies.py
│           │           │   │   │   │   └── test_inference.py
│           │           │   │   │   ├── holiday
│           │           │   │   │   │   ├── __init__.py
│           │           │   │   │   │   ├── test_calendar.py
│           │           │   │   │   │   ├── test_federal.py
│           │           │   │   │   │   ├── test_holiday.py
│           │           │   │   │   │   └── test_observance.py
│           │           │   │   │   └── offsets
│           │           │   │   │       ├── __init__.py
│           │           │   │   │       ├── common.py
│           │           │   │   │       ├── test_business_day.py
│           │           │   │   │       ├── test_business_hour.py
│           │           │   │   │       ├── test_business_month.py
│           │           │   │   │       ├── test_business_quarter.py
│           │           │   │   │       ├── test_business_year.py
│           │           │   │   │       ├── test_common.py
│           │           │   │   │       ├── test_custom_business_day.py
│           │           │   │   │       ├── test_custom_business_hour.py
│           │           │   │   │       ├── test_custom_business_month.py
│           │           │   │   │       ├── test_dst.py
│           │           │   │   │       ├── test_easter.py
│           │           │   │   │       ├── test_fiscal.py
│           │           │   │   │       ├── test_index.py
│           │           │   │   │       ├── test_month.py
│           │           │   │   │       ├── test_offsets.py
│           │           │   │   │       ├── test_offsets_properties.py
│           │           │   │   │       ├── test_quarter.py
│           │           │   │   │       ├── test_ticks.py
│           │           │   │   │       ├── test_week.py
│           │           │   │   │       └── test_year.py
│           │           │   │   ├── tslibs
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_api.py
│           │           │   │   │   ├── test_array_to_datetime.py
│           │           │   │   │   ├── test_ccalendar.py
│           │           │   │   │   ├── test_conversion.py
│           │           │   │   │   ├── test_fields.py
│           │           │   │   │   ├── test_libfrequencies.py
│           │           │   │   │   ├── test_liboffsets.py
│           │           │   │   │   ├── test_np_datetime.py
│           │           │   │   │   ├── test_npy_units.py
│           │           │   │   │   ├── test_parse_iso8601.py
│           │           │   │   │   ├── test_parsing.py
│           │           │   │   │   ├── test_period.py
│           │           │   │   │   ├── test_resolution.py
│           │           │   │   │   ├── test_strptime.py
│           │           │   │   │   ├── test_timedeltas.py
│           │           │   │   │   ├── test_timezones.py
│           │           │   │   │   ├── test_to_offset.py
│           │           │   │   │   └── test_tzconversion.py
│           │           │   │   ├── util
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── test_assert_almost_equal.py
│           │           │   │   │   ├── test_assert_attr_equal.py
│           │           │   │   │   ├── test_assert_categorical_equal.py
│           │           │   │   │   ├── test_assert_extension_array_equal.py
│           │           │   │   │   ├── test_assert_frame_equal.py
│           │           │   │   │   ├── test_assert_index_equal.py
│           │           │   │   │   ├── test_assert_interval_array_equal.py
│           │           │   │   │   ├── test_assert_numpy_array_equal.py
│           │           │   │   │   ├── test_assert_produces_warning.py
│           │           │   │   │   ├── test_assert_series_equal.py
│           │           │   │   │   ├── test_deprecate.py
│           │           │   │   │   ├── test_deprecate_kwarg.py
│           │           │   │   │   ├── test_deprecate_nonkeyword_arguments.py
│           │           │   │   │   ├── test_doc.py
│           │           │   │   │   ├── test_hashing.py
│           │           │   │   │   ├── test_numba.py
│           │           │   │   │   ├── test_rewrite_warning.py
│           │           │   │   │   ├── test_shares_memory.py
│           │           │   │   │   ├── test_show_versions.py
│           │           │   │   │   ├── test_util.py
│           │           │   │   │   ├── test_validate_args.py
│           │           │   │   │   ├── test_validate_args_and_kwargs.py
│           │           │   │   │   ├── test_validate_inclusive.py
│           │           │   │   │   └── test_validate_kwargs.py
│           │           │   │   └── window
│           │           │   │       ├── __init__.py
│           │           │   │       ├── conftest.py
│           │           │   │       ├── moments
│           │           │   │       │   ├── __init__.py
│           │           │   │       │   ├── conftest.py
│           │           │   │       │   ├── test_moments_consistency_ewm.py
│           │           │   │       │   ├── test_moments_consistency_expanding.py
│           │           │   │       │   └── test_moments_consistency_rolling.py
│           │           │   │       ├── test_api.py
│           │           │   │       ├── test_apply.py
│           │           │   │       ├── test_base_indexer.py
│           │           │   │       ├── test_cython_aggregations.py
│           │           │   │       ├── test_dtypes.py
│           │           │   │       ├── test_ewm.py
│           │           │   │       ├── test_expanding.py
│           │           │   │       ├── test_groupby.py
│           │           │   │       ├── test_numba.py
│           │           │   │       ├── test_online.py
│           │           │   │       ├── test_pairwise.py
│           │           │   │       ├── test_rolling.py
│           │           │   │       ├── test_rolling_functions.py
│           │           │   │       ├── test_rolling_quantile.py
│           │           │   │       ├── test_rolling_skew_kurt.py
│           │           │   │       ├── test_timeseries_window.py
│           │           │   │       └── test_win_type.py
│           │           │   ├── tseries
│           │           │   │   ├── __init__.py
│           │           │   │   ├── api.py
│           │           │   │   ├── frequencies.py
│           │           │   │   ├── holiday.py
│           │           │   │   └── offsets.py
│           │           │   └── util
│           │           │       ├── __init__.py
│           │           │       ├── _decorators.py
│           │           │       ├── _doctools.py
│           │           │       ├── _exceptions.py
│           │           │       ├── _print_versions.py
│           │           │       ├── _test_decorators.py
│           │           │       ├── _tester.py
│           │           │       ├── _validators.py
│           │           │       └── version
│           │           │           └── __init__.py
│           │           ├── partd
│           │           │   ├── __init__.py
│           │           │   ├── _version.py
│           │           │   ├── buffer.py
│           │           │   ├── compressed.py
│           │           │   ├── core.py
│           │           │   ├── dict.py
│           │           │   ├── encode.py
│           │           │   ├── file.py
│           │           │   ├── numpy.py
│           │           │   ├── pandas.py
│           │           │   ├── pickle.py
│           │           │   ├── python.py
│           │           │   ├── utils.py
│           │           │   └── zmq.py
│           │           ├── pluggy
│           │           │   ├── __init__.py
│           │           │   ├── _callers.py
│           │           │   ├── _hooks.py
│           │           │   ├── _manager.py
│           │           │   ├── _result.py
│           │           │   ├── _tracing.py
│           │           │   ├── _version.py
│           │           │   └── _warnings.py
│           │           ├── propcache
│           │           │   ├── __init__.py
│           │           │   ├── _helpers.py
│           │           │   ├── _helpers_py.py
│           │           │   └── api.py
│           │           ├── py.py
│           │           ├── pyarrow
│           │           │   ├── __init__.py
│           │           │   ├── _compute_docstrings.py
│           │           │   ├── _generated_version.py
│           │           │   ├── acero.py
│           │           │   ├── benchmark.py
│           │           │   ├── cffi.py
│           │           │   ├── compute.py
│           │           │   ├── conftest.py
│           │           │   ├── csv.py
│           │           │   ├── cuda.py
│           │           │   ├── dataset.py
│           │           │   ├── feather.py
│           │           │   ├── flight.py
│           │           │   ├── fs.py
│           │           │   ├── interchange
│           │           │   │   ├── __init__.py
│           │           │   │   ├── buffer.py
│           │           │   │   ├── column.py
│           │           │   │   ├── dataframe.py
│           │           │   │   └── from_dataframe.py
│           │           │   ├── ipc.py
│           │           │   ├── json.py
│           │           │   ├── jvm.py
│           │           │   ├── orc.py
│           │           │   ├── pandas_compat.py
│           │           │   ├── parquet
│           │           │   │   ├── __init__.py
│           │           │   │   ├── core.py
│           │           │   │   └── encryption.py
│           │           │   ├── substrait.py
│           │           │   ├── tests
│           │           │   │   ├── __init__.py
│           │           │   │   ├── arrow_16597.py
│           │           │   │   ├── arrow_39313.py
│           │           │   │   ├── arrow_7980.py
│           │           │   │   ├── conftest.py
│           │           │   │   ├── interchange
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── test_conversion.py
│           │           │   │   │   └── test_interchange_spec.py
│           │           │   │   ├── pandas_examples.py
│           │           │   │   ├── pandas_threaded_import.py
│           │           │   │   ├── parquet
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── common.py
│           │           │   │   │   ├── conftest.py
│           │           │   │   │   ├── encryption.py
│           │           │   │   │   ├── test_basic.py
│           │           │   │   │   ├── test_compliant_nested_type.py
│           │           │   │   │   ├── test_data_types.py
│           │           │   │   │   ├── test_dataset.py
│           │           │   │   │   ├── test_datetime.py
│           │           │   │   │   ├── test_encryption.py
│           │           │   │   │   ├── test_metadata.py
│           │           │   │   │   ├── test_pandas.py
│           │           │   │   │   ├── test_parquet_file.py
│           │           │   │   │   └── test_parquet_writer.py
│           │           │   │   ├── read_record_batch.py
│           │           │   │   ├── strategies.py
│           │           │   │   ├── test_acero.py
│           │           │   │   ├── test_adhoc_memory_leak.py
│           │           │   │   ├── test_array.py
│           │           │   │   ├── test_builder.py
│           │           │   │   ├── test_cffi.py
│           │           │   │   ├── test_compute.py
│           │           │   │   ├── test_convert_builtin.py
│           │           │   │   ├── test_cpp_internals.py
│           │           │   │   ├── test_csv.py
│           │           │   │   ├── test_cuda.py
│           │           │   │   ├── test_cuda_numba_interop.py
│           │           │   │   ├── test_cython.py
│           │           │   │   ├── test_dataset.py
│           │           │   │   ├── test_dataset_encryption.py
│           │           │   │   ├── test_deprecations.py
│           │           │   │   ├── test_device.py
│           │           │   │   ├── test_dlpack.py
│           │           │   │   ├── test_exec_plan.py
│           │           │   │   ├── test_extension_type.py
│           │           │   │   ├── test_feather.py
│           │           │   │   ├── test_flight.py
│           │           │   │   ├── test_flight_async.py
│           │           │   │   ├── test_fs.py
│           │           │   │   ├── test_gandiva.py
│           │           │   │   ├── test_gdb.py
│           │           │   │   ├── test_io.py
│           │           │   │   ├── test_ipc.py
│           │           │   │   ├── test_json.py
│           │           │   │   ├── test_jvm.py
│           │           │   │   ├── test_memory.py
│           │           │   │   ├── test_misc.py
│           │           │   │   ├── test_orc.py
│           │           │   │   ├── test_pandas.py
│           │           │   │   ├── test_scalars.py
│           │           │   │   ├── test_schema.py
│           │           │   │   ├── test_sparse_tensor.py
│           │           │   │   ├── test_strategies.py
│           │           │   │   ├── test_substrait.py
│           │           │   │   ├── test_table.py
│           │           │   │   ├── test_tensor.py
│           │           │   │   ├── test_types.py
│           │           │   │   ├── test_udf.py
│           │           │   │   ├── test_util.py
│           │           │   │   ├── test_without_numpy.py
│           │           │   │   ├── util.py
│           │           │   │   └── wsgi_examples.py
│           │           │   ├── types.py
│           │           │   ├── util.py
│           │           │   └── vendored
│           │           │       ├── __init__.py
│           │           │       ├── docscrape.py
│           │           │       └── version.py
│           │           ├── pycparser
│           │           │   ├── __init__.py
│           │           │   ├── _ast_gen.py
│           │           │   ├── _build_tables.py
│           │           │   ├── ast_transforms.py
│           │           │   ├── c_ast.py
│           │           │   ├── c_generator.py
│           │           │   ├── c_lexer.py
│           │           │   ├── c_parser.py
│           │           │   ├── lextab.py
│           │           │   ├── ply
│           │           │   │   ├── __init__.py
│           │           │   │   ├── cpp.py
│           │           │   │   ├── ctokens.py
│           │           │   │   ├── lex.py
│           │           │   │   ├── yacc.py
│           │           │   │   └── ygen.py
│           │           │   ├── plyparser.py
│           │           │   └── yacctab.py
│           │           ├── pydantic
│           │           │   ├── __init__.py
│           │           │   ├── _internal
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _config.py
│           │           │   │   ├── _core_metadata.py
│           │           │   │   ├── _core_utils.py
│           │           │   │   ├── _dataclasses.py
│           │           │   │   ├── _decorators.py
│           │           │   │   ├── _decorators_v1.py
│           │           │   │   ├── _discriminated_union.py
│           │           │   │   ├── _docs_extraction.py
│           │           │   │   ├── _fields.py
│           │           │   │   ├── _forward_ref.py
│           │           │   │   ├── _generate_schema.py
│           │           │   │   ├── _generics.py
│           │           │   │   ├── _git.py
│           │           │   │   ├── _import_utils.py
│           │           │   │   ├── _internal_dataclass.py
│           │           │   │   ├── _known_annotated_metadata.py
│           │           │   │   ├── _mock_val_ser.py
│           │           │   │   ├── _model_construction.py
│           │           │   │   ├── _namespace_utils.py
│           │           │   │   ├── _repr.py
│           │           │   │   ├── _schema_generation_shared.py
│           │           │   │   ├── _serializers.py
│           │           │   │   ├── _signature.py
│           │           │   │   ├── _std_types_schema.py
│           │           │   │   ├── _typing_extra.py
│           │           │   │   ├── _utils.py
│           │           │   │   ├── _validate_call.py
│           │           │   │   └── _validators.py
│           │           │   ├── _migration.py
│           │           │   ├── alias_generators.py
│           │           │   ├── aliases.py
│           │           │   ├── annotated_handlers.py
│           │           │   ├── class_validators.py
│           │           │   ├── color.py
│           │           │   ├── config.py
│           │           │   ├── dataclasses.py
│           │           │   ├── datetime_parse.py
│           │           │   ├── decorator.py
│           │           │   ├── deprecated
│           │           │   │   ├── __init__.py
│           │           │   │   ├── class_validators.py
│           │           │   │   ├── config.py
│           │           │   │   ├── copy_internals.py
│           │           │   │   ├── decorator.py
│           │           │   │   ├── json.py
│           │           │   │   ├── parse.py
│           │           │   │   └── tools.py
│           │           │   ├── env_settings.py
│           │           │   ├── error_wrappers.py
│           │           │   ├── errors.py
│           │           │   ├── experimental
│           │           │   │   ├── __init__.py
│           │           │   │   └── pipeline.py
│           │           │   ├── fields.py
│           │           │   ├── functional_serializers.py
│           │           │   ├── functional_validators.py
│           │           │   ├── generics.py
│           │           │   ├── json.py
│           │           │   ├── json_schema.py
│           │           │   ├── main.py
│           │           │   ├── mypy.py
│           │           │   ├── networks.py
│           │           │   ├── parse.py
│           │           │   ├── plugin
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _loader.py
│           │           │   │   └── _schema_validator.py
│           │           │   ├── root_model.py
│           │           │   ├── schema.py
│           │           │   ├── tools.py
│           │           │   ├── type_adapter.py
│           │           │   ├── types.py
│           │           │   ├── typing.py
│           │           │   ├── utils.py
│           │           │   ├── v1
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _hypothesis_plugin.py
│           │           │   │   ├── annotated_types.py
│           │           │   │   ├── class_validators.py
│           │           │   │   ├── color.py
│           │           │   │   ├── config.py
│           │           │   │   ├── dataclasses.py
│           │           │   │   ├── datetime_parse.py
│           │           │   │   ├── decorator.py
│           │           │   │   ├── env_settings.py
│           │           │   │   ├── error_wrappers.py
│           │           │   │   ├── errors.py
│           │           │   │   ├── fields.py
│           │           │   │   ├── generics.py
│           │           │   │   ├── json.py
│           │           │   │   ├── main.py
│           │           │   │   ├── mypy.py
│           │           │   │   ├── networks.py
│           │           │   │   ├── parse.py
│           │           │   │   ├── schema.py
│           │           │   │   ├── tools.py
│           │           │   │   ├── types.py
│           │           │   │   ├── typing.py
│           │           │   │   ├── utils.py
│           │           │   │   ├── validators.py
│           │           │   │   └── version.py
│           │           │   ├── validate_call_decorator.py
│           │           │   ├── validators.py
│           │           │   ├── version.py
│           │           │   └── warnings.py
│           │           ├── pydantic_core
│           │           │   ├── __init__.py
│           │           │   └── core_schema.py
│           │           ├── pydantic_partial
│           │           │   ├── __init__.py
│           │           │   ├── _compat.py
│           │           │   ├── partial.py
│           │           │   └── utils.py
│           │           ├── pygments
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── cmdline.py
│           │           │   ├── console.py
│           │           │   ├── filter.py
│           │           │   ├── filters
│           │           │   │   └── __init__.py
│           │           │   ├── formatter.py
│           │           │   ├── formatters
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _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
│           │           │   │   ├── _ada_builtins.py
│           │           │   │   ├── _asy_builtins.py
│           │           │   │   ├── _cl_builtins.py
│           │           │   │   ├── _cocoa_builtins.py
│           │           │   │   ├── _csound_builtins.py
│           │           │   │   ├── _css_builtins.py
│           │           │   │   ├── _googlesql_builtins.py
│           │           │   │   ├── _julia_builtins.py
│           │           │   │   ├── _lasso_builtins.py
│           │           │   │   ├── _lilypond_builtins.py
│           │           │   │   ├── _lua_builtins.py
│           │           │   │   ├── _luau_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
│           │           │   │   ├── asn1.py
│           │           │   │   ├── automation.py
│           │           │   │   ├── bare.py
│           │           │   │   ├── basic.py
│           │           │   │   ├── bdd.py
│           │           │   │   ├── berry.py
│           │           │   │   ├── bibtex.py
│           │           │   │   ├── blueprint.py
│           │           │   │   ├── boa.py
│           │           │   │   ├── bqn.py
│           │           │   │   ├── business.py
│           │           │   │   ├── c_cpp.py
│           │           │   │   ├── c_like.py
│           │           │   │   ├── capnproto.py
│           │           │   │   ├── carbon.py
│           │           │   │   ├── cddl.py
│           │           │   │   ├── chapel.py
│           │           │   │   ├── clean.py
│           │           │   │   ├── codeql.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
│           │           │   │   ├── dns.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
│           │           │   │   ├── gleam.py
│           │           │   │   ├── go.py
│           │           │   │   ├── grammar_notation.py
│           │           │   │   ├── graph.py
│           │           │   │   ├── graphics.py
│           │           │   │   ├── graphql.py
│           │           │   │   ├── graphviz.py
│           │           │   │   ├── gsql.py
│           │           │   │   ├── hare.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
│           │           │   │   ├── json5.py
│           │           │   │   ├── jsonnet.py
│           │           │   │   ├── jsx.py
│           │           │   │   ├── julia.py
│           │           │   │   ├── jvm.py
│           │           │   │   ├── kuin.py
│           │           │   │   ├── kusto.py
│           │           │   │   ├── ldap.py
│           │           │   │   ├── lean.py
│           │           │   │   ├── lilypond.py
│           │           │   │   ├── lisp.py
│           │           │   │   ├── macaulay2.py
│           │           │   │   ├── make.py
│           │           │   │   ├── maple.py
│           │           │   │   ├── markup.py
│           │           │   │   ├── math.py
│           │           │   │   ├── matlab.py
│           │           │   │   ├── maxima.py
│           │           │   │   ├── meson.py
│           │           │   │   ├── mime.py
│           │           │   │   ├── minecraft.py
│           │           │   │   ├── mips.py
│           │           │   │   ├── ml.py
│           │           │   │   ├── modeling.py
│           │           │   │   ├── modula2.py
│           │           │   │   ├── mojo.py
│           │           │   │   ├── monte.py
│           │           │   │   ├── mosel.py
│           │           │   │   ├── ncl.py
│           │           │   │   ├── nimrod.py
│           │           │   │   ├── nit.py
│           │           │   │   ├── nix.py
│           │           │   │   ├── numbair.py
│           │           │   │   ├── oberon.py
│           │           │   │   ├── objective.py
│           │           │   │   ├── ooc.py
│           │           │   │   ├── openscad.py
│           │           │   │   ├── other.py
│           │           │   │   ├── parasail.py
│           │           │   │   ├── parsers.py
│           │           │   │   ├── pascal.py
│           │           │   │   ├── pawn.py
│           │           │   │   ├── pddl.py
│           │           │   │   ├── perl.py
│           │           │   │   ├── phix.py
│           │           │   │   ├── php.py
│           │           │   │   ├── pointless.py
│           │           │   │   ├── pony.py
│           │           │   │   ├── praat.py
│           │           │   │   ├── procfile.py
│           │           │   │   ├── prolog.py
│           │           │   │   ├── promql.py
│           │           │   │   ├── prql.py
│           │           │   │   ├── ptx.py
│           │           │   │   ├── python.py
│           │           │   │   ├── q.py
│           │           │   │   ├── qlik.py
│           │           │   │   ├── qvt.py
│           │           │   │   ├── r.py
│           │           │   │   ├── rdf.py
│           │           │   │   ├── rebol.py
│           │           │   │   ├── rego.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
│           │           │   │   ├── soong.py
│           │           │   │   ├── sophia.py
│           │           │   │   ├── special.py
│           │           │   │   ├── spice.py
│           │           │   │   ├── sql.py
│           │           │   │   ├── srcinfo.py
│           │           │   │   ├── stata.py
│           │           │   │   ├── supercollider.py
│           │           │   │   ├── tablegen.py
│           │           │   │   ├── tact.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
│           │           │   │   ├── tls.py
│           │           │   │   ├── tnt.py
│           │           │   │   ├── trafficscript.py
│           │           │   │   ├── typoscript.py
│           │           │   │   ├── typst.py
│           │           │   │   ├── ul4.py
│           │           │   │   ├── unicon.py
│           │           │   │   ├── urbi.py
│           │           │   │   ├── usd.py
│           │           │   │   ├── varnish.py
│           │           │   │   ├── verification.py
│           │           │   │   ├── verifpal.py
│           │           │   │   ├── vip.py
│           │           │   │   ├── vyper.py
│           │           │   │   ├── web.py
│           │           │   │   ├── webassembly.py
│           │           │   │   ├── webidl.py
│           │           │   │   ├── webmisc.py
│           │           │   │   ├── wgsl.py
│           │           │   │   ├── whiley.py
│           │           │   │   ├── wowtoc.py
│           │           │   │   ├── wren.py
│           │           │   │   ├── x10.py
│           │           │   │   ├── xorg.py
│           │           │   │   ├── yang.py
│           │           │   │   ├── yara.py
│           │           │   │   └── zig.py
│           │           │   ├── modeline.py
│           │           │   ├── plugin.py
│           │           │   ├── regexopt.py
│           │           │   ├── scanner.py
│           │           │   ├── sphinxext.py
│           │           │   ├── style.py
│           │           │   ├── styles
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _mapping.py
│           │           │   │   ├── abap.py
│           │           │   │   ├── algol.py
│           │           │   │   ├── algol_nu.py
│           │           │   │   ├── arduino.py
│           │           │   │   ├── autumn.py
│           │           │   │   ├── borland.py
│           │           │   │   ├── bw.py
│           │           │   │   ├── coffee.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
│           │           │   │   ├── lightbulb.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
│           │           ├── pytest
│           │           │   ├── __init__.py
│           │           │   └── __main__.py
│           │           ├── pytest_asyncio
│           │           │   ├── __init__.py
│           │           │   ├── _version.py
│           │           │   └── plugin.py
│           │           ├── pytest_check
│           │           │   ├── __init__.py
│           │           │   ├── check_functions.py
│           │           │   ├── check_log.py
│           │           │   ├── check_raises.py
│           │           │   ├── context_manager.py
│           │           │   ├── plugin.py
│           │           │   └── pseudo_traceback.py
│           │           ├── pytest_cov
│           │           │   ├── __init__.py
│           │           │   ├── compat.py
│           │           │   ├── embed.py
│           │           │   ├── engine.py
│           │           │   └── plugin.py
│           │           ├── pytest_timeout.py
│           │           ├── pytz
│           │           │   ├── __init__.py
│           │           │   ├── exceptions.py
│           │           │   ├── lazy.py
│           │           │   ├── reference.py
│           │           │   ├── tzfile.py
│           │           │   └── tzinfo.py
│           │           ├── readme_renderer
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── clean.py
│           │           │   ├── markdown.py
│           │           │   ├── rst.py
│           │           │   └── txt.py
│           │           ├── requests
│           │           │   ├── __init__.py
│           │           │   ├── __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_toolbelt
│           │           │   ├── __init__.py
│           │           │   ├── _compat.py
│           │           │   ├── adapters
│           │           │   │   ├── __init__.py
│           │           │   │   ├── appengine.py
│           │           │   │   ├── fingerprint.py
│           │           │   │   ├── host_header_ssl.py
│           │           │   │   ├── socket_options.py
│           │           │   │   ├── source.py
│           │           │   │   ├── ssl.py
│           │           │   │   └── x509.py
│           │           │   ├── auth
│           │           │   │   ├── __init__.py
│           │           │   │   ├── _digest_auth_compat.py
│           │           │   │   ├── guess.py
│           │           │   │   ├── handler.py
│           │           │   │   └── http_proxy_digest.py
│           │           │   ├── cookies
│           │           │   │   ├── __init__.py
│           │           │   │   └── forgetful.py
│           │           │   ├── downloadutils
│           │           │   │   ├── __init__.py
│           │           │   │   ├── stream.py
│           │           │   │   └── tee.py
│           │           │   ├── exceptions.py
│           │           │   ├── multipart
│           │           │   │   ├── __init__.py
│           │           │   │   ├── decoder.py
│           │           │   │   └── encoder.py
│           │           │   ├── sessions.py
│           │           │   ├── streaming_iterator.py
│           │           │   ├── threaded
│           │           │   │   ├── __init__.py
│           │           │   │   ├── pool.py
│           │           │   │   └── thread.py
│           │           │   └── utils
│           │           │       ├── __init__.py
│           │           │       ├── deprecated.py
│           │           │       ├── dump.py
│           │           │       ├── formdata.py
│           │           │       └── user_agent.py
│           │           ├── rfc3986
│           │           │   ├── __init__.py
│           │           │   ├── _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
│           │           ├── rich
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── _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
│           │           │   ├── 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
│           │           ├── secretstorage
│           │           │   ├── __init__.py
│           │           │   ├── collection.py
│           │           │   ├── defines.py
│           │           │   ├── dhcrypto.py
│           │           │   ├── exceptions.py
│           │           │   ├── item.py
│           │           │   └── util.py
│           │           ├── six.py
│           │           ├── tlz
│           │           │   ├── __init__.py
│           │           │   └── _build_tlz.py
│           │           ├── toolz
│           │           │   ├── __init__.py
│           │           │   ├── _signatures.py
│           │           │   ├── _version.py
│           │           │   ├── compatibility.py
│           │           │   ├── curried
│           │           │   │   ├── __init__.py
│           │           │   │   ├── exceptions.py
│           │           │   │   └── operator.py
│           │           │   ├── dicttoolz.py
│           │           │   ├── functoolz.py
│           │           │   ├── itertoolz.py
│           │           │   ├── recipes.py
│           │           │   ├── sandbox
│           │           │   │   ├── __init__.py
│           │           │   │   ├── core.py
│           │           │   │   └── parallel.py
│           │           │   ├── tests
│           │           │   │   ├── test_compatibility.py
│           │           │   │   ├── test_curried.py
│           │           │   │   ├── test_curried_doctests.py
│           │           │   │   ├── test_dicttoolz.py
│           │           │   │   ├── test_functoolz.py
│           │           │   │   ├── test_inspect_args.py
│           │           │   │   ├── test_itertoolz.py
│           │           │   │   ├── test_recipes.py
│           │           │   │   ├── test_serialization.py
│           │           │   │   ├── test_signatures.py
│           │           │   │   ├── test_tlz.py
│           │           │   │   └── test_utils.py
│           │           │   └── utils.py
│           │           ├── twine
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── auth.py
│           │           │   ├── cli.py
│           │           │   ├── commands
│           │           │   │   ├── __init__.py
│           │           │   │   ├── check.py
│           │           │   │   ├── register.py
│           │           │   │   └── upload.py
│           │           │   ├── distribution.py
│           │           │   ├── exceptions.py
│           │           │   ├── package.py
│           │           │   ├── repository.py
│           │           │   ├── sdist.py
│           │           │   ├── settings.py
│           │           │   ├── utils.py
│           │           │   └── wheel.py
│           │           ├── type_lens
│           │           │   ├── __init__.py
│           │           │   ├── __metadata__.py
│           │           │   ├── callable_view.py
│           │           │   ├── exc.py
│           │           │   ├── parameter_view.py
│           │           │   ├── type_view.py
│           │           │   ├── types
│           │           │   │   ├── __init__.py
│           │           │   │   ├── builtins.py
│           │           │   │   └── empty.py
│           │           │   ├── typing.py
│           │           │   └── utils.py
│           │           ├── typing_extensions.py
│           │           ├── tzdata
│           │           │   ├── __init__.py
│           │           │   └── zoneinfo
│           │           │       ├── Africa
│           │           │       │   └── __init__.py
│           │           │       ├── America
│           │           │       │   ├── Argentina
│           │           │       │   │   └── __init__.py
│           │           │       │   ├── Indiana
│           │           │       │   │   └── __init__.py
│           │           │       │   ├── Kentucky
│           │           │       │   │   └── __init__.py
│           │           │       │   ├── North_Dakota
│           │           │       │   │   └── __init__.py
│           │           │       │   └── __init__.py
│           │           │       ├── Antarctica
│           │           │       │   └── __init__.py
│           │           │       ├── Arctic
│           │           │       │   └── __init__.py
│           │           │       ├── Asia
│           │           │       │   └── __init__.py
│           │           │       ├── Atlantic
│           │           │       │   └── __init__.py
│           │           │       ├── Australia
│           │           │       │   └── __init__.py
│           │           │       ├── Brazil
│           │           │       │   └── __init__.py
│           │           │       ├── Canada
│           │           │       │   └── __init__.py
│           │           │       ├── Chile
│           │           │       │   └── __init__.py
│           │           │       ├── Etc
│           │           │       │   └── __init__.py
│           │           │       ├── Europe
│           │           │       │   └── __init__.py
│           │           │       ├── Indian
│           │           │       │   └── __init__.py
│           │           │       ├── Mexico
│           │           │       │   └── __init__.py
│           │           │       ├── Pacific
│           │           │       │   └── __init__.py
│           │           │       ├── US
│           │           │       │   └── __init__.py
│           │           │       └── __init__.py
│           │           ├── urllib3
│           │           │   ├── __init__.py
│           │           │   ├── _base_connection.py
│           │           │   ├── _collections.py
│           │           │   ├── _request_methods.py
│           │           │   ├── _version.py
│           │           │   ├── connection.py
│           │           │   ├── connectionpool.py
│           │           │   ├── contrib
│           │           │   │   ├── __init__.py
│           │           │   │   ├── emscripten
│           │           │   │   │   ├── __init__.py
│           │           │   │   │   ├── connection.py
│           │           │   │   │   ├── fetch.py
│           │           │   │   │   ├── request.py
│           │           │   │   │   └── response.py
│           │           │   │   ├── pyopenssl.py
│           │           │   │   └── socks.py
│           │           │   ├── exceptions.py
│           │           │   ├── fields.py
│           │           │   ├── filepost.py
│           │           │   ├── http2
│           │           │   │   ├── __init__.py
│           │           │   │   ├── connection.py
│           │           │   │   └── probe.py
│           │           │   ├── poolmanager.py
│           │           │   ├── response.py
│           │           │   └── util
│           │           │       ├── __init__.py
│           │           │       ├── connection.py
│           │           │       ├── proxy.py
│           │           │       ├── request.py
│           │           │       ├── response.py
│           │           │       ├── retry.py
│           │           │       ├── ssl_.py
│           │           │       ├── ssl_match_hostname.py
│           │           │       ├── ssltransport.py
│           │           │       ├── timeout.py
│           │           │       ├── url.py
│           │           │       ├── util.py
│           │           │       └── wait.py
│           │           ├── uvloop
│           │           │   ├── __init__.py
│           │           │   ├── _noop.py
│           │           │   ├── _testbase.py
│           │           │   ├── _version.py
│           │           │   └── includes
│           │           │       └── __init__.py
│           │           ├── vulture
│           │           │   ├── __init__.py
│           │           │   ├── __main__.py
│           │           │   ├── config.py
│           │           │   ├── core.py
│           │           │   ├── lines.py
│           │           │   ├── noqa.py
│           │           │   ├── reachability.py
│           │           │   ├── utils.py
│           │           │   ├── version.py
│           │           │   └── whitelists
│           │           │       ├── argparse_whitelist.py
│           │           │       ├── ast_whitelist.py
│           │           │       ├── collections_whitelist.py
│           │           │       ├── ctypes_whitelist.py
│           │           │       ├── enum_whitelist.py
│           │           │       ├── logging_whitelist.py
│           │           │       ├── pint_whitelist.py
│           │           │       ├── socketserver_whitelist.py
│           │           │       ├── string_whitelist.py
│           │           │       ├── sys_whitelist.py
│           │           │       ├── threading_whitelist.py
│           │           │       ├── unittest_whitelist.py
│           │           │       └── whitelist_utils.py
│           │           ├── wombat
│           │           │   └── utils
│           │           │       ├── __init__.py
│           │           │       ├── dictionary.py
│           │           │       ├── errors
│           │           │       │   ├── decorators.py
│           │           │       │   └── exceptions.py
│           │           │       └── files
│           │           │           └── search.py
│           │           ├── xdist
│           │           │   ├── __init__.py
│           │           │   ├── _path.py
│           │           │   ├── _version.py
│           │           │   ├── dsession.py
│           │           │   ├── looponfail.py
│           │           │   ├── newhooks.py
│           │           │   ├── plugin.py
│           │           │   ├── remote.py
│           │           │   ├── report.py
│           │           │   ├── scheduler
│           │           │   │   ├── __init__.py
│           │           │   │   ├── each.py
│           │           │   │   ├── load.py
│           │           │   │   ├── loadfile.py
│           │           │   │   ├── loadgroup.py
│           │           │   │   ├── loadscope.py
│           │           │   │   ├── protocol.py
│           │           │   │   └── worksteal.py
│           │           │   └── workermanage.py
│           │           ├── yaml
│           │           │   ├── __init__.py
│           │           │   ├── composer.py
│           │           │   ├── constructor.py
│           │           │   ├── cyaml.py
│           │           │   ├── dumper.py
│           │           │   ├── emitter.py
│           │           │   ├── error.py
│           │           │   ├── events.py
│           │           │   ├── loader.py
│           │           │   ├── nodes.py
│           │           │   ├── parser.py
│           │           │   ├── reader.py
│           │           │   ├── representer.py
│           │           │   ├── resolver.py
│           │           │   ├── scanner.py
│           │           │   ├── serializer.py
│           │           │   └── tokens.py
│           │           ├── yarl
│           │           │   ├── __init__.py
│           │           │   ├── _parse.py
│           │           │   ├── _path.py
│           │           │   ├── _query.py
│           │           │   ├── _quoters.py
│           │           │   ├── _quoting.py
│           │           │   ├── _quoting_py.py
│           │           │   └── _url.py
│           │           └── zipp
│           │               ├── __init__.py
│           │               ├── _functools.py
│           │               ├── compat
│           │               │   ├── __init__.py
│           │               │   ├── overlay.py
│           │               │   └── py310.py
│           │               └── glob.py
│           └── lib64
│               └── python3.11
│                   └── site-packages
│                       ├── _pytest
│                       │   ├── __init__.py
│                       │   ├── _argcomplete.py
│                       │   ├── _code
│                       │   │   ├── __init__.py
│                       │   │   ├── code.py
│                       │   │   └── source.py
│                       │   ├── _io
│                       │   │   ├── __init__.py
│                       │   │   ├── pprint.py
│                       │   │   ├── saferepr.py
│                       │   │   ├── terminalwriter.py
│                       │   │   └── wcwidth.py
│                       │   ├── _py
│                       │   │   ├── __init__.py
│                       │   │   ├── error.py
│                       │   │   └── path.py
│                       │   ├── _version.py
│                       │   ├── assertion
│                       │   │   ├── __init__.py
│                       │   │   ├── rewrite.py
│                       │   │   ├── truncate.py
│                       │   │   └── util.py
│                       │   ├── cacheprovider.py
│                       │   ├── capture.py
│                       │   ├── compat.py
│                       │   ├── config
│                       │   │   ├── __init__.py
│                       │   │   ├── 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
│                       │   │   ├── expression.py
│                       │   │   └── structures.py
│                       │   ├── monkeypatch.py
│                       │   ├── nodes.py
│                       │   ├── outcomes.py
│                       │   ├── pastebin.py
│                       │   ├── pathlib.py
│                       │   ├── 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
│                       ├── _virtualenv.py
│                       ├── _yaml
│                       │   └── __init__.py
│                       ├── aiohappyeyeballs
│                       │   ├── __init__.py
│                       │   ├── _staggered.py
│                       │   ├── impl.py
│                       │   ├── types.py
│                       │   └── utils.py
│                       ├── aiohttp
│                       │   ├── __init__.py
│                       │   ├── _websocket
│                       │   │   ├── __init__.py
│                       │   │   ├── helpers.py
│                       │   │   ├── models.py
│                       │   │   ├── reader.py
│                       │   │   ├── reader_c.py
│                       │   │   ├── reader_py.py
│                       │   │   └── writer.py
│                       │   ├── abc.py
│                       │   ├── base_protocol.py
│                       │   ├── client.py
│                       │   ├── client_exceptions.py
│                       │   ├── client_proto.py
│                       │   ├── client_reqrep.py
│                       │   ├── client_ws.py
│                       │   ├── compression_utils.py
│                       │   ├── connector.py
│                       │   ├── cookiejar.py
│                       │   ├── formdata.py
│                       │   ├── hdrs.py
│                       │   ├── helpers.py
│                       │   ├── http.py
│                       │   ├── http_exceptions.py
│                       │   ├── http_parser.py
│                       │   ├── http_websocket.py
│                       │   ├── http_writer.py
│                       │   ├── log.py
│                       │   ├── multipart.py
│                       │   ├── payload.py
│                       │   ├── payload_streamer.py
│                       │   ├── pytest_plugin.py
│                       │   ├── resolver.py
│                       │   ├── streams.py
│                       │   ├── tcp_helpers.py
│                       │   ├── test_utils.py
│                       │   ├── tracing.py
│                       │   ├── typedefs.py
│                       │   ├── web.py
│                       │   ├── web_app.py
│                       │   ├── web_exceptions.py
│                       │   ├── web_fileresponse.py
│                       │   ├── web_log.py
│                       │   ├── web_middlewares.py
│                       │   ├── web_protocol.py
│                       │   ├── web_request.py
│                       │   ├── web_response.py
│                       │   ├── web_routedef.py
│                       │   ├── web_runner.py
│                       │   ├── web_server.py
│                       │   ├── web_urldispatcher.py
│                       │   ├── web_ws.py
│                       │   └── worker.py
│                       ├── aiosignal
│                       │   └── __init__.py
│                       ├── annotated_types
│                       │   ├── __init__.py
│                       │   └── test_cases.py
│                       ├── aresponses
│                       │   ├── __init__.py
│                       │   ├── errors.py
│                       │   ├── main.py
│                       │   └── utils.py
│                       ├── attr
│                       │   ├── __init__.py
│                       │   ├── _cmp.py
│                       │   ├── _compat.py
│                       │   ├── _config.py
│                       │   ├── _funcs.py
│                       │   ├── _make.py
│                       │   ├── _next_gen.py
│                       │   ├── _version_info.py
│                       │   ├── converters.py
│                       │   ├── exceptions.py
│                       │   ├── filters.py
│                       │   ├── setters.py
│                       │   └── validators.py
│                       ├── attrs
│                       │   ├── __init__.py
│                       │   ├── converters.py
│                       │   ├── exceptions.py
│                       │   ├── filters.py
│                       │   ├── setters.py
│                       │   └── validators.py
│                       ├── backports
│                       │   ├── __init__.py
│                       │   └── tarfile
│                       │       ├── __init__.py
│                       │       ├── __main__.py
│                       │       └── compat
│                       │           ├── __init__.py
│                       │           └── py38.py
│                       ├── certifi
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   └── core.py
│                       ├── cffi
│                       │   ├── __init__.py
│                       │   ├── _imp_emulation.py
│                       │   ├── _shimmed_dist_utils.py
│                       │   ├── api.py
│                       │   ├── backend_ctypes.py
│                       │   ├── cffi_opcode.py
│                       │   ├── commontypes.py
│                       │   ├── cparser.py
│                       │   ├── error.py
│                       │   ├── ffiplatform.py
│                       │   ├── lock.py
│                       │   ├── model.py
│                       │   ├── pkgconfig.py
│                       │   ├── recompiler.py
│                       │   ├── setuptools_ext.py
│                       │   ├── vengine_cpy.py
│                       │   ├── vengine_gen.py
│                       │   └── verifier.py
│                       ├── charset_normalizer
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── api.py
│                       │   ├── cd.py
│                       │   ├── cli
│                       │   │   ├── __init__.py
│                       │   │   └── __main__.py
│                       │   ├── constant.py
│                       │   ├── legacy.py
│                       │   ├── md.py
│                       │   ├── models.py
│                       │   ├── utils.py
│                       │   └── version.py
│                       ├── click
│                       │   ├── __init__.py
│                       │   ├── _compat.py
│                       │   ├── _termui_impl.py
│                       │   ├── _textwrap.py
│                       │   ├── _winconsole.py
│                       │   ├── core.py
│                       │   ├── decorators.py
│                       │   ├── exceptions.py
│                       │   ├── formatting.py
│                       │   ├── globals.py
│                       │   ├── parser.py
│                       │   ├── shell_completion.py
│                       │   ├── termui.py
│                       │   ├── testing.py
│                       │   ├── types.py
│                       │   └── utils.py
│                       ├── cloudpickle
│                       │   ├── __init__.py
│                       │   ├── cloudpickle.py
│                       │   └── cloudpickle_fast.py
│                       ├── coverage
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── annotate.py
│                       │   ├── bytecode.py
│                       │   ├── cmdline.py
│                       │   ├── collector.py
│                       │   ├── config.py
│                       │   ├── context.py
│                       │   ├── control.py
│                       │   ├── core.py
│                       │   ├── data.py
│                       │   ├── debug.py
│                       │   ├── disposition.py
│                       │   ├── env.py
│                       │   ├── exceptions.py
│                       │   ├── execfile.py
│                       │   ├── files.py
│                       │   ├── html.py
│                       │   ├── inorout.py
│                       │   ├── jsonreport.py
│                       │   ├── lcovreport.py
│                       │   ├── misc.py
│                       │   ├── multiproc.py
│                       │   ├── numbits.py
│                       │   ├── parser.py
│                       │   ├── phystokens.py
│                       │   ├── plugin.py
│                       │   ├── plugin_support.py
│                       │   ├── python.py
│                       │   ├── pytracer.py
│                       │   ├── regions.py
│                       │   ├── report.py
│                       │   ├── report_core.py
│                       │   ├── sqldata.py
│                       │   ├── sqlitedb.py
│                       │   ├── sysmon.py
│                       │   ├── templite.py
│                       │   ├── tomlconfig.py
│                       │   ├── types.py
│                       │   ├── version.py
│                       │   └── xmlreport.py
│                       ├── cryptography
│                       │   ├── __about__.py
│                       │   ├── __init__.py
│                       │   ├── exceptions.py
│                       │   ├── fernet.py
│                       │   ├── hazmat
│                       │   │   ├── __init__.py
│                       │   │   ├── _oid.py
│                       │   │   ├── backends
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── openssl
│                       │   │   │       ├── __init__.py
│                       │   │   │       └── backend.py
│                       │   │   ├── bindings
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── openssl
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── _conditional.py
│                       │   │   │       └── binding.py
│                       │   │   ├── decrepit
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── ciphers
│                       │   │   │       ├── __init__.py
│                       │   │   │       └── algorithms.py
│                       │   │   └── primitives
│                       │   │       ├── __init__.py
│                       │   │       ├── _asymmetric.py
│                       │   │       ├── _cipheralgorithm.py
│                       │   │       ├── _serialization.py
│                       │   │       ├── asymmetric
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── 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
│                       │   │       │   ├── aead.py
│                       │   │       │   ├── algorithms.py
│                       │   │       │   ├── base.py
│                       │   │       │   └── modes.py
│                       │   │       ├── cmac.py
│                       │   │       ├── constant_time.py
│                       │   │       ├── hashes.py
│                       │   │       ├── hmac.py
│                       │   │       ├── kdf
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── argon2.py
│                       │   │       │   ├── concatkdf.py
│                       │   │       │   ├── hkdf.py
│                       │   │       │   ├── kbkdf.py
│                       │   │       │   ├── pbkdf2.py
│                       │   │       │   ├── scrypt.py
│                       │   │       │   └── x963kdf.py
│                       │   │       ├── keywrap.py
│                       │   │       ├── padding.py
│                       │   │       ├── poly1305.py
│                       │   │       ├── serialization
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── base.py
│                       │   │       │   ├── pkcs12.py
│                       │   │       │   ├── pkcs7.py
│                       │   │       │   └── ssh.py
│                       │   │       └── twofactor
│                       │   │           ├── __init__.py
│                       │   │           ├── hotp.py
│                       │   │           └── totp.py
│                       │   ├── utils.py
│                       │   └── x509
│                       │       ├── __init__.py
│                       │       ├── base.py
│                       │       ├── certificate_transparency.py
│                       │       ├── extensions.py
│                       │       ├── general_name.py
│                       │       ├── name.py
│                       │       ├── ocsp.py
│                       │       ├── oid.py
│                       │       └── verification.py
│                       ├── dask
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── _collections.py
│                       │   ├── _compatibility.py
│                       │   ├── _dispatch.py
│                       │   ├── _expr.py
│                       │   ├── _task_spec.py
│                       │   ├── _version.py
│                       │   ├── array
│                       │   │   ├── __init__.py
│                       │   │   ├── _array_expr
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _backends.py
│                       │   │   │   ├── _blockwise.py
│                       │   │   │   ├── _collection.py
│                       │   │   │   ├── _expr.py
│                       │   │   │   ├── _io.py
│                       │   │   │   ├── _utils.py
│                       │   │   │   ├── random.py
│                       │   │   │   └── tests
│                       │   │   │       ├── __init__.py
│                       │   │   │       └── test_collection.py
│                       │   │   ├── _shuffle.py
│                       │   │   ├── api.py
│                       │   │   ├── backends.py
│                       │   │   ├── blockwise.py
│                       │   │   ├── chunk.py
│                       │   │   ├── chunk_types.py
│                       │   │   ├── core.py
│                       │   │   ├── creation.py
│                       │   │   ├── cupy_entry_point.py
│                       │   │   ├── dispatch.py
│                       │   │   ├── einsumfuncs.py
│                       │   │   ├── fft.py
│                       │   │   ├── gufunc.py
│                       │   │   ├── image.py
│                       │   │   ├── lib
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── stride_tricks.py
│                       │   │   ├── linalg.py
│                       │   │   ├── ma.py
│                       │   │   ├── numpy_compat.py
│                       │   │   ├── optimization.py
│                       │   │   ├── overlap.py
│                       │   │   ├── percentile.py
│                       │   │   ├── random.py
│                       │   │   ├── rechunk.py
│                       │   │   ├── reductions.py
│                       │   │   ├── reshape.py
│                       │   │   ├── routines.py
│                       │   │   ├── slicing.py
│                       │   │   ├── stats.py
│                       │   │   ├── svg.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_array_core.py
│                       │   │   │   ├── test_array_expr_incompatible.py
│                       │   │   │   ├── test_array_function.py
│                       │   │   │   ├── test_array_utils.py
│                       │   │   │   ├── test_atop.py
│                       │   │   │   ├── test_chunk.py
│                       │   │   │   ├── test_creation.py
│                       │   │   │   ├── test_cupy_core.py
│                       │   │   │   ├── test_cupy_creation.py
│                       │   │   │   ├── test_cupy_gufunc.py
│                       │   │   │   ├── test_cupy_linalg.py
│                       │   │   │   ├── test_cupy_overlap.py
│                       │   │   │   ├── test_cupy_percentile.py
│                       │   │   │   ├── test_cupy_random.py
│                       │   │   │   ├── test_cupy_reductions.py
│                       │   │   │   ├── test_cupy_routines.py
│                       │   │   │   ├── test_cupy_slicing.py
│                       │   │   │   ├── test_cupy_sparse.py
│                       │   │   │   ├── test_dispatch.py
│                       │   │   │   ├── test_fft.py
│                       │   │   │   ├── test_gufunc.py
│                       │   │   │   ├── test_image.py
│                       │   │   │   ├── test_linalg.py
│                       │   │   │   ├── test_map_blocks.py
│                       │   │   │   ├── test_masked.py
│                       │   │   │   ├── test_numpy_compat.py
│                       │   │   │   ├── test_optimization.py
│                       │   │   │   ├── test_overlap.py
│                       │   │   │   ├── test_percentiles.py
│                       │   │   │   ├── test_random.py
│                       │   │   │   ├── test_rechunk.py
│                       │   │   │   ├── test_reductions.py
│                       │   │   │   ├── test_reshape.py
│                       │   │   │   ├── test_routines.py
│                       │   │   │   ├── test_shuffle.py
│                       │   │   │   ├── test_slicing.py
│                       │   │   │   ├── test_sparse.py
│                       │   │   │   ├── test_stats.py
│                       │   │   │   ├── test_svg.py
│                       │   │   │   ├── test_testing.py
│                       │   │   │   ├── test_ufunc.py
│                       │   │   │   ├── test_wrap.py
│                       │   │   │   └── test_xarray.py
│                       │   │   ├── tiledb_io.py
│                       │   │   ├── ufunc.py
│                       │   │   ├── utils.py
│                       │   │   └── wrap.py
│                       │   ├── backends.py
│                       │   ├── bag
│                       │   │   ├── __init__.py
│                       │   │   ├── avro.py
│                       │   │   ├── chunk.py
│                       │   │   ├── core.py
│                       │   │   ├── random.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_avro.py
│                       │   │   │   ├── test_bag.py
│                       │   │   │   ├── test_random.py
│                       │   │   │   └── test_text.py
│                       │   │   ├── text.py
│                       │   │   └── utils.py
│                       │   ├── base.py
│                       │   ├── blockwise.py
│                       │   ├── bytes
│                       │   │   ├── __init__.py
│                       │   │   ├── core.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_bytes_utils.py
│                       │   │   │   ├── test_compression.py
│                       │   │   │   ├── test_http.py
│                       │   │   │   ├── test_local.py
│                       │   │   │   └── test_s3.py
│                       │   │   └── utils.py
│                       │   ├── cache.py
│                       │   ├── callbacks.py
│                       │   ├── cli.py
│                       │   ├── config.py
│                       │   ├── conftest.py
│                       │   ├── context.py
│                       │   ├── core.py
│                       │   ├── dataframe
│                       │   │   ├── __init__.py
│                       │   │   ├── _compat.py
│                       │   │   ├── _dtypes.py
│                       │   │   ├── _pyarrow.py
│                       │   │   ├── _pyarrow_compat.py
│                       │   │   ├── accessor.py
│                       │   │   ├── api.py
│                       │   │   ├── backends.py
│                       │   │   ├── categorical.py
│                       │   │   ├── core.py
│                       │   │   ├── dask_expr
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _accessor.py
│                       │   │   │   ├── _backends.py
│                       │   │   │   ├── _categorical.py
│                       │   │   │   ├── _collection.py
│                       │   │   │   ├── _concat.py
│                       │   │   │   ├── _cumulative.py
│                       │   │   │   ├── _datetime.py
│                       │   │   │   ├── _describe.py
│                       │   │   │   ├── _dummies.py
│                       │   │   │   ├── _expr.py
│                       │   │   │   ├── _groupby.py
│                       │   │   │   ├── _indexing.py
│                       │   │   │   ├── _interchange.py
│                       │   │   │   ├── _merge.py
│                       │   │   │   ├── _merge_asof.py
│                       │   │   │   ├── _quantile.py
│                       │   │   │   ├── _quantiles.py
│                       │   │   │   ├── _reductions.py
│                       │   │   │   ├── _repartition.py
│                       │   │   │   ├── _rolling.py
│                       │   │   │   ├── _shuffle.py
│                       │   │   │   ├── _str_accessor.py
│                       │   │   │   ├── _util.py
│                       │   │   │   ├── _version.py
│                       │   │   │   ├── datasets.py
│                       │   │   │   ├── diagnostics
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── _analyze.py
│                       │   │   │   │   ├── _analyze_plugin.py
│                       │   │   │   │   └── _explain.py
│                       │   │   │   ├── io
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── _delayed.py
│                       │   │   │   │   ├── bag.py
│                       │   │   │   │   ├── io.py
│                       │   │   │   │   ├── parquet.py
│                       │   │   │   │   ├── records.py
│                       │   │   │   │   └── tests
│                       │   │   │   │       ├── __init__.py
│                       │   │   │   │       ├── test_delayed.py
│                       │   │   │   │       ├── test_distributed.py
│                       │   │   │   │       ├── test_from_pandas.py
│                       │   │   │   │       ├── test_io.py
│                       │   │   │   │       ├── test_parquet.py
│                       │   │   │   │       └── test_sql.py
│                       │   │   │   └── tests
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── _util.py
│                       │   │   │       ├── test_align_partitions.py
│                       │   │   │       ├── test_categorical.py
│                       │   │   │       ├── test_collection.py
│                       │   │   │       ├── test_concat.py
│                       │   │   │       ├── test_core.py
│                       │   │   │       ├── test_cumulative.py
│                       │   │   │       ├── test_datasets.py
│                       │   │   │       ├── test_datetime.py
│                       │   │   │       ├── test_describe.py
│                       │   │   │       ├── test_diagnostics.py
│                       │   │   │       ├── test_distributed.py
│                       │   │   │       ├── test_dummies.py
│                       │   │   │       ├── test_format.py
│                       │   │   │       ├── test_fusion.py
│                       │   │   │       ├── test_groupby.py
│                       │   │   │       ├── test_indexing.py
│                       │   │   │       ├── test_interchange.py
│                       │   │   │       ├── test_map_partitions_overlap.py
│                       │   │   │       ├── test_merge.py
│                       │   │   │       ├── test_merge_asof.py
│                       │   │   │       ├── test_partitioning_knowledge.py
│                       │   │   │       ├── test_predicate_pushdown.py
│                       │   │   │       ├── test_quantiles.py
│                       │   │   │       ├── test_reductions.py
│                       │   │   │       ├── test_repartition.py
│                       │   │   │       ├── test_reshape.py
│                       │   │   │       ├── test_rolling.py
│                       │   │   │       ├── test_shuffle.py
│                       │   │   │       ├── test_string_accessor.py
│                       │   │   │       └── test_ufunc.py
│                       │   │   ├── dispatch.py
│                       │   │   ├── extensions.py
│                       │   │   ├── groupby.py
│                       │   │   ├── hyperloglog.py
│                       │   │   ├── indexing.py
│                       │   │   ├── io
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── csv.py
│                       │   │   │   ├── demo.py
│                       │   │   │   ├── hdf.py
│                       │   │   │   ├── io.py
│                       │   │   │   ├── json.py
│                       │   │   │   ├── orc
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── arrow.py
│                       │   │   │   │   ├── core.py
│                       │   │   │   │   └── utils.py
│                       │   │   │   ├── parquet
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── arrow.py
│                       │   │   │   │   ├── core.py
│                       │   │   │   │   └── utils.py
│                       │   │   │   ├── sql.py
│                       │   │   │   ├── tests
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_csv.py
│                       │   │   │   │   ├── test_demo.py
│                       │   │   │   │   ├── test_hdf.py
│                       │   │   │   │   ├── test_io.py
│                       │   │   │   │   ├── test_json.py
│                       │   │   │   │   ├── test_orc.py
│                       │   │   │   │   ├── test_parquet.py
│                       │   │   │   │   └── test_sql.py
│                       │   │   │   └── utils.py
│                       │   │   ├── methods.py
│                       │   │   ├── multi.py
│                       │   │   ├── partitionquantiles.py
│                       │   │   ├── rolling.py
│                       │   │   ├── shuffle.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_accessors.py
│                       │   │   │   ├── test_arithmetics_reduction.py
│                       │   │   │   ├── test_boolean.py
│                       │   │   │   ├── test_categorical.py
│                       │   │   │   ├── test_dataframe.py
│                       │   │   │   ├── test_extensions.py
│                       │   │   │   ├── test_groupby.py
│                       │   │   │   ├── test_hashing.py
│                       │   │   │   ├── test_hyperloglog.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_merge_column_and_index.py
│                       │   │   │   ├── test_methods.py
│                       │   │   │   ├── test_multi.py
│                       │   │   │   ├── test_numeric.py
│                       │   │   │   ├── test_pyarrow.py
│                       │   │   │   ├── test_pyarrow_compat.py
│                       │   │   │   ├── test_reshape.py
│                       │   │   │   ├── test_rolling.py
│                       │   │   │   ├── test_shuffle.py
│                       │   │   │   ├── test_ufunc.py
│                       │   │   │   └── test_utils_dataframe.py
│                       │   │   ├── tseries
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── resample.py
│                       │   │   │   └── tests
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── test_resample.py
│                       │   │   │       └── test_resample_expr.py
│                       │   │   └── utils.py
│                       │   ├── datasets.py
│                       │   ├── delayed.py
│                       │   ├── diagnostics
│                       │   │   ├── __init__.py
│                       │   │   ├── profile.py
│                       │   │   ├── profile_visualize.py
│                       │   │   ├── progress.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── test_profiler.py
│                       │   │       └── test_progress.py
│                       │   ├── distributed.py
│                       │   ├── dot.py
│                       │   ├── graph_manipulation.py
│                       │   ├── hashing.py
│                       │   ├── highlevelgraph.py
│                       │   ├── layers.py
│                       │   ├── local.py
│                       │   ├── ml.py
│                       │   ├── multiprocessing.py
│                       │   ├── optimization.py
│                       │   ├── order.py
│                       │   ├── rewrite.py
│                       │   ├── sizeof.py
│                       │   ├── system.py
│                       │   ├── task_spec.py
│                       │   ├── tests
│                       │   │   ├── __init__.py
│                       │   │   ├── test_backends.py
│                       │   │   ├── test_base.py
│                       │   │   ├── test_cache.py
│                       │   │   ├── test_callbacks.py
│                       │   │   ├── test_ci.py
│                       │   │   ├── test_cli.py
│                       │   │   ├── test_compatibility.py
│                       │   │   ├── test_config.py
│                       │   │   ├── test_context.py
│                       │   │   ├── test_core.py
│                       │   │   ├── test_datasets.py
│                       │   │   ├── test_delayed.py
│                       │   │   ├── test_distributed.py
│                       │   │   ├── test_docs.py
│                       │   │   ├── test_dot.py
│                       │   │   ├── test_graph_manipulation.py
│                       │   │   ├── test_hashing.py
│                       │   │   ├── test_highgraph.py
│                       │   │   ├── test_layers.py
│                       │   │   ├── test_local.py
│                       │   │   ├── test_ml.py
│                       │   │   ├── test_multiprocessing.py
│                       │   │   ├── test_optimization.py
│                       │   │   ├── test_order.py
│                       │   │   ├── test_rewrite.py
│                       │   │   ├── test_sizeof.py
│                       │   │   ├── test_spark_compat.py
│                       │   │   ├── test_system.py
│                       │   │   ├── test_task_spec.py
│                       │   │   ├── test_threaded.py
│                       │   │   ├── test_tokenize.py
│                       │   │   ├── test_traceback.py
│                       │   │   ├── test_typing.py
│                       │   │   ├── test_utils.py
│                       │   │   ├── test_utils_test.py
│                       │   │   └── warning_aliases.py
│                       │   ├── threaded.py
│                       │   ├── tokenize.py
│                       │   ├── typing.py
│                       │   ├── utils.py
│                       │   ├── utils_test.py
│                       │   └── widgets
│                       │       ├── __init__.py
│                       │       ├── tests
│                       │       │   └── test_widgets.py
│                       │       └── widgets.py
│                       ├── dateutil
│                       │   ├── __init__.py
│                       │   ├── _common.py
│                       │   ├── _version.py
│                       │   ├── easter.py
│                       │   ├── parser
│                       │   │   ├── __init__.py
│                       │   │   ├── _parser.py
│                       │   │   └── isoparser.py
│                       │   ├── relativedelta.py
│                       │   ├── rrule.py
│                       │   ├── tz
│                       │   │   ├── __init__.py
│                       │   │   ├── _common.py
│                       │   │   ├── _factories.py
│                       │   │   ├── tz.py
│                       │   │   └── win.py
│                       │   ├── tzwin.py
│                       │   ├── utils.py
│                       │   └── zoneinfo
│                       │       ├── __init__.py
│                       │       └── rebuild.py
│                       ├── docutils
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── core.py
│                       │   ├── examples.py
│                       │   ├── frontend.py
│                       │   ├── io.py
│                       │   ├── languages
│                       │   │   ├── __init__.py
│                       │   │   ├── 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
│                       │   │   ├── ka.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
│                       │   │   ├── commonmark_wrapper.py
│                       │   │   ├── null.py
│                       │   │   ├── recommonmark_wrapper.py
│                       │   │   └── rst
│                       │   │       ├── __init__.py
│                       │   │       ├── directives
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── admonitions.py
│                       │   │       │   ├── body.py
│                       │   │       │   ├── html.py
│                       │   │       │   ├── images.py
│                       │   │       │   ├── misc.py
│                       │   │       │   ├── parts.py
│                       │   │       │   ├── references.py
│                       │   │       │   └── tables.py
│                       │   │       ├── languages
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── 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
│                       │   │       │   ├── ka.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
│                       │   │   ├── doctree.py
│                       │   │   ├── pep.py
│                       │   │   └── standalone.py
│                       │   ├── statemachine.py
│                       │   ├── transforms
│                       │   │   ├── __init__.py
│                       │   │   ├── components.py
│                       │   │   ├── frontmatter.py
│                       │   │   ├── misc.py
│                       │   │   ├── parts.py
│                       │   │   ├── peps.py
│                       │   │   ├── references.py
│                       │   │   ├── universal.py
│                       │   │   └── writer_aux.py
│                       │   ├── utils
│                       │   │   ├── __init__.py
│                       │   │   ├── code_analyzer.py
│                       │   │   ├── error_reporting.py
│                       │   │   ├── math
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── latex2mathml.py
│                       │   │   │   ├── math2html.py
│                       │   │   │   ├── mathalphabet2unichar.py
│                       │   │   │   ├── mathml_elements.py
│                       │   │   │   ├── tex2mathml_extern.py
│                       │   │   │   ├── tex2unichar.py
│                       │   │   │   └── unichar2tex.py
│                       │   │   ├── punctuation_chars.py
│                       │   │   ├── roman.py
│                       │   │   ├── smartquotes.py
│                       │   │   └── urischemes.py
│                       │   └── writers
│                       │       ├── __init__.py
│                       │       ├── _html_base.py
│                       │       ├── docutils_xml.py
│                       │       ├── html4css1
│                       │       │   └── __init__.py
│                       │       ├── html5_polyglot
│                       │       │   └── __init__.py
│                       │       ├── latex2e
│                       │       │   └── __init__.py
│                       │       ├── manpage.py
│                       │       ├── null.py
│                       │       ├── odf_odt
│                       │       │   ├── __init__.py
│                       │       │   ├── prepstyles.py
│                       │       │   └── pygmentsformatter.py
│                       │       ├── pep_html
│                       │       │   └── __init__.py
│                       │       ├── pseudoxml.py
│                       │       ├── s5_html
│                       │       │   └── __init__.py
│                       │       └── xetex
│                       │           └── __init__.py
│                       ├── dotenv
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── cli.py
│                       │   ├── ipython.py
│                       │   ├── main.py
│                       │   ├── parser.py
│                       │   ├── variables.py
│                       │   └── version.py
│                       ├── execnet
│                       │   ├── __init__.py
│                       │   ├── _version.py
│                       │   ├── gateway.py
│                       │   ├── gateway_base.py
│                       │   ├── gateway_bootstrap.py
│                       │   ├── gateway_io.py
│                       │   ├── gateway_socket.py
│                       │   ├── multi.py
│                       │   ├── rsync.py
│                       │   ├── rsync_remote.py
│                       │   ├── script
│                       │   │   ├── __init__.py
│                       │   │   ├── loop_socketserver.py
│                       │   │   ├── quitserver.py
│                       │   │   ├── shell.py
│                       │   │   ├── socketserver.py
│                       │   │   └── socketserverservice.py
│                       │   └── xspec.py
│                       ├── faker
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── cli.py
│                       │   ├── config.py
│                       │   ├── contrib
│                       │   │   ├── __init__.py
│                       │   │   └── pytest
│                       │   │       ├── __init__.py
│                       │   │       └── plugin.py
│                       │   ├── decode
│                       │   │   ├── __init__.py
│                       │   │   └── codes.py
│                       │   ├── documentor.py
│                       │   ├── exceptions.py
│                       │   ├── factory.py
│                       │   ├── generator.py
│                       │   ├── providers
│                       │   │   ├── __init__.py
│                       │   │   ├── address
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_AU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_MS
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_NZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hi_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ne_NP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ta_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_TW
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zu_ZA
│                       │   │   │       └── __init__.py
│                       │   │   ├── automotive
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_BH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_JO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_PS
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_SA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_NZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── et_EE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lt_LT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sq_AL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── bank
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_CN
│                       │   │   │       └── __init__.py
│                       │   │   ├── barcode
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── ja_JP
│                       │   │   │       └── __init__.py
│                       │   │   ├── color
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_PS
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── color.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uz_UZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── vi_VN
│                       │   │   │       └── __init__.py
│                       │   │   ├── company
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── credit_card
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── uk_UA
│                       │   │   │       └── __init__.py
│                       │   │   ├── currency
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_AU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uz_UZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── vi_VN
│                       │   │   │       └── __init__.py
│                       │   │   ├── date_time
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_EG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── gu_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hi_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ta_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uz_UZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── emoji
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── en_US
│                       │   │   │       └── __init__.py
│                       │   │   ├── file
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── en_US
│                       │   │   │       └── __init__.py
│                       │   │   ├── geo
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── tr_TR
│                       │   │   │       └── __init__.py
│                       │   │   ├── internet
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bs_BA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_AU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_NZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── isbn
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── isbn.py
│                       │   │   ├── job
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bs_BA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── lorem
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── la
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── misc
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── tl_PH
│                       │   │   │       └── __init__.py
│                       │   │   ├── passport
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── ru_RU
│                       │   │   │       └── __init__.py
│                       │   │   ├── person
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_PS
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_SA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_LI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_LU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_NZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── et_EE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_QC
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ga_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── gu_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hi_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lt_LT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lv_LV
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ne_NP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── or_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sw
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ta_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tw_GH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uz_UZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── yo_NG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_TW
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zu_ZA
│                       │   │   │       └── __init__.py
│                       │   │   ├── phone_number
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── ar_AE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_JO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ar_PS
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bs_BA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── da_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_LI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_LU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_AU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_NZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_AR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fa_IR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hi_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hy_AM
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── id_ID
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ja_JP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ka_GE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lt_LT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lv_LV
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ne_NP
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ta_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tw_GH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uz_UZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── vi_VN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   ├── profile
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── en_US
│                       │   │   │       └── __init__.py
│                       │   │   ├── python
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── en_US
│                       │   │   │       └── __init__.py
│                       │   │   ├── sbn
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── rules.py
│                       │   │   │   └── sbn.py
│                       │   │   ├── ssn
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── az_AZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bg_BG
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── bn_BD
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── cs_CZ
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_AT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── de_DE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── dk_DK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_CY
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── el_GR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_GB
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_IN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── en_US
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_CO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_ES
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── es_MX
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── et_EE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fi_FI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fil_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_CH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── fr_FR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── he_IL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hr_HR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── hu_HU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── it_IT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ko_KR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lb_LU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lt_LT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── lv_LV
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── mt_MT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_BE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── nl_NL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── no_NO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pl_PL
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_BR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── pt_PT
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ro_RO
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── ru_RU
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sk_SK
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sl_SI
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── sv_SE
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── th_TH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tl_PH
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── tr_TR
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── uk_UA
│                       │   │   │   │   └── __init__.py
│                       │   │   │   ├── zh_CN
│                       │   │   │   │   └── __init__.py
│                       │   │   │   └── zh_TW
│                       │   │   │       └── __init__.py
│                       │   │   └── user_agent
│                       │   │       ├── __init__.py
│                       │   │       └── en_US
│                       │   │           └── __init__.py
│                       │   ├── proxy.py
│                       │   ├── sphinx
│                       │   │   ├── __init__.py
│                       │   │   ├── autodoc.py
│                       │   │   ├── docstring.py
│                       │   │   ├── documentor.py
│                       │   │   └── validator.py
│                       │   ├── typing.py
│                       │   └── utils
│                       │       ├── __init__.py
│                       │       ├── checksums.py
│                       │       ├── datasets.py
│                       │       ├── decorators.py
│                       │       ├── distribution.py
│                       │       ├── loading.py
│                       │       └── text.py
│                       ├── frozenlist
│                       │   └── __init__.py
│                       ├── fsspec
│                       │   ├── __init__.py
│                       │   ├── _version.py
│                       │   ├── archive.py
│                       │   ├── asyn.py
│                       │   ├── caching.py
│                       │   ├── callbacks.py
│                       │   ├── compression.py
│                       │   ├── config.py
│                       │   ├── conftest.py
│                       │   ├── core.py
│                       │   ├── dircache.py
│                       │   ├── exceptions.py
│                       │   ├── fuse.py
│                       │   ├── generic.py
│                       │   ├── gui.py
│                       │   ├── implementations
│                       │   │   ├── __init__.py
│                       │   │   ├── arrow.py
│                       │   │   ├── asyn_wrapper.py
│                       │   │   ├── cache_mapper.py
│                       │   │   ├── cache_metadata.py
│                       │   │   ├── cached.py
│                       │   │   ├── dask.py
│                       │   │   ├── data.py
│                       │   │   ├── dbfs.py
│                       │   │   ├── dirfs.py
│                       │   │   ├── ftp.py
│                       │   │   ├── git.py
│                       │   │   ├── github.py
│                       │   │   ├── http.py
│                       │   │   ├── jupyter.py
│                       │   │   ├── libarchive.py
│                       │   │   ├── local.py
│                       │   │   ├── memory.py
│                       │   │   ├── reference.py
│                       │   │   ├── sftp.py
│                       │   │   ├── smb.py
│                       │   │   ├── tar.py
│                       │   │   ├── webhdfs.py
│                       │   │   └── zip.py
│                       │   ├── json.py
│                       │   ├── mapping.py
│                       │   ├── parquet.py
│                       │   ├── registry.py
│                       │   ├── spec.py
│                       │   ├── tests
│                       │   │   └── abstract
│                       │   │       ├── __init__.py
│                       │   │       ├── common.py
│                       │   │       ├── copy.py
│                       │   │       ├── get.py
│                       │   │       ├── mv.py
│                       │   │       ├── open.py
│                       │   │       ├── pipe.py
│                       │   │       └── put.py
│                       │   ├── transaction.py
│                       │   └── utils.py
│                       ├── id
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   └── _internal
│                       │       └── oidc
│                       │           ├── __init__.py
│                       │           └── ambient.py
│                       ├── idna
│                       │   ├── __init__.py
│                       │   ├── codec.py
│                       │   ├── compat.py
│                       │   ├── core.py
│                       │   ├── idnadata.py
│                       │   ├── intranges.py
│                       │   ├── package_data.py
│                       │   └── uts46data.py
│                       ├── importlib_metadata
│                       │   ├── __init__.py
│                       │   ├── _adapters.py
│                       │   ├── _collections.py
│                       │   ├── _compat.py
│                       │   ├── _functools.py
│                       │   ├── _itertools.py
│                       │   ├── _meta.py
│                       │   ├── _text.py
│                       │   ├── compat
│                       │   │   ├── __init__.py
│                       │   │   ├── py311.py
│                       │   │   └── py39.py
│                       │   └── diagnose.py
│                       ├── iniconfig
│                       │   ├── __init__.py
│                       │   ├── _parse.py
│                       │   ├── _version.py
│                       │   └── exceptions.py
│                       ├── jaraco
│                       │   ├── classes
│                       │   │   ├── __init__.py
│                       │   │   ├── ancestry.py
│                       │   │   ├── meta.py
│                       │   │   └── properties.py
│                       │   ├── context
│                       │   │   └── __init__.py
│                       │   └── functools
│                       │       └── __init__.py
│                       ├── jeepney
│                       │   ├── __init__.py
│                       │   ├── auth.py
│                       │   ├── bindgen.py
│                       │   ├── bus.py
│                       │   ├── bus_messages.py
│                       │   ├── fds.py
│                       │   ├── io
│                       │   │   ├── __init__.py
│                       │   │   ├── asyncio.py
│                       │   │   ├── blocking.py
│                       │   │   ├── common.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── 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
│                       │   │   ├── 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
│                       ├── keyring
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── backend.py
│                       │   ├── backends
│                       │   │   ├── SecretService.py
│                       │   │   ├── Windows.py
│                       │   │   ├── __init__.py
│                       │   │   ├── chainer.py
│                       │   │   ├── fail.py
│                       │   │   ├── kwallet.py
│                       │   │   ├── libsecret.py
│                       │   │   ├── macOS
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── api.py
│                       │   │   └── null.py
│                       │   ├── cli.py
│                       │   ├── compat
│                       │   │   ├── __init__.py
│                       │   │   ├── properties.py
│                       │   │   ├── py312.py
│                       │   │   └── py38.py
│                       │   ├── completion.py
│                       │   ├── core.py
│                       │   ├── credentials.py
│                       │   ├── devpi_client.py
│                       │   ├── errors.py
│                       │   ├── http.py
│                       │   ├── testing
│                       │   │   ├── __init__.py
│                       │   │   ├── backend.py
│                       │   │   └── util.py
│                       │   └── util
│                       │       ├── __init__.py
│                       │       └── platform_.py
│                       ├── locket
│                       │   └── __init__.py
│                       ├── markdown_it
│                       │   ├── __init__.py
│                       │   ├── _compat.py
│                       │   ├── _punycode.py
│                       │   ├── cli
│                       │   │   ├── __init__.py
│                       │   │   └── parse.py
│                       │   ├── common
│                       │   │   ├── __init__.py
│                       │   │   ├── entities.py
│                       │   │   ├── html_blocks.py
│                       │   │   ├── html_re.py
│                       │   │   ├── normalize_url.py
│                       │   │   └── utils.py
│                       │   ├── helpers
│                       │   │   ├── __init__.py
│                       │   │   ├── parse_link_destination.py
│                       │   │   ├── parse_link_label.py
│                       │   │   └── parse_link_title.py
│                       │   ├── main.py
│                       │   ├── parser_block.py
│                       │   ├── parser_core.py
│                       │   ├── parser_inline.py
│                       │   ├── presets
│                       │   │   ├── __init__.py
│                       │   │   ├── commonmark.py
│                       │   │   ├── default.py
│                       │   │   └── zero.py
│                       │   ├── renderer.py
│                       │   ├── ruler.py
│                       │   ├── rules_block
│                       │   │   ├── __init__.py
│                       │   │   ├── 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
│                       │   │   ├── block.py
│                       │   │   ├── inline.py
│                       │   │   ├── linkify.py
│                       │   │   ├── normalize.py
│                       │   │   ├── replacements.py
│                       │   │   ├── smartquotes.py
│                       │   │   ├── state_core.py
│                       │   │   └── text_join.py
│                       │   ├── rules_inline
│                       │   │   ├── __init__.py
│                       │   │   ├── autolink.py
│                       │   │   ├── backticks.py
│                       │   │   ├── balance_pairs.py
│                       │   │   ├── emphasis.py
│                       │   │   ├── entity.py
│                       │   │   ├── escape.py
│                       │   │   ├── fragments_join.py
│                       │   │   ├── html_inline.py
│                       │   │   ├── image.py
│                       │   │   ├── link.py
│                       │   │   ├── linkify.py
│                       │   │   ├── newline.py
│                       │   │   ├── state_inline.py
│                       │   │   ├── strikethrough.py
│                       │   │   └── text.py
│                       │   ├── token.py
│                       │   ├── tree.py
│                       │   └── utils.py
│                       ├── mdurl
│                       │   ├── __init__.py
│                       │   ├── _decode.py
│                       │   ├── _encode.py
│                       │   ├── _format.py
│                       │   ├── _parse.py
│                       │   └── _url.py
│                       ├── more_itertools
│                       │   ├── __init__.py
│                       │   ├── more.py
│                       │   └── recipes.py
│                       ├── multidict
│                       │   ├── __init__.py
│                       │   ├── _abc.py
│                       │   ├── _compat.py
│                       │   ├── _multidict_base.py
│                       │   └── _multidict_py.py
│                       ├── nh3
│                       │   └── __init__.py
│                       ├── numpy
│                       │   ├── __config__.py
│                       │   ├── __init__.py
│                       │   ├── _array_api_info.py
│                       │   ├── _configtool.py
│                       │   ├── _core
│                       │   │   ├── __init__.py
│                       │   │   ├── _add_newdocs.py
│                       │   │   ├── _add_newdocs_scalars.py
│                       │   │   ├── _asarray.py
│                       │   │   ├── _dtype.py
│                       │   │   ├── _dtype_ctypes.py
│                       │   │   ├── _exceptions.py
│                       │   │   ├── _internal.py
│                       │   │   ├── _machar.py
│                       │   │   ├── _methods.py
│                       │   │   ├── _string_helpers.py
│                       │   │   ├── _type_aliases.py
│                       │   │   ├── _ufunc_config.py
│                       │   │   ├── arrayprint.py
│                       │   │   ├── cversions.py
│                       │   │   ├── defchararray.py
│                       │   │   ├── einsumfunc.py
│                       │   │   ├── fromnumeric.py
│                       │   │   ├── function_base.py
│                       │   │   ├── getlimits.py
│                       │   │   ├── memmap.py
│                       │   │   ├── multiarray.py
│                       │   │   ├── numeric.py
│                       │   │   ├── numerictypes.py
│                       │   │   ├── overrides.py
│                       │   │   ├── printoptions.py
│                       │   │   ├── records.py
│                       │   │   ├── shape_base.py
│                       │   │   ├── strings.py
│                       │   │   ├── tests
│                       │   │   │   ├── _locales.py
│                       │   │   │   ├── _natype.py
│                       │   │   │   ├── examples
│                       │   │   │   │   ├── cython
│                       │   │   │   │   │   └── setup.py
│                       │   │   │   │   └── limited_api
│                       │   │   │   │       └── setup.py
│                       │   │   │   ├── test__exceptions.py
│                       │   │   │   ├── test_abc.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_argparse.py
│                       │   │   │   ├── test_array_api_info.py
│                       │   │   │   ├── test_array_coercion.py
│                       │   │   │   ├── test_array_interface.py
│                       │   │   │   ├── test_arraymethod.py
│                       │   │   │   ├── test_arrayobject.py
│                       │   │   │   ├── test_arrayprint.py
│                       │   │   │   ├── test_casting_floatingpoint_errors.py
│                       │   │   │   ├── test_casting_unittests.py
│                       │   │   │   ├── test_conversion_utils.py
│                       │   │   │   ├── test_cpu_dispatcher.py
│                       │   │   │   ├── test_cpu_features.py
│                       │   │   │   ├── test_custom_dtypes.py
│                       │   │   │   ├── test_cython.py
│                       │   │   │   ├── test_datetime.py
│                       │   │   │   ├── test_defchararray.py
│                       │   │   │   ├── test_deprecations.py
│                       │   │   │   ├── test_dlpack.py
│                       │   │   │   ├── test_dtype.py
│                       │   │   │   ├── test_einsum.py
│                       │   │   │   ├── test_errstate.py
│                       │   │   │   ├── test_extint128.py
│                       │   │   │   ├── test_function_base.py
│                       │   │   │   ├── test_getlimits.py
│                       │   │   │   ├── test_half.py
│                       │   │   │   ├── test_hashtable.py
│                       │   │   │   ├── test_indexerrors.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_item_selection.py
│                       │   │   │   ├── test_limited_api.py
│                       │   │   │   ├── test_longdouble.py
│                       │   │   │   ├── test_machar.py
│                       │   │   │   ├── test_mem_overlap.py
│                       │   │   │   ├── test_mem_policy.py
│                       │   │   │   ├── test_memmap.py
│                       │   │   │   ├── test_multiarray.py
│                       │   │   │   ├── test_multithreading.py
│                       │   │   │   ├── test_nditer.py
│                       │   │   │   ├── test_nep50_promotions.py
│                       │   │   │   ├── test_numeric.py
│                       │   │   │   ├── test_numerictypes.py
│                       │   │   │   ├── test_overrides.py
│                       │   │   │   ├── test_print.py
│                       │   │   │   ├── test_protocols.py
│                       │   │   │   ├── test_records.py
│                       │   │   │   ├── test_regression.py
│                       │   │   │   ├── test_scalar_ctors.py
│                       │   │   │   ├── test_scalar_methods.py
│                       │   │   │   ├── test_scalarbuffer.py
│                       │   │   │   ├── test_scalarinherit.py
│                       │   │   │   ├── test_scalarmath.py
│                       │   │   │   ├── test_scalarprint.py
│                       │   │   │   ├── test_shape_base.py
│                       │   │   │   ├── test_simd.py
│                       │   │   │   ├── test_simd_module.py
│                       │   │   │   ├── test_stringdtype.py
│                       │   │   │   ├── test_strings.py
│                       │   │   │   ├── test_ufunc.py
│                       │   │   │   ├── test_umath.py
│                       │   │   │   ├── test_umath_accuracy.py
│                       │   │   │   ├── test_umath_complex.py
│                       │   │   │   └── test_unicode.py
│                       │   │   └── umath.py
│                       │   ├── _distributor_init.py
│                       │   ├── _expired_attrs_2_0.py
│                       │   ├── _globals.py
│                       │   ├── _pyinstaller
│                       │   │   ├── __init__.py
│                       │   │   ├── hook-numpy.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── pyinstaller-smoke.py
│                       │   │       └── test_pyinstaller.py
│                       │   ├── _pytesttester.py
│                       │   ├── _typing
│                       │   │   ├── __init__.py
│                       │   │   ├── _add_docstring.py
│                       │   │   ├── _array_like.py
│                       │   │   ├── _char_codes.py
│                       │   │   ├── _dtype_like.py
│                       │   │   ├── _extended_precision.py
│                       │   │   ├── _nbit.py
│                       │   │   ├── _nbit_base.py
│                       │   │   ├── _nested_sequence.py
│                       │   │   ├── _scalars.py
│                       │   │   ├── _shape.py
│                       │   │   └── _ufunc.py
│                       │   ├── _utils
│                       │   │   ├── __init__.py
│                       │   │   ├── _convertions.py
│                       │   │   ├── _inspect.py
│                       │   │   └── _pep440.py
│                       │   ├── char
│                       │   │   └── __init__.py
│                       │   ├── compat
│                       │   │   ├── __init__.py
│                       │   │   ├── py3k.py
│                       │   │   └── tests
│                       │   │       └── __init__.py
│                       │   ├── conftest.py
│                       │   ├── core
│                       │   │   ├── __init__.py
│                       │   │   ├── _dtype.py
│                       │   │   ├── _dtype_ctypes.py
│                       │   │   ├── _internal.py
│                       │   │   ├── _multiarray_umath.py
│                       │   │   ├── _utils.py
│                       │   │   ├── arrayprint.py
│                       │   │   ├── defchararray.py
│                       │   │   ├── einsumfunc.py
│                       │   │   ├── fromnumeric.py
│                       │   │   ├── function_base.py
│                       │   │   ├── getlimits.py
│                       │   │   ├── multiarray.py
│                       │   │   ├── numeric.py
│                       │   │   ├── numerictypes.py
│                       │   │   ├── overrides.py
│                       │   │   ├── records.py
│                       │   │   ├── shape_base.py
│                       │   │   └── umath.py
│                       │   ├── ctypeslib.py
│                       │   ├── distutils
│                       │   │   ├── __init__.py
│                       │   │   ├── _shell_utils.py
│                       │   │   ├── armccompiler.py
│                       │   │   ├── ccompiler.py
│                       │   │   ├── ccompiler_opt.py
│                       │   │   ├── command
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── autodist.py
│                       │   │   │   ├── bdist_rpm.py
│                       │   │   │   ├── build.py
│                       │   │   │   ├── build_clib.py
│                       │   │   │   ├── build_ext.py
│                       │   │   │   ├── build_py.py
│                       │   │   │   ├── build_scripts.py
│                       │   │   │   ├── build_src.py
│                       │   │   │   ├── config.py
│                       │   │   │   ├── config_compiler.py
│                       │   │   │   ├── develop.py
│                       │   │   │   ├── egg_info.py
│                       │   │   │   ├── install.py
│                       │   │   │   ├── install_clib.py
│                       │   │   │   ├── install_data.py
│                       │   │   │   ├── install_headers.py
│                       │   │   │   └── sdist.py
│                       │   │   ├── conv_template.py
│                       │   │   ├── core.py
│                       │   │   ├── cpuinfo.py
│                       │   │   ├── exec_command.py
│                       │   │   ├── extension.py
│                       │   │   ├── fcompiler
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── absoft.py
│                       │   │   │   ├── arm.py
│                       │   │   │   ├── compaq.py
│                       │   │   │   ├── environment.py
│                       │   │   │   ├── fujitsu.py
│                       │   │   │   ├── g95.py
│                       │   │   │   ├── gnu.py
│                       │   │   │   ├── hpux.py
│                       │   │   │   ├── ibm.py
│                       │   │   │   ├── intel.py
│                       │   │   │   ├── lahey.py
│                       │   │   │   ├── mips.py
│                       │   │   │   ├── nag.py
│                       │   │   │   ├── none.py
│                       │   │   │   ├── nv.py
│                       │   │   │   ├── pathf95.py
│                       │   │   │   ├── pg.py
│                       │   │   │   ├── sun.py
│                       │   │   │   └── vast.py
│                       │   │   ├── from_template.py
│                       │   │   ├── fujitsuccompiler.py
│                       │   │   ├── intelccompiler.py
│                       │   │   ├── lib2def.py
│                       │   │   ├── line_endings.py
│                       │   │   ├── log.py
│                       │   │   ├── mingw32ccompiler.py
│                       │   │   ├── misc_util.py
│                       │   │   ├── msvc9compiler.py
│                       │   │   ├── msvccompiler.py
│                       │   │   ├── npy_pkg_config.py
│                       │   │   ├── numpy_distribution.py
│                       │   │   ├── pathccompiler.py
│                       │   │   ├── system_info.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_build_ext.py
│                       │   │   │   ├── test_ccompiler_opt.py
│                       │   │   │   ├── test_ccompiler_opt_conf.py
│                       │   │   │   ├── test_exec_command.py
│                       │   │   │   ├── test_fcompiler.py
│                       │   │   │   ├── test_fcompiler_gnu.py
│                       │   │   │   ├── test_fcompiler_intel.py
│                       │   │   │   ├── test_fcompiler_nagfor.py
│                       │   │   │   ├── test_from_template.py
│                       │   │   │   ├── test_log.py
│                       │   │   │   ├── test_mingw32ccompiler.py
│                       │   │   │   ├── test_misc_util.py
│                       │   │   │   ├── test_npy_pkg_config.py
│                       │   │   │   ├── test_shell_utils.py
│                       │   │   │   ├── test_system_info.py
│                       │   │   │   └── utilities.py
│                       │   │   └── unixccompiler.py
│                       │   ├── doc
│                       │   │   └── ufuncs.py
│                       │   ├── dtypes.py
│                       │   ├── exceptions.py
│                       │   ├── f2py
│                       │   │   ├── __init__.py
│                       │   │   ├── __main__.py
│                       │   │   ├── __version__.py
│                       │   │   ├── _backends
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _backend.py
│                       │   │   │   ├── _distutils.py
│                       │   │   │   └── _meson.py
│                       │   │   ├── _isocbind.py
│                       │   │   ├── _src_pyf.py
│                       │   │   ├── auxfuncs.py
│                       │   │   ├── capi_maps.py
│                       │   │   ├── cb_rules.py
│                       │   │   ├── cfuncs.py
│                       │   │   ├── common_rules.py
│                       │   │   ├── crackfortran.py
│                       │   │   ├── diagnose.py
│                       │   │   ├── f2py2e.py
│                       │   │   ├── f90mod_rules.py
│                       │   │   ├── func2subr.py
│                       │   │   ├── rules.py
│                       │   │   ├── symbolic.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_abstract_interface.py
│                       │   │   │   ├── test_array_from_pyobj.py
│                       │   │   │   ├── test_assumed_shape.py
│                       │   │   │   ├── test_block_docstring.py
│                       │   │   │   ├── test_callback.py
│                       │   │   │   ├── test_character.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_crackfortran.py
│                       │   │   │   ├── test_data.py
│                       │   │   │   ├── test_docs.py
│                       │   │   │   ├── test_f2cmap.py
│                       │   │   │   ├── test_f2py2e.py
│                       │   │   │   ├── test_isoc.py
│                       │   │   │   ├── test_kind.py
│                       │   │   │   ├── test_mixed.py
│                       │   │   │   ├── test_modules.py
│                       │   │   │   ├── test_parameter.py
│                       │   │   │   ├── test_pyf_src.py
│                       │   │   │   ├── test_quoted_character.py
│                       │   │   │   ├── test_regression.py
│                       │   │   │   ├── test_return_character.py
│                       │   │   │   ├── test_return_complex.py
│                       │   │   │   ├── test_return_integer.py
│                       │   │   │   ├── test_return_logical.py
│                       │   │   │   ├── test_return_real.py
│                       │   │   │   ├── test_routines.py
│                       │   │   │   ├── test_semicolon_split.py
│                       │   │   │   ├── test_size.py
│                       │   │   │   ├── test_string.py
│                       │   │   │   ├── test_symbolic.py
│                       │   │   │   ├── test_value_attrspec.py
│                       │   │   │   └── util.py
│                       │   │   └── use_rules.py
│                       │   ├── fft
│                       │   │   ├── __init__.py
│                       │   │   ├── _helper.py
│                       │   │   ├── _pocketfft.py
│                       │   │   ├── helper.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── test_helper.py
│                       │   │       └── test_pocketfft.py
│                       │   ├── lib
│                       │   │   ├── __init__.py
│                       │   │   ├── _array_utils_impl.py
│                       │   │   ├── _arraypad_impl.py
│                       │   │   ├── _arraysetops_impl.py
│                       │   │   ├── _arrayterator_impl.py
│                       │   │   ├── _datasource.py
│                       │   │   ├── _function_base_impl.py
│                       │   │   ├── _histograms_impl.py
│                       │   │   ├── _index_tricks_impl.py
│                       │   │   ├── _iotools.py
│                       │   │   ├── _nanfunctions_impl.py
│                       │   │   ├── _npyio_impl.py
│                       │   │   ├── _polynomial_impl.py
│                       │   │   ├── _scimath_impl.py
│                       │   │   ├── _shape_base_impl.py
│                       │   │   ├── _stride_tricks_impl.py
│                       │   │   ├── _twodim_base_impl.py
│                       │   │   ├── _type_check_impl.py
│                       │   │   ├── _ufunclike_impl.py
│                       │   │   ├── _user_array_impl.py
│                       │   │   ├── _utils_impl.py
│                       │   │   ├── _version.py
│                       │   │   ├── array_utils.py
│                       │   │   ├── format.py
│                       │   │   ├── introspect.py
│                       │   │   ├── mixins.py
│                       │   │   ├── npyio.py
│                       │   │   ├── recfunctions.py
│                       │   │   ├── scimath.py
│                       │   │   ├── stride_tricks.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test__datasource.py
│                       │   │   │   ├── test__iotools.py
│                       │   │   │   ├── test__version.py
│                       │   │   │   ├── test_array_utils.py
│                       │   │   │   ├── test_arraypad.py
│                       │   │   │   ├── test_arraysetops.py
│                       │   │   │   ├── test_arrayterator.py
│                       │   │   │   ├── test_format.py
│                       │   │   │   ├── test_function_base.py
│                       │   │   │   ├── test_histograms.py
│                       │   │   │   ├── test_index_tricks.py
│                       │   │   │   ├── test_io.py
│                       │   │   │   ├── test_loadtxt.py
│                       │   │   │   ├── test_mixins.py
│                       │   │   │   ├── test_nanfunctions.py
│                       │   │   │   ├── test_packbits.py
│                       │   │   │   ├── test_polynomial.py
│                       │   │   │   ├── test_recfunctions.py
│                       │   │   │   ├── test_regression.py
│                       │   │   │   ├── test_shape_base.py
│                       │   │   │   ├── test_stride_tricks.py
│                       │   │   │   ├── test_twodim_base.py
│                       │   │   │   ├── test_type_check.py
│                       │   │   │   ├── test_ufunclike.py
│                       │   │   │   └── test_utils.py
│                       │   │   └── user_array.py
│                       │   ├── linalg
│                       │   │   ├── __init__.py
│                       │   │   ├── _linalg.py
│                       │   │   ├── linalg.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── test_deprecations.py
│                       │   │       ├── test_linalg.py
│                       │   │       └── test_regression.py
│                       │   ├── ma
│                       │   │   ├── __init__.py
│                       │   │   ├── core.py
│                       │   │   ├── extras.py
│                       │   │   ├── mrecords.py
│                       │   │   ├── tests
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_arrayobject.py
│                       │   │   │   ├── test_core.py
│                       │   │   │   ├── test_deprecations.py
│                       │   │   │   ├── test_extras.py
│                       │   │   │   ├── test_mrecords.py
│                       │   │   │   ├── test_old_ma.py
│                       │   │   │   ├── test_regression.py
│                       │   │   │   └── test_subclassing.py
│                       │   │   ├── testutils.py
│                       │   │   └── timer_comparison.py
│                       │   ├── matlib.py
│                       │   ├── matrixlib
│                       │   │   ├── __init__.py
│                       │   │   ├── defmatrix.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── test_defmatrix.py
│                       │   │       ├── test_interaction.py
│                       │   │       ├── test_masked_matrix.py
│                       │   │       ├── test_matrix_linalg.py
│                       │   │       ├── test_multiarray.py
│                       │   │       ├── test_numeric.py
│                       │   │       └── test_regression.py
│                       │   ├── polynomial
│                       │   │   ├── __init__.py
│                       │   │   ├── _polybase.py
│                       │   │   ├── chebyshev.py
│                       │   │   ├── hermite.py
│                       │   │   ├── hermite_e.py
│                       │   │   ├── laguerre.py
│                       │   │   ├── legendre.py
│                       │   │   ├── polynomial.py
│                       │   │   ├── polyutils.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── test_chebyshev.py
│                       │   │       ├── test_classes.py
│                       │   │       ├── test_hermite.py
│                       │   │       ├── test_hermite_e.py
│                       │   │       ├── test_laguerre.py
│                       │   │       ├── test_legendre.py
│                       │   │       ├── test_polynomial.py
│                       │   │       ├── test_polyutils.py
│                       │   │       ├── test_printing.py
│                       │   │       └── test_symbol.py
│                       │   ├── random
│                       │   │   ├── __init__.py
│                       │   │   ├── _examples
│                       │   │   │   ├── cffi
│                       │   │   │   │   ├── extending.py
│                       │   │   │   │   └── parse.py
│                       │   │   │   └── numba
│                       │   │   │       ├── extending.py
│                       │   │   │       └── extending_distributions.py
│                       │   │   ├── _pickle.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── data
│                       │   │       │   └── __init__.py
│                       │   │       ├── test_direct.py
│                       │   │       ├── test_extending.py
│                       │   │       ├── test_generator_mt19937.py
│                       │   │       ├── test_generator_mt19937_regressions.py
│                       │   │       ├── test_random.py
│                       │   │       ├── test_randomstate.py
│                       │   │       ├── test_randomstate_regression.py
│                       │   │       ├── test_regression.py
│                       │   │       ├── test_seed_sequence.py
│                       │   │       └── test_smoke.py
│                       │   ├── rec
│                       │   │   └── __init__.py
│                       │   ├── strings
│                       │   │   └── __init__.py
│                       │   ├── testing
│                       │   │   ├── __init__.py
│                       │   │   ├── _private
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── extbuild.py
│                       │   │   │   └── utils.py
│                       │   │   ├── overrides.py
│                       │   │   ├── print_coercion_tables.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       └── test_utils.py
│                       │   ├── tests
│                       │   │   ├── __init__.py
│                       │   │   ├── test__all__.py
│                       │   │   ├── test_configtool.py
│                       │   │   ├── test_ctypeslib.py
│                       │   │   ├── test_lazyloading.py
│                       │   │   ├── test_matlib.py
│                       │   │   ├── test_numpy_config.py
│                       │   │   ├── test_numpy_version.py
│                       │   │   ├── test_public_api.py
│                       │   │   ├── test_reloading.py
│                       │   │   ├── test_scripts.py
│                       │   │   └── test_warnings.py
│                       │   ├── typing
│                       │   │   ├── __init__.py
│                       │   │   ├── mypy_plugin.py
│                       │   │   └── tests
│                       │   │       ├── __init__.py
│                       │   │       ├── data
│                       │   │       │   └── pass
│                       │   │       │       ├── arithmetic.py
│                       │   │       │       ├── array_constructors.py
│                       │   │       │       ├── array_like.py
│                       │   │       │       ├── arrayprint.py
│                       │   │       │       ├── arrayterator.py
│                       │   │       │       ├── bitwise_ops.py
│                       │   │       │       ├── comparisons.py
│                       │   │       │       ├── dtype.py
│                       │   │       │       ├── einsumfunc.py
│                       │   │       │       ├── flatiter.py
│                       │   │       │       ├── fromnumeric.py
│                       │   │       │       ├── index_tricks.py
│                       │   │       │       ├── lib_user_array.py
│                       │   │       │       ├── lib_utils.py
│                       │   │       │       ├── lib_version.py
│                       │   │       │       ├── literal.py
│                       │   │       │       ├── ma.py
│                       │   │       │       ├── mod.py
│                       │   │       │       ├── modules.py
│                       │   │       │       ├── multiarray.py
│                       │   │       │       ├── ndarray_conversion.py
│                       │   │       │       ├── ndarray_misc.py
│                       │   │       │       ├── ndarray_shape_manipulation.py
│                       │   │       │       ├── nditer.py
│                       │   │       │       ├── numeric.py
│                       │   │       │       ├── numerictypes.py
│                       │   │       │       ├── random.py
│                       │   │       │       ├── recfunctions.py
│                       │   │       │       ├── scalars.py
│                       │   │       │       ├── shape.py
│                       │   │       │       ├── simple.py
│                       │   │       │       ├── simple_py3.py
│                       │   │       │       ├── ufunc_config.py
│                       │   │       │       ├── ufunclike.py
│                       │   │       │       ├── ufuncs.py
│                       │   │       │       └── warnings_and_errors.py
│                       │   │       ├── test_isfile.py
│                       │   │       ├── test_runtime.py
│                       │   │       └── test_typing.py
│                       │   └── version.py
│                       ├── packaging
│                       │   ├── __init__.py
│                       │   ├── _elffile.py
│                       │   ├── _manylinux.py
│                       │   ├── _musllinux.py
│                       │   ├── _parser.py
│                       │   ├── _structures.py
│                       │   ├── _tokenizer.py
│                       │   ├── licenses
│                       │   │   ├── __init__.py
│                       │   │   └── _spdx.py
│                       │   ├── markers.py
│                       │   ├── metadata.py
│                       │   ├── requirements.py
│                       │   ├── specifiers.py
│                       │   ├── tags.py
│                       │   ├── utils.py
│                       │   └── version.py
│                       ├── pandas
│                       │   ├── __init__.py
│                       │   ├── _config
│                       │   │   ├── __init__.py
│                       │   │   ├── config.py
│                       │   │   ├── dates.py
│                       │   │   ├── display.py
│                       │   │   └── localization.py
│                       │   ├── _libs
│                       │   │   ├── __init__.py
│                       │   │   ├── tslibs
│                       │   │   │   └── __init__.py
│                       │   │   └── window
│                       │   │       └── __init__.py
│                       │   ├── _testing
│                       │   │   ├── __init__.py
│                       │   │   ├── _hypothesis.py
│                       │   │   ├── _io.py
│                       │   │   ├── _warnings.py
│                       │   │   ├── asserters.py
│                       │   │   ├── compat.py
│                       │   │   └── contexts.py
│                       │   ├── _typing.py
│                       │   ├── _version.py
│                       │   ├── _version_meson.py
│                       │   ├── api
│                       │   │   ├── __init__.py
│                       │   │   ├── extensions
│                       │   │   │   └── __init__.py
│                       │   │   ├── indexers
│                       │   │   │   └── __init__.py
│                       │   │   ├── interchange
│                       │   │   │   └── __init__.py
│                       │   │   ├── types
│                       │   │   │   └── __init__.py
│                       │   │   └── typing
│                       │   │       └── __init__.py
│                       │   ├── arrays
│                       │   │   └── __init__.py
│                       │   ├── compat
│                       │   │   ├── __init__.py
│                       │   │   ├── _constants.py
│                       │   │   ├── _optional.py
│                       │   │   ├── compressors.py
│                       │   │   ├── numpy
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── function.py
│                       │   │   ├── pickle_compat.py
│                       │   │   └── pyarrow.py
│                       │   ├── conftest.py
│                       │   ├── core
│                       │   │   ├── __init__.py
│                       │   │   ├── _numba
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── executor.py
│                       │   │   │   ├── extensions.py
│                       │   │   │   └── kernels
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── mean_.py
│                       │   │   │       ├── min_max_.py
│                       │   │   │       ├── shared.py
│                       │   │   │       ├── sum_.py
│                       │   │   │       └── var_.py
│                       │   │   ├── accessor.py
│                       │   │   ├── algorithms.py
│                       │   │   ├── api.py
│                       │   │   ├── apply.py
│                       │   │   ├── array_algos
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── datetimelike_accumulations.py
│                       │   │   │   ├── masked_accumulations.py
│                       │   │   │   ├── masked_reductions.py
│                       │   │   │   ├── putmask.py
│                       │   │   │   ├── quantile.py
│                       │   │   │   ├── replace.py
│                       │   │   │   ├── take.py
│                       │   │   │   └── transforms.py
│                       │   │   ├── arraylike.py
│                       │   │   ├── arrays
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _arrow_string_mixins.py
│                       │   │   │   ├── _mixins.py
│                       │   │   │   ├── _ranges.py
│                       │   │   │   ├── _utils.py
│                       │   │   │   ├── arrow
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── _arrow_utils.py
│                       │   │   │   │   ├── accessors.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── extension_types.py
│                       │   │   │   ├── base.py
│                       │   │   │   ├── boolean.py
│                       │   │   │   ├── categorical.py
│                       │   │   │   ├── datetimelike.py
│                       │   │   │   ├── datetimes.py
│                       │   │   │   ├── floating.py
│                       │   │   │   ├── integer.py
│                       │   │   │   ├── interval.py
│                       │   │   │   ├── masked.py
│                       │   │   │   ├── numeric.py
│                       │   │   │   ├── numpy_.py
│                       │   │   │   ├── period.py
│                       │   │   │   ├── sparse
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── accessor.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── scipy_sparse.py
│                       │   │   │   ├── string_.py
│                       │   │   │   ├── string_arrow.py
│                       │   │   │   └── timedeltas.py
│                       │   │   ├── base.py
│                       │   │   ├── common.py
│                       │   │   ├── computation
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── align.py
│                       │   │   │   ├── api.py
│                       │   │   │   ├── check.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── engines.py
│                       │   │   │   ├── eval.py
│                       │   │   │   ├── expr.py
│                       │   │   │   ├── expressions.py
│                       │   │   │   ├── ops.py
│                       │   │   │   ├── parsing.py
│                       │   │   │   ├── pytables.py
│                       │   │   │   └── scope.py
│                       │   │   ├── config_init.py
│                       │   │   ├── construction.py
│                       │   │   ├── dtypes
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── api.py
│                       │   │   │   ├── astype.py
│                       │   │   │   ├── base.py
│                       │   │   │   ├── cast.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── concat.py
│                       │   │   │   ├── dtypes.py
│                       │   │   │   ├── generic.py
│                       │   │   │   ├── inference.py
│                       │   │   │   └── missing.py
│                       │   │   ├── flags.py
│                       │   │   ├── frame.py
│                       │   │   ├── generic.py
│                       │   │   ├── groupby
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── base.py
│                       │   │   │   ├── categorical.py
│                       │   │   │   ├── generic.py
│                       │   │   │   ├── groupby.py
│                       │   │   │   ├── grouper.py
│                       │   │   │   ├── indexing.py
│                       │   │   │   ├── numba_.py
│                       │   │   │   └── ops.py
│                       │   │   ├── indexers
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── objects.py
│                       │   │   │   └── utils.py
│                       │   │   ├── indexes
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── accessors.py
│                       │   │   │   ├── api.py
│                       │   │   │   ├── base.py
│                       │   │   │   ├── category.py
│                       │   │   │   ├── datetimelike.py
│                       │   │   │   ├── datetimes.py
│                       │   │   │   ├── extension.py
│                       │   │   │   ├── frozen.py
│                       │   │   │   ├── interval.py
│                       │   │   │   ├── multi.py
│                       │   │   │   ├── period.py
│                       │   │   │   ├── range.py
│                       │   │   │   └── timedeltas.py
│                       │   │   ├── indexing.py
│                       │   │   ├── interchange
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── buffer.py
│                       │   │   │   ├── column.py
│                       │   │   │   ├── dataframe.py
│                       │   │   │   ├── dataframe_protocol.py
│                       │   │   │   ├── from_dataframe.py
│                       │   │   │   └── utils.py
│                       │   │   ├── internals
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── api.py
│                       │   │   │   ├── array_manager.py
│                       │   │   │   ├── base.py
│                       │   │   │   ├── blocks.py
│                       │   │   │   ├── concat.py
│                       │   │   │   ├── construction.py
│                       │   │   │   ├── managers.py
│                       │   │   │   └── ops.py
│                       │   │   ├── methods
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── describe.py
│                       │   │   │   ├── selectn.py
│                       │   │   │   └── to_dict.py
│                       │   │   ├── missing.py
│                       │   │   ├── nanops.py
│                       │   │   ├── ops
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── array_ops.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── dispatch.py
│                       │   │   │   ├── docstrings.py
│                       │   │   │   ├── invalid.py
│                       │   │   │   ├── mask_ops.py
│                       │   │   │   └── missing.py
│                       │   │   ├── resample.py
│                       │   │   ├── reshape
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── api.py
│                       │   │   │   ├── concat.py
│                       │   │   │   ├── encoding.py
│                       │   │   │   ├── melt.py
│                       │   │   │   ├── merge.py
│                       │   │   │   ├── pivot.py
│                       │   │   │   ├── reshape.py
│                       │   │   │   ├── tile.py
│                       │   │   │   └── util.py
│                       │   │   ├── roperator.py
│                       │   │   ├── sample.py
│                       │   │   ├── series.py
│                       │   │   ├── shared_docs.py
│                       │   │   ├── sorting.py
│                       │   │   ├── sparse
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── api.py
│                       │   │   ├── strings
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── accessor.py
│                       │   │   │   ├── base.py
│                       │   │   │   └── object_array.py
│                       │   │   ├── tools
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── datetimes.py
│                       │   │   │   ├── numeric.py
│                       │   │   │   ├── timedeltas.py
│                       │   │   │   └── times.py
│                       │   │   ├── util
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── hashing.py
│                       │   │   │   └── numba_.py
│                       │   │   └── window
│                       │   │       ├── __init__.py
│                       │   │       ├── common.py
│                       │   │       ├── doc.py
│                       │   │       ├── ewm.py
│                       │   │       ├── expanding.py
│                       │   │       ├── numba_.py
│                       │   │       ├── online.py
│                       │   │       └── rolling.py
│                       │   ├── errors
│                       │   │   └── __init__.py
│                       │   ├── io
│                       │   │   ├── __init__.py
│                       │   │   ├── _util.py
│                       │   │   ├── api.py
│                       │   │   ├── clipboard
│                       │   │   │   └── __init__.py
│                       │   │   ├── clipboards.py
│                       │   │   ├── common.py
│                       │   │   ├── excel
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _base.py
│                       │   │   │   ├── _calamine.py
│                       │   │   │   ├── _odfreader.py
│                       │   │   │   ├── _odswriter.py
│                       │   │   │   ├── _openpyxl.py
│                       │   │   │   ├── _pyxlsb.py
│                       │   │   │   ├── _util.py
│                       │   │   │   ├── _xlrd.py
│                       │   │   │   └── _xlsxwriter.py
│                       │   │   ├── feather_format.py
│                       │   │   ├── formats
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _color_data.py
│                       │   │   │   ├── console.py
│                       │   │   │   ├── css.py
│                       │   │   │   ├── csvs.py
│                       │   │   │   ├── excel.py
│                       │   │   │   ├── format.py
│                       │   │   │   ├── html.py
│                       │   │   │   ├── info.py
│                       │   │   │   ├── printing.py
│                       │   │   │   ├── string.py
│                       │   │   │   ├── style.py
│                       │   │   │   ├── style_render.py
│                       │   │   │   └── xml.py
│                       │   │   ├── gbq.py
│                       │   │   ├── html.py
│                       │   │   ├── json
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── _json.py
│                       │   │   │   ├── _normalize.py
│                       │   │   │   └── _table_schema.py
│                       │   │   ├── orc.py
│                       │   │   ├── parquet.py
│                       │   │   ├── parsers
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── arrow_parser_wrapper.py
│                       │   │   │   ├── base_parser.py
│                       │   │   │   ├── c_parser_wrapper.py
│                       │   │   │   ├── python_parser.py
│                       │   │   │   └── readers.py
│                       │   │   ├── pickle.py
│                       │   │   ├── pytables.py
│                       │   │   ├── sas
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── sas7bdat.py
│                       │   │   │   ├── sas_constants.py
│                       │   │   │   ├── sas_xport.py
│                       │   │   │   └── sasreader.py
│                       │   │   ├── spss.py
│                       │   │   ├── sql.py
│                       │   │   ├── stata.py
│                       │   │   └── xml.py
│                       │   ├── plotting
│                       │   │   ├── __init__.py
│                       │   │   ├── _core.py
│                       │   │   ├── _matplotlib
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── boxplot.py
│                       │   │   │   ├── converter.py
│                       │   │   │   ├── core.py
│                       │   │   │   ├── groupby.py
│                       │   │   │   ├── hist.py
│                       │   │   │   ├── misc.py
│                       │   │   │   ├── style.py
│                       │   │   │   ├── timeseries.py
│                       │   │   │   └── tools.py
│                       │   │   └── _misc.py
│                       │   ├── testing.py
│                       │   ├── tests
│                       │   │   ├── __init__.py
│                       │   │   ├── api
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   └── test_types.py
│                       │   │   ├── apply
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── test_frame_apply.py
│                       │   │   │   ├── test_frame_apply_relabeling.py
│                       │   │   │   ├── test_frame_transform.py
│                       │   │   │   ├── test_invalid_arg.py
│                       │   │   │   ├── test_numba.py
│                       │   │   │   ├── test_series_apply.py
│                       │   │   │   ├── test_series_apply_relabeling.py
│                       │   │   │   ├── test_series_transform.py
│                       │   │   │   └── test_str.py
│                       │   │   ├── arithmetic
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── test_array_ops.py
│                       │   │   │   ├── test_categorical.py
│                       │   │   │   ├── test_datetime64.py
│                       │   │   │   ├── test_interval.py
│                       │   │   │   ├── test_numeric.py
│                       │   │   │   ├── test_object.py
│                       │   │   │   ├── test_period.py
│                       │   │   │   └── test_timedelta64.py
│                       │   │   ├── arrays
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── boolean
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_comparison.py
│                       │   │   │   │   ├── test_construction.py
│                       │   │   │   │   ├── test_function.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_logical.py
│                       │   │   │   │   ├── test_ops.py
│                       │   │   │   │   ├── test_reduction.py
│                       │   │   │   │   └── test_repr.py
│                       │   │   │   ├── categorical
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_algos.py
│                       │   │   │   │   ├── test_analytics.py
│                       │   │   │   │   ├── test_api.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_dtypes.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_map.py
│                       │   │   │   │   ├── test_missing.py
│                       │   │   │   │   ├── test_operators.py
│                       │   │   │   │   ├── test_replace.py
│                       │   │   │   │   ├── test_repr.py
│                       │   │   │   │   ├── test_sorting.py
│                       │   │   │   │   ├── test_subclass.py
│                       │   │   │   │   ├── test_take.py
│                       │   │   │   │   └── test_warnings.py
│                       │   │   │   ├── datetimes
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_cumulative.py
│                       │   │   │   │   └── test_reductions.py
│                       │   │   │   ├── floating
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_comparison.py
│                       │   │   │   │   ├── test_concat.py
│                       │   │   │   │   ├── test_construction.py
│                       │   │   │   │   ├── test_contains.py
│                       │   │   │   │   ├── test_function.py
│                       │   │   │   │   ├── test_repr.py
│                       │   │   │   │   └── test_to_numpy.py
│                       │   │   │   ├── integer
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_comparison.py
│                       │   │   │   │   ├── test_concat.py
│                       │   │   │   │   ├── test_construction.py
│                       │   │   │   │   ├── test_dtypes.py
│                       │   │   │   │   ├── test_function.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_reduction.py
│                       │   │   │   │   └── test_repr.py
│                       │   │   │   ├── interval
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_interval.py
│                       │   │   │   │   ├── test_interval_pyarrow.py
│                       │   │   │   │   └── test_overlaps.py
│                       │   │   │   ├── masked
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_arrow_compat.py
│                       │   │   │   │   ├── test_function.py
│                       │   │   │   │   └── test_indexing.py
│                       │   │   │   ├── masked_shared.py
│                       │   │   │   ├── numpy_
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   └── test_numpy.py
│                       │   │   │   ├── period
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_arrow_compat.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   └── test_reductions.py
│                       │   │   │   ├── sparse
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_accessor.py
│                       │   │   │   │   ├── test_arithmetics.py
│                       │   │   │   │   ├── test_array.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_combine_concat.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_dtype.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_libsparse.py
│                       │   │   │   │   ├── test_reductions.py
│                       │   │   │   │   └── test_unary.py
│                       │   │   │   ├── string_
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_string.py
│                       │   │   │   │   └── test_string_arrow.py
│                       │   │   │   ├── test_array.py
│                       │   │   │   ├── test_datetimelike.py
│                       │   │   │   ├── test_datetimes.py
│                       │   │   │   ├── test_ndarray_backed.py
│                       │   │   │   ├── test_period.py
│                       │   │   │   ├── test_timedeltas.py
│                       │   │   │   └── timedeltas
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── test_constructors.py
│                       │   │   │       ├── test_cumulative.py
│                       │   │   │       └── test_reductions.py
│                       │   │   ├── base
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── test_constructors.py
│                       │   │   │   ├── test_conversion.py
│                       │   │   │   ├── test_fillna.py
│                       │   │   │   ├── test_misc.py
│                       │   │   │   ├── test_transpose.py
│                       │   │   │   ├── test_unique.py
│                       │   │   │   └── test_value_counts.py
│                       │   │   ├── computation
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_compat.py
│                       │   │   │   └── test_eval.py
│                       │   │   ├── config
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_config.py
│                       │   │   │   └── test_localization.py
│                       │   │   ├── construction
│                       │   │   │   ├── __init__.py
│                       │   │   │   └── test_extract_array.py
│                       │   │   ├── copy_view
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── index
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_datetimeindex.py
│                       │   │   │   │   ├── test_index.py
│                       │   │   │   │   ├── test_periodindex.py
│                       │   │   │   │   └── test_timedeltaindex.py
│                       │   │   │   ├── test_array.py
│                       │   │   │   ├── test_astype.py
│                       │   │   │   ├── test_chained_assignment_deprecation.py
│                       │   │   │   ├── test_clip.py
│                       │   │   │   ├── test_constructors.py
│                       │   │   │   ├── test_core_functionalities.py
│                       │   │   │   ├── test_functions.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_internals.py
│                       │   │   │   ├── test_interp_fillna.py
│                       │   │   │   ├── test_methods.py
│                       │   │   │   ├── test_replace.py
│                       │   │   │   ├── test_setitem.py
│                       │   │   │   ├── test_util.py
│                       │   │   │   └── util.py
│                       │   │   ├── dtypes
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── cast
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_can_hold_element.py
│                       │   │   │   │   ├── test_construct_from_scalar.py
│                       │   │   │   │   ├── test_construct_ndarray.py
│                       │   │   │   │   ├── test_construct_object_arr.py
│                       │   │   │   │   ├── test_dict_compat.py
│                       │   │   │   │   ├── test_downcast.py
│                       │   │   │   │   ├── test_find_common_type.py
│                       │   │   │   │   ├── test_infer_datetimelike.py
│                       │   │   │   │   ├── test_infer_dtype.py
│                       │   │   │   │   ├── test_maybe_box_native.py
│                       │   │   │   │   └── test_promote.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_concat.py
│                       │   │   │   ├── test_dtypes.py
│                       │   │   │   ├── test_generic.py
│                       │   │   │   ├── test_inference.py
│                       │   │   │   └── test_missing.py
│                       │   │   ├── extension
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── array_with_attr
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── test_array_with_attr.py
│                       │   │   │   ├── base
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── accumulate.py
│                       │   │   │   │   ├── base.py
│                       │   │   │   │   ├── casting.py
│                       │   │   │   │   ├── constructors.py
│                       │   │   │   │   ├── dim2.py
│                       │   │   │   │   ├── dtype.py
│                       │   │   │   │   ├── getitem.py
│                       │   │   │   │   ├── groupby.py
│                       │   │   │   │   ├── index.py
│                       │   │   │   │   ├── interface.py
│                       │   │   │   │   ├── io.py
│                       │   │   │   │   ├── methods.py
│                       │   │   │   │   ├── missing.py
│                       │   │   │   │   ├── ops.py
│                       │   │   │   │   ├── printing.py
│                       │   │   │   │   ├── reduce.py
│                       │   │   │   │   ├── reshaping.py
│                       │   │   │   │   └── setitem.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── date
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   └── array.py
│                       │   │   │   ├── decimal
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── test_decimal.py
│                       │   │   │   ├── json
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── test_json.py
│                       │   │   │   ├── list
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── array.py
│                       │   │   │   │   └── test_list.py
│                       │   │   │   ├── test_arrow.py
│                       │   │   │   ├── test_categorical.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_datetime.py
│                       │   │   │   ├── test_extension.py
│                       │   │   │   ├── test_interval.py
│                       │   │   │   ├── test_masked.py
│                       │   │   │   ├── test_numpy.py
│                       │   │   │   ├── test_period.py
│                       │   │   │   ├── test_sparse.py
│                       │   │   │   └── test_string.py
│                       │   │   ├── frame
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── constructors
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_from_dict.py
│                       │   │   │   │   └── test_from_records.py
│                       │   │   │   ├── indexing
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_coercion.py
│                       │   │   │   │   ├── test_delitem.py
│                       │   │   │   │   ├── test_get.py
│                       │   │   │   │   ├── test_get_value.py
│                       │   │   │   │   ├── test_getitem.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_insert.py
│                       │   │   │   │   ├── test_mask.py
│                       │   │   │   │   ├── test_set_value.py
│                       │   │   │   │   ├── test_setitem.py
│                       │   │   │   │   ├── test_take.py
│                       │   │   │   │   ├── test_where.py
│                       │   │   │   │   └── test_xs.py
│                       │   │   │   ├── methods
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_add_prefix_suffix.py
│                       │   │   │   │   ├── test_align.py
│                       │   │   │   │   ├── test_asfreq.py
│                       │   │   │   │   ├── test_asof.py
│                       │   │   │   │   ├── test_assign.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_at_time.py
│                       │   │   │   │   ├── test_between_time.py
│                       │   │   │   │   ├── test_clip.py
│                       │   │   │   │   ├── test_combine.py
│                       │   │   │   │   ├── test_combine_first.py
│                       │   │   │   │   ├── test_compare.py
│                       │   │   │   │   ├── test_convert_dtypes.py
│                       │   │   │   │   ├── test_copy.py
│                       │   │   │   │   ├── test_count.py
│                       │   │   │   │   ├── test_cov_corr.py
│                       │   │   │   │   ├── test_describe.py
│                       │   │   │   │   ├── test_diff.py
│                       │   │   │   │   ├── test_dot.py
│                       │   │   │   │   ├── test_drop.py
│                       │   │   │   │   ├── test_drop_duplicates.py
│                       │   │   │   │   ├── test_droplevel.py
│                       │   │   │   │   ├── test_dropna.py
│                       │   │   │   │   ├── test_dtypes.py
│                       │   │   │   │   ├── test_duplicated.py
│                       │   │   │   │   ├── test_equals.py
│                       │   │   │   │   ├── test_explode.py
│                       │   │   │   │   ├── test_fillna.py
│                       │   │   │   │   ├── test_filter.py
│                       │   │   │   │   ├── test_first_and_last.py
│                       │   │   │   │   ├── test_first_valid_index.py
│                       │   │   │   │   ├── test_get_numeric_data.py
│                       │   │   │   │   ├── test_head_tail.py
│                       │   │   │   │   ├── test_infer_objects.py
│                       │   │   │   │   ├── test_info.py
│                       │   │   │   │   ├── test_interpolate.py
│                       │   │   │   │   ├── test_is_homogeneous_dtype.py
│                       │   │   │   │   ├── test_isetitem.py
│                       │   │   │   │   ├── test_isin.py
│                       │   │   │   │   ├── test_iterrows.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_map.py
│                       │   │   │   │   ├── test_matmul.py
│                       │   │   │   │   ├── test_nlargest.py
│                       │   │   │   │   ├── test_pct_change.py
│                       │   │   │   │   ├── test_pipe.py
│                       │   │   │   │   ├── test_pop.py
│                       │   │   │   │   ├── test_quantile.py
│                       │   │   │   │   ├── test_rank.py
│                       │   │   │   │   ├── test_reindex.py
│                       │   │   │   │   ├── test_reindex_like.py
│                       │   │   │   │   ├── test_rename.py
│                       │   │   │   │   ├── test_rename_axis.py
│                       │   │   │   │   ├── test_reorder_levels.py
│                       │   │   │   │   ├── test_replace.py
│                       │   │   │   │   ├── test_reset_index.py
│                       │   │   │   │   ├── test_round.py
│                       │   │   │   │   ├── test_sample.py
│                       │   │   │   │   ├── test_select_dtypes.py
│                       │   │   │   │   ├── test_set_axis.py
│                       │   │   │   │   ├── test_set_index.py
│                       │   │   │   │   ├── test_shift.py
│                       │   │   │   │   ├── test_size.py
│                       │   │   │   │   ├── test_sort_index.py
│                       │   │   │   │   ├── test_sort_values.py
│                       │   │   │   │   ├── test_swapaxes.py
│                       │   │   │   │   ├── test_swaplevel.py
│                       │   │   │   │   ├── test_to_csv.py
│                       │   │   │   │   ├── test_to_dict.py
│                       │   │   │   │   ├── test_to_dict_of_blocks.py
│                       │   │   │   │   ├── test_to_numpy.py
│                       │   │   │   │   ├── test_to_period.py
│                       │   │   │   │   ├── test_to_records.py
│                       │   │   │   │   ├── test_to_timestamp.py
│                       │   │   │   │   ├── test_transpose.py
│                       │   │   │   │   ├── test_truncate.py
│                       │   │   │   │   ├── test_tz_convert.py
│                       │   │   │   │   ├── test_tz_localize.py
│                       │   │   │   │   ├── test_update.py
│                       │   │   │   │   ├── test_value_counts.py
│                       │   │   │   │   └── test_values.py
│                       │   │   │   ├── test_alter_axes.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_arithmetic.py
│                       │   │   │   ├── test_arrow_interface.py
│                       │   │   │   ├── test_block_internals.py
│                       │   │   │   ├── test_constructors.py
│                       │   │   │   ├── test_cumulative.py
│                       │   │   │   ├── test_iteration.py
│                       │   │   │   ├── test_logical_ops.py
│                       │   │   │   ├── test_nonunique_indexes.py
│                       │   │   │   ├── test_npfuncs.py
│                       │   │   │   ├── test_query_eval.py
│                       │   │   │   ├── test_reductions.py
│                       │   │   │   ├── test_repr.py
│                       │   │   │   ├── test_stack_unstack.py
│                       │   │   │   ├── test_subclass.py
│                       │   │   │   ├── test_ufunc.py
│                       │   │   │   ├── test_unary.py
│                       │   │   │   └── test_validate.py
│                       │   │   ├── generic
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_duplicate_labels.py
│                       │   │   │   ├── test_finalize.py
│                       │   │   │   ├── test_frame.py
│                       │   │   │   ├── test_generic.py
│                       │   │   │   ├── test_label_or_level_utils.py
│                       │   │   │   ├── test_series.py
│                       │   │   │   └── test_to_xarray.py
│                       │   │   ├── groupby
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── aggregate
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_aggregate.py
│                       │   │   │   │   ├── test_cython.py
│                       │   │   │   │   ├── test_numba.py
│                       │   │   │   │   └── test_other.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── methods
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_corrwith.py
│                       │   │   │   │   ├── test_describe.py
│                       │   │   │   │   ├── test_groupby_shift_diff.py
│                       │   │   │   │   ├── test_is_monotonic.py
│                       │   │   │   │   ├── test_nlargest_nsmallest.py
│                       │   │   │   │   ├── test_nth.py
│                       │   │   │   │   ├── test_quantile.py
│                       │   │   │   │   ├── test_rank.py
│                       │   │   │   │   ├── test_sample.py
│                       │   │   │   │   ├── test_size.py
│                       │   │   │   │   ├── test_skew.py
│                       │   │   │   │   └── test_value_counts.py
│                       │   │   │   ├── test_all_methods.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_apply.py
│                       │   │   │   ├── test_apply_mutate.py
│                       │   │   │   ├── test_bin_groupby.py
│                       │   │   │   ├── test_categorical.py
│                       │   │   │   ├── test_counting.py
│                       │   │   │   ├── test_cumulative.py
│                       │   │   │   ├── test_filters.py
│                       │   │   │   ├── test_groupby.py
│                       │   │   │   ├── test_groupby_dropna.py
│                       │   │   │   ├── test_groupby_subclass.py
│                       │   │   │   ├── test_grouping.py
│                       │   │   │   ├── test_index_as_string.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_libgroupby.py
│                       │   │   │   ├── test_missing.py
│                       │   │   │   ├── test_numba.py
│                       │   │   │   ├── test_numeric_only.py
│                       │   │   │   ├── test_pipe.py
│                       │   │   │   ├── test_raises.py
│                       │   │   │   ├── test_reductions.py
│                       │   │   │   ├── test_timegrouper.py
│                       │   │   │   └── transform
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── test_numba.py
│                       │   │   │       └── test_transform.py
│                       │   │   ├── indexes
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── base_class
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_pickle.py
│                       │   │   │   │   ├── test_reshape.py
│                       │   │   │   │   ├── test_setops.py
│                       │   │   │   │   └── test_where.py
│                       │   │   │   ├── categorical
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_append.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_category.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_equals.py
│                       │   │   │   │   ├── test_fillna.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_map.py
│                       │   │   │   │   ├── test_reindex.py
│                       │   │   │   │   └── test_setops.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── datetimelike_
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_drop_duplicates.py
│                       │   │   │   │   ├── test_equals.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_is_monotonic.py
│                       │   │   │   │   ├── test_nat.py
│                       │   │   │   │   ├── test_sort_values.py
│                       │   │   │   │   └── test_value_counts.py
│                       │   │   │   ├── datetimes
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── methods
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_asof.py
│                       │   │   │   │   │   ├── test_astype.py
│                       │   │   │   │   │   ├── test_delete.py
│                       │   │   │   │   │   ├── test_factorize.py
│                       │   │   │   │   │   ├── test_fillna.py
│                       │   │   │   │   │   ├── test_insert.py
│                       │   │   │   │   │   ├── test_isocalendar.py
│                       │   │   │   │   │   ├── test_map.py
│                       │   │   │   │   │   ├── test_normalize.py
│                       │   │   │   │   │   ├── test_repeat.py
│                       │   │   │   │   │   ├── test_resolution.py
│                       │   │   │   │   │   ├── test_round.py
│                       │   │   │   │   │   ├── test_shift.py
│                       │   │   │   │   │   ├── test_snap.py
│                       │   │   │   │   │   ├── test_to_frame.py
│                       │   │   │   │   │   ├── test_to_julian_date.py
│                       │   │   │   │   │   ├── test_to_period.py
│                       │   │   │   │   │   ├── test_to_pydatetime.py
│                       │   │   │   │   │   ├── test_to_series.py
│                       │   │   │   │   │   ├── test_tz_convert.py
│                       │   │   │   │   │   ├── test_tz_localize.py
│                       │   │   │   │   │   └── test_unique.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_date_range.py
│                       │   │   │   │   ├── test_datetime.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_freq_attr.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_iter.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_npfuncs.py
│                       │   │   │   │   ├── test_ops.py
│                       │   │   │   │   ├── test_partial_slicing.py
│                       │   │   │   │   ├── test_pickle.py
│                       │   │   │   │   ├── test_reindex.py
│                       │   │   │   │   ├── test_scalar_compat.py
│                       │   │   │   │   ├── test_setops.py
│                       │   │   │   │   └── test_timezones.py
│                       │   │   │   ├── interval
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_equals.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_interval.py
│                       │   │   │   │   ├── test_interval_range.py
│                       │   │   │   │   ├── test_interval_tree.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_pickle.py
│                       │   │   │   │   └── test_setops.py
│                       │   │   │   ├── multi
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_analytics.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_compat.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_conversion.py
│                       │   │   │   │   ├── test_copy.py
│                       │   │   │   │   ├── test_drop.py
│                       │   │   │   │   ├── test_duplicates.py
│                       │   │   │   │   ├── test_equivalence.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_get_level_values.py
│                       │   │   │   │   ├── test_get_set.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_integrity.py
│                       │   │   │   │   ├── test_isin.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_lexsort.py
│                       │   │   │   │   ├── test_missing.py
│                       │   │   │   │   ├── test_monotonic.py
│                       │   │   │   │   ├── test_names.py
│                       │   │   │   │   ├── test_partial_indexing.py
│                       │   │   │   │   ├── test_pickle.py
│                       │   │   │   │   ├── test_reindex.py
│                       │   │   │   │   ├── test_reshape.py
│                       │   │   │   │   ├── test_setops.py
│                       │   │   │   │   ├── test_sorting.py
│                       │   │   │   │   └── test_take.py
│                       │   │   │   ├── numeric
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_numeric.py
│                       │   │   │   │   └── test_setops.py
│                       │   │   │   ├── object
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   └── test_indexing.py
│                       │   │   │   ├── period
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── methods
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_asfreq.py
│                       │   │   │   │   │   ├── test_astype.py
│                       │   │   │   │   │   ├── test_factorize.py
│                       │   │   │   │   │   ├── test_fillna.py
│                       │   │   │   │   │   ├── test_insert.py
│                       │   │   │   │   │   ├── test_is_full.py
│                       │   │   │   │   │   ├── test_repeat.py
│                       │   │   │   │   │   ├── test_shift.py
│                       │   │   │   │   │   └── test_to_timestamp.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_freq_attr.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_monotonic.py
│                       │   │   │   │   ├── test_partial_slicing.py
│                       │   │   │   │   ├── test_period.py
│                       │   │   │   │   ├── test_period_range.py
│                       │   │   │   │   ├── test_pickle.py
│                       │   │   │   │   ├── test_resolution.py
│                       │   │   │   │   ├── test_scalar_compat.py
│                       │   │   │   │   ├── test_searchsorted.py
│                       │   │   │   │   ├── test_setops.py
│                       │   │   │   │   └── test_tools.py
│                       │   │   │   ├── ranges
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_range.py
│                       │   │   │   │   └── test_setops.py
│                       │   │   │   ├── test_any_index.py
│                       │   │   │   ├── test_base.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_datetimelike.py
│                       │   │   │   ├── test_engines.py
│                       │   │   │   ├── test_frozen.py
│                       │   │   │   ├── test_index_new.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_numpy_compat.py
│                       │   │   │   ├── test_old_base.py
│                       │   │   │   ├── test_setops.py
│                       │   │   │   ├── test_subclass.py
│                       │   │   │   └── timedeltas
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── methods
│                       │   │   │       │   ├── __init__.py
│                       │   │   │       │   ├── test_astype.py
│                       │   │   │       │   ├── test_factorize.py
│                       │   │   │       │   ├── test_fillna.py
│                       │   │   │       │   ├── test_insert.py
│                       │   │   │       │   ├── test_repeat.py
│                       │   │   │       │   └── test_shift.py
│                       │   │   │       ├── test_arithmetic.py
│                       │   │   │       ├── test_constructors.py
│                       │   │   │       ├── test_delete.py
│                       │   │   │       ├── test_formats.py
│                       │   │   │       ├── test_freq_attr.py
│                       │   │   │       ├── test_indexing.py
│                       │   │   │       ├── test_join.py
│                       │   │   │       ├── test_ops.py
│                       │   │   │       ├── test_pickle.py
│                       │   │   │       ├── test_scalar_compat.py
│                       │   │   │       ├── test_searchsorted.py
│                       │   │   │       ├── test_setops.py
│                       │   │   │       ├── test_timedelta.py
│                       │   │   │       └── test_timedelta_range.py
│                       │   │   ├── indexing
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── interval
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_interval.py
│                       │   │   │   │   └── test_interval_new.py
│                       │   │   │   ├── multiindex
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_chaining_and_caching.py
│                       │   │   │   │   ├── test_datetime.py
│                       │   │   │   │   ├── test_getitem.py
│                       │   │   │   │   ├── test_iloc.py
│                       │   │   │   │   ├── test_indexing_slow.py
│                       │   │   │   │   ├── test_loc.py
│                       │   │   │   │   ├── test_multiindex.py
│                       │   │   │   │   ├── test_partial.py
│                       │   │   │   │   ├── test_setitem.py
│                       │   │   │   │   ├── test_slice.py
│                       │   │   │   │   └── test_sorted.py
│                       │   │   │   ├── test_at.py
│                       │   │   │   ├── test_categorical.py
│                       │   │   │   ├── test_chaining_and_caching.py
│                       │   │   │   ├── test_check_indexer.py
│                       │   │   │   ├── test_coercion.py
│                       │   │   │   ├── test_datetime.py
│                       │   │   │   ├── test_floats.py
│                       │   │   │   ├── test_iat.py
│                       │   │   │   ├── test_iloc.py
│                       │   │   │   ├── test_indexers.py
│                       │   │   │   ├── test_indexing.py
│                       │   │   │   ├── test_loc.py
│                       │   │   │   ├── test_na_indexing.py
│                       │   │   │   ├── test_partial.py
│                       │   │   │   └── test_scalar.py
│                       │   │   ├── interchange
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_impl.py
│                       │   │   │   ├── test_spec_conformance.py
│                       │   │   │   └── test_utils.py
│                       │   │   ├── internals
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_internals.py
│                       │   │   │   └── test_managers.py
│                       │   │   ├── io
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── excel
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_odf.py
│                       │   │   │   │   ├── test_odswriter.py
│                       │   │   │   │   ├── test_openpyxl.py
│                       │   │   │   │   ├── test_readers.py
│                       │   │   │   │   ├── test_style.py
│                       │   │   │   │   ├── test_writers.py
│                       │   │   │   │   ├── test_xlrd.py
│                       │   │   │   │   └── test_xlsxwriter.py
│                       │   │   │   ├── formats
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── style
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_bar.py
│                       │   │   │   │   │   ├── test_exceptions.py
│                       │   │   │   │   │   ├── test_format.py
│                       │   │   │   │   │   ├── test_highlight.py
│                       │   │   │   │   │   ├── test_html.py
│                       │   │   │   │   │   ├── test_matplotlib.py
│                       │   │   │   │   │   ├── test_non_unique.py
│                       │   │   │   │   │   ├── test_style.py
│                       │   │   │   │   │   ├── test_to_latex.py
│                       │   │   │   │   │   ├── test_to_string.py
│                       │   │   │   │   │   └── test_tooltip.py
│                       │   │   │   │   ├── test_console.py
│                       │   │   │   │   ├── test_css.py
│                       │   │   │   │   ├── test_eng_formatting.py
│                       │   │   │   │   ├── test_format.py
│                       │   │   │   │   ├── test_ipython_compat.py
│                       │   │   │   │   ├── test_printing.py
│                       │   │   │   │   ├── test_to_csv.py
│                       │   │   │   │   ├── test_to_excel.py
│                       │   │   │   │   ├── test_to_html.py
│                       │   │   │   │   ├── test_to_latex.py
│                       │   │   │   │   ├── test_to_markdown.py
│                       │   │   │   │   └── test_to_string.py
│                       │   │   │   ├── generate_legacy_storage_files.py
│                       │   │   │   ├── json
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_compression.py
│                       │   │   │   │   ├── test_deprecated_kwargs.py
│                       │   │   │   │   ├── test_json_table_schema.py
│                       │   │   │   │   ├── test_json_table_schema_ext_dtype.py
│                       │   │   │   │   ├── test_normalize.py
│                       │   │   │   │   ├── test_pandas.py
│                       │   │   │   │   ├── test_readlines.py
│                       │   │   │   │   └── test_ujson.py
│                       │   │   │   ├── parser
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── common
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_chunksize.py
│                       │   │   │   │   │   ├── test_common_basic.py
│                       │   │   │   │   │   ├── test_data_list.py
│                       │   │   │   │   │   ├── test_decimal.py
│                       │   │   │   │   │   ├── test_file_buffer_url.py
│                       │   │   │   │   │   ├── test_float.py
│                       │   │   │   │   │   ├── test_index.py
│                       │   │   │   │   │   ├── test_inf.py
│                       │   │   │   │   │   ├── test_ints.py
│                       │   │   │   │   │   ├── test_iterator.py
│                       │   │   │   │   │   ├── test_read_errors.py
│                       │   │   │   │   │   └── test_verbose.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── dtypes
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_categorical.py
│                       │   │   │   │   │   ├── test_dtypes_basic.py
│                       │   │   │   │   │   └── test_empty.py
│                       │   │   │   │   ├── test_c_parser_only.py
│                       │   │   │   │   ├── test_comment.py
│                       │   │   │   │   ├── test_compression.py
│                       │   │   │   │   ├── test_concatenate_chunks.py
│                       │   │   │   │   ├── test_converters.py
│                       │   │   │   │   ├── test_dialect.py
│                       │   │   │   │   ├── test_encoding.py
│                       │   │   │   │   ├── test_header.py
│                       │   │   │   │   ├── test_index_col.py
│                       │   │   │   │   ├── test_mangle_dupes.py
│                       │   │   │   │   ├── test_multi_thread.py
│                       │   │   │   │   ├── test_na_values.py
│                       │   │   │   │   ├── test_network.py
│                       │   │   │   │   ├── test_parse_dates.py
│                       │   │   │   │   ├── test_python_parser_only.py
│                       │   │   │   │   ├── test_quoting.py
│                       │   │   │   │   ├── test_read_fwf.py
│                       │   │   │   │   ├── test_skiprows.py
│                       │   │   │   │   ├── test_textreader.py
│                       │   │   │   │   ├── test_unsupported.py
│                       │   │   │   │   ├── test_upcast.py
│                       │   │   │   │   └── usecols
│                       │   │   │   │       ├── __init__.py
│                       │   │   │   │       ├── test_parse_dates.py
│                       │   │   │   │       ├── test_strings.py
│                       │   │   │   │       └── test_usecols_basic.py
│                       │   │   │   ├── pytables
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── common.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_append.py
│                       │   │   │   │   ├── test_categorical.py
│                       │   │   │   │   ├── test_compat.py
│                       │   │   │   │   ├── test_complex.py
│                       │   │   │   │   ├── test_errors.py
│                       │   │   │   │   ├── test_file_handling.py
│                       │   │   │   │   ├── test_keys.py
│                       │   │   │   │   ├── test_put.py
│                       │   │   │   │   ├── test_pytables_missing.py
│                       │   │   │   │   ├── test_read.py
│                       │   │   │   │   ├── test_retain_attributes.py
│                       │   │   │   │   ├── test_round_trip.py
│                       │   │   │   │   ├── test_select.py
│                       │   │   │   │   ├── test_store.py
│                       │   │   │   │   ├── test_subclass.py
│                       │   │   │   │   ├── test_time_series.py
│                       │   │   │   │   └── test_timezones.py
│                       │   │   │   ├── sas
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_byteswap.py
│                       │   │   │   │   ├── test_sas.py
│                       │   │   │   │   ├── test_sas7bdat.py
│                       │   │   │   │   └── test_xport.py
│                       │   │   │   ├── test_clipboard.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_compression.py
│                       │   │   │   ├── test_feather.py
│                       │   │   │   ├── test_fsspec.py
│                       │   │   │   ├── test_gbq.py
│                       │   │   │   ├── test_gcs.py
│                       │   │   │   ├── test_html.py
│                       │   │   │   ├── test_http_headers.py
│                       │   │   │   ├── test_orc.py
│                       │   │   │   ├── test_parquet.py
│                       │   │   │   ├── test_pickle.py
│                       │   │   │   ├── test_s3.py
│                       │   │   │   ├── test_spss.py
│                       │   │   │   ├── test_sql.py
│                       │   │   │   ├── test_stata.py
│                       │   │   │   └── xml
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── conftest.py
│                       │   │   │       ├── test_to_xml.py
│                       │   │   │       ├── test_xml.py
│                       │   │   │       └── test_xml_dtypes.py
│                       │   │   ├── libs
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_hashtable.py
│                       │   │   │   ├── test_join.py
│                       │   │   │   ├── test_lib.py
│                       │   │   │   └── test_libalgos.py
│                       │   │   ├── plotting
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── frame
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_frame.py
│                       │   │   │   │   ├── test_frame_color.py
│                       │   │   │   │   ├── test_frame_groupby.py
│                       │   │   │   │   ├── test_frame_legend.py
│                       │   │   │   │   ├── test_frame_subplots.py
│                       │   │   │   │   └── test_hist_box_by.py
│                       │   │   │   ├── test_backend.py
│                       │   │   │   ├── test_boxplot_method.py
│                       │   │   │   ├── test_common.py
│                       │   │   │   ├── test_converter.py
│                       │   │   │   ├── test_datetimelike.py
│                       │   │   │   ├── test_groupby.py
│                       │   │   │   ├── test_hist_method.py
│                       │   │   │   ├── test_misc.py
│                       │   │   │   ├── test_series.py
│                       │   │   │   └── test_style.py
│                       │   │   ├── reductions
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_reductions.py
│                       │   │   │   └── test_stat_reductions.py
│                       │   │   ├── resample
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── test_base.py
│                       │   │   │   ├── test_datetime_index.py
│                       │   │   │   ├── test_period_index.py
│                       │   │   │   ├── test_resample_api.py
│                       │   │   │   ├── test_resampler_grouper.py
│                       │   │   │   ├── test_time_grouper.py
│                       │   │   │   └── test_timedelta.py
│                       │   │   ├── reshape
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── concat
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── conftest.py
│                       │   │   │   │   ├── test_append.py
│                       │   │   │   │   ├── test_append_common.py
│                       │   │   │   │   ├── test_categorical.py
│                       │   │   │   │   ├── test_concat.py
│                       │   │   │   │   ├── test_dataframe.py
│                       │   │   │   │   ├── test_datetimes.py
│                       │   │   │   │   ├── test_empty.py
│                       │   │   │   │   ├── test_index.py
│                       │   │   │   │   ├── test_invalid.py
│                       │   │   │   │   ├── test_series.py
│                       │   │   │   │   └── test_sort.py
│                       │   │   │   ├── merge
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_join.py
│                       │   │   │   │   ├── test_merge.py
│                       │   │   │   │   ├── test_merge_asof.py
│                       │   │   │   │   ├── test_merge_cross.py
│                       │   │   │   │   ├── test_merge_index_as_string.py
│                       │   │   │   │   ├── test_merge_ordered.py
│                       │   │   │   │   └── test_multi.py
│                       │   │   │   ├── test_crosstab.py
│                       │   │   │   ├── test_cut.py
│                       │   │   │   ├── test_from_dummies.py
│                       │   │   │   ├── test_get_dummies.py
│                       │   │   │   ├── test_melt.py
│                       │   │   │   ├── test_pivot.py
│                       │   │   │   ├── test_pivot_multilevel.py
│                       │   │   │   ├── test_qcut.py
│                       │   │   │   ├── test_union_categoricals.py
│                       │   │   │   └── test_util.py
│                       │   │   ├── scalar
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── interval
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_contains.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   ├── test_interval.py
│                       │   │   │   │   └── test_overlaps.py
│                       │   │   │   ├── period
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_asfreq.py
│                       │   │   │   │   └── test_period.py
│                       │   │   │   ├── test_na_scalar.py
│                       │   │   │   ├── test_nat.py
│                       │   │   │   ├── timedelta
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── methods
│                       │   │   │   │   │   ├── __init__.py
│                       │   │   │   │   │   ├── test_as_unit.py
│                       │   │   │   │   │   └── test_round.py
│                       │   │   │   │   ├── test_arithmetic.py
│                       │   │   │   │   ├── test_constructors.py
│                       │   │   │   │   ├── test_formats.py
│                       │   │   │   │   └── test_timedelta.py
│                       │   │   │   └── timestamp
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── methods
│                       │   │   │       │   ├── __init__.py
│                       │   │   │       │   ├── test_as_unit.py
│                       │   │   │       │   ├── test_normalize.py
│                       │   │   │       │   ├── test_replace.py
│                       │   │   │       │   ├── test_round.py
│                       │   │   │       │   ├── test_timestamp_method.py
│                       │   │   │       │   ├── test_to_julian_date.py
│                       │   │   │       │   ├── test_to_pydatetime.py
│                       │   │   │       │   ├── test_tz_convert.py
│                       │   │   │       │   └── test_tz_localize.py
│                       │   │   │       ├── test_arithmetic.py
│                       │   │   │       ├── test_comparisons.py
│                       │   │   │       ├── test_constructors.py
│                       │   │   │       ├── test_formats.py
│                       │   │   │       ├── test_timestamp.py
│                       │   │   │       └── test_timezones.py
│                       │   │   ├── series
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── accessors
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_cat_accessor.py
│                       │   │   │   │   ├── test_dt_accessor.py
│                       │   │   │   │   ├── test_list_accessor.py
│                       │   │   │   │   ├── test_sparse_accessor.py
│                       │   │   │   │   ├── test_str_accessor.py
│                       │   │   │   │   └── test_struct_accessor.py
│                       │   │   │   ├── indexing
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_datetime.py
│                       │   │   │   │   ├── test_delitem.py
│                       │   │   │   │   ├── test_get.py
│                       │   │   │   │   ├── test_getitem.py
│                       │   │   │   │   ├── test_indexing.py
│                       │   │   │   │   ├── test_mask.py
│                       │   │   │   │   ├── test_set_value.py
│                       │   │   │   │   ├── test_setitem.py
│                       │   │   │   │   ├── test_take.py
│                       │   │   │   │   ├── test_where.py
│                       │   │   │   │   └── test_xs.py
│                       │   │   │   ├── methods
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_add_prefix_suffix.py
│                       │   │   │   │   ├── test_align.py
│                       │   │   │   │   ├── test_argsort.py
│                       │   │   │   │   ├── test_asof.py
│                       │   │   │   │   ├── test_astype.py
│                       │   │   │   │   ├── test_autocorr.py
│                       │   │   │   │   ├── test_between.py
│                       │   │   │   │   ├── test_case_when.py
│                       │   │   │   │   ├── test_clip.py
│                       │   │   │   │   ├── test_combine.py
│                       │   │   │   │   ├── test_combine_first.py
│                       │   │   │   │   ├── test_compare.py
│                       │   │   │   │   ├── test_convert_dtypes.py
│                       │   │   │   │   ├── test_copy.py
│                       │   │   │   │   ├── test_count.py
│                       │   │   │   │   ├── test_cov_corr.py
│                       │   │   │   │   ├── test_describe.py
│                       │   │   │   │   ├── test_diff.py
│                       │   │   │   │   ├── test_drop.py
│                       │   │   │   │   ├── test_drop_duplicates.py
│                       │   │   │   │   ├── test_dropna.py
│                       │   │   │   │   ├── test_dtypes.py
│                       │   │   │   │   ├── test_duplicated.py
│                       │   │   │   │   ├── test_equals.py
│                       │   │   │   │   ├── test_explode.py
│                       │   │   │   │   ├── test_fillna.py
│                       │   │   │   │   ├── test_get_numeric_data.py
│                       │   │   │   │   ├── test_head_tail.py
│                       │   │   │   │   ├── test_infer_objects.py
│                       │   │   │   │   ├── test_info.py
│                       │   │   │   │   ├── test_interpolate.py
│                       │   │   │   │   ├── test_is_monotonic.py
│                       │   │   │   │   ├── test_is_unique.py
│                       │   │   │   │   ├── test_isin.py
│                       │   │   │   │   ├── test_isna.py
│                       │   │   │   │   ├── test_item.py
│                       │   │   │   │   ├── test_map.py
│                       │   │   │   │   ├── test_matmul.py
│                       │   │   │   │   ├── test_nlargest.py
│                       │   │   │   │   ├── test_nunique.py
│                       │   │   │   │   ├── test_pct_change.py
│                       │   │   │   │   ├── test_pop.py
│                       │   │   │   │   ├── test_quantile.py
│                       │   │   │   │   ├── test_rank.py
│                       │   │   │   │   ├── test_reindex.py
│                       │   │   │   │   ├── test_reindex_like.py
│                       │   │   │   │   ├── test_rename.py
│                       │   │   │   │   ├── test_rename_axis.py
│                       │   │   │   │   ├── test_repeat.py
│                       │   │   │   │   ├── test_replace.py
│                       │   │   │   │   ├── test_reset_index.py
│                       │   │   │   │   ├── test_round.py
│                       │   │   │   │   ├── test_searchsorted.py
│                       │   │   │   │   ├── test_set_name.py
│                       │   │   │   │   ├── test_size.py
│                       │   │   │   │   ├── test_sort_index.py
│                       │   │   │   │   ├── test_sort_values.py
│                       │   │   │   │   ├── test_to_csv.py
│                       │   │   │   │   ├── test_to_dict.py
│                       │   │   │   │   ├── test_to_frame.py
│                       │   │   │   │   ├── test_to_numpy.py
│                       │   │   │   │   ├── test_tolist.py
│                       │   │   │   │   ├── test_truncate.py
│                       │   │   │   │   ├── test_tz_localize.py
│                       │   │   │   │   ├── test_unique.py
│                       │   │   │   │   ├── test_unstack.py
│                       │   │   │   │   ├── test_update.py
│                       │   │   │   │   ├── test_value_counts.py
│                       │   │   │   │   ├── test_values.py
│                       │   │   │   │   └── test_view.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_arithmetic.py
│                       │   │   │   ├── test_constructors.py
│                       │   │   │   ├── test_cumulative.py
│                       │   │   │   ├── test_formats.py
│                       │   │   │   ├── test_iteration.py
│                       │   │   │   ├── test_logical_ops.py
│                       │   │   │   ├── test_missing.py
│                       │   │   │   ├── test_npfuncs.py
│                       │   │   │   ├── test_reductions.py
│                       │   │   │   ├── test_subclass.py
│                       │   │   │   ├── test_ufunc.py
│                       │   │   │   ├── test_unary.py
│                       │   │   │   └── test_validate.py
│                       │   │   ├── strings
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_case_justify.py
│                       │   │   │   ├── test_cat.py
│                       │   │   │   ├── test_extract.py
│                       │   │   │   ├── test_find_replace.py
│                       │   │   │   ├── test_get_dummies.py
│                       │   │   │   ├── test_split_partition.py
│                       │   │   │   ├── test_string_array.py
│                       │   │   │   └── test_strings.py
│                       │   │   ├── test_aggregation.py
│                       │   │   ├── test_algos.py
│                       │   │   ├── test_common.py
│                       │   │   ├── test_downstream.py
│                       │   │   ├── test_errors.py
│                       │   │   ├── test_expressions.py
│                       │   │   ├── test_flags.py
│                       │   │   ├── test_multilevel.py
│                       │   │   ├── test_nanops.py
│                       │   │   ├── test_optional_dependency.py
│                       │   │   ├── test_register_accessor.py
│                       │   │   ├── test_sorting.py
│                       │   │   ├── test_take.py
│                       │   │   ├── tools
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_to_datetime.py
│                       │   │   │   ├── test_to_numeric.py
│                       │   │   │   ├── test_to_time.py
│                       │   │   │   └── test_to_timedelta.py
│                       │   │   ├── tseries
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── frequencies
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_freq_code.py
│                       │   │   │   │   ├── test_frequencies.py
│                       │   │   │   │   └── test_inference.py
│                       │   │   │   ├── holiday
│                       │   │   │   │   ├── __init__.py
│                       │   │   │   │   ├── test_calendar.py
│                       │   │   │   │   ├── test_federal.py
│                       │   │   │   │   ├── test_holiday.py
│                       │   │   │   │   └── test_observance.py
│                       │   │   │   └── offsets
│                       │   │   │       ├── __init__.py
│                       │   │   │       ├── common.py
│                       │   │   │       ├── test_business_day.py
│                       │   │   │       ├── test_business_hour.py
│                       │   │   │       ├── test_business_month.py
│                       │   │   │       ├── test_business_quarter.py
│                       │   │   │       ├── test_business_year.py
│                       │   │   │       ├── test_common.py
│                       │   │   │       ├── test_custom_business_day.py
│                       │   │   │       ├── test_custom_business_hour.py
│                       │   │   │       ├── test_custom_business_month.py
│                       │   │   │       ├── test_dst.py
│                       │   │   │       ├── test_easter.py
│                       │   │   │       ├── test_fiscal.py
│                       │   │   │       ├── test_index.py
│                       │   │   │       ├── test_month.py
│                       │   │   │       ├── test_offsets.py
│                       │   │   │       ├── test_offsets_properties.py
│                       │   │   │       ├── test_quarter.py
│                       │   │   │       ├── test_ticks.py
│                       │   │   │       ├── test_week.py
│                       │   │   │       └── test_year.py
│                       │   │   ├── tslibs
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_api.py
│                       │   │   │   ├── test_array_to_datetime.py
│                       │   │   │   ├── test_ccalendar.py
│                       │   │   │   ├── test_conversion.py
│                       │   │   │   ├── test_fields.py
│                       │   │   │   ├── test_libfrequencies.py
│                       │   │   │   ├── test_liboffsets.py
│                       │   │   │   ├── test_np_datetime.py
│                       │   │   │   ├── test_npy_units.py
│                       │   │   │   ├── test_parse_iso8601.py
│                       │   │   │   ├── test_parsing.py
│                       │   │   │   ├── test_period.py
│                       │   │   │   ├── test_resolution.py
│                       │   │   │   ├── test_strptime.py
│                       │   │   │   ├── test_timedeltas.py
│                       │   │   │   ├── test_timezones.py
│                       │   │   │   ├── test_to_offset.py
│                       │   │   │   └── test_tzconversion.py
│                       │   │   ├── util
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── test_assert_almost_equal.py
│                       │   │   │   ├── test_assert_attr_equal.py
│                       │   │   │   ├── test_assert_categorical_equal.py
│                       │   │   │   ├── test_assert_extension_array_equal.py
│                       │   │   │   ├── test_assert_frame_equal.py
│                       │   │   │   ├── test_assert_index_equal.py
│                       │   │   │   ├── test_assert_interval_array_equal.py
│                       │   │   │   ├── test_assert_numpy_array_equal.py
│                       │   │   │   ├── test_assert_produces_warning.py
│                       │   │   │   ├── test_assert_series_equal.py
│                       │   │   │   ├── test_deprecate.py
│                       │   │   │   ├── test_deprecate_kwarg.py
│                       │   │   │   ├── test_deprecate_nonkeyword_arguments.py
│                       │   │   │   ├── test_doc.py
│                       │   │   │   ├── test_hashing.py
│                       │   │   │   ├── test_numba.py
│                       │   │   │   ├── test_rewrite_warning.py
│                       │   │   │   ├── test_shares_memory.py
│                       │   │   │   ├── test_show_versions.py
│                       │   │   │   ├── test_util.py
│                       │   │   │   ├── test_validate_args.py
│                       │   │   │   ├── test_validate_args_and_kwargs.py
│                       │   │   │   ├── test_validate_inclusive.py
│                       │   │   │   └── test_validate_kwargs.py
│                       │   │   └── window
│                       │   │       ├── __init__.py
│                       │   │       ├── conftest.py
│                       │   │       ├── moments
│                       │   │       │   ├── __init__.py
│                       │   │       │   ├── conftest.py
│                       │   │       │   ├── test_moments_consistency_ewm.py
│                       │   │       │   ├── test_moments_consistency_expanding.py
│                       │   │       │   └── test_moments_consistency_rolling.py
│                       │   │       ├── test_api.py
│                       │   │       ├── test_apply.py
│                       │   │       ├── test_base_indexer.py
│                       │   │       ├── test_cython_aggregations.py
│                       │   │       ├── test_dtypes.py
│                       │   │       ├── test_ewm.py
│                       │   │       ├── test_expanding.py
│                       │   │       ├── test_groupby.py
│                       │   │       ├── test_numba.py
│                       │   │       ├── test_online.py
│                       │   │       ├── test_pairwise.py
│                       │   │       ├── test_rolling.py
│                       │   │       ├── test_rolling_functions.py
│                       │   │       ├── test_rolling_quantile.py
│                       │   │       ├── test_rolling_skew_kurt.py
│                       │   │       ├── test_timeseries_window.py
│                       │   │       └── test_win_type.py
│                       │   ├── tseries
│                       │   │   ├── __init__.py
│                       │   │   ├── api.py
│                       │   │   ├── frequencies.py
│                       │   │   ├── holiday.py
│                       │   │   └── offsets.py
│                       │   └── util
│                       │       ├── __init__.py
│                       │       ├── _decorators.py
│                       │       ├── _doctools.py
│                       │       ├── _exceptions.py
│                       │       ├── _print_versions.py
│                       │       ├── _test_decorators.py
│                       │       ├── _tester.py
│                       │       ├── _validators.py
│                       │       └── version
│                       │           └── __init__.py
│                       ├── partd
│                       │   ├── __init__.py
│                       │   ├── _version.py
│                       │   ├── buffer.py
│                       │   ├── compressed.py
│                       │   ├── core.py
│                       │   ├── dict.py
│                       │   ├── encode.py
│                       │   ├── file.py
│                       │   ├── numpy.py
│                       │   ├── pandas.py
│                       │   ├── pickle.py
│                       │   ├── python.py
│                       │   ├── utils.py
│                       │   └── zmq.py
│                       ├── pluggy
│                       │   ├── __init__.py
│                       │   ├── _callers.py
│                       │   ├── _hooks.py
│                       │   ├── _manager.py
│                       │   ├── _result.py
│                       │   ├── _tracing.py
│                       │   ├── _version.py
│                       │   └── _warnings.py
│                       ├── propcache
│                       │   ├── __init__.py
│                       │   ├── _helpers.py
│                       │   ├── _helpers_py.py
│                       │   └── api.py
│                       ├── py.py
│                       ├── pyarrow
│                       │   ├── __init__.py
│                       │   ├── _compute_docstrings.py
│                       │   ├── _generated_version.py
│                       │   ├── acero.py
│                       │   ├── benchmark.py
│                       │   ├── cffi.py
│                       │   ├── compute.py
│                       │   ├── conftest.py
│                       │   ├── csv.py
│                       │   ├── cuda.py
│                       │   ├── dataset.py
│                       │   ├── feather.py
│                       │   ├── flight.py
│                       │   ├── fs.py
│                       │   ├── interchange
│                       │   │   ├── __init__.py
│                       │   │   ├── buffer.py
│                       │   │   ├── column.py
│                       │   │   ├── dataframe.py
│                       │   │   └── from_dataframe.py
│                       │   ├── ipc.py
│                       │   ├── json.py
│                       │   ├── jvm.py
│                       │   ├── orc.py
│                       │   ├── pandas_compat.py
│                       │   ├── parquet
│                       │   │   ├── __init__.py
│                       │   │   ├── core.py
│                       │   │   └── encryption.py
│                       │   ├── substrait.py
│                       │   ├── tests
│                       │   │   ├── __init__.py
│                       │   │   ├── arrow_16597.py
│                       │   │   ├── arrow_39313.py
│                       │   │   ├── arrow_7980.py
│                       │   │   ├── conftest.py
│                       │   │   ├── interchange
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── test_conversion.py
│                       │   │   │   └── test_interchange_spec.py
│                       │   │   ├── pandas_examples.py
│                       │   │   ├── pandas_threaded_import.py
│                       │   │   ├── parquet
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── common.py
│                       │   │   │   ├── conftest.py
│                       │   │   │   ├── encryption.py
│                       │   │   │   ├── test_basic.py
│                       │   │   │   ├── test_compliant_nested_type.py
│                       │   │   │   ├── test_data_types.py
│                       │   │   │   ├── test_dataset.py
│                       │   │   │   ├── test_datetime.py
│                       │   │   │   ├── test_encryption.py
│                       │   │   │   ├── test_metadata.py
│                       │   │   │   ├── test_pandas.py
│                       │   │   │   ├── test_parquet_file.py
│                       │   │   │   └── test_parquet_writer.py
│                       │   │   ├── read_record_batch.py
│                       │   │   ├── strategies.py
│                       │   │   ├── test_acero.py
│                       │   │   ├── test_adhoc_memory_leak.py
│                       │   │   ├── test_array.py
│                       │   │   ├── test_builder.py
│                       │   │   ├── test_cffi.py
│                       │   │   ├── test_compute.py
│                       │   │   ├── test_convert_builtin.py
│                       │   │   ├── test_cpp_internals.py
│                       │   │   ├── test_csv.py
│                       │   │   ├── test_cuda.py
│                       │   │   ├── test_cuda_numba_interop.py
│                       │   │   ├── test_cython.py
│                       │   │   ├── test_dataset.py
│                       │   │   ├── test_dataset_encryption.py
│                       │   │   ├── test_deprecations.py
│                       │   │   ├── test_device.py
│                       │   │   ├── test_dlpack.py
│                       │   │   ├── test_exec_plan.py
│                       │   │   ├── test_extension_type.py
│                       │   │   ├── test_feather.py
│                       │   │   ├── test_flight.py
│                       │   │   ├── test_flight_async.py
│                       │   │   ├── test_fs.py
│                       │   │   ├── test_gandiva.py
│                       │   │   ├── test_gdb.py
│                       │   │   ├── test_io.py
│                       │   │   ├── test_ipc.py
│                       │   │   ├── test_json.py
│                       │   │   ├── test_jvm.py
│                       │   │   ├── test_memory.py
│                       │   │   ├── test_misc.py
│                       │   │   ├── test_orc.py
│                       │   │   ├── test_pandas.py
│                       │   │   ├── test_scalars.py
│                       │   │   ├── test_schema.py
│                       │   │   ├── test_sparse_tensor.py
│                       │   │   ├── test_strategies.py
│                       │   │   ├── test_substrait.py
│                       │   │   ├── test_table.py
│                       │   │   ├── test_tensor.py
│                       │   │   ├── test_types.py
│                       │   │   ├── test_udf.py
│                       │   │   ├── test_util.py
│                       │   │   ├── test_without_numpy.py
│                       │   │   ├── util.py
│                       │   │   └── wsgi_examples.py
│                       │   ├── types.py
│                       │   ├── util.py
│                       │   └── vendored
│                       │       ├── __init__.py
│                       │       ├── docscrape.py
│                       │       └── version.py
│                       ├── pycparser
│                       │   ├── __init__.py
│                       │   ├── _ast_gen.py
│                       │   ├── _build_tables.py
│                       │   ├── ast_transforms.py
│                       │   ├── c_ast.py
│                       │   ├── c_generator.py
│                       │   ├── c_lexer.py
│                       │   ├── c_parser.py
│                       │   ├── lextab.py
│                       │   ├── ply
│                       │   │   ├── __init__.py
│                       │   │   ├── cpp.py
│                       │   │   ├── ctokens.py
│                       │   │   ├── lex.py
│                       │   │   ├── yacc.py
│                       │   │   └── ygen.py
│                       │   ├── plyparser.py
│                       │   └── yacctab.py
│                       ├── pydantic
│                       │   ├── __init__.py
│                       │   ├── _internal
│                       │   │   ├── __init__.py
│                       │   │   ├── _config.py
│                       │   │   ├── _core_metadata.py
│                       │   │   ├── _core_utils.py
│                       │   │   ├── _dataclasses.py
│                       │   │   ├── _decorators.py
│                       │   │   ├── _decorators_v1.py
│                       │   │   ├── _discriminated_union.py
│                       │   │   ├── _docs_extraction.py
│                       │   │   ├── _fields.py
│                       │   │   ├── _forward_ref.py
│                       │   │   ├── _generate_schema.py
│                       │   │   ├── _generics.py
│                       │   │   ├── _git.py
│                       │   │   ├── _import_utils.py
│                       │   │   ├── _internal_dataclass.py
│                       │   │   ├── _known_annotated_metadata.py
│                       │   │   ├── _mock_val_ser.py
│                       │   │   ├── _model_construction.py
│                       │   │   ├── _namespace_utils.py
│                       │   │   ├── _repr.py
│                       │   │   ├── _schema_generation_shared.py
│                       │   │   ├── _serializers.py
│                       │   │   ├── _signature.py
│                       │   │   ├── _std_types_schema.py
│                       │   │   ├── _typing_extra.py
│                       │   │   ├── _utils.py
│                       │   │   ├── _validate_call.py
│                       │   │   └── _validators.py
│                       │   ├── _migration.py
│                       │   ├── alias_generators.py
│                       │   ├── aliases.py
│                       │   ├── annotated_handlers.py
│                       │   ├── class_validators.py
│                       │   ├── color.py
│                       │   ├── config.py
│                       │   ├── dataclasses.py
│                       │   ├── datetime_parse.py
│                       │   ├── decorator.py
│                       │   ├── deprecated
│                       │   │   ├── __init__.py
│                       │   │   ├── class_validators.py
│                       │   │   ├── config.py
│                       │   │   ├── copy_internals.py
│                       │   │   ├── decorator.py
│                       │   │   ├── json.py
│                       │   │   ├── parse.py
│                       │   │   └── tools.py
│                       │   ├── env_settings.py
│                       │   ├── error_wrappers.py
│                       │   ├── errors.py
│                       │   ├── experimental
│                       │   │   ├── __init__.py
│                       │   │   └── pipeline.py
│                       │   ├── fields.py
│                       │   ├── functional_serializers.py
│                       │   ├── functional_validators.py
│                       │   ├── generics.py
│                       │   ├── json.py
│                       │   ├── json_schema.py
│                       │   ├── main.py
│                       │   ├── mypy.py
│                       │   ├── networks.py
│                       │   ├── parse.py
│                       │   ├── plugin
│                       │   │   ├── __init__.py
│                       │   │   ├── _loader.py
│                       │   │   └── _schema_validator.py
│                       │   ├── root_model.py
│                       │   ├── schema.py
│                       │   ├── tools.py
│                       │   ├── type_adapter.py
│                       │   ├── types.py
│                       │   ├── typing.py
│                       │   ├── utils.py
│                       │   ├── v1
│                       │   │   ├── __init__.py
│                       │   │   ├── _hypothesis_plugin.py
│                       │   │   ├── annotated_types.py
│                       │   │   ├── class_validators.py
│                       │   │   ├── color.py
│                       │   │   ├── config.py
│                       │   │   ├── dataclasses.py
│                       │   │   ├── datetime_parse.py
│                       │   │   ├── decorator.py
│                       │   │   ├── env_settings.py
│                       │   │   ├── error_wrappers.py
│                       │   │   ├── errors.py
│                       │   │   ├── fields.py
│                       │   │   ├── generics.py
│                       │   │   ├── json.py
│                       │   │   ├── main.py
│                       │   │   ├── mypy.py
│                       │   │   ├── networks.py
│                       │   │   ├── parse.py
│                       │   │   ├── schema.py
│                       │   │   ├── tools.py
│                       │   │   ├── types.py
│                       │   │   ├── typing.py
│                       │   │   ├── utils.py
│                       │   │   ├── validators.py
│                       │   │   └── version.py
│                       │   ├── validate_call_decorator.py
│                       │   ├── validators.py
│                       │   ├── version.py
│                       │   └── warnings.py
│                       ├── pydantic_core
│                       │   ├── __init__.py
│                       │   └── core_schema.py
│                       ├── pydantic_partial
│                       │   ├── __init__.py
│                       │   ├── _compat.py
│                       │   ├── partial.py
│                       │   └── utils.py
│                       ├── pygments
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── cmdline.py
│                       │   ├── console.py
│                       │   ├── filter.py
│                       │   ├── filters
│                       │   │   └── __init__.py
│                       │   ├── formatter.py
│                       │   ├── formatters
│                       │   │   ├── __init__.py
│                       │   │   ├── _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
│                       │   │   ├── _ada_builtins.py
│                       │   │   ├── _asy_builtins.py
│                       │   │   ├── _cl_builtins.py
│                       │   │   ├── _cocoa_builtins.py
│                       │   │   ├── _csound_builtins.py
│                       │   │   ├── _css_builtins.py
│                       │   │   ├── _googlesql_builtins.py
│                       │   │   ├── _julia_builtins.py
│                       │   │   ├── _lasso_builtins.py
│                       │   │   ├── _lilypond_builtins.py
│                       │   │   ├── _lua_builtins.py
│                       │   │   ├── _luau_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
│                       │   │   ├── asn1.py
│                       │   │   ├── automation.py
│                       │   │   ├── bare.py
│                       │   │   ├── basic.py
│                       │   │   ├── bdd.py
│                       │   │   ├── berry.py
│                       │   │   ├── bibtex.py
│                       │   │   ├── blueprint.py
│                       │   │   ├── boa.py
│                       │   │   ├── bqn.py
│                       │   │   ├── business.py
│                       │   │   ├── c_cpp.py
│                       │   │   ├── c_like.py
│                       │   │   ├── capnproto.py
│                       │   │   ├── carbon.py
│                       │   │   ├── cddl.py
│                       │   │   ├── chapel.py
│                       │   │   ├── clean.py
│                       │   │   ├── codeql.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
│                       │   │   ├── dns.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
│                       │   │   ├── gleam.py
│                       │   │   ├── go.py
│                       │   │   ├── grammar_notation.py
│                       │   │   ├── graph.py
│                       │   │   ├── graphics.py
│                       │   │   ├── graphql.py
│                       │   │   ├── graphviz.py
│                       │   │   ├── gsql.py
│                       │   │   ├── hare.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
│                       │   │   ├── json5.py
│                       │   │   ├── jsonnet.py
│                       │   │   ├── jsx.py
│                       │   │   ├── julia.py
│                       │   │   ├── jvm.py
│                       │   │   ├── kuin.py
│                       │   │   ├── kusto.py
│                       │   │   ├── ldap.py
│                       │   │   ├── lean.py
│                       │   │   ├── lilypond.py
│                       │   │   ├── lisp.py
│                       │   │   ├── macaulay2.py
│                       │   │   ├── make.py
│                       │   │   ├── maple.py
│                       │   │   ├── markup.py
│                       │   │   ├── math.py
│                       │   │   ├── matlab.py
│                       │   │   ├── maxima.py
│                       │   │   ├── meson.py
│                       │   │   ├── mime.py
│                       │   │   ├── minecraft.py
│                       │   │   ├── mips.py
│                       │   │   ├── ml.py
│                       │   │   ├── modeling.py
│                       │   │   ├── modula2.py
│                       │   │   ├── mojo.py
│                       │   │   ├── monte.py
│                       │   │   ├── mosel.py
│                       │   │   ├── ncl.py
│                       │   │   ├── nimrod.py
│                       │   │   ├── nit.py
│                       │   │   ├── nix.py
│                       │   │   ├── numbair.py
│                       │   │   ├── oberon.py
│                       │   │   ├── objective.py
│                       │   │   ├── ooc.py
│                       │   │   ├── openscad.py
│                       │   │   ├── other.py
│                       │   │   ├── parasail.py
│                       │   │   ├── parsers.py
│                       │   │   ├── pascal.py
│                       │   │   ├── pawn.py
│                       │   │   ├── pddl.py
│                       │   │   ├── perl.py
│                       │   │   ├── phix.py
│                       │   │   ├── php.py
│                       │   │   ├── pointless.py
│                       │   │   ├── pony.py
│                       │   │   ├── praat.py
│                       │   │   ├── procfile.py
│                       │   │   ├── prolog.py
│                       │   │   ├── promql.py
│                       │   │   ├── prql.py
│                       │   │   ├── ptx.py
│                       │   │   ├── python.py
│                       │   │   ├── q.py
│                       │   │   ├── qlik.py
│                       │   │   ├── qvt.py
│                       │   │   ├── r.py
│                       │   │   ├── rdf.py
│                       │   │   ├── rebol.py
│                       │   │   ├── rego.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
│                       │   │   ├── soong.py
│                       │   │   ├── sophia.py
│                       │   │   ├── special.py
│                       │   │   ├── spice.py
│                       │   │   ├── sql.py
│                       │   │   ├── srcinfo.py
│                       │   │   ├── stata.py
│                       │   │   ├── supercollider.py
│                       │   │   ├── tablegen.py
│                       │   │   ├── tact.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
│                       │   │   ├── tls.py
│                       │   │   ├── tnt.py
│                       │   │   ├── trafficscript.py
│                       │   │   ├── typoscript.py
│                       │   │   ├── typst.py
│                       │   │   ├── ul4.py
│                       │   │   ├── unicon.py
│                       │   │   ├── urbi.py
│                       │   │   ├── usd.py
│                       │   │   ├── varnish.py
│                       │   │   ├── verification.py
│                       │   │   ├── verifpal.py
│                       │   │   ├── vip.py
│                       │   │   ├── vyper.py
│                       │   │   ├── web.py
│                       │   │   ├── webassembly.py
│                       │   │   ├── webidl.py
│                       │   │   ├── webmisc.py
│                       │   │   ├── wgsl.py
│                       │   │   ├── whiley.py
│                       │   │   ├── wowtoc.py
│                       │   │   ├── wren.py
│                       │   │   ├── x10.py
│                       │   │   ├── xorg.py
│                       │   │   ├── yang.py
│                       │   │   ├── yara.py
│                       │   │   └── zig.py
│                       │   ├── modeline.py
│                       │   ├── plugin.py
│                       │   ├── regexopt.py
│                       │   ├── scanner.py
│                       │   ├── sphinxext.py
│                       │   ├── style.py
│                       │   ├── styles
│                       │   │   ├── __init__.py
│                       │   │   ├── _mapping.py
│                       │   │   ├── abap.py
│                       │   │   ├── algol.py
│                       │   │   ├── algol_nu.py
│                       │   │   ├── arduino.py
│                       │   │   ├── autumn.py
│                       │   │   ├── borland.py
│                       │   │   ├── bw.py
│                       │   │   ├── coffee.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
│                       │   │   ├── lightbulb.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
│                       ├── pytest
│                       │   ├── __init__.py
│                       │   └── __main__.py
│                       ├── pytest_asyncio
│                       │   ├── __init__.py
│                       │   ├── _version.py
│                       │   └── plugin.py
│                       ├── pytest_check
│                       │   ├── __init__.py
│                       │   ├── check_functions.py
│                       │   ├── check_log.py
│                       │   ├── check_raises.py
│                       │   ├── context_manager.py
│                       │   ├── plugin.py
│                       │   └── pseudo_traceback.py
│                       ├── pytest_cov
│                       │   ├── __init__.py
│                       │   ├── compat.py
│                       │   ├── embed.py
│                       │   ├── engine.py
│                       │   └── plugin.py
│                       ├── pytest_timeout.py
│                       ├── pytz
│                       │   ├── __init__.py
│                       │   ├── exceptions.py
│                       │   ├── lazy.py
│                       │   ├── reference.py
│                       │   ├── tzfile.py
│                       │   └── tzinfo.py
│                       ├── readme_renderer
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── clean.py
│                       │   ├── markdown.py
│                       │   ├── rst.py
│                       │   └── txt.py
│                       ├── requests
│                       │   ├── __init__.py
│                       │   ├── __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_toolbelt
│                       │   ├── __init__.py
│                       │   ├── _compat.py
│                       │   ├── adapters
│                       │   │   ├── __init__.py
│                       │   │   ├── appengine.py
│                       │   │   ├── fingerprint.py
│                       │   │   ├── host_header_ssl.py
│                       │   │   ├── socket_options.py
│                       │   │   ├── source.py
│                       │   │   ├── ssl.py
│                       │   │   └── x509.py
│                       │   ├── auth
│                       │   │   ├── __init__.py
│                       │   │   ├── _digest_auth_compat.py
│                       │   │   ├── guess.py
│                       │   │   ├── handler.py
│                       │   │   └── http_proxy_digest.py
│                       │   ├── cookies
│                       │   │   ├── __init__.py
│                       │   │   └── forgetful.py
│                       │   ├── downloadutils
│                       │   │   ├── __init__.py
│                       │   │   ├── stream.py
│                       │   │   └── tee.py
│                       │   ├── exceptions.py
│                       │   ├── multipart
│                       │   │   ├── __init__.py
│                       │   │   ├── decoder.py
│                       │   │   └── encoder.py
│                       │   ├── sessions.py
│                       │   ├── streaming_iterator.py
│                       │   ├── threaded
│                       │   │   ├── __init__.py
│                       │   │   ├── pool.py
│                       │   │   └── thread.py
│                       │   └── utils
│                       │       ├── __init__.py
│                       │       ├── deprecated.py
│                       │       ├── dump.py
│                       │       ├── formdata.py
│                       │       └── user_agent.py
│                       ├── rfc3986
│                       │   ├── __init__.py
│                       │   ├── _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
│                       ├── rich
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── _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
│                       │   ├── 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
│                       ├── secretstorage
│                       │   ├── __init__.py
│                       │   ├── collection.py
│                       │   ├── defines.py
│                       │   ├── dhcrypto.py
│                       │   ├── exceptions.py
│                       │   ├── item.py
│                       │   └── util.py
│                       ├── six.py
│                       ├── tlz
│                       │   ├── __init__.py
│                       │   └── _build_tlz.py
│                       ├── toolz
│                       │   ├── __init__.py
│                       │   ├── _signatures.py
│                       │   ├── _version.py
│                       │   ├── compatibility.py
│                       │   ├── curried
│                       │   │   ├── __init__.py
│                       │   │   ├── exceptions.py
│                       │   │   └── operator.py
│                       │   ├── dicttoolz.py
│                       │   ├── functoolz.py
│                       │   ├── itertoolz.py
│                       │   ├── recipes.py
│                       │   ├── sandbox
│                       │   │   ├── __init__.py
│                       │   │   ├── core.py
│                       │   │   └── parallel.py
│                       │   ├── tests
│                       │   │   ├── test_compatibility.py
│                       │   │   ├── test_curried.py
│                       │   │   ├── test_curried_doctests.py
│                       │   │   ├── test_dicttoolz.py
│                       │   │   ├── test_functoolz.py
│                       │   │   ├── test_inspect_args.py
│                       │   │   ├── test_itertoolz.py
│                       │   │   ├── test_recipes.py
│                       │   │   ├── test_serialization.py
│                       │   │   ├── test_signatures.py
│                       │   │   ├── test_tlz.py
│                       │   │   └── test_utils.py
│                       │   └── utils.py
│                       ├── twine
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── auth.py
│                       │   ├── cli.py
│                       │   ├── commands
│                       │   │   ├── __init__.py
│                       │   │   ├── check.py
│                       │   │   ├── register.py
│                       │   │   └── upload.py
│                       │   ├── distribution.py
│                       │   ├── exceptions.py
│                       │   ├── package.py
│                       │   ├── repository.py
│                       │   ├── sdist.py
│                       │   ├── settings.py
│                       │   ├── utils.py
│                       │   └── wheel.py
│                       ├── type_lens
│                       │   ├── __init__.py
│                       │   ├── __metadata__.py
│                       │   ├── callable_view.py
│                       │   ├── exc.py
│                       │   ├── parameter_view.py
│                       │   ├── type_view.py
│                       │   ├── types
│                       │   │   ├── __init__.py
│                       │   │   ├── builtins.py
│                       │   │   └── empty.py
│                       │   ├── typing.py
│                       │   └── utils.py
│                       ├── typing_extensions.py
│                       ├── tzdata
│                       │   ├── __init__.py
│                       │   └── zoneinfo
│                       │       ├── Africa
│                       │       │   └── __init__.py
│                       │       ├── America
│                       │       │   ├── Argentina
│                       │       │   │   └── __init__.py
│                       │       │   ├── Indiana
│                       │       │   │   └── __init__.py
│                       │       │   ├── Kentucky
│                       │       │   │   └── __init__.py
│                       │       │   ├── North_Dakota
│                       │       │   │   └── __init__.py
│                       │       │   └── __init__.py
│                       │       ├── Antarctica
│                       │       │   └── __init__.py
│                       │       ├── Arctic
│                       │       │   └── __init__.py
│                       │       ├── Asia
│                       │       │   └── __init__.py
│                       │       ├── Atlantic
│                       │       │   └── __init__.py
│                       │       ├── Australia
│                       │       │   └── __init__.py
│                       │       ├── Brazil
│                       │       │   └── __init__.py
│                       │       ├── Canada
│                       │       │   └── __init__.py
│                       │       ├── Chile
│                       │       │   └── __init__.py
│                       │       ├── Etc
│                       │       │   └── __init__.py
│                       │       ├── Europe
│                       │       │   └── __init__.py
│                       │       ├── Indian
│                       │       │   └── __init__.py
│                       │       ├── Mexico
│                       │       │   └── __init__.py
│                       │       ├── Pacific
│                       │       │   └── __init__.py
│                       │       ├── US
│                       │       │   └── __init__.py
│                       │       └── __init__.py
│                       ├── urllib3
│                       │   ├── __init__.py
│                       │   ├── _base_connection.py
│                       │   ├── _collections.py
│                       │   ├── _request_methods.py
│                       │   ├── _version.py
│                       │   ├── connection.py
│                       │   ├── connectionpool.py
│                       │   ├── contrib
│                       │   │   ├── __init__.py
│                       │   │   ├── emscripten
│                       │   │   │   ├── __init__.py
│                       │   │   │   ├── connection.py
│                       │   │   │   ├── fetch.py
│                       │   │   │   ├── request.py
│                       │   │   │   └── response.py
│                       │   │   ├── pyopenssl.py
│                       │   │   └── socks.py
│                       │   ├── exceptions.py
│                       │   ├── fields.py
│                       │   ├── filepost.py
│                       │   ├── http2
│                       │   │   ├── __init__.py
│                       │   │   ├── connection.py
│                       │   │   └── probe.py
│                       │   ├── poolmanager.py
│                       │   ├── response.py
│                       │   └── util
│                       │       ├── __init__.py
│                       │       ├── connection.py
│                       │       ├── proxy.py
│                       │       ├── request.py
│                       │       ├── response.py
│                       │       ├── retry.py
│                       │       ├── ssl_.py
│                       │       ├── ssl_match_hostname.py
│                       │       ├── ssltransport.py
│                       │       ├── timeout.py
│                       │       ├── url.py
│                       │       ├── util.py
│                       │       └── wait.py
│                       ├── uvloop
│                       │   ├── __init__.py
│                       │   ├── _noop.py
│                       │   ├── _testbase.py
│                       │   ├── _version.py
│                       │   └── includes
│                       │       └── __init__.py
│                       ├── vulture
│                       │   ├── __init__.py
│                       │   ├── __main__.py
│                       │   ├── config.py
│                       │   ├── core.py
│                       │   ├── lines.py
│                       │   ├── noqa.py
│                       │   ├── reachability.py
│                       │   ├── utils.py
│                       │   ├── version.py
│                       │   └── whitelists
│                       │       ├── argparse_whitelist.py
│                       │       ├── ast_whitelist.py
│                       │       ├── collections_whitelist.py
│                       │       ├── ctypes_whitelist.py
│                       │       ├── enum_whitelist.py
│                       │       ├── logging_whitelist.py
│                       │       ├── pint_whitelist.py
│                       │       ├── socketserver_whitelist.py
│                       │       ├── string_whitelist.py
│                       │       ├── sys_whitelist.py
│                       │       ├── threading_whitelist.py
│                       │       ├── unittest_whitelist.py
│                       │       └── whitelist_utils.py
│                       ├── wombat
│                       │   └── utils
│                       │       ├── __init__.py
│                       │       ├── dictionary.py
│                       │       ├── errors
│                       │       │   ├── decorators.py
│                       │       │   └── exceptions.py
│                       │       └── files
│                       │           └── search.py
│                       ├── xdist
│                       │   ├── __init__.py
│                       │   ├── _path.py
│                       │   ├── _version.py
│                       │   ├── dsession.py
│                       │   ├── looponfail.py
│                       │   ├── newhooks.py
│                       │   ├── plugin.py
│                       │   ├── remote.py
│                       │   ├── report.py
│                       │   ├── scheduler
│                       │   │   ├── __init__.py
│                       │   │   ├── each.py
│                       │   │   ├── load.py
│                       │   │   ├── loadfile.py
│                       │   │   ├── loadgroup.py
│                       │   │   ├── loadscope.py
│                       │   │   ├── protocol.py
│                       │   │   └── worksteal.py
│                       │   └── workermanage.py
│                       ├── yaml
│                       │   ├── __init__.py
│                       │   ├── composer.py
│                       │   ├── constructor.py
│                       │   ├── cyaml.py
│                       │   ├── dumper.py
│                       │   ├── emitter.py
│                       │   ├── error.py
│                       │   ├── events.py
│                       │   ├── loader.py
│                       │   ├── nodes.py
│                       │   ├── parser.py
│                       │   ├── reader.py
│                       │   ├── representer.py
│                       │   ├── resolver.py
│                       │   ├── scanner.py
│                       │   ├── serializer.py
│                       │   └── tokens.py
│                       ├── yarl
│                       │   ├── __init__.py
│                       │   ├── _parse.py
│                       │   ├── _path.py
│                       │   ├── _query.py
│                       │   ├── _quoters.py
│                       │   ├── _quoting.py
│                       │   ├── _quoting_py.py
│                       │   └── _url.py
│                       └── zipp
│                           ├── __init__.py
│                           ├── _functools.py
│                           ├── compat
│                           │   ├── __init__.py
│                           │   ├── overlay.py
│                           │   └── py310.py
│                           └── glob.py
├── junk.py
├── src
│   └── wombat
│       └── multiprocessing
│           ├── __init__.py
│           ├── log.py
│           ├── models.py
│           ├── orchestrator.py
│           ├── progress.py
│           ├── queues.py
│           ├── tasks.py
│           ├── utilities.py
│           └── worker.py
├── tests
│   └── test_qpool.py
└── who
    ├── constants.py
    ├── exceptions.py
    ├── main.py
    ├── models.py
    └── utilities.py
