setup.py
SongNameSplit.egg-info/PKG-INFO
SongNameSplit.egg-info/SOURCES.txt
SongNameSplit.egg-info/dependency_links.txt
SongNameSplit.egg-info/requires.txt
SongNameSplit.egg-info/top_level.txt
_distutils_hack/__init__.py
_distutils_hack/override.py
blis/__init__.py
blis/about.py
blis/benchmark.py
blis/tests/__init__.py
blis/tests/common.py
blis/tests/test_dotv.py
blis/tests/test_gemm.py
catalogue/__init__.py
catalogue/_importlib_metadata/__init__.py
catalogue/_importlib_metadata/_compat.py
catalogue/tests/__init__.py
catalogue/tests/test_catalogue.py
certifi/__init__.py
certifi/__main__.py
certifi/core.py
charset_normalizer/__init__.py
charset_normalizer/api.py
charset_normalizer/cd.py
charset_normalizer/constant.py
charset_normalizer/legacy.py
charset_normalizer/md.py
charset_normalizer/models.py
charset_normalizer/utils.py
charset_normalizer/version.py
charset_normalizer/assets/__init__.py
charset_normalizer/cli/__init__.py
charset_normalizer/cli/normalizer.py
click/__init__.py
click/_compat.py
click/_termui_impl.py
click/_textwrap.py
click/_unicodefun.py
click/_winconsole.py
click/core.py
click/decorators.py
click/exceptions.py
click/formatting.py
click/globals.py
click/parser.py
click/shell_completion.py
click/termui.py
click/testing.py
click/types.py
click/utils.py
colorama/__init__.py
colorama/ansi.py
colorama/ansitowin32.py
colorama/initialise.py
colorama/win32.py
colorama/winterm.py
cymem/__init__.py
cymem/about.py
idna/__init__.py
idna/codec.py
idna/compat.py
idna/core.py
idna/idnadata.py
idna/intranges.py
idna/package_data.py
idna/uts46data.py
jinja2/__init__.py
jinja2/_identifier.py
jinja2/async_utils.py
jinja2/bccache.py
jinja2/compiler.py
jinja2/constants.py
jinja2/debug.py
jinja2/defaults.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/ext.py
jinja2/filters.py
jinja2/idtracking.py
jinja2/lexer.py
jinja2/loaders.py
jinja2/meta.py
jinja2/nativetypes.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/tests.py
jinja2/utils.py
jinja2/visitor.py
langcodes/__init__.py
langcodes/build_data.py
langcodes/data_dicts.py
langcodes/language_distance.py
langcodes/language_lists.py
langcodes/registry_parser.py
langcodes/tag_parser.py
langcodes/util.py
libFol/__init__.py
libFol/mainsplit.py
markupsafe/__init__.py
markupsafe/_native.py
murmurhash/__init__.py
murmurhash/about.py
murmurhash/tests/__init__.py
murmurhash/tests/test_against_mmh3.py
murmurhash/tests/test_import.py
numpy/__config__.py
numpy/__init__.py
numpy/_distributor_init.py
numpy/_globals.py
numpy/_pytesttester.py
numpy/_version.py
numpy/conftest.py
numpy/ctypeslib.py
numpy/dual.py
numpy/matlib.py
numpy/setup.py
numpy/version.py
numpy/array_api/__init__.py
numpy/array_api/_array_object.py
numpy/array_api/_constants.py
numpy/array_api/_creation_functions.py
numpy/array_api/_data_type_functions.py
numpy/array_api/_dtypes.py
numpy/array_api/_elementwise_functions.py
numpy/array_api/_manipulation_functions.py
numpy/array_api/_searching_functions.py
numpy/array_api/_set_functions.py
numpy/array_api/_sorting_functions.py
numpy/array_api/_statistical_functions.py
numpy/array_api/_typing.py
numpy/array_api/_utility_functions.py
numpy/array_api/linalg.py
numpy/array_api/setup.py
numpy/array_api/tests/__init__.py
numpy/array_api/tests/test_array_object.py
numpy/array_api/tests/test_creation_functions.py
numpy/array_api/tests/test_elementwise_functions.py
numpy/array_api/tests/test_set_functions.py
numpy/array_api/tests/test_sorting_functions.py
numpy/compat/__init__.py
numpy/compat/_inspect.py
numpy/compat/py3k.py
numpy/compat/setup.py
numpy/compat/tests/__init__.py
numpy/compat/tests/test_compat.py
numpy/core/__init__.py
numpy/core/_add_newdocs.py
numpy/core/_add_newdocs_scalars.py
numpy/core/_asarray.py
numpy/core/_dtype.py
numpy/core/_dtype_ctypes.py
numpy/core/_exceptions.py
numpy/core/_internal.py
numpy/core/_machar.py
numpy/core/_methods.py
numpy/core/_string_helpers.py
numpy/core/_type_aliases.py
numpy/core/_ufunc_config.py
numpy/core/arrayprint.py
numpy/core/cversions.py
numpy/core/defchararray.py
numpy/core/einsumfunc.py
numpy/core/fromnumeric.py
numpy/core/function_base.py
numpy/core/generate_numpy_api.py
numpy/core/getlimits.py
numpy/core/memmap.py
numpy/core/multiarray.py
numpy/core/numeric.py
numpy/core/numerictypes.py
numpy/core/overrides.py
numpy/core/records.py
numpy/core/setup.py
numpy/core/setup_common.py
numpy/core/shape_base.py
numpy/core/umath.py
numpy/core/umath_tests.py
numpy/core/tests/__init__.py
numpy/core/tests/_locales.py
numpy/core/tests/test__exceptions.py
numpy/core/tests/test_abc.py
numpy/core/tests/test_api.py
numpy/core/tests/test_argparse.py
numpy/core/tests/test_array_coercion.py
numpy/core/tests/test_arraymethod.py
numpy/core/tests/test_arrayprint.py
numpy/core/tests/test_casting_unittests.py
numpy/core/tests/test_conversion_utils.py
numpy/core/tests/test_cpu_dispatcher.py
numpy/core/tests/test_cpu_features.py
numpy/core/tests/test_custom_dtypes.py
numpy/core/tests/test_cython.py
numpy/core/tests/test_datetime.py
numpy/core/tests/test_defchararray.py
numpy/core/tests/test_deprecations.py
numpy/core/tests/test_dlpack.py
numpy/core/tests/test_dtype.py
numpy/core/tests/test_einsum.py
numpy/core/tests/test_errstate.py
numpy/core/tests/test_extint128.py
numpy/core/tests/test_function_base.py
numpy/core/tests/test_getlimits.py
numpy/core/tests/test_half.py
numpy/core/tests/test_hashtable.py
numpy/core/tests/test_indexerrors.py
numpy/core/tests/test_indexing.py
numpy/core/tests/test_item_selection.py
numpy/core/tests/test_limited_api.py
numpy/core/tests/test_longdouble.py
numpy/core/tests/test_machar.py
numpy/core/tests/test_mem_overlap.py
numpy/core/tests/test_mem_policy.py
numpy/core/tests/test_memmap.py
numpy/core/tests/test_multiarray.py
numpy/core/tests/test_nditer.py
numpy/core/tests/test_numeric.py
numpy/core/tests/test_numerictypes.py
numpy/core/tests/test_overrides.py
numpy/core/tests/test_print.py
numpy/core/tests/test_protocols.py
numpy/core/tests/test_records.py
numpy/core/tests/test_regression.py
numpy/core/tests/test_scalar_ctors.py
numpy/core/tests/test_scalar_methods.py
numpy/core/tests/test_scalarbuffer.py
numpy/core/tests/test_scalarinherit.py
numpy/core/tests/test_scalarmath.py
numpy/core/tests/test_scalarprint.py
numpy/core/tests/test_shape_base.py
numpy/core/tests/test_simd.py
numpy/core/tests/test_simd_module.py
numpy/core/tests/test_ufunc.py
numpy/core/tests/test_umath.py
numpy/core/tests/test_umath_accuracy.py
numpy/core/tests/test_umath_complex.py
numpy/core/tests/test_unicode.py
numpy/distutils/__config__.py
numpy/distutils/__init__.py
numpy/distutils/_shell_utils.py
numpy/distutils/armccompiler.py
numpy/distutils/ccompiler.py
numpy/distutils/ccompiler_opt.py
numpy/distutils/conv_template.py
numpy/distutils/core.py
numpy/distutils/cpuinfo.py
numpy/distutils/exec_command.py
numpy/distutils/extension.py
numpy/distutils/from_template.py
numpy/distutils/intelccompiler.py
numpy/distutils/lib2def.py
numpy/distutils/line_endings.py
numpy/distutils/log.py
numpy/distutils/mingw32ccompiler.py
numpy/distutils/misc_util.py
numpy/distutils/msvc9compiler.py
numpy/distutils/msvccompiler.py
numpy/distutils/npy_pkg_config.py
numpy/distutils/numpy_distribution.py
numpy/distutils/pathccompiler.py
numpy/distutils/setup.py
numpy/distutils/system_info.py
numpy/distutils/unixccompiler.py
numpy/distutils/command/__init__.py
numpy/distutils/command/autodist.py
numpy/distutils/command/bdist_rpm.py
numpy/distutils/command/build.py
numpy/distutils/command/build_clib.py
numpy/distutils/command/build_ext.py
numpy/distutils/command/build_py.py
numpy/distutils/command/build_scripts.py
numpy/distutils/command/build_src.py
numpy/distutils/command/config.py
numpy/distutils/command/config_compiler.py
numpy/distutils/command/develop.py
numpy/distutils/command/egg_info.py
numpy/distutils/command/install.py
numpy/distutils/command/install_clib.py
numpy/distutils/command/install_data.py
numpy/distutils/command/install_headers.py
numpy/distutils/command/sdist.py
numpy/distutils/fcompiler/__init__.py
numpy/distutils/fcompiler/absoft.py
numpy/distutils/fcompiler/arm.py
numpy/distutils/fcompiler/compaq.py
numpy/distutils/fcompiler/environment.py
numpy/distutils/fcompiler/fujitsu.py
numpy/distutils/fcompiler/g95.py
numpy/distutils/fcompiler/gnu.py
numpy/distutils/fcompiler/hpux.py
numpy/distutils/fcompiler/ibm.py
numpy/distutils/fcompiler/intel.py
numpy/distutils/fcompiler/lahey.py
numpy/distutils/fcompiler/mips.py
numpy/distutils/fcompiler/nag.py
numpy/distutils/fcompiler/none.py
numpy/distutils/fcompiler/nv.py
numpy/distutils/fcompiler/pathf95.py
numpy/distutils/fcompiler/pg.py
numpy/distutils/fcompiler/sun.py
numpy/distutils/fcompiler/vast.py
numpy/distutils/tests/__init__.py
numpy/distutils/tests/test_build_ext.py
numpy/distutils/tests/test_ccompiler_opt.py
numpy/distutils/tests/test_ccompiler_opt_conf.py
numpy/distutils/tests/test_exec_command.py
numpy/distutils/tests/test_fcompiler.py
numpy/distutils/tests/test_fcompiler_gnu.py
numpy/distutils/tests/test_fcompiler_intel.py
numpy/distutils/tests/test_fcompiler_nagfor.py
numpy/distutils/tests/test_from_template.py
numpy/distutils/tests/test_log.py
numpy/distutils/tests/test_mingw32ccompiler.py
numpy/distutils/tests/test_misc_util.py
numpy/distutils/tests/test_npy_pkg_config.py
numpy/distutils/tests/test_shell_utils.py
numpy/distutils/tests/test_system_info.py
numpy/doc/__init__.py
numpy/doc/constants.py
numpy/doc/ufuncs.py
numpy/f2py/__init__.py
numpy/f2py/__main__.py
numpy/f2py/__version__.py
numpy/f2py/auxfuncs.py
numpy/f2py/capi_maps.py
numpy/f2py/cb_rules.py
numpy/f2py/cfuncs.py
numpy/f2py/common_rules.py
numpy/f2py/crackfortran.py
numpy/f2py/diagnose.py
numpy/f2py/f2py2e.py
numpy/f2py/f2py_testing.py
numpy/f2py/f90mod_rules.py
numpy/f2py/func2subr.py
numpy/f2py/rules.py
numpy/f2py/setup.py
numpy/f2py/symbolic.py
numpy/f2py/use_rules.py
numpy/f2py/tests/__init__.py
numpy/f2py/tests/test_abstract_interface.py
numpy/f2py/tests/test_array_from_pyobj.py
numpy/f2py/tests/test_assumed_shape.py
numpy/f2py/tests/test_block_docstring.py
numpy/f2py/tests/test_callback.py
numpy/f2py/tests/test_common.py
numpy/f2py/tests/test_compile_function.py
numpy/f2py/tests/test_crackfortran.py
numpy/f2py/tests/test_kind.py
numpy/f2py/tests/test_mixed.py
numpy/f2py/tests/test_module_doc.py
numpy/f2py/tests/test_parameter.py
numpy/f2py/tests/test_quoted_character.py
numpy/f2py/tests/test_regression.py
numpy/f2py/tests/test_return_character.py
numpy/f2py/tests/test_return_complex.py
numpy/f2py/tests/test_return_integer.py
numpy/f2py/tests/test_return_logical.py
numpy/f2py/tests/test_return_real.py
numpy/f2py/tests/test_semicolon_split.py
numpy/f2py/tests/test_size.py
numpy/f2py/tests/test_string.py
numpy/f2py/tests/test_symbolic.py
numpy/f2py/tests/util.py
numpy/fft/__init__.py
numpy/fft/_pocketfft.py
numpy/fft/helper.py
numpy/fft/setup.py
numpy/fft/tests/__init__.py
numpy/fft/tests/test_helper.py
numpy/fft/tests/test_pocketfft.py
numpy/lib/__init__.py
numpy/lib/_datasource.py
numpy/lib/_iotools.py
numpy/lib/_version.py
numpy/lib/arraypad.py
numpy/lib/arraysetops.py
numpy/lib/arrayterator.py
numpy/lib/format.py
numpy/lib/function_base.py
numpy/lib/histograms.py
numpy/lib/index_tricks.py
numpy/lib/mixins.py
numpy/lib/nanfunctions.py
numpy/lib/npyio.py
numpy/lib/polynomial.py
numpy/lib/recfunctions.py
numpy/lib/scimath.py
numpy/lib/setup.py
numpy/lib/shape_base.py
numpy/lib/stride_tricks.py
numpy/lib/twodim_base.py
numpy/lib/type_check.py
numpy/lib/ufunclike.py
numpy/lib/user_array.py
numpy/lib/utils.py
numpy/lib/tests/__init__.py
numpy/lib/tests/test__datasource.py
numpy/lib/tests/test__iotools.py
numpy/lib/tests/test__version.py
numpy/lib/tests/test_arraypad.py
numpy/lib/tests/test_arraysetops.py
numpy/lib/tests/test_arrayterator.py
numpy/lib/tests/test_financial_expired.py
numpy/lib/tests/test_format.py
numpy/lib/tests/test_function_base.py
numpy/lib/tests/test_histograms.py
numpy/lib/tests/test_index_tricks.py
numpy/lib/tests/test_io.py
numpy/lib/tests/test_mixins.py
numpy/lib/tests/test_nanfunctions.py
numpy/lib/tests/test_packbits.py
numpy/lib/tests/test_polynomial.py
numpy/lib/tests/test_recfunctions.py
numpy/lib/tests/test_regression.py
numpy/lib/tests/test_shape_base.py
numpy/lib/tests/test_stride_tricks.py
numpy/lib/tests/test_twodim_base.py
numpy/lib/tests/test_type_check.py
numpy/lib/tests/test_ufunclike.py
numpy/lib/tests/test_utils.py
numpy/linalg/__init__.py
numpy/linalg/linalg.py
numpy/linalg/setup.py
numpy/linalg/tests/__init__.py
numpy/linalg/tests/test_deprecations.py
numpy/linalg/tests/test_linalg.py
numpy/linalg/tests/test_regression.py
numpy/ma/__init__.py
numpy/ma/bench.py
numpy/ma/core.py
numpy/ma/extras.py
numpy/ma/mrecords.py
numpy/ma/setup.py
numpy/ma/testutils.py
numpy/ma/timer_comparison.py
numpy/ma/tests/__init__.py
numpy/ma/tests/test_core.py
numpy/ma/tests/test_deprecations.py
numpy/ma/tests/test_extras.py
numpy/ma/tests/test_mrecords.py
numpy/ma/tests/test_old_ma.py
numpy/ma/tests/test_regression.py
numpy/ma/tests/test_subclassing.py
numpy/matrixlib/__init__.py
numpy/matrixlib/defmatrix.py
numpy/matrixlib/setup.py
numpy/matrixlib/tests/__init__.py
numpy/matrixlib/tests/test_defmatrix.py
numpy/matrixlib/tests/test_interaction.py
numpy/matrixlib/tests/test_masked_matrix.py
numpy/matrixlib/tests/test_matrix_linalg.py
numpy/matrixlib/tests/test_multiarray.py
numpy/matrixlib/tests/test_numeric.py
numpy/matrixlib/tests/test_regression.py
numpy/polynomial/__init__.py
numpy/polynomial/_polybase.py
numpy/polynomial/chebyshev.py
numpy/polynomial/hermite.py
numpy/polynomial/hermite_e.py
numpy/polynomial/laguerre.py
numpy/polynomial/legendre.py
numpy/polynomial/polynomial.py
numpy/polynomial/polyutils.py
numpy/polynomial/setup.py
numpy/polynomial/tests/__init__.py
numpy/polynomial/tests/test_chebyshev.py
numpy/polynomial/tests/test_classes.py
numpy/polynomial/tests/test_hermite.py
numpy/polynomial/tests/test_hermite_e.py
numpy/polynomial/tests/test_laguerre.py
numpy/polynomial/tests/test_legendre.py
numpy/polynomial/tests/test_polynomial.py
numpy/polynomial/tests/test_polyutils.py
numpy/polynomial/tests/test_printing.py
numpy/random/__init__.py
numpy/random/_pickle.py
numpy/random/setup.py
numpy/random/tests/__init__.py
numpy/random/tests/test_direct.py
numpy/random/tests/test_extending.py
numpy/random/tests/test_generator_mt19937.py
numpy/random/tests/test_generator_mt19937_regressions.py
numpy/random/tests/test_random.py
numpy/random/tests/test_randomstate.py
numpy/random/tests/test_randomstate_regression.py
numpy/random/tests/test_regression.py
numpy/random/tests/test_seed_sequence.py
numpy/random/tests/test_smoke.py
numpy/random/tests/data/__init__.py
numpy/testing/__init__.py
numpy/testing/print_coercion_tables.py
numpy/testing/setup.py
numpy/testing/utils.py
numpy/testing/_private/__init__.py
numpy/testing/_private/decorators.py
numpy/testing/_private/extbuild.py
numpy/testing/_private/noseclasses.py
numpy/testing/_private/nosetester.py
numpy/testing/_private/parameterized.py
numpy/testing/_private/utils.py
numpy/testing/tests/__init__.py
numpy/testing/tests/test_doctesting.py
numpy/testing/tests/test_utils.py
numpy/tests/__init__.py
numpy/tests/test__all__.py
numpy/tests/test_ctypeslib.py
numpy/tests/test_matlib.py
numpy/tests/test_numpy_version.py
numpy/tests/test_public_api.py
numpy/tests/test_reloading.py
numpy/tests/test_scripts.py
numpy/tests/test_warnings.py
numpy/typing/__init__.py
numpy/typing/_add_docstring.py
numpy/typing/_array_like.py
numpy/typing/_char_codes.py
numpy/typing/_dtype_like.py
numpy/typing/_extended_precision.py
numpy/typing/_generic_alias.py
numpy/typing/_nbit.py
numpy/typing/_nested_sequence.py
numpy/typing/_scalars.py
numpy/typing/_shape.py
numpy/typing/mypy_plugin.py
numpy/typing/setup.py
numpy/typing/tests/__init__.py
numpy/typing/tests/test_generic_alias.py
numpy/typing/tests/test_isfile.py
numpy/typing/tests/test_runtime.py
numpy/typing/tests/test_typing.py
packaging/__about__.py
packaging/__init__.py
packaging/_manylinux.py
packaging/_musllinux.py
packaging/_structures.py
packaging/markers.py
packaging/requirements.py
packaging/specifiers.py
packaging/tags.py
packaging/utils.py
packaging/version.py
pathy/__init__.py
pathy/about.py
pathy/cli.py
pathy/gcs.py
pathy/s3.py
pathy/_tests/__init__.py
pathy/_tests/conftest.py
pathy/_tests/test_base.py
pathy/_tests/test_cli.py
pathy/_tests/test_clients.py
pathy/_tests/test_file.py
pathy/_tests/test_gcs.py
pathy/_tests/test_pathy.py
pathy/_tests/test_pathy_scandir.py
pathy/_tests/test_pure_pathy.py
pathy/_tests/test_s3.py
pkg_resources/__init__.py
pkg_resources/_vendor/__init__.py
pkg_resources/_vendor/appdirs.py
pkg_resources/_vendor/pyparsing.py
pkg_resources/_vendor/zipp.py
pkg_resources/_vendor/importlib_resources/__init__.py
pkg_resources/_vendor/importlib_resources/_adapters.py
pkg_resources/_vendor/importlib_resources/_common.py
pkg_resources/_vendor/importlib_resources/_compat.py
pkg_resources/_vendor/importlib_resources/_itertools.py
pkg_resources/_vendor/importlib_resources/_legacy.py
pkg_resources/_vendor/importlib_resources/abc.py
pkg_resources/_vendor/importlib_resources/readers.py
pkg_resources/_vendor/importlib_resources/simple.py
pkg_resources/_vendor/jaraco/__init__.py
pkg_resources/_vendor/jaraco/context.py
pkg_resources/_vendor/jaraco/functools.py
pkg_resources/_vendor/jaraco/text/__init__.py
pkg_resources/_vendor/more_itertools/__init__.py
pkg_resources/_vendor/more_itertools/more.py
pkg_resources/_vendor/more_itertools/recipes.py
pkg_resources/_vendor/packaging/__about__.py
pkg_resources/_vendor/packaging/__init__.py
pkg_resources/_vendor/packaging/_manylinux.py
pkg_resources/_vendor/packaging/_musllinux.py
pkg_resources/_vendor/packaging/_structures.py
pkg_resources/_vendor/packaging/markers.py
pkg_resources/_vendor/packaging/requirements.py
pkg_resources/_vendor/packaging/specifiers.py
pkg_resources/_vendor/packaging/tags.py
pkg_resources/_vendor/packaging/utils.py
pkg_resources/_vendor/packaging/version.py
pkg_resources/extern/__init__.py
preshed/__init__.py
preshed/about.py
preshed/tests/__init__.py
preshed/tests/test_bloom.py
preshed/tests/test_counter.py
preshed/tests/test_hashing.py
preshed/tests/test_pop.py
pydantic/__init__.py
pydantic/_hypothesis_plugin.py
pydantic/annotated_types.py
pydantic/class_validators.py
pydantic/color.py
pydantic/dataclasses.py
pydantic/datetime_parse.py
pydantic/decorator.py
pydantic/env_settings.py
pydantic/error_wrappers.py
pydantic/errors.py
pydantic/fields.py
pydantic/generics.py
pydantic/json.py
pydantic/main.py
pydantic/mypy.py
pydantic/networks.py
pydantic/parse.py
pydantic/schema.py
pydantic/tools.py
pydantic/types.py
pydantic/typing.py
pydantic/utils.py
pydantic/validators.py
pydantic/version.py
pyparsing/__init__.py
pyparsing/actions.py
pyparsing/common.py
pyparsing/core.py
pyparsing/exceptions.py
pyparsing/helpers.py
pyparsing/results.py
pyparsing/testing.py
pyparsing/unicode.py
pyparsing/util.py
pyparsing/diagram/__init__.py
requests/__init__.py
requests/__version__.py
requests/_internal_utils.py
requests/adapters.py
requests/api.py
requests/auth.py
requests/certs.py
requests/compat.py
requests/cookies.py
requests/exceptions.py
requests/help.py
requests/hooks.py
requests/models.py
requests/packages.py
requests/sessions.py
requests/status_codes.py
requests/structures.py
requests/utils.py
setuptools/__init__.py
setuptools/_deprecation_warning.py
setuptools/_entry_points.py
setuptools/_imp.py
setuptools/_importlib.py
setuptools/_itertools.py
setuptools/_path.py
setuptools/_reqs.py
setuptools/archive_util.py
setuptools/build_meta.py
setuptools/config.py
setuptools/dep_util.py
setuptools/depends.py
setuptools/dist.py
setuptools/errors.py
setuptools/extension.py
setuptools/glob.py
setuptools/installer.py
setuptools/launch.py
setuptools/logging.py
setuptools/monkey.py
setuptools/msvc.py
setuptools/namespaces.py
setuptools/package_index.py
setuptools/py34compat.py
setuptools/sandbox.py
setuptools/unicode_utils.py
setuptools/version.py
setuptools/wheel.py
setuptools/windows_support.py
setuptools/_distutils/__init__.py
setuptools/_distutils/_collections.py
setuptools/_distutils/_msvccompiler.py
setuptools/_distutils/archive_util.py
setuptools/_distutils/bcppcompiler.py
setuptools/_distutils/ccompiler.py
setuptools/_distutils/cmd.py
setuptools/_distutils/config.py
setuptools/_distutils/core.py
setuptools/_distutils/cygwinccompiler.py
setuptools/_distutils/debug.py
setuptools/_distutils/dep_util.py
setuptools/_distutils/dir_util.py
setuptools/_distutils/dist.py
setuptools/_distutils/errors.py
setuptools/_distutils/extension.py
setuptools/_distutils/fancy_getopt.py
setuptools/_distutils/file_util.py
setuptools/_distutils/filelist.py
setuptools/_distutils/log.py
setuptools/_distutils/msvc9compiler.py
setuptools/_distutils/msvccompiler.py
setuptools/_distutils/py35compat.py
setuptools/_distutils/py38compat.py
setuptools/_distutils/spawn.py
setuptools/_distutils/sysconfig.py
setuptools/_distutils/text_file.py
setuptools/_distutils/unixccompiler.py
setuptools/_distutils/util.py
setuptools/_distutils/version.py
setuptools/_distutils/versionpredicate.py
setuptools/_distutils/command/__init__.py
setuptools/_distutils/command/bdist.py
setuptools/_distutils/command/bdist_dumb.py
setuptools/_distutils/command/bdist_msi.py
setuptools/_distutils/command/bdist_rpm.py
setuptools/_distutils/command/bdist_wininst.py
setuptools/_distutils/command/build.py
setuptools/_distutils/command/build_clib.py
setuptools/_distutils/command/build_ext.py
setuptools/_distutils/command/build_py.py
setuptools/_distutils/command/build_scripts.py
setuptools/_distutils/command/check.py
setuptools/_distutils/command/clean.py
setuptools/_distutils/command/config.py
setuptools/_distutils/command/install.py
setuptools/_distutils/command/install_data.py
setuptools/_distutils/command/install_egg_info.py
setuptools/_distutils/command/install_headers.py
setuptools/_distutils/command/install_lib.py
setuptools/_distutils/command/install_scripts.py
setuptools/_distutils/command/py37compat.py
setuptools/_distutils/command/register.py
setuptools/_distutils/command/sdist.py
setuptools/_distutils/command/upload.py
setuptools/_vendor/__init__.py
setuptools/_vendor/ordered_set.py
setuptools/_vendor/pyparsing.py
setuptools/_vendor/typing_extensions.py
setuptools/_vendor/zipp.py
setuptools/_vendor/importlib_metadata/__init__.py
setuptools/_vendor/importlib_metadata/_adapters.py
setuptools/_vendor/importlib_metadata/_collections.py
setuptools/_vendor/importlib_metadata/_compat.py
setuptools/_vendor/importlib_metadata/_functools.py
setuptools/_vendor/importlib_metadata/_itertools.py
setuptools/_vendor/importlib_metadata/_meta.py
setuptools/_vendor/importlib_metadata/_text.py
setuptools/_vendor/importlib_resources/__init__.py
setuptools/_vendor/importlib_resources/_adapters.py
setuptools/_vendor/importlib_resources/_common.py
setuptools/_vendor/importlib_resources/_compat.py
setuptools/_vendor/importlib_resources/_itertools.py
setuptools/_vendor/importlib_resources/_legacy.py
setuptools/_vendor/importlib_resources/abc.py
setuptools/_vendor/importlib_resources/readers.py
setuptools/_vendor/importlib_resources/simple.py
setuptools/_vendor/jaraco/__init__.py
setuptools/_vendor/jaraco/context.py
setuptools/_vendor/jaraco/functools.py
setuptools/_vendor/jaraco/text/__init__.py
setuptools/_vendor/more_itertools/__init__.py
setuptools/_vendor/more_itertools/more.py
setuptools/_vendor/more_itertools/recipes.py
setuptools/_vendor/packaging/__about__.py
setuptools/_vendor/packaging/__init__.py
setuptools/_vendor/packaging/_manylinux.py
setuptools/_vendor/packaging/_musllinux.py
setuptools/_vendor/packaging/_structures.py
setuptools/_vendor/packaging/markers.py
setuptools/_vendor/packaging/requirements.py
setuptools/_vendor/packaging/specifiers.py
setuptools/_vendor/packaging/tags.py
setuptools/_vendor/packaging/utils.py
setuptools/_vendor/packaging/version.py
setuptools/command/__init__.py
setuptools/command/alias.py
setuptools/command/bdist_egg.py
setuptools/command/bdist_rpm.py
setuptools/command/build_clib.py
setuptools/command/build_ext.py
setuptools/command/build_py.py
setuptools/command/develop.py
setuptools/command/dist_info.py
setuptools/command/easy_install.py
setuptools/command/egg_info.py
setuptools/command/install.py
setuptools/command/install_egg_info.py
setuptools/command/install_lib.py
setuptools/command/install_scripts.py
setuptools/command/py36compat.py
setuptools/command/register.py
setuptools/command/rotate.py
setuptools/command/saveopts.py
setuptools/command/sdist.py
setuptools/command/setopt.py
setuptools/command/test.py
setuptools/command/upload.py
setuptools/command/upload_docs.py
setuptools/extern/__init__.py
smart_open/__init__.py
smart_open/azure.py
smart_open/bytebuffer.py
smart_open/compression.py
smart_open/concurrency.py
smart_open/constants.py
smart_open/doctools.py
smart_open/gcs.py
smart_open/hdfs.py
smart_open/http.py
smart_open/local_file.py
smart_open/s3.py
smart_open/smart_open_lib.py
smart_open/ssh.py
smart_open/transport.py
smart_open/utils.py
smart_open/version.py
smart_open/webhdfs.py
spacy/__init__.py
spacy/__main__.py
spacy/about.py
spacy/compat.py
spacy/errors.py
spacy/git_info.py
spacy/glossary.py
spacy/language.py
spacy/lookups.py
spacy/pipe_analysis.py
spacy/schemas.py
spacy/scorer.py
spacy/ty.py
spacy/util.py
spacy/cli/__init__.py
spacy/cli/_util.py
spacy/cli/assemble.py
spacy/cli/convert.py
spacy/cli/debug_config.py
spacy/cli/debug_data.py
spacy/cli/debug_model.py
spacy/cli/download.py
spacy/cli/evaluate.py
spacy/cli/info.py
spacy/cli/init_config.py
spacy/cli/init_pipeline.py
spacy/cli/package.py
spacy/cli/pretrain.py
spacy/cli/profile.py
spacy/cli/train.py
spacy/cli/validate.py
spacy/cli/project/__init__.py
spacy/cli/project/assets.py
spacy/cli/project/clone.py
spacy/cli/project/document.py
spacy/cli/project/dvc.py
spacy/cli/project/pull.py
spacy/cli/project/push.py
spacy/cli/project/remote_storage.py
spacy/cli/project/run.py
spacy/displacy/__init__.py
spacy/displacy/render.py
spacy/displacy/templates.py
spacy/lang/__init__.py
spacy/lang/char_classes.py
spacy/lang/lex_attrs.py
spacy/lang/norm_exceptions.py
spacy/lang/punctuation.py
spacy/lang/tokenizer_exceptions.py
spacy/lang/af/__init__.py
spacy/lang/af/stop_words.py
spacy/lang/am/__init__.py
spacy/lang/am/examples.py
spacy/lang/am/lex_attrs.py
spacy/lang/am/punctuation.py
spacy/lang/am/stop_words.py
spacy/lang/am/tokenizer_exceptions.py
spacy/lang/ar/__init__.py
spacy/lang/ar/examples.py
spacy/lang/ar/lex_attrs.py
spacy/lang/ar/punctuation.py
spacy/lang/ar/stop_words.py
spacy/lang/ar/tokenizer_exceptions.py
spacy/lang/az/__init__.py
spacy/lang/az/examples.py
spacy/lang/az/lex_attrs.py
spacy/lang/az/stop_words.py
spacy/lang/bg/__init__.py
spacy/lang/bg/examples.py
spacy/lang/bg/lex_attrs.py
spacy/lang/bg/stop_words.py
spacy/lang/bg/tokenizer_exceptions.py
spacy/lang/bn/__init__.py
spacy/lang/bn/examples.py
spacy/lang/bn/punctuation.py
spacy/lang/bn/stop_words.py
spacy/lang/bn/tokenizer_exceptions.py
spacy/lang/ca/__init__.py
spacy/lang/ca/examples.py
spacy/lang/ca/lemmatizer.py
spacy/lang/ca/lex_attrs.py
spacy/lang/ca/punctuation.py
spacy/lang/ca/stop_words.py
spacy/lang/ca/syntax_iterators.py
spacy/lang/ca/tokenizer_exceptions.py
spacy/lang/cs/__init__.py
spacy/lang/cs/examples.py
spacy/lang/cs/lex_attrs.py
spacy/lang/cs/stop_words.py
spacy/lang/da/__init__.py
spacy/lang/da/examples.py
spacy/lang/da/lex_attrs.py
spacy/lang/da/punctuation.py
spacy/lang/da/stop_words.py
spacy/lang/da/syntax_iterators.py
spacy/lang/da/tokenizer_exceptions.py
spacy/lang/de/__init__.py
spacy/lang/de/examples.py
spacy/lang/de/punctuation.py
spacy/lang/de/stop_words.py
spacy/lang/de/syntax_iterators.py
spacy/lang/de/tokenizer_exceptions.py
spacy/lang/el/__init__.py
spacy/lang/el/examples.py
spacy/lang/el/get_pos_from_wiktionary.py
spacy/lang/el/lemmatizer.py
spacy/lang/el/lex_attrs.py
spacy/lang/el/punctuation.py
spacy/lang/el/stop_words.py
spacy/lang/el/syntax_iterators.py
spacy/lang/el/tokenizer_exceptions.py
spacy/lang/en/__init__.py
spacy/lang/en/examples.py
spacy/lang/en/lemmatizer.py
spacy/lang/en/lex_attrs.py
spacy/lang/en/punctuation.py
spacy/lang/en/stop_words.py
spacy/lang/en/syntax_iterators.py
spacy/lang/en/tokenizer_exceptions.py
spacy/lang/es/__init__.py
spacy/lang/es/examples.py
spacy/lang/es/lemmatizer.py
spacy/lang/es/lex_attrs.py
spacy/lang/es/punctuation.py
spacy/lang/es/stop_words.py
spacy/lang/es/syntax_iterators.py
spacy/lang/es/tokenizer_exceptions.py
spacy/lang/et/__init__.py
spacy/lang/et/stop_words.py
spacy/lang/eu/__init__.py
spacy/lang/eu/examples.py
spacy/lang/eu/lex_attrs.py
spacy/lang/eu/punctuation.py
spacy/lang/eu/stop_words.py
spacy/lang/fa/__init__.py
spacy/lang/fa/examples.py
spacy/lang/fa/generate_verbs_exc.py
spacy/lang/fa/lex_attrs.py
spacy/lang/fa/punctuation.py
spacy/lang/fa/stop_words.py
spacy/lang/fa/syntax_iterators.py
spacy/lang/fa/tokenizer_exceptions.py
spacy/lang/fi/__init__.py
spacy/lang/fi/examples.py
spacy/lang/fi/lex_attrs.py
spacy/lang/fi/punctuation.py
spacy/lang/fi/stop_words.py
spacy/lang/fi/tokenizer_exceptions.py
spacy/lang/fr/__init__.py
spacy/lang/fr/_tokenizer_exceptions_list.py
spacy/lang/fr/examples.py
spacy/lang/fr/lemmatizer.py
spacy/lang/fr/lex_attrs.py
spacy/lang/fr/punctuation.py
spacy/lang/fr/stop_words.py
spacy/lang/fr/syntax_iterators.py
spacy/lang/fr/tokenizer_exceptions.py
spacy/lang/ga/__init__.py
spacy/lang/ga/lemmatizer.py
spacy/lang/ga/stop_words.py
spacy/lang/ga/tokenizer_exceptions.py
spacy/lang/grc/__init__.py
spacy/lang/grc/examples.py
spacy/lang/grc/lex_attrs.py
spacy/lang/grc/stop_words.py
spacy/lang/grc/tokenizer_exceptions.py
spacy/lang/gu/__init__.py
spacy/lang/gu/examples.py
spacy/lang/gu/stop_words.py
spacy/lang/he/__init__.py
spacy/lang/he/examples.py
spacy/lang/he/lex_attrs.py
spacy/lang/he/stop_words.py
spacy/lang/hi/__init__.py
spacy/lang/hi/examples.py
spacy/lang/hi/lex_attrs.py
spacy/lang/hi/stop_words.py
spacy/lang/hr/__init__.py
spacy/lang/hr/examples.py
spacy/lang/hr/stop_words.py
spacy/lang/hu/__init__.py
spacy/lang/hu/examples.py
spacy/lang/hu/punctuation.py
spacy/lang/hu/stop_words.py
spacy/lang/hu/tokenizer_exceptions.py
spacy/lang/hy/__init__.py
spacy/lang/hy/examples.py
spacy/lang/hy/lex_attrs.py
spacy/lang/hy/stop_words.py
spacy/lang/id/__init__.py
spacy/lang/id/_tokenizer_exceptions_list.py
spacy/lang/id/examples.py
spacy/lang/id/lex_attrs.py
spacy/lang/id/punctuation.py
spacy/lang/id/stop_words.py
spacy/lang/id/syntax_iterators.py
spacy/lang/id/tokenizer_exceptions.py
spacy/lang/is/__init__.py
spacy/lang/is/stop_words.py
spacy/lang/it/__init__.py
spacy/lang/it/examples.py
spacy/lang/it/lemmatizer.py
spacy/lang/it/punctuation.py
spacy/lang/it/stop_words.py
spacy/lang/it/tokenizer_exceptions.py
spacy/lang/ja/__init__.py
spacy/lang/ja/examples.py
spacy/lang/ja/stop_words.py
spacy/lang/ja/syntax_iterators.py
spacy/lang/ja/tag_bigram_map.py
spacy/lang/ja/tag_map.py
spacy/lang/ja/tag_orth_map.py
spacy/lang/kn/__init__.py
spacy/lang/kn/examples.py
spacy/lang/kn/stop_words.py
spacy/lang/ko/__init__.py
spacy/lang/ko/examples.py
spacy/lang/ko/lex_attrs.py
spacy/lang/ko/stop_words.py
spacy/lang/ko/tag_map.py
spacy/lang/ky/__init__.py
spacy/lang/ky/examples.py
spacy/lang/ky/lex_attrs.py
spacy/lang/ky/punctuation.py
spacy/lang/ky/stop_words.py
spacy/lang/ky/tokenizer_exceptions.py
spacy/lang/lb/__init__.py
spacy/lang/lb/examples.py
spacy/lang/lb/lex_attrs.py
spacy/lang/lb/punctuation.py
spacy/lang/lb/stop_words.py
spacy/lang/lb/tokenizer_exceptions.py
spacy/lang/lij/__init__.py
spacy/lang/lij/examples.py
spacy/lang/lij/punctuation.py
spacy/lang/lij/stop_words.py
spacy/lang/lij/tokenizer_exceptions.py
spacy/lang/lt/__init__.py
spacy/lang/lt/examples.py
spacy/lang/lt/lex_attrs.py
spacy/lang/lt/punctuation.py
spacy/lang/lt/stop_words.py
spacy/lang/lt/tokenizer_exceptions.py
spacy/lang/lv/__init__.py
spacy/lang/lv/stop_words.py
spacy/lang/mk/__init__.py
spacy/lang/mk/lemmatizer.py
spacy/lang/mk/lex_attrs.py
spacy/lang/mk/stop_words.py
spacy/lang/mk/tokenizer_exceptions.py
spacy/lang/ml/__init__.py
spacy/lang/ml/examples.py
spacy/lang/ml/lex_attrs.py
spacy/lang/ml/stop_words.py
spacy/lang/mr/__init__.py
spacy/lang/mr/stop_words.py
spacy/lang/nb/__init__.py
spacy/lang/nb/examples.py
spacy/lang/nb/punctuation.py
spacy/lang/nb/stop_words.py
spacy/lang/nb/syntax_iterators.py
spacy/lang/nb/tokenizer_exceptions.py
spacy/lang/ne/__init__.py
spacy/lang/ne/examples.py
spacy/lang/ne/lex_attrs.py
spacy/lang/ne/stop_words.py
spacy/lang/nl/__init__.py
spacy/lang/nl/examples.py
spacy/lang/nl/lemmatizer.py
spacy/lang/nl/lex_attrs.py
spacy/lang/nl/punctuation.py
spacy/lang/nl/stop_words.py
spacy/lang/nl/syntax_iterators.py
spacy/lang/nl/tokenizer_exceptions.py
spacy/lang/pl/__init__.py
spacy/lang/pl/examples.py
spacy/lang/pl/lemmatizer.py
spacy/lang/pl/lex_attrs.py
spacy/lang/pl/punctuation.py
spacy/lang/pl/stop_words.py
spacy/lang/pt/__init__.py
spacy/lang/pt/examples.py
spacy/lang/pt/lex_attrs.py
spacy/lang/pt/punctuation.py
spacy/lang/pt/stop_words.py
spacy/lang/pt/syntax_iterators.py
spacy/lang/pt/tokenizer_exceptions.py
spacy/lang/ro/__init__.py
spacy/lang/ro/examples.py
spacy/lang/ro/lex_attrs.py
spacy/lang/ro/punctuation.py
spacy/lang/ro/stop_words.py
spacy/lang/ro/tokenizer_exceptions.py
spacy/lang/ru/__init__.py
spacy/lang/ru/examples.py
spacy/lang/ru/lemmatizer.py
spacy/lang/ru/lex_attrs.py
spacy/lang/ru/stop_words.py
spacy/lang/ru/tokenizer_exceptions.py
spacy/lang/sa/__init__.py
spacy/lang/sa/examples.py
spacy/lang/sa/lex_attrs.py
spacy/lang/sa/stop_words.py
spacy/lang/si/__init__.py
spacy/lang/si/examples.py
spacy/lang/si/lex_attrs.py
spacy/lang/si/stop_words.py
spacy/lang/sk/__init__.py
spacy/lang/sk/examples.py
spacy/lang/sk/lex_attrs.py
spacy/lang/sk/stop_words.py
spacy/lang/sl/__init__.py
spacy/lang/sl/stop_words.py
spacy/lang/sq/__init__.py
spacy/lang/sq/examples.py
spacy/lang/sq/stop_words.py
spacy/lang/sr/__init__.py
spacy/lang/sr/examples.py
spacy/lang/sr/lex_attrs.py
spacy/lang/sr/stop_words.py
spacy/lang/sr/tokenizer_exceptions.py
spacy/lang/sv/__init__.py
spacy/lang/sv/examples.py
spacy/lang/sv/lex_attrs.py
spacy/lang/sv/stop_words.py
spacy/lang/sv/syntax_iterators.py
spacy/lang/sv/tokenizer_exceptions.py
spacy/lang/ta/__init__.py
spacy/lang/ta/examples.py
spacy/lang/ta/lex_attrs.py
spacy/lang/ta/stop_words.py
spacy/lang/te/__init__.py
spacy/lang/te/examples.py
spacy/lang/te/lex_attrs.py
spacy/lang/te/stop_words.py
spacy/lang/th/__init__.py
spacy/lang/th/lex_attrs.py
spacy/lang/th/stop_words.py
spacy/lang/th/tokenizer_exceptions.py
spacy/lang/ti/__init__.py
spacy/lang/ti/examples.py
spacy/lang/ti/lex_attrs.py
spacy/lang/ti/punctuation.py
spacy/lang/ti/stop_words.py
spacy/lang/ti/tokenizer_exceptions.py
spacy/lang/tl/__init__.py
spacy/lang/tl/lex_attrs.py
spacy/lang/tl/stop_words.py
spacy/lang/tl/tokenizer_exceptions.py
spacy/lang/tn/__init__.py
spacy/lang/tn/examples.py
spacy/lang/tn/lex_attrs.py
spacy/lang/tn/punctuation.py
spacy/lang/tn/stop_words.py
spacy/lang/tr/__init__.py
spacy/lang/tr/examples.py
spacy/lang/tr/lex_attrs.py
spacy/lang/tr/stop_words.py
spacy/lang/tr/syntax_iterators.py
spacy/lang/tr/tokenizer_exceptions.py
spacy/lang/tt/__init__.py
spacy/lang/tt/examples.py
spacy/lang/tt/lex_attrs.py
spacy/lang/tt/punctuation.py
spacy/lang/tt/stop_words.py
spacy/lang/tt/tokenizer_exceptions.py
spacy/lang/uk/__init__.py
spacy/lang/uk/examples.py
spacy/lang/uk/lemmatizer.py
spacy/lang/uk/lex_attrs.py
spacy/lang/uk/stop_words.py
spacy/lang/uk/tokenizer_exceptions.py
spacy/lang/ur/__init__.py
spacy/lang/ur/examples.py
spacy/lang/ur/lex_attrs.py
spacy/lang/ur/punctuation.py
spacy/lang/ur/stop_words.py
spacy/lang/vi/__init__.py
spacy/lang/vi/examples.py
spacy/lang/vi/lex_attrs.py
spacy/lang/vi/stop_words.py
spacy/lang/xx/__init__.py
spacy/lang/xx/examples.py
spacy/lang/yo/__init__.py
spacy/lang/yo/examples.py
spacy/lang/yo/lex_attrs.py
spacy/lang/yo/stop_words.py
spacy/lang/zh/__init__.py
spacy/lang/zh/examples.py
spacy/lang/zh/lex_attrs.py
spacy/lang/zh/stop_words.py
spacy/matcher/__init__.py
spacy/ml/__init__.py
spacy/ml/_character_embed.py
spacy/ml/_precomputable_affine.py
spacy/ml/callbacks.py
spacy/ml/extract_ngrams.py
spacy/ml/extract_spans.py
spacy/ml/featureextractor.py
spacy/ml/staticvectors.py
spacy/ml/tb_framework.py
spacy/ml/models/__init__.py
spacy/ml/models/entity_linker.py
spacy/ml/models/multi_task.py
spacy/ml/models/parser.py
spacy/ml/models/spancat.py
spacy/ml/models/tagger.py
spacy/ml/models/textcat.py
spacy/ml/models/tok2vec.py
spacy/pipeline/__init__.py
spacy/pipeline/attributeruler.py
spacy/pipeline/entity_linker.py
spacy/pipeline/entityruler.py
spacy/pipeline/functions.py
spacy/pipeline/lemmatizer.py
spacy/pipeline/spancat.py
spacy/pipeline/textcat.py
spacy/pipeline/textcat_multilabel.py
spacy/pipeline/tok2vec.py
spacy/pipeline/_parser_internals/__init__.py
spacy/tests/__init__.py
spacy/tests/conftest.py
spacy/tests/enable_gpu.py
spacy/tests/test_architectures.py
spacy/tests/test_cli.py
spacy/tests/test_displacy.py
spacy/tests/test_errors.py
spacy/tests/test_language.py
spacy/tests/test_misc.py
spacy/tests/test_models.py
spacy/tests/test_pickles.py
spacy/tests/test_scorer.py
spacy/tests/test_ty.py
spacy/tests/util.py
spacy/tests/doc/__init__.py
spacy/tests/doc/test_add_entities.py
spacy/tests/doc/test_array.py
spacy/tests/doc/test_creation.py
spacy/tests/doc/test_doc_api.py
spacy/tests/doc/test_graph.py
spacy/tests/doc/test_morphanalysis.py
spacy/tests/doc/test_pickle_doc.py
spacy/tests/doc/test_retokenize_merge.py
spacy/tests/doc/test_retokenize_split.py
spacy/tests/doc/test_span.py
spacy/tests/doc/test_to_json.py
spacy/tests/doc/test_token_api.py
spacy/tests/doc/test_underscore.py
spacy/tests/lang/__init__.py
spacy/tests/lang/test_attrs.py
spacy/tests/lang/test_initialize.py
spacy/tests/lang/test_lemmatizers.py
spacy/tests/lang/af/__init__.py
spacy/tests/lang/af/test_text.py
spacy/tests/lang/af/test_tokenizer.py
spacy/tests/lang/am/__init__.py
spacy/tests/lang/am/test_exception.py
spacy/tests/lang/am/test_text.py
spacy/tests/lang/ar/__init__.py
spacy/tests/lang/ar/test_exceptions.py
spacy/tests/lang/ar/test_text.py
spacy/tests/lang/bn/__init__.py
spacy/tests/lang/bn/test_tokenizer.py
spacy/tests/lang/ca/__init__.py
spacy/tests/lang/ca/test_exception.py
spacy/tests/lang/ca/test_prefix_suffix_infix.py
spacy/tests/lang/ca/test_text.py
spacy/tests/lang/cs/__init__.py
spacy/tests/lang/cs/test_text.py
spacy/tests/lang/da/__init__.py
spacy/tests/lang/da/test_exceptions.py
spacy/tests/lang/da/test_noun_chunks.py
spacy/tests/lang/da/test_prefix_suffix_infix.py
spacy/tests/lang/da/test_text.py
spacy/tests/lang/de/__init__.py
spacy/tests/lang/de/test_exceptions.py
spacy/tests/lang/de/test_noun_chunks.py
spacy/tests/lang/de/test_parser.py
spacy/tests/lang/de/test_prefix_suffix_infix.py
spacy/tests/lang/de/test_text.py
spacy/tests/lang/el/__init__.py
spacy/tests/lang/el/test_exception.py
spacy/tests/lang/el/test_noun_chunks.py
spacy/tests/lang/el/test_text.py
spacy/tests/lang/en/__init__.py
spacy/tests/lang/en/test_customized_tokenizer.py
spacy/tests/lang/en/test_exceptions.py
spacy/tests/lang/en/test_indices.py
spacy/tests/lang/en/test_noun_chunks.py
spacy/tests/lang/en/test_parser.py
spacy/tests/lang/en/test_prefix_suffix_infix.py
spacy/tests/lang/en/test_punct.py
spacy/tests/lang/en/test_sbd.py
spacy/tests/lang/en/test_text.py
spacy/tests/lang/en/test_tokenizer.py
spacy/tests/lang/es/__init__.py
spacy/tests/lang/es/test_exception.py
spacy/tests/lang/es/test_noun_chunks.py
spacy/tests/lang/es/test_text.py
spacy/tests/lang/et/__init__.py
spacy/tests/lang/et/test_text.py
spacy/tests/lang/et/test_tokenizer.py
spacy/tests/lang/eu/__init__.py
spacy/tests/lang/eu/test_text.py
spacy/tests/lang/fa/__init__.py
spacy/tests/lang/fa/test_noun_chunks.py
spacy/tests/lang/fi/__init__.py
spacy/tests/lang/fi/test_text.py
spacy/tests/lang/fi/test_tokenizer.py
spacy/tests/lang/fr/__init__.py
spacy/tests/lang/fr/test_exceptions.py
spacy/tests/lang/fr/test_noun_chunks.py
spacy/tests/lang/fr/test_prefix_suffix_infix.py
spacy/tests/lang/fr/test_text.py
spacy/tests/lang/ga/__init__.py
spacy/tests/lang/ga/test_tokenizer.py
spacy/tests/lang/grc/__init__.py
spacy/tests/lang/grc/test_text.py
spacy/tests/lang/gu/__init__.py
spacy/tests/lang/gu/test_text.py
spacy/tests/lang/he/__init__.py
spacy/tests/lang/he/test_tokenizer.py
spacy/tests/lang/hi/__init__.py
spacy/tests/lang/hi/test_lex_attrs.py
spacy/tests/lang/hi/test_text.py
spacy/tests/lang/hr/__init__.py
spacy/tests/lang/hr/test_text.py
spacy/tests/lang/hr/test_tokenizer.py
spacy/tests/lang/hu/__init__.py
spacy/tests/lang/hu/test_tokenizer.py
spacy/tests/lang/hy/__init__.py
spacy/tests/lang/hy/test_text.py
spacy/tests/lang/hy/test_tokenizer.py
spacy/tests/lang/id/__init__.py
spacy/tests/lang/id/test_noun_chunks.py
spacy/tests/lang/id/test_prefix_suffix_infix.py
spacy/tests/lang/id/test_text.py
spacy/tests/lang/is/__init__.py
spacy/tests/lang/is/test_text.py
spacy/tests/lang/is/test_tokenizer.py
spacy/tests/lang/it/__init__.py
spacy/tests/lang/it/test_prefix_suffix_infix.py
spacy/tests/lang/it/test_text.py
spacy/tests/lang/ja/__init__.py
spacy/tests/lang/ja/test_lemmatization.py
spacy/tests/lang/ja/test_morphologizer_factory.py
spacy/tests/lang/ja/test_serialize.py
spacy/tests/lang/ja/test_tokenizer.py
spacy/tests/lang/ko/__init__.py
spacy/tests/lang/ko/test_lemmatization.py
spacy/tests/lang/ko/test_serialize.py
spacy/tests/lang/ko/test_tokenizer.py
spacy/tests/lang/ky/__init__.py
spacy/tests/lang/ky/test_tokenizer.py
spacy/tests/lang/lb/__init__.py
spacy/tests/lang/lb/test_exceptions.py
spacy/tests/lang/lb/test_prefix_suffix_infix.py
spacy/tests/lang/lb/test_text.py
spacy/tests/lang/lt/__init__.py
spacy/tests/lang/lt/test_text.py
spacy/tests/lang/lv/__init__.py
spacy/tests/lang/lv/test_text.py
spacy/tests/lang/lv/test_tokenizer.py
spacy/tests/lang/mk/__init__.py
spacy/tests/lang/mk/test_text.py
spacy/tests/lang/ml/__init__.py
spacy/tests/lang/ml/test_text.py
spacy/tests/lang/nb/__init__.py
spacy/tests/lang/nb/test_noun_chunks.py
spacy/tests/lang/nb/test_tokenizer.py
spacy/tests/lang/ne/__init__.py
spacy/tests/lang/ne/test_text.py
spacy/tests/lang/nl/__init__.py
spacy/tests/lang/nl/test_noun_chunks.py
spacy/tests/lang/nl/test_text.py
spacy/tests/lang/pl/__init__.py
spacy/tests/lang/pl/test_text.py
spacy/tests/lang/pl/test_tokenizer.py
spacy/tests/lang/pt/__init__.py
spacy/tests/lang/pt/test_noun_chunks.py
spacy/tests/lang/pt/test_text.py
spacy/tests/lang/ro/__init__.py
spacy/tests/lang/ro/test_tokenizer.py
spacy/tests/lang/ru/__init__.py
spacy/tests/lang/ru/test_exceptions.py
spacy/tests/lang/ru/test_lemmatizer.py
spacy/tests/lang/ru/test_text.py
spacy/tests/lang/ru/test_tokenizer.py
spacy/tests/lang/sa/__init__.py
spacy/tests/lang/sa/test_text.py
spacy/tests/lang/sk/__init__.py
spacy/tests/lang/sk/test_text.py
spacy/tests/lang/sk/test_tokenizer.py
spacy/tests/lang/sl/__init__.py
spacy/tests/lang/sl/test_text.py
spacy/tests/lang/sl/test_tokenizer.py
spacy/tests/lang/sq/__init__.py
spacy/tests/lang/sq/test_text.py
spacy/tests/lang/sq/test_tokenizer.py
spacy/tests/lang/sr/__init__.py
spacy/tests/lang/sr/test_exceptions.py
spacy/tests/lang/sr/test_tokenizer.py
spacy/tests/lang/sv/__init__.py
spacy/tests/lang/sv/test_exceptions.py
spacy/tests/lang/sv/test_lex_attrs.py
spacy/tests/lang/sv/test_noun_chunks.py
spacy/tests/lang/sv/test_prefix_suffix_infix.py
spacy/tests/lang/sv/test_text.py
spacy/tests/lang/sv/test_tokenizer.py
spacy/tests/lang/th/__init__.py
spacy/tests/lang/th/test_serialize.py
spacy/tests/lang/th/test_tokenizer.py
spacy/tests/lang/ti/__init__.py
spacy/tests/lang/ti/test_exception.py
spacy/tests/lang/ti/test_text.py
spacy/tests/lang/tl/__init__.py
spacy/tests/lang/tl/test_indices.py
spacy/tests/lang/tl/test_punct.py
spacy/tests/lang/tl/test_text.py
spacy/tests/lang/tr/__init__.py
spacy/tests/lang/tr/test_noun_chunks.py
spacy/tests/lang/tr/test_parser.py
spacy/tests/lang/tr/test_text.py
spacy/tests/lang/tr/test_tokenizer.py
spacy/tests/lang/tt/__init__.py
spacy/tests/lang/tt/test_tokenizer.py
spacy/tests/lang/uk/__init__.py
spacy/tests/lang/uk/test_lemmatizer.py
spacy/tests/lang/uk/test_tokenizer.py
spacy/tests/lang/uk/test_tokenizer_exc.py
spacy/tests/lang/ur/__init__.py
spacy/tests/lang/ur/test_prefix_suffix_infix.py
spacy/tests/lang/ur/test_text.py
spacy/tests/lang/vi/__init__.py
spacy/tests/lang/vi/test_serialize.py
spacy/tests/lang/vi/test_tokenizer.py
spacy/tests/lang/xx/__init__.py
spacy/tests/lang/xx/test_text.py
spacy/tests/lang/xx/test_tokenizer.py
spacy/tests/lang/yo/__init__.py
spacy/tests/lang/yo/test_text.py
spacy/tests/lang/zh/__init__.py
spacy/tests/lang/zh/test_serialize.py
spacy/tests/lang/zh/test_text.py
spacy/tests/lang/zh/test_tokenizer.py
spacy/tests/matcher/__init__.py
spacy/tests/matcher/test_dependency_matcher.py
spacy/tests/matcher/test_matcher_api.py
spacy/tests/matcher/test_matcher_logic.py
spacy/tests/matcher/test_pattern_validation.py
spacy/tests/matcher/test_phrase_matcher.py
spacy/tests/morphology/__init__.py
spacy/tests/morphology/test_morph_converters.py
spacy/tests/morphology/test_morph_features.py
spacy/tests/morphology/test_morph_pickle.py
spacy/tests/package/__init__.py
spacy/tests/package/test_requirements.py
spacy/tests/parser/__init__.py
spacy/tests/parser/test_add_label.py
spacy/tests/parser/test_arc_eager_oracle.py
spacy/tests/parser/test_ner.py
spacy/tests/parser/test_neural_parser.py
spacy/tests/parser/test_nn_beam.py
spacy/tests/parser/test_nonproj.py
spacy/tests/parser/test_parse.py
spacy/tests/parser/test_parse_navigate.py
spacy/tests/parser/test_preset_sbd.py
spacy/tests/parser/test_space_attachment.py
spacy/tests/parser/test_state.py
spacy/tests/pipeline/__init__.py
spacy/tests/pipeline/test_analysis.py
spacy/tests/pipeline/test_annotates_on_update.py
spacy/tests/pipeline/test_attributeruler.py
spacy/tests/pipeline/test_entity_linker.py
spacy/tests/pipeline/test_entity_ruler.py
spacy/tests/pipeline/test_functions.py
spacy/tests/pipeline/test_initialize.py
spacy/tests/pipeline/test_lemmatizer.py
spacy/tests/pipeline/test_models.py
spacy/tests/pipeline/test_morphologizer.py
spacy/tests/pipeline/test_pipe_factories.py
spacy/tests/pipeline/test_pipe_methods.py
spacy/tests/pipeline/test_sentencizer.py
spacy/tests/pipeline/test_senter.py
spacy/tests/pipeline/test_spancat.py
spacy/tests/pipeline/test_tagger.py
spacy/tests/pipeline/test_textcat.py
spacy/tests/pipeline/test_tok2vec.py
spacy/tests/serialize/__init__.py
spacy/tests/serialize/test_resource_warning.py
spacy/tests/serialize/test_serialize_config.py
spacy/tests/serialize/test_serialize_doc.py
spacy/tests/serialize/test_serialize_docbin.py
spacy/tests/serialize/test_serialize_extension_attrs.py
spacy/tests/serialize/test_serialize_kb.py
spacy/tests/serialize/test_serialize_language.py
spacy/tests/serialize/test_serialize_pipeline.py
spacy/tests/serialize/test_serialize_tokenizer.py
spacy/tests/serialize/test_serialize_vocab_strings.py
spacy/tests/tokenizer/__init__.py
spacy/tests/tokenizer/test_exceptions.py
spacy/tests/tokenizer/test_explain.py
spacy/tests/tokenizer/test_naughty_strings.py
spacy/tests/tokenizer/test_tokenizer.py
spacy/tests/tokenizer/test_urls.py
spacy/tests/tokenizer/test_whitespace.py
spacy/tests/training/__init__.py
spacy/tests/training/test_augmenters.py
spacy/tests/training/test_new_example.py
spacy/tests/training/test_pretraining.py
spacy/tests/training/test_readers.py
spacy/tests/training/test_training.py
spacy/tests/vocab_vectors/__init__.py
spacy/tests/vocab_vectors/test_lexeme.py
spacy/tests/vocab_vectors/test_lookups.py
spacy/tests/vocab_vectors/test_similarity.py
spacy/tests/vocab_vectors/test_stringstore.py
spacy/tests/vocab_vectors/test_vectors.py
spacy/tests/vocab_vectors/test_vocab_api.py
spacy/tokens/__init__.py
spacy/tokens/_dict_proxies.py
spacy/tokens/_serialize.py
spacy/tokens/underscore.py
spacy/training/__init__.py
spacy/training/alignment.py
spacy/training/augment.py
spacy/training/batchers.py
spacy/training/callbacks.py
spacy/training/corpus.py
spacy/training/initialize.py
spacy/training/iob_utils.py
spacy/training/loggers.py
spacy/training/loop.py
spacy/training/pretrain.py
spacy/training/converters/__init__.py
spacy/training/converters/conll_ner_to_docs.py
spacy/training/converters/conllu_to_docs.py
spacy/training/converters/iob_to_docs.py
spacy/training/converters/json_to_docs.py
spacy_legacy/__init__.py
spacy_legacy/loggers.py
spacy_legacy/architectures/__init__.py
spacy_legacy/architectures/parser.py
spacy_legacy/architectures/textcat.py
spacy_legacy/architectures/tok2vec.py
spacy_legacy/layers/__init__.py
spacy_legacy/layers/staticvectors_v1.py
spacy_legacy/tests/__init__.py
spacy_legacy/tests/test_legacy.py
spacy_loggers/__init__.py
spacy_loggers/util.py
spacy_loggers/wandb.py
spacy_loggers/tests/__init__.py
spacy_loggers/tests/test_registry.py
srsly/__init__.py
srsly/_json_api.py
srsly/_msgpack_api.py
srsly/_pickle_api.py
srsly/_yaml_api.py
srsly/about.py
srsly/util.py
srsly/cloudpickle/__init__.py
srsly/cloudpickle/cloudpickle.py
srsly/msgpack/__init__.py
srsly/msgpack/_ext_type.py
srsly/msgpack/_msgpack_numpy.py
srsly/msgpack/_version.py
srsly/msgpack/exceptions.py
srsly/msgpack/util.py
srsly/ruamel_yaml/__init__.py
srsly/ruamel_yaml/anchor.py
srsly/ruamel_yaml/comments.py
srsly/ruamel_yaml/compat.py
srsly/ruamel_yaml/composer.py
srsly/ruamel_yaml/configobjwalker.py
srsly/ruamel_yaml/constructor.py
srsly/ruamel_yaml/cyaml.py
srsly/ruamel_yaml/dumper.py
srsly/ruamel_yaml/emitter.py
srsly/ruamel_yaml/error.py
srsly/ruamel_yaml/events.py
srsly/ruamel_yaml/loader.py
srsly/ruamel_yaml/main.py
srsly/ruamel_yaml/nodes.py
srsly/ruamel_yaml/parser.py
srsly/ruamel_yaml/reader.py
srsly/ruamel_yaml/representer.py
srsly/ruamel_yaml/resolver.py
srsly/ruamel_yaml/scalarbool.py
srsly/ruamel_yaml/scalarfloat.py
srsly/ruamel_yaml/scalarint.py
srsly/ruamel_yaml/scalarstring.py
srsly/ruamel_yaml/scanner.py
srsly/ruamel_yaml/serializer.py
srsly/ruamel_yaml/timestamp.py
srsly/ruamel_yaml/tokens.py
srsly/ruamel_yaml/util.py
srsly/tests/__init__.py
srsly/tests/test_json_api.py
srsly/tests/test_msgpack_api.py
srsly/tests/test_pickle_api.py
srsly/tests/test_yaml_api.py
srsly/tests/util.py
srsly/tests/cloudpickle/__init__.py
srsly/tests/cloudpickle/cloudpickle_file_test.py
srsly/tests/msgpack/__init__.py
srsly/tests/msgpack/test_buffer.py
srsly/tests/msgpack/test_case.py
srsly/tests/msgpack/test_except.py
srsly/tests/msgpack/test_extension.py
srsly/tests/msgpack/test_format.py
srsly/tests/msgpack/test_limits.py
srsly/tests/msgpack/test_memoryview.py
srsly/tests/msgpack/test_newspec.py
srsly/tests/msgpack/test_numpy.py
srsly/tests/msgpack/test_pack.py
srsly/tests/msgpack/test_read_size.py
srsly/tests/msgpack/test_seq.py
srsly/tests/msgpack/test_sequnpack.py
srsly/tests/msgpack/test_stricttype.py
srsly/tests/msgpack/test_subtype.py
srsly/tests/msgpack/test_unpack.py
srsly/tests/ruamel_yaml/__init__.py
srsly/tests/ruamel_yaml/roundtrip.py
srsly/tests/ruamel_yaml/test_a_dedent.py
srsly/tests/ruamel_yaml/test_add_xxx.py
srsly/tests/ruamel_yaml/test_anchor.py
srsly/tests/ruamel_yaml/test_api_change.py
srsly/tests/ruamel_yaml/test_appliance.py
srsly/tests/ruamel_yaml/test_class_register.py
srsly/tests/ruamel_yaml/test_collections.py
srsly/tests/ruamel_yaml/test_comment_manipulation.py
srsly/tests/ruamel_yaml/test_comments.py
srsly/tests/ruamel_yaml/test_contextmanager.py
srsly/tests/ruamel_yaml/test_copy.py
srsly/tests/ruamel_yaml/test_datetime.py
srsly/tests/ruamel_yaml/test_deprecation.py
srsly/tests/ruamel_yaml/test_documents.py
srsly/tests/ruamel_yaml/test_fail.py
srsly/tests/ruamel_yaml/test_float.py
srsly/tests/ruamel_yaml/test_flowsequencekey.py
srsly/tests/ruamel_yaml/test_indentation.py
srsly/tests/ruamel_yaml/test_int.py
srsly/tests/ruamel_yaml/test_issues.py
srsly/tests/ruamel_yaml/test_json_numbers.py
srsly/tests/ruamel_yaml/test_line_col.py
srsly/tests/ruamel_yaml/test_literal.py
srsly/tests/ruamel_yaml/test_none.py
srsly/tests/ruamel_yaml/test_numpy.py
srsly/tests/ruamel_yaml/test_program_config.py
srsly/tests/ruamel_yaml/test_spec_examples.py
srsly/tests/ruamel_yaml/test_string.py
srsly/tests/ruamel_yaml/test_tag.py
srsly/tests/ruamel_yaml/test_version.py
srsly/tests/ruamel_yaml/test_yamlfile.py
srsly/tests/ruamel_yaml/test_yamlobject.py
srsly/tests/ruamel_yaml/test_z_check_debug_leftovers.py
srsly/tests/ruamel_yaml/test_z_data.py
srsly/tests/ujson/__init__.py
srsly/tests/ujson/test_ujson.py
srsly/ujson/__init__.py
thinc/__init__.py
thinc/about.py
thinc/api.py
thinc/config.py
thinc/initializers.py
thinc/loss.py
thinc/model.py
thinc/mypy.py
thinc/optimizers.py
thinc/schedules.py
thinc/types.py
thinc/util.py
thinc/backends/__init__.py
thinc/backends/_cupy_allocators.py
thinc/backends/_custom_kernels.py
thinc/backends/_param_server.py
thinc/backends/cupy_ops.py
thinc/backends/ops.py
thinc/extra/__init__.py
thinc/extra/tests/__init__.py
thinc/layers/__init__.py
thinc/layers/add.py
thinc/layers/array_getitem.py
thinc/layers/bidirectional.py
thinc/layers/cauchysimilarity.py
thinc/layers/chain.py
thinc/layers/clone.py
thinc/layers/concatenate.py
thinc/layers/dropout.py
thinc/layers/embed.py
thinc/layers/expand_window.py
thinc/layers/hashembed.py
thinc/layers/layernorm.py
thinc/layers/linear.py
thinc/layers/list2array.py
thinc/layers/list2padded.py
thinc/layers/list2ragged.py
thinc/layers/logistic.py
thinc/layers/lstm.py
thinc/layers/map_list.py
thinc/layers/maxout.py
thinc/layers/mish.py
thinc/layers/multisoftmax.py
thinc/layers/mxnetwrapper.py
thinc/layers/noop.py
thinc/layers/padded2list.py
thinc/layers/parametricattention.py
thinc/layers/pytorchwrapper.py
thinc/layers/ragged2list.py
thinc/layers/reduce_first.py
thinc/layers/reduce_last.py
thinc/layers/reduce_max.py
thinc/layers/reduce_mean.py
thinc/layers/reduce_sum.py
thinc/layers/relu.py
thinc/layers/remap_ids.py
thinc/layers/residual.py
thinc/layers/resizable.py
thinc/layers/siamese.py
thinc/layers/sigmoid.py
thinc/layers/sigmoid_activation.py
thinc/layers/softmax.py
thinc/layers/softmax_activation.py
thinc/layers/strings2arrays.py
thinc/layers/tensorflowwrapper.py
thinc/layers/tuplify.py
thinc/layers/uniqued.py
thinc/layers/with_array.py
thinc/layers/with_array2d.py
thinc/layers/with_cpu.py
thinc/layers/with_debug.py
thinc/layers/with_flatten.py
thinc/layers/with_getitem.py
thinc/layers/with_list.py
thinc/layers/with_nvtx_range.py
thinc/layers/with_padded.py
thinc/layers/with_ragged.py
thinc/layers/with_reshape.py
thinc/shims/__init__.py
thinc/shims/mxnet.py
thinc/shims/pytorch.py
thinc/shims/pytorch_grad_scaler.py
thinc/shims/shim.py
thinc/shims/tensorflow.py
thinc/tests/__init__.py
thinc/tests/conftest.py
thinc/tests/strategies.py
thinc/tests/test_config.py
thinc/tests/test_examples.py
thinc/tests/test_indexing.py
thinc/tests/test_initializers.py
thinc/tests/test_loss.py
thinc/tests/test_optimizers.py
thinc/tests/test_schedules.py
thinc/tests/test_serialize.py
thinc/tests/test_types.py
thinc/tests/test_util.py
thinc/tests/util.py
thinc/tests/backends/__init__.py
thinc/tests/backends/test_mem.py
thinc/tests/backends/test_ops.py
thinc/tests/extra/__init__.py
thinc/tests/extra/test_beam_search.py
thinc/tests/layers/__init__.py
thinc/tests/layers/test_basic_tagger.py
thinc/tests/layers/test_combinators.py
thinc/tests/layers/test_feed_forward.py
thinc/tests/layers/test_hash_embed.py
thinc/tests/layers/test_layers_api.py
thinc/tests/layers/test_linear.py
thinc/tests/layers/test_lstm.py
thinc/tests/layers/test_mnist.py
thinc/tests/layers/test_mxnet_wrapper.py
thinc/tests/layers/test_pytorch_wrapper.py
thinc/tests/layers/test_reduce_first_last.py
thinc/tests/layers/test_shim.py
thinc/tests/layers/test_sparse_linear.py
thinc/tests/layers/test_tensorflow_wrapper.py
thinc/tests/layers/test_transforms.py
thinc/tests/layers/test_uniqued.py
thinc/tests/layers/test_with_debug.py
thinc/tests/layers/test_with_transforms.py
thinc/tests/model/__init__.py
thinc/tests/model/test_model.py
thinc/tests/model/test_validation.py
thinc/tests/mypy/__init__.py
thinc/tests/mypy/test_mypy.py
thinc/tests/mypy/modules/__init__.py
thinc/tests/mypy/modules/fail_no_plugin.py
thinc/tests/mypy/modules/fail_plugin.py
thinc/tests/mypy/modules/success_no_plugin.py
thinc/tests/mypy/modules/success_plugin.py
thinc/tests/regression/__init__.py
thinc/tests/regression/test_issue208.py
thinc/tests/regression/issue519/__init__.py
thinc/tests/regression/issue519/program.py
thinc/tests/regression/issue519/test_issue519.py
thinc/tests/shims/__init__.py
thinc/tests/shims/pytorch_grad_scaler.py
tqdm/__init__.py
tqdm/__main__.py
tqdm/_dist_ver.py
tqdm/_main.py
tqdm/_monitor.py
tqdm/_tqdm.py
tqdm/_tqdm_gui.py
tqdm/_tqdm_notebook.py
tqdm/_tqdm_pandas.py
tqdm/_utils.py
tqdm/asyncio.py
tqdm/auto.py
tqdm/autonotebook.py
tqdm/cli.py
tqdm/dask.py
tqdm/gui.py
tqdm/keras.py
tqdm/notebook.py
tqdm/rich.py
tqdm/std.py
tqdm/tk.py
tqdm/utils.py
tqdm/version.py
tqdm/contrib/__init__.py
tqdm/contrib/bells.py
tqdm/contrib/concurrent.py
tqdm/contrib/discord.py
tqdm/contrib/itertools.py
tqdm/contrib/logging.py
tqdm/contrib/telegram.py
tqdm/contrib/utils_worker.py
typer/__init__.py
typer/_completion_click7.py
typer/_completion_click8.py
typer/_completion_shared.py
typer/colors.py
typer/completion.py
typer/core.py
typer/main.py
typer/models.py
typer/params.py
typer/testing.py
typer/utils.py
urllib3/__init__.py
urllib3/_collections.py
urllib3/_version.py
urllib3/connection.py
urllib3/connectionpool.py
urllib3/exceptions.py
urllib3/fields.py
urllib3/filepost.py
urllib3/poolmanager.py
urllib3/request.py
urllib3/response.py
urllib3/contrib/__init__.py
urllib3/contrib/_appengine_environ.py
urllib3/contrib/appengine.py
urllib3/contrib/ntlmpool.py
urllib3/contrib/pyopenssl.py
urllib3/contrib/securetransport.py
urllib3/contrib/socks.py
urllib3/contrib/_securetransport/__init__.py
urllib3/contrib/_securetransport/bindings.py
urllib3/contrib/_securetransport/low_level.py
urllib3/packages/__init__.py
urllib3/packages/six.py
urllib3/packages/backports/__init__.py
urllib3/packages/backports/makefile.py
urllib3/util/__init__.py
urllib3/util/connection.py
urllib3/util/proxy.py
urllib3/util/queue.py
urllib3/util/request.py
urllib3/util/response.py
urllib3/util/retry.py
urllib3/util/ssl_.py
urllib3/util/ssl_match_hostname.py
urllib3/util/ssltransport.py
urllib3/util/timeout.py
urllib3/util/url.py
urllib3/util/wait.py
wasabi/__init__.py
wasabi/about.py
wasabi/markdown.py
wasabi/printer.py
wasabi/tables.py
wasabi/traceback_printer.py
wasabi/util.py
wasabi/tests/__init__.py
wasabi/tests/test_markdown.py
wasabi/tests/test_printer.py
wasabi/tests/test_tables.py
wasabi/tests/test_traceback.py
wasabi/tests/test_util.py