├── venv ├── Lib │ └── site-packages │ │ ├── pip │ │ ├── _vendor │ │ │ ├── idna │ │ │ │ ├── py.typed │ │ │ │ ├── package_data.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── core.cpython-312.pyc │ │ │ │ │ ├── codec.cpython-312.pyc │ │ │ │ │ ├── compat.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── idnadata.cpython-312.pyc │ │ │ │ │ ├── intranges.cpython-312.pyc │ │ │ │ │ ├── uts46data.cpython-312.pyc │ │ │ │ │ └── package_data.cpython-312.pyc │ │ │ │ └── compat.py │ │ │ ├── rich │ │ │ │ ├── py.typed │ │ │ │ ├── themes.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── abc.cpython-312.pyc │ │ │ │ │ ├── ansi.cpython-312.pyc │ │ │ │ │ ├── bar.cpython-312.pyc │ │ │ │ │ ├── box.cpython-312.pyc │ │ │ │ │ ├── json.cpython-312.pyc │ │ │ │ │ ├── live.cpython-312.pyc │ │ │ │ │ ├── repr.cpython-312.pyc │ │ │ │ │ ├── rule.cpython-312.pyc │ │ │ │ │ ├── text.cpython-312.pyc │ │ │ │ │ ├── tree.cpython-312.pyc │ │ │ │ │ ├── _loop.cpython-312.pyc │ │ │ │ │ ├── _pick.cpython-312.pyc │ │ │ │ │ ├── _ratio.cpython-312.pyc │ │ │ │ │ ├── _stack.cpython-312.pyc │ │ │ │ │ ├── _timer.cpython-312.pyc │ │ │ │ │ ├── _wrap.cpython-312.pyc │ │ │ │ │ ├── align.cpython-312.pyc │ │ │ │ │ ├── cells.cpython-312.pyc │ │ │ │ │ ├── color.cpython-312.pyc │ │ │ │ │ ├── emoji.cpython-312.pyc │ │ │ │ │ ├── errors.cpython-312.pyc │ │ │ │ │ ├── layout.cpython-312.pyc │ │ │ │ │ ├── markup.cpython-312.pyc │ │ │ │ │ ├── pager.cpython-312.pyc │ │ │ │ │ ├── panel.cpython-312.pyc │ │ │ │ │ ├── pretty.cpython-312.pyc │ │ │ │ │ ├── prompt.cpython-312.pyc │ │ │ │ │ ├── region.cpython-312.pyc │ │ │ │ │ ├── scope.cpython-312.pyc │ │ │ │ │ ├── screen.cpython-312.pyc │ │ │ │ │ ├── status.cpython-312.pyc │ │ │ │ │ ├── style.cpython-312.pyc │ │ │ │ │ ├── styled.cpython-312.pyc │ │ │ │ │ ├── syntax.cpython-312.pyc │ │ │ │ │ ├── table.cpython-312.pyc │ │ │ │ │ ├── theme.cpython-312.pyc │ │ │ │ │ ├── themes.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── __main__.cpython-312.pyc │ │ │ │ │ ├── _fileno.cpython-312.pyc │ │ │ │ │ ├── _inspect.cpython-312.pyc │ │ │ │ │ ├── _palettes.cpython-312.pyc │ │ │ │ │ ├── _spinners.cpython-312.pyc │ │ │ │ │ ├── _windows.cpython-312.pyc │ │ │ │ │ ├── columns.cpython-312.pyc │ │ │ │ │ ├── console.cpython-312.pyc │ │ │ │ │ ├── constrain.cpython-312.pyc │ │ │ │ │ ├── control.cpython-312.pyc │ │ │ │ │ ├── diagnose.cpython-312.pyc │ │ │ │ │ ├── filesize.cpython-312.pyc │ │ │ │ │ ├── jupyter.cpython-312.pyc │ │ │ │ │ ├── logging.cpython-312.pyc │ │ │ │ │ ├── measure.cpython-312.pyc │ │ │ │ │ ├── padding.cpython-312.pyc │ │ │ │ │ ├── palette.cpython-312.pyc │ │ │ │ │ ├── progress.cpython-312.pyc │ │ │ │ │ ├── protocol.cpython-312.pyc │ │ │ │ │ ├── segment.cpython-312.pyc │ │ │ │ │ ├── spinner.cpython-312.pyc │ │ │ │ │ ├── traceback.cpython-312.pyc │ │ │ │ │ ├── _extension.cpython-312.pyc │ │ │ │ │ ├── _log_render.cpython-312.pyc │ │ │ │ │ ├── _null_file.cpython-312.pyc │ │ │ │ │ ├── containers.cpython-312.pyc │ │ │ │ │ ├── file_proxy.cpython-312.pyc │ │ │ │ │ ├── highlighter.cpython-312.pyc │ │ │ │ │ ├── live_render.cpython-312.pyc │ │ │ │ │ ├── _cell_widths.cpython-312.pyc │ │ │ │ │ ├── _emoji_codes.cpython-312.pyc │ │ │ │ │ ├── _emoji_replace.cpython-312.pyc │ │ │ │ │ ├── _export_format.cpython-312.pyc │ │ │ │ │ ├── _win32_console.cpython-312.pyc │ │ │ │ │ ├── color_triplet.cpython-312.pyc │ │ │ │ │ ├── default_styles.cpython-312.pyc │ │ │ │ │ ├── progress_bar.cpython-312.pyc │ │ │ │ │ ├── terminal_theme.cpython-312.pyc │ │ │ │ │ └── _windows_renderer.cpython-312.pyc │ │ │ │ ├── region.py │ │ │ │ ├── _extension.py │ │ │ │ ├── _stack.py │ │ │ │ ├── _pick.py │ │ │ │ ├── _timer.py │ │ │ │ └── errors.py │ │ │ ├── certifi │ │ │ │ ├── py.typed │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── core.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── __main__.cpython-312.pyc │ │ │ │ └── __main__.py │ │ │ ├── chardet │ │ │ │ ├── py.typed │ │ │ │ ├── cli │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── chardetect.cpython-312.pyc │ │ │ │ ├── metadata │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── languages.cpython-312.pyc │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── enums.cpython-312.pyc │ │ │ │ │ ├── escsm.cpython-312.pyc │ │ │ │ │ ├── jpcntx.cpython-312.pyc │ │ │ │ │ ├── mbcssm.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── big5freq.cpython-312.pyc │ │ │ │ │ ├── jisfreq.cpython-312.pyc │ │ │ │ │ ├── version.cpython-312.pyc │ │ │ │ │ ├── big5prober.cpython-312.pyc │ │ │ │ │ ├── cp949prober.cpython-312.pyc │ │ │ │ │ ├── escprober.cpython-312.pyc │ │ │ │ │ ├── eucjpprober.cpython-312.pyc │ │ │ │ │ ├── euckrfreq.cpython-312.pyc │ │ │ │ │ ├── euckrprober.cpython-312.pyc │ │ │ │ │ ├── euctwfreq.cpython-312.pyc │ │ │ │ │ ├── euctwprober.cpython-312.pyc │ │ │ │ │ ├── gb2312freq.cpython-312.pyc │ │ │ │ │ ├── johabfreq.cpython-312.pyc │ │ │ │ │ ├── johabprober.cpython-312.pyc │ │ │ │ │ ├── resultdict.cpython-312.pyc │ │ │ │ │ ├── sjisprober.cpython-312.pyc │ │ │ │ │ ├── utf8prober.cpython-312.pyc │ │ │ │ │ ├── charsetprober.cpython-312.pyc │ │ │ │ │ ├── gb2312prober.cpython-312.pyc │ │ │ │ │ ├── hebrewprober.cpython-312.pyc │ │ │ │ │ ├── langthaimodel.cpython-312.pyc │ │ │ │ │ ├── latin1prober.cpython-312.pyc │ │ │ │ │ ├── utf1632prober.cpython-312.pyc │ │ │ │ │ ├── chardistribution.cpython-312.pyc │ │ │ │ │ ├── langgreekmodel.cpython-312.pyc │ │ │ │ │ ├── langhebrewmodel.cpython-312.pyc │ │ │ │ │ ├── langrussianmodel.cpython-312.pyc │ │ │ │ │ ├── langturkishmodel.cpython-312.pyc │ │ │ │ │ ├── macromanprober.cpython-312.pyc │ │ │ │ │ ├── mbcharsetprober.cpython-312.pyc │ │ │ │ │ ├── mbcsgroupprober.cpython-312.pyc │ │ │ │ │ ├── sbcharsetprober.cpython-312.pyc │ │ │ │ │ ├── sbcsgroupprober.cpython-312.pyc │ │ │ │ │ ├── charsetgroupprober.cpython-312.pyc │ │ │ │ │ ├── codingstatemachine.cpython-312.pyc │ │ │ │ │ ├── langbulgarianmodel.cpython-312.pyc │ │ │ │ │ ├── langhungarianmodel.cpython-312.pyc │ │ │ │ │ ├── universaldetector.cpython-312.pyc │ │ │ │ │ └── codingstatemachinedict.cpython-312.pyc │ │ │ │ ├── version.py │ │ │ │ ├── resultdict.py │ │ │ │ └── codingstatemachinedict.py │ │ │ ├── distro │ │ │ │ ├── py.typed │ │ │ │ ├── __main__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── distro.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── __main__.cpython-312.pyc │ │ │ ├── packaging │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── tags.cpython-312.pyc │ │ │ │ │ ├── utils.cpython-312.pyc │ │ │ │ │ ├── __about__.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── markers.cpython-312.pyc │ │ │ │ │ ├── version.cpython-312.pyc │ │ │ │ │ ├── _manylinux.cpython-312.pyc │ │ │ │ │ ├── _musllinux.cpython-312.pyc │ │ │ │ │ ├── _structures.cpython-312.pyc │ │ │ │ │ ├── specifiers.cpython-312.pyc │ │ │ │ │ └── requirements.cpython-312.pyc │ │ │ │ ├── __init__.py │ │ │ │ └── __about__.py │ │ │ ├── pyparsing │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── core.cpython-312.pyc │ │ │ │ │ ├── util.cpython-312.pyc │ │ │ │ │ ├── common.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── actions.cpython-312.pyc │ │ │ │ │ ├── helpers.cpython-312.pyc │ │ │ │ │ ├── results.cpython-312.pyc │ │ │ │ │ ├── testing.cpython-312.pyc │ │ │ │ │ ├── unicode.cpython-312.pyc │ │ │ │ │ └── exceptions.cpython-312.pyc │ │ │ │ └── diagram │ │ │ │ │ └── __pycache__ │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ ├── tenacity │ │ │ │ ├── py.typed │ │ │ │ └── __pycache__ │ │ │ │ │ ├── after.cpython-312.pyc │ │ │ │ │ ├── nap.cpython-312.pyc │ │ │ │ │ ├── retry.cpython-312.pyc │ │ │ │ │ ├── stop.cpython-312.pyc │ │ │ │ │ ├── wait.cpython-312.pyc │ │ │ │ │ ├── _utils.cpython-312.pyc │ │ │ │ │ ├── before.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _asyncio.cpython-312.pyc │ │ │ │ │ ├── tornadoweb.cpython-312.pyc │ │ │ │ │ └── before_sleep.cpython-312.pyc │ │ │ ├── cachecontrol │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _cmd.cpython-312.pyc │ │ │ │ │ ├── cache.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── adapter.cpython-312.pyc │ │ │ │ │ ├── wrapper.cpython-312.pyc │ │ │ │ │ ├── controller.cpython-312.pyc │ │ │ │ │ ├── filewrapper.cpython-312.pyc │ │ │ │ │ ├── heuristics.cpython-312.pyc │ │ │ │ │ └── serialize.cpython-312.pyc │ │ │ │ ├── caches │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── file_cache.cpython-312.pyc │ │ │ │ │ │ └── redis_cache.cpython-312.pyc │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ ├── platformdirs │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── api.cpython-312.pyc │ │ │ │ │ ├── macos.cpython-312.pyc │ │ │ │ │ ├── unix.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── __main__.cpython-312.pyc │ │ │ │ │ ├── android.cpython-312.pyc │ │ │ │ │ ├── version.cpython-312.pyc │ │ │ │ │ └── windows.cpython-312.pyc │ │ │ │ └── version.py │ │ │ ├── resolvelib │ │ │ │ ├── py.typed │ │ │ │ ├── compat │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── collections_abc.cpython-312.pyc │ │ │ │ │ └── collections_abc.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── structs.cpython-312.pyc │ │ │ │ │ ├── providers.cpython-312.pyc │ │ │ │ │ ├── reporters.cpython-312.pyc │ │ │ │ │ └── resolvers.cpython-312.pyc │ │ │ │ └── __init__.py │ │ │ ├── truststore │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _api.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _macos.cpython-312.pyc │ │ │ │ │ ├── _openssl.cpython-312.pyc │ │ │ │ │ ├── _windows.cpython-312.pyc │ │ │ │ │ └── _ssl_constants.cpython-312.pyc │ │ │ │ └── __init__.py │ │ │ ├── urllib3 │ │ │ │ ├── contrib │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _securetransport │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ │ ├── bindings.cpython-312.pyc │ │ │ │ │ │ │ └── low_level.cpython-312.pyc │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── socks.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── ntlmpool.cpython-312.pyc │ │ │ │ │ │ ├── appengine.cpython-312.pyc │ │ │ │ │ │ ├── pyopenssl.cpython-312.pyc │ │ │ │ │ │ ├── securetransport.cpython-312.pyc │ │ │ │ │ │ └── _appengine_environ.cpython-312.pyc │ │ │ │ ├── packages │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── backports │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ │ ├── makefile.cpython-312.pyc │ │ │ │ │ │ │ └── weakref_finalize.cpython-312.pyc │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── six.cpython-312.pyc │ │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ │ ├── _version.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── fields.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _version.cpython-312.pyc │ │ │ │ │ ├── filepost.cpython-312.pyc │ │ │ │ │ ├── request.cpython-312.pyc │ │ │ │ │ ├── response.cpython-312.pyc │ │ │ │ │ ├── connection.cpython-312.pyc │ │ │ │ │ ├── exceptions.cpython-312.pyc │ │ │ │ │ ├── poolmanager.cpython-312.pyc │ │ │ │ │ ├── _collections.cpython-312.pyc │ │ │ │ │ └── connectionpool.cpython-312.pyc │ │ │ │ └── util │ │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── url.cpython-312.pyc │ │ │ │ │ ├── proxy.cpython-312.pyc │ │ │ │ │ ├── queue.cpython-312.pyc │ │ │ │ │ ├── retry.cpython-312.pyc │ │ │ │ │ ├── ssl_.cpython-312.pyc │ │ │ │ │ ├── wait.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── request.cpython-312.pyc │ │ │ │ │ ├── response.cpython-312.pyc │ │ │ │ │ ├── timeout.cpython-312.pyc │ │ │ │ │ ├── connection.cpython-312.pyc │ │ │ │ │ ├── ssltransport.cpython-312.pyc │ │ │ │ │ └── ssl_match_hostname.cpython-312.pyc │ │ │ │ │ └── queue.py │ │ │ ├── tomli │ │ │ │ ├── py.typed │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _re.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _parser.cpython-312.pyc │ │ │ │ │ └── _types.cpython-312.pyc │ │ │ │ ├── _types.py │ │ │ │ └── __init__.py │ │ │ ├── colorama │ │ │ │ ├── tests │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── utils.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── ansi_test.cpython-312.pyc │ │ │ │ │ │ ├── isatty_test.cpython-312.pyc │ │ │ │ │ │ ├── winterm_test.cpython-312.pyc │ │ │ │ │ │ ├── ansitowin32_test.cpython-312.pyc │ │ │ │ │ │ └── initialise_test.cpython-312.pyc │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── ansi.cpython-312.pyc │ │ │ │ │ ├── win32.cpython-312.pyc │ │ │ │ │ ├── winterm.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── initialise.cpython-312.pyc │ │ │ │ │ └── ansitowin32.cpython-312.pyc │ │ │ │ └── __init__.py │ │ │ ├── distlib │ │ │ │ ├── t32.exe │ │ │ │ ├── t64.exe │ │ │ │ ├── w32.exe │ │ │ │ ├── w64.exe │ │ │ │ ├── t64-arm.exe │ │ │ │ ├── w64-arm.exe │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── compat.cpython-312.pyc │ │ │ │ │ ├── index.cpython-312.pyc │ │ │ │ │ ├── util.cpython-312.pyc │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── database.cpython-312.pyc │ │ │ │ │ ├── locators.cpython-312.pyc │ │ │ │ │ ├── manifest.cpython-312.pyc │ │ │ │ │ ├── markers.cpython-312.pyc │ │ │ │ │ ├── metadata.cpython-312.pyc │ │ │ │ │ ├── scripts.cpython-312.pyc │ │ │ │ │ ├── version.cpython-312.pyc │ │ │ │ │ └── resources.cpython-312.pyc │ │ │ │ └── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── six.cpython-312.pyc │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ └── typing_extensions.cpython-312.pyc │ │ │ ├── msgpack │ │ │ │ └── __pycache__ │ │ │ │ │ ├── ext.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── fallback.cpython-312.pyc │ │ │ │ │ └── exceptions.cpython-312.pyc │ │ │ ├── pygments │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── lexer.cpython-312.pyc │ │ │ │ │ ├── style.cpython-312.pyc │ │ │ │ │ ├── token.cpython-312.pyc │ │ │ │ │ ├── util.cpython-312.pyc │ │ │ │ │ ├── cmdline.cpython-312.pyc │ │ │ │ │ ├── console.cpython-312.pyc │ │ │ │ │ ├── filter.cpython-312.pyc │ │ │ │ │ ├── plugin.cpython-312.pyc │ │ │ │ │ ├── scanner.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── __main__.cpython-312.pyc │ │ │ │ │ ├── formatter.cpython-312.pyc │ │ │ │ │ ├── modeline.cpython-312.pyc │ │ │ │ │ ├── regexopt.cpython-312.pyc │ │ │ │ │ ├── sphinxext.cpython-312.pyc │ │ │ │ │ └── unistring.cpython-312.pyc │ │ │ │ ├── formatters │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── html.cpython-312.pyc │ │ │ │ │ │ ├── img.cpython-312.pyc │ │ │ │ │ │ ├── irc.cpython-312.pyc │ │ │ │ │ │ ├── rtf.cpython-312.pyc │ │ │ │ │ │ ├── svg.cpython-312.pyc │ │ │ │ │ │ ├── bbcode.cpython-312.pyc │ │ │ │ │ │ ├── groff.cpython-312.pyc │ │ │ │ │ │ ├── latex.cpython-312.pyc │ │ │ │ │ │ ├── other.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── _mapping.cpython-312.pyc │ │ │ │ │ │ ├── terminal.cpython-312.pyc │ │ │ │ │ │ ├── pangomarkup.cpython-312.pyc │ │ │ │ │ │ └── terminal256.cpython-312.pyc │ │ │ │ ├── lexers │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── _mapping.cpython-312.pyc │ │ │ │ │ │ └── python.cpython-312.pyc │ │ │ │ ├── styles │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ │ ├── filters │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ │ └── __main__.py │ │ │ ├── requests │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── api.cpython-312.pyc │ │ │ │ │ ├── auth.cpython-312.pyc │ │ │ │ │ ├── certs.cpython-312.pyc │ │ │ │ │ ├── help.cpython-312.pyc │ │ │ │ │ ├── hooks.cpython-312.pyc │ │ │ │ │ ├── utils.cpython-312.pyc │ │ │ │ │ ├── compat.cpython-312.pyc │ │ │ │ │ ├── cookies.cpython-312.pyc │ │ │ │ │ ├── models.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── adapters.cpython-312.pyc │ │ │ │ │ ├── exceptions.cpython-312.pyc │ │ │ │ │ ├── packages.cpython-312.pyc │ │ │ │ │ ├── sessions.cpython-312.pyc │ │ │ │ │ ├── structures.cpython-312.pyc │ │ │ │ │ ├── __version__.cpython-312.pyc │ │ │ │ │ ├── status_codes.cpython-312.pyc │ │ │ │ │ └── _internal_utils.cpython-312.pyc │ │ │ │ ├── __version__.py │ │ │ │ ├── certs.py │ │ │ │ └── packages.py │ │ │ ├── pyproject_hooks │ │ │ │ ├── _compat.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _impl.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── _compat.cpython-312.pyc │ │ │ │ ├── _in_process │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── _in_process.cpython-312.pyc │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ ├── webencodings │ │ │ │ └── __pycache__ │ │ │ │ │ ├── labels.cpython-312.pyc │ │ │ │ │ ├── tests.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── mklabels.cpython-312.pyc │ │ │ │ │ └── x_user_defined.cpython-312.pyc │ │ │ ├── pkg_resources │ │ │ │ └── __pycache__ │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ └── vendor.txt │ │ ├── _internal │ │ │ ├── utils │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _log.cpython-312.pyc │ │ │ │ │ ├── compat.cpython-312.pyc │ │ │ │ │ ├── glibc.cpython-312.pyc │ │ │ │ │ ├── hashes.cpython-312.pyc │ │ │ │ │ ├── misc.cpython-312.pyc │ │ │ │ │ ├── models.cpython-312.pyc │ │ │ │ │ ├── urls.cpython-312.pyc │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── appdirs.cpython-312.pyc │ │ │ │ │ ├── datetime.cpython-312.pyc │ │ │ │ │ ├── egg_link.cpython-312.pyc │ │ │ │ │ ├── encoding.cpython-312.pyc │ │ │ │ │ ├── logging.cpython-312.pyc │ │ │ │ │ ├── temp_dir.cpython-312.pyc │ │ │ │ │ ├── deprecation.cpython-312.pyc │ │ │ │ │ ├── entrypoints.cpython-312.pyc │ │ │ │ │ ├── filesystem.cpython-312.pyc │ │ │ │ │ ├── filetypes.cpython-312.pyc │ │ │ │ │ ├── packaging.cpython-312.pyc │ │ │ │ │ ├── subprocess.cpython-312.pyc │ │ │ │ │ ├── unpacking.cpython-312.pyc │ │ │ │ │ ├── virtualenv.cpython-312.pyc │ │ │ │ │ ├── _jaraco_text.cpython-312.pyc │ │ │ │ │ ├── setuptools_build.cpython-312.pyc │ │ │ │ │ ├── compatibility_tags.cpython-312.pyc │ │ │ │ │ └── direct_url_helpers.cpython-312.pyc │ │ │ │ ├── datetime.py │ │ │ │ └── filetypes.py │ │ │ ├── operations │ │ │ │ ├── __init__.py │ │ │ │ ├── build │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── metadata.cpython-312.pyc │ │ │ │ │ │ ├── wheel_legacy.cpython-312.pyc │ │ │ │ │ │ ├── build_tracker.cpython-312.pyc │ │ │ │ │ │ ├── metadata_legacy.cpython-312.pyc │ │ │ │ │ │ ├── wheel_editable.cpython-312.pyc │ │ │ │ │ │ └── metadata_editable.cpython-312.pyc │ │ │ │ ├── install │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── editable_legacy.cpython-312.pyc │ │ │ │ └── __pycache__ │ │ │ │ │ ├── check.cpython-312.pyc │ │ │ │ │ ├── freeze.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── prepare.cpython-312.pyc │ │ │ ├── resolution │ │ │ │ ├── __init__.py │ │ │ │ ├── legacy │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ └── resolver.cpython-312.pyc │ │ │ │ ├── resolvelib │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ ├── base.cpython-312.pyc │ │ │ │ │ │ ├── factory.cpython-312.pyc │ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ │ ├── candidates.cpython-312.pyc │ │ │ │ │ │ ├── provider.cpython-312.pyc │ │ │ │ │ │ ├── reporter.cpython-312.pyc │ │ │ │ │ │ ├── resolver.cpython-312.pyc │ │ │ │ │ │ ├── requirements.cpython-312.pyc │ │ │ │ │ │ └── found_candidates.cpython-312.pyc │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── base.cpython-312.pyc │ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ │ └── base.py │ │ │ ├── index │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── sources.cpython-312.pyc │ │ │ │ │ ├── collector.cpython-312.pyc │ │ │ │ │ └── package_finder.cpython-312.pyc │ │ │ ├── network │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── auth.cpython-312.pyc │ │ │ │ │ ├── cache.cpython-312.pyc │ │ │ │ │ ├── utils.cpython-312.pyc │ │ │ │ │ ├── xmlrpc.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── download.cpython-312.pyc │ │ │ │ │ ├── session.cpython-312.pyc │ │ │ │ │ └── lazy_wheel.cpython-312.pyc │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── index.cpython-312.pyc │ │ │ │ │ ├── link.cpython-312.pyc │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ ├── scheme.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── candidate.cpython-312.pyc │ │ │ │ │ ├── direct_url.cpython-312.pyc │ │ │ │ │ ├── search_scope.cpython-312.pyc │ │ │ │ │ ├── format_control.cpython-312.pyc │ │ │ │ │ ├── selection_prefs.cpython-312.pyc │ │ │ │ │ ├── target_python.cpython-312.pyc │ │ │ │ │ └── installation_report.cpython-312.pyc │ │ │ │ └── scheme.py │ │ │ ├── cli │ │ │ │ ├── status_codes.py │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── main.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── parser.cpython-312.pyc │ │ │ │ │ ├── spinners.cpython-312.pyc │ │ │ │ │ ├── cmdoptions.cpython-312.pyc │ │ │ │ │ ├── base_command.cpython-312.pyc │ │ │ │ │ ├── main_parser.cpython-312.pyc │ │ │ │ │ ├── progress_bars.cpython-312.pyc │ │ │ │ │ ├── req_command.cpython-312.pyc │ │ │ │ │ ├── status_codes.cpython-312.pyc │ │ │ │ │ ├── autocompletion.cpython-312.pyc │ │ │ │ │ └── command_context.cpython-312.pyc │ │ │ ├── __pycache__ │ │ │ │ ├── main.cpython-312.pyc │ │ │ │ ├── cache.cpython-312.pyc │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ ├── build_env.cpython-312.pyc │ │ │ │ ├── pyproject.cpython-312.pyc │ │ │ │ ├── exceptions.cpython-312.pyc │ │ │ │ ├── configuration.cpython-312.pyc │ │ │ │ ├── wheel_builder.cpython-312.pyc │ │ │ │ └── self_outdated_check.cpython-312.pyc │ │ │ ├── vcs │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── git.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── bazaar.cpython-312.pyc │ │ │ │ │ ├── mercurial.cpython-312.pyc │ │ │ │ │ ├── subversion.cpython-312.pyc │ │ │ │ │ └── versioncontrol.cpython-312.pyc │ │ │ │ └── __init__.py │ │ │ ├── req │ │ │ │ └── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── req_file.cpython-312.pyc │ │ │ │ │ ├── req_set.cpython-312.pyc │ │ │ │ │ ├── constructors.cpython-312.pyc │ │ │ │ │ ├── req_install.cpython-312.pyc │ │ │ │ │ └── req_uninstall.cpython-312.pyc │ │ │ ├── commands │ │ │ │ └── __pycache__ │ │ │ │ │ ├── cache.cpython-312.pyc │ │ │ │ │ ├── check.cpython-312.pyc │ │ │ │ │ ├── debug.cpython-312.pyc │ │ │ │ │ ├── hash.cpython-312.pyc │ │ │ │ │ ├── help.cpython-312.pyc │ │ │ │ │ ├── index.cpython-312.pyc │ │ │ │ │ ├── list.cpython-312.pyc │ │ │ │ │ ├── show.cpython-312.pyc │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── download.cpython-312.pyc │ │ │ │ │ ├── freeze.cpython-312.pyc │ │ │ │ │ ├── inspect.cpython-312.pyc │ │ │ │ │ ├── install.cpython-312.pyc │ │ │ │ │ ├── search.cpython-312.pyc │ │ │ │ │ ├── completion.cpython-312.pyc │ │ │ │ │ ├── uninstall.cpython-312.pyc │ │ │ │ │ └── configuration.cpython-312.pyc │ │ │ ├── locations │ │ │ │ └── __pycache__ │ │ │ │ │ ├── base.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _distutils.cpython-312.pyc │ │ │ │ │ └── _sysconfig.cpython-312.pyc │ │ │ ├── metadata │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── _json.cpython-312.pyc │ │ │ │ │ ├── base.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── pkg_resources.cpython-312.pyc │ │ │ │ └── importlib │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __pycache__ │ │ │ │ │ ├── _envs.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── _compat.cpython-312.pyc │ │ │ │ │ └── _dists.cpython-312.pyc │ │ │ ├── distributions │ │ │ │ └── __pycache__ │ │ │ │ │ ├── base.cpython-312.pyc │ │ │ │ │ ├── sdist.cpython-312.pyc │ │ │ │ │ ├── wheel.cpython-312.pyc │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── installed.cpython-312.pyc │ │ │ ├── main.py │ │ │ └── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-312.pyc │ │ │ ├── __main__.cpython-312.pyc │ │ │ └── __pip-runner__.cpython-312.pyc │ │ ├── py.typed │ │ └── __init__.py │ │ └── pip-24.0.dist-info │ │ ├── REQUESTED │ │ ├── INSTALLER │ │ ├── top_level.txt │ │ ├── WHEEL │ │ └── entry_points.txt ├── Scripts │ ├── pip.exe │ ├── pip3.exe │ ├── pip3.12.exe │ ├── python.exe │ ├── pythonw.exe │ └── deactivate.bat └── pyvenv.cfg ├── .gitattribute ├── saran.png ├── __pycache__ └── 1.cpython-312.pyc └── README.md /venv/Lib/site-packages/pip/_vendor/idna/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattribute: -------------------------------------------------------------------------------- 1 | *.py linguist-language=Python 2 | 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /saran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/saran.png -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '3.4' 2 | 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Scripts/pip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Scripts/pip.exe -------------------------------------------------------------------------------- /venv/Scripts/pip3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Scripts/pip3.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__init__.py: -------------------------------------------------------------------------------- 1 | """Contains purely network-related utilities. 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Scripts/pip3.12.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Scripts/pip3.12.exe -------------------------------------------------------------------------------- /venv/Scripts/python.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Scripts/python.exe -------------------------------------------------------------------------------- /venv/Scripts/pythonw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Scripts/pythonw.exe -------------------------------------------------------------------------------- /__pycache__/1.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/__pycache__/1.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__init__.py: -------------------------------------------------------------------------------- 1 | """A package that contains models that represent entities. 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/install/__init__.py: -------------------------------------------------------------------------------- 1 | """For modules related to installing packages. 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/_version.py: -------------------------------------------------------------------------------- 1 | # This file is protected via CODEOWNERS 2 | __version__ = "1.26.17" 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/__main__.py: -------------------------------------------------------------------------------- 1 | from .distro import main 2 | 3 | if __name__ == "__main__": 4 | main() 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.42.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/__init__.py: -------------------------------------------------------------------------------- 1 | from .core import contents, where 2 | 3 | __all__ = ["contents", "where"] 4 | __version__ = "2023.07.22" 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/t32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/t64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/w32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/w64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/themes.py: -------------------------------------------------------------------------------- 1 | from .default_styles import DEFAULT_STYLES 2 | from .theme import Theme 3 | 4 | 5 | DEFAULT = Theme(DEFAULT_STYLES) 6 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/status_codes.py: -------------------------------------------------------------------------------- 1 | SUCCESS = 0 2 | ERROR = 1 3 | UNKNOWN_ERROR = 2 4 | VIRTUALENV_NOT_FOUND = 3 5 | PREVIOUS_BUILD_DIR_ERROR = 4 6 | NO_MATCHES_FOUND = 23 7 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.0.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | pip = pip._internal.cli.main:main 3 | pip3 = pip._internal.cli.main:main 4 | pip3.10 = pip._internal.cli.main:main 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__init__.py: -------------------------------------------------------------------------------- 1 | """Subpackage containing all of pip's command line interface related code 2 | """ 3 | 4 | # This file intentionally does not import submodules 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py: -------------------------------------------------------------------------------- 1 | from ._dists import Distribution 2 | from ._envs import Environment 3 | 4 | __all__ = ["NAME", "Distribution", "Environment"] 5 | 6 | NAME = "importlib" 7 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py: -------------------------------------------------------------------------------- 1 | __all__ = ("tomllib",) 2 | 3 | import sys 4 | 5 | if sys.version_info >= (3, 11): 6 | import tomllib 7 | else: 8 | from pip._vendor import tomli as tomllib 9 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/version.py: -------------------------------------------------------------------------------- 1 | # file generated by setuptools_scm 2 | # don't change, don't track in version control 3 | __version__ = version = '3.8.1' 4 | __version_tuple__ = version_tuple = (3, 8, 1) 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py: -------------------------------------------------------------------------------- 1 | __all__ = ["Mapping", "Sequence"] 2 | 3 | try: 4 | from collections.abc import Mapping, Sequence 5 | except ImportError: 6 | from collections import Mapping, Sequence 7 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/region.py: -------------------------------------------------------------------------------- 1 | from typing import NamedTuple 2 | 3 | 4 | class Region(NamedTuple): 5 | """Defines a rectangular region of the screen.""" 6 | 7 | x: int 8 | y: int 9 | width: int 10 | height: int 11 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHUSHYANDAN/Imageupload_in_python/HEAD/venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/py.typed: -------------------------------------------------------------------------------- 1 | pip is a command line program. While it is implemented in Python, and so is 2 | available for import, you must not use pip's internal APIs in this way. Typing 3 | information is provided as a convenience only and is not a guarantee. Expect 4 | unannounced changes to the API and types in releases. 5 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/version.py: -------------------------------------------------------------------------------- 1 | """ 2 | This module exists only to simplify retrieving the version number of chardet 3 | from within setuptools and from chardet subpackages. 4 | 5 | :author: Dan Blanchard (dan.blanchard@gmail.com) 6 | """ 7 | 8 | __version__ = "5.1.0" 9 | VERSION = __version__.split(".") 10 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/datetime.py: -------------------------------------------------------------------------------- 1 | """For when pip wants to check the date or time. 2 | """ 3 | 4 | import datetime 5 | 6 | 7 | def today_is_later_than(year: int, month: int, day: int) -> bool: 8 | today = datetime.date.today() 9 | given = datetime.date(year, month, day) 10 | 11 | return today > given 12 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/colorama/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. 2 | from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console 3 | from .ansi import Fore, Back, Style, Cursor 4 | from .ansitowin32 import AnsiToWin32 5 | 6 | __version__ = '0.4.6' 7 | 8 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/_types.py: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: MIT 2 | # SPDX-FileCopyrightText: 2021 Taneli Hukkinen 3 | # Licensed to PSF under a Contributor Agreement. 4 | 5 | from typing import Any, Callable, Tuple 6 | 7 | # Type annotations 8 | ParseFloat = Callable[[str], Any] 9 | Key = Tuple[str, ...] 10 | Pos = int 11 | -------------------------------------------------------------------------------- /venv/pyvenv.cfg: -------------------------------------------------------------------------------- 1 | home = C:\Users\dhusyandan\AppData\Local\Programs\Python\Python312 2 | include-system-site-packages = false 3 | version = 3.12.3 4 | executable = C:\Users\dhusyandan\AppData\Local\Programs\Python\Python312\python.exe 5 | command = C:\Users\dhusyandan\AppData\Local\Programs\Python\Python312\python.exe -m venv O:\pythonfileupload\venv 6 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/__main__.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | 3 | from pip._vendor.certifi import contents, where 4 | 5 | parser = argparse.ArgumentParser() 6 | parser.add_argument("-c", "--contents", action="store_true") 7 | args = parser.parse_args() 8 | 9 | if args.contents: 10 | print(contents()) 11 | else: 12 | print(where()) 13 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/_extension.py: -------------------------------------------------------------------------------- 1 | from typing import Any 2 | 3 | 4 | def load_ipython_extension(ip: Any) -> None: # pragma: no cover 5 | # prevent circular import 6 | from pip._vendor.rich.pretty import install 7 | from pip._vendor.rich.traceback import install as tr_install 8 | 9 | install() 10 | tr_install() 11 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py: -------------------------------------------------------------------------------- 1 | # SPDX-FileCopyrightText: 2015 Eric Larson 2 | # 3 | # SPDX-License-Identifier: Apache-2.0 4 | 5 | from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache 6 | from pip._vendor.cachecontrol.caches.redis_cache import RedisCache 7 | 8 | __all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | step1:install python idle 2 | step2: create a folder 3 | step3: inside the forlder put the code and image files 4 | step4:create venv file using, python install -m venv venv 5 | step:pip install pymongo, pip install flask 6 | step5:now open venv folder chose the script file and open cmd ,type:'activate' 7 | step6:now copy the image folder path and put it to the cmd 8 | step7:put the code file in cmd 9 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/compat.py: -------------------------------------------------------------------------------- 1 | from .core import * 2 | from .codec import * 3 | from typing import Any, Union 4 | 5 | def ToASCII(label: str) -> bytes: 6 | return encode(label) 7 | 8 | def ToUnicode(label: Union[bytes, bytearray]) -> str: 9 | return decode(label) 10 | 11 | def nameprep(s: Any) -> None: 12 | raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') 13 | 14 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/main.py: -------------------------------------------------------------------------------- 1 | from typing import List, Optional 2 | 3 | 4 | def main(args: Optional[List[str]] = None) -> int: 5 | """This is preserved for old console scripts that may still be referencing 6 | it. 7 | 8 | For additional details, see https://github.com/pypa/pip/issues/7498. 9 | """ 10 | from pip._internal.utils.entrypoints import _wrapper 11 | 12 | return _wrapper(args) 13 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__init__.py: -------------------------------------------------------------------------------- 1 | from typing import List, Optional 2 | 3 | __version__ = "24.0" 4 | 5 | 6 | def main(args: Optional[List[str]] = None) -> int: 7 | """This is an internal API only meant for use by pip's own console scripts. 8 | 9 | For additional details, see https://github.com/pypa/pip/issues/7498. 10 | """ 11 | from pip._internal.utils.entrypoints import _wrapper 12 | 13 | return _wrapper(args) 14 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/_stack.py: -------------------------------------------------------------------------------- 1 | from typing import List, TypeVar 2 | 3 | T = TypeVar("T") 4 | 5 | 6 | class Stack(List[T]): 7 | """A small shim over builtin list.""" 8 | 9 | @property 10 | def top(self) -> T: 11 | """Get top of stack.""" 12 | return self[-1] 13 | 14 | def push(self, item: T) -> None: 15 | """Push an item on to the stack (append in stack nomenclature).""" 16 | self.append(item) 17 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pygments/__main__.py: -------------------------------------------------------------------------------- 1 | """ 2 | pygments.__main__ 3 | ~~~~~~~~~~~~~~~~~ 4 | 5 | Main entry point for ``python -m pygments``. 6 | 7 | :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. 8 | :license: BSD, see LICENSE for details. 9 | """ 10 | 11 | import sys 12 | from pip._vendor.pygments.cmdline import main 13 | 14 | try: 15 | sys.exit(main(sys.argv)) 16 | except KeyboardInterrupt: 17 | sys.exit(1) 18 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/__init__.py: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: MIT 2 | # SPDX-FileCopyrightText: 2021 Taneli Hukkinen 3 | # Licensed to PSF under a Contributor Agreement. 4 | 5 | __all__ = ("loads", "load", "TOMLDecodeError") 6 | __version__ = "2.0.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT 7 | 8 | from ._parser import TOMLDecodeError, load, loads 9 | 10 | # Pretend this exception was created here. 11 | TOMLDecodeError.__module__ = __name__ 12 | -------------------------------------------------------------------------------- /venv/Scripts/deactivate.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | if defined _OLD_VIRTUAL_PROMPT ( 4 | set "PROMPT=%_OLD_VIRTUAL_PROMPT%" 5 | ) 6 | set _OLD_VIRTUAL_PROMPT= 7 | 8 | if defined _OLD_VIRTUAL_PYTHONHOME ( 9 | set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%" 10 | set _OLD_VIRTUAL_PYTHONHOME= 11 | ) 12 | 13 | if defined _OLD_VIRTUAL_PATH ( 14 | set "PATH=%_OLD_VIRTUAL_PATH%" 15 | ) 16 | 17 | set _OLD_VIRTUAL_PATH= 18 | 19 | set VIRTUAL_ENV= 20 | set VIRTUAL_ENV_PROMPT= 21 | 22 | :END 23 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/__init__.py: -------------------------------------------------------------------------------- 1 | """Verify certificates using native system trust stores""" 2 | 3 | import sys as _sys 4 | 5 | if _sys.version_info < (3, 10): 6 | raise ImportError("truststore requires Python 3.10 or later") 7 | 8 | from ._api import SSLContext, extract_from_ssl, inject_into_ssl # noqa: E402 9 | 10 | del _api, _sys # type: ignore[name-defined] # noqa: F821 11 | 12 | __all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"] 13 | __version__ = "0.8.0" 14 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/resultdict.py: -------------------------------------------------------------------------------- 1 | from typing import TYPE_CHECKING, Optional 2 | 3 | if TYPE_CHECKING: 4 | # TypedDict was introduced in Python 3.8. 5 | # 6 | # TODO: Remove the else block and TYPE_CHECKING check when dropping support 7 | # for Python 3.7. 8 | from typing import TypedDict 9 | 10 | class ResultDict(TypedDict): 11 | encoding: Optional[str] 12 | confidence: float 13 | language: Optional[str] 14 | 15 | else: 16 | ResultDict = dict 17 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/_pick.py: -------------------------------------------------------------------------------- 1 | from typing import Optional 2 | 3 | 4 | def pick_bool(*values: Optional[bool]) -> bool: 5 | """Pick the first non-none bool or return the last value. 6 | 7 | Args: 8 | *values (bool): Any number of boolean or None values. 9 | 10 | Returns: 11 | bool: First non-none boolean. 12 | """ 13 | assert values, "1 or more values required" 14 | for value in values: 15 | if value is not None: 16 | return value 17 | return bool(value) 18 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/_timer.py: -------------------------------------------------------------------------------- 1 | """ 2 | Timer context manager, only used in debug. 3 | 4 | """ 5 | 6 | from time import time 7 | 8 | import contextlib 9 | from typing import Generator 10 | 11 | 12 | @contextlib.contextmanager 13 | def timer(subject: str = "time") -> Generator[None, None, None]: 14 | """print the elapsed time. (only used in debugging)""" 15 | start = time() 16 | yield 17 | elapsed = time() - start 18 | elapsed_ms = elapsed * 1000 19 | print(f"{subject} elapsed {elapsed_ms:.1f}ms") 20 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/__version__.py: -------------------------------------------------------------------------------- 1 | # .-. .-. .-. . . .-. .-. .-. .-. 2 | # |( |- |.| | | |- `-. | `-. 3 | # ' ' `-' `-`.`-' `-' `-' ' `-' 4 | 5 | __title__ = "requests" 6 | __description__ = "Python HTTP for Humans." 7 | __url__ = "https://requests.readthedocs.io" 8 | __version__ = "2.31.0" 9 | __build__ = 0x023100 10 | __author__ = "Kenneth Reitz" 11 | __author_email__ = "me@kennethreitz.org" 12 | __license__ = "Apache 2.0" 13 | __copyright__ = "Copyright Kenneth Reitz" 14 | __cake__ = "\u2728 \U0001f370 \u2728" 15 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/__init__.py: -------------------------------------------------------------------------------- 1 | from typing import List, Optional 2 | 3 | from pip._internal.utils import _log 4 | 5 | # init_logging() must be called before any call to logging.getLogger() 6 | # which happens at import of most modules. 7 | _log.init_logging() 8 | 9 | 10 | def main(args: (Optional[List[str]]) = None) -> int: 11 | """This is preserved for old console scripts that may still be referencing 12 | it. 13 | 14 | For additional details, see https://github.com/pypa/pip/issues/7498. 15 | """ 16 | from pip._internal.utils.entrypoints import _wrapper 17 | 18 | return _wrapper(args) 19 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/vendor.txt: -------------------------------------------------------------------------------- 1 | CacheControl==0.13.1 # Make sure to update the license in pyproject.toml for this. 2 | colorama==0.4.6 3 | distlib==0.3.8 4 | distro==1.8.0 5 | msgpack==1.0.5 6 | packaging==21.3 7 | platformdirs==3.8.1 8 | pyparsing==3.1.0 9 | pyproject-hooks==1.0.0 10 | requests==2.31.0 11 | certifi==2023.7.22 12 | chardet==5.1.0 13 | idna==3.4 14 | urllib3==1.26.17 15 | rich==13.4.2 16 | pygments==2.15.1 17 | typing_extensions==4.7.1 18 | resolvelib==1.0.1 19 | setuptools==68.0.0 20 | six==1.16.0 21 | tenacity==8.2.2 22 | tomli==2.0.1 23 | truststore==0.8.0 24 | webencodings==0.5.1 25 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py: -------------------------------------------------------------------------------- 1 | import collections 2 | 3 | from ..packages import six 4 | from ..packages.six.moves import queue 5 | 6 | if six.PY2: 7 | # Queue is imported for side effects on MS Windows. See issue #229. 8 | import Queue as _unused_module_Queue # noqa: F401 9 | 10 | 11 | class LifoQueue(queue.Queue): 12 | def _init(self, _): 13 | self.queue = collections.deque() 14 | 15 | def _qsize(self, len=len): 16 | return len(self.queue) 17 | 18 | def _put(self, item): 19 | self.queue.append(item) 20 | 21 | def _get(self): 22 | return self.queue.pop() 23 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py: -------------------------------------------------------------------------------- 1 | """Wrappers to call pyproject.toml-based build backend hooks. 2 | """ 3 | 4 | from ._impl import ( 5 | BackendInvalid, 6 | BackendUnavailable, 7 | BuildBackendHookCaller, 8 | HookMissing, 9 | UnsupportedOperation, 10 | default_subprocess_runner, 11 | quiet_subprocess_runner, 12 | ) 13 | 14 | __version__ = '1.0.0' 15 | __all__ = [ 16 | 'BackendUnavailable', 17 | 'BackendInvalid', 18 | 'HookMissing', 19 | 'UnsupportedOperation', 20 | 'default_subprocess_runner', 21 | 'quiet_subprocess_runner', 22 | 'BuildBackendHookCaller', 23 | ] 24 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is dual licensed under the terms of the Apache License, Version 2 | # 2.0, and the BSD License. See the LICENSE file in the root of this repository 3 | # for complete details. 4 | 5 | from .__about__ import ( 6 | __author__, 7 | __copyright__, 8 | __email__, 9 | __license__, 10 | __summary__, 11 | __title__, 12 | __uri__, 13 | __version__, 14 | ) 15 | 16 | __all__ = [ 17 | "__title__", 18 | "__summary__", 19 | "__uri__", 20 | "__version__", 21 | "__author__", 22 | "__email__", 23 | "__license__", 24 | "__copyright__", 25 | ] 26 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py: -------------------------------------------------------------------------------- 1 | from typing import TYPE_CHECKING, Tuple 2 | 3 | if TYPE_CHECKING: 4 | # TypedDict was introduced in Python 3.8. 5 | # 6 | # TODO: Remove the else block and TYPE_CHECKING check when dropping support 7 | # for Python 3.7. 8 | from typing import TypedDict 9 | 10 | class CodingStateMachineDict(TypedDict, total=False): 11 | class_table: Tuple[int, ...] 12 | class_factor: int 13 | state_table: Tuple[int, ...] 14 | char_len_table: Tuple[int, ...] 15 | name: str 16 | language: str # Optional key 17 | 18 | else: 19 | CodingStateMachineDict = dict 20 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py: -------------------------------------------------------------------------------- 1 | """This is a subpackage because the directory is on sys.path for _in_process.py 2 | 3 | The subpackage should stay as empty as possible to avoid shadowing modules that 4 | the backend might import. 5 | """ 6 | 7 | import importlib.resources as resources 8 | 9 | try: 10 | resources.files 11 | except AttributeError: 12 | # Python 3.8 compatibility 13 | def _in_proc_script_path(): 14 | return resources.path(__package__, '_in_process.py') 15 | else: 16 | def _in_proc_script_path(): 17 | return resources.as_file( 18 | resources.files(__package__).joinpath('_in_process.py')) 19 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/vcs/__init__.py: -------------------------------------------------------------------------------- 1 | # Expose a limited set of classes and functions so callers outside of 2 | # the vcs package don't need to import deeper than `pip._internal.vcs`. 3 | # (The test directory may still need to import from a vcs sub-package.) 4 | # Import all vcs modules to register each VCS in the VcsSupport object. 5 | import pip._internal.vcs.bazaar 6 | import pip._internal.vcs.git 7 | import pip._internal.vcs.mercurial 8 | import pip._internal.vcs.subversion # noqa: F401 9 | from pip._internal.vcs.versioncontrol import ( # noqa: F401 10 | RemoteNotFoundError, 11 | RemoteNotValidError, 12 | is_url, 13 | make_vcs_requirement_url, 14 | vcs, 15 | ) 16 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = [ 2 | "__version__", 3 | "AbstractProvider", 4 | "AbstractResolver", 5 | "BaseReporter", 6 | "InconsistentCandidate", 7 | "Resolver", 8 | "RequirementsConflicted", 9 | "ResolutionError", 10 | "ResolutionImpossible", 11 | "ResolutionTooDeep", 12 | ] 13 | 14 | __version__ = "1.0.1" 15 | 16 | 17 | from .providers import AbstractProvider, AbstractResolver 18 | from .reporters import BaseReporter 19 | from .resolvers import ( 20 | InconsistentCandidate, 21 | RequirementsConflicted, 22 | ResolutionError, 23 | ResolutionImpossible, 24 | ResolutionTooDeep, 25 | Resolver, 26 | ) 27 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/base.py: -------------------------------------------------------------------------------- 1 | from typing import Callable, List, Optional 2 | 3 | from pip._internal.req.req_install import InstallRequirement 4 | from pip._internal.req.req_set import RequirementSet 5 | 6 | InstallRequirementProvider = Callable[ 7 | [str, Optional[InstallRequirement]], InstallRequirement 8 | ] 9 | 10 | 11 | class BaseResolver: 12 | def resolve( 13 | self, root_reqs: List[InstallRequirement], check_supported_wheels: bool 14 | ) -> RequirementSet: 15 | raise NotImplementedError() 16 | 17 | def get_installation_order( 18 | self, req_set: RequirementSet 19 | ) -> List[InstallRequirement]: 20 | raise NotImplementedError() 21 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/certs.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | 3 | """ 4 | requests.certs 5 | ~~~~~~~~~~~~~~ 6 | 7 | This module returns the preferred default CA certificate bundle. There is 8 | only one — the one from the certifi package. 9 | 10 | If you are packaging Requests, e.g., for a Linux distribution or a managed 11 | environment, you can change the definition of where() to return a separately 12 | packaged CA bundle. 13 | """ 14 | 15 | import os 16 | 17 | if "_PIP_STANDALONE_CERT" not in os.environ: 18 | from pip._vendor.certifi import where 19 | else: 20 | def where(): 21 | return os.environ["_PIP_STANDALONE_CERT"] 22 | 23 | if __name__ == "__main__": 24 | print(where()) 25 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/requests/packages.py: -------------------------------------------------------------------------------- 1 | import sys 2 | 3 | # This code exists for backwards compatibility reasons. 4 | # I don't like it either. Just look the other way. :) 5 | 6 | for package in ('urllib3', 'idna', 'chardet'): 7 | vendored_package = "pip._vendor." + package 8 | locals()[package] = __import__(vendored_package) 9 | # This traversal is apparently necessary such that the identities are 10 | # preserved (requests.packages.urllib3.* is urllib3.*) 11 | for mod in list(sys.modules): 12 | if mod == vendored_package or mod.startswith(vendored_package + '.'): 13 | unprefixed_mod = mod[len("pip._vendor."):] 14 | sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] 15 | 16 | # Kinda cool, though, right? 17 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distlib/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2012-2023 Vinay Sajip. 4 | # Licensed to the Python Software Foundation under a contributor agreement. 5 | # See LICENSE.txt and CONTRIBUTORS.txt. 6 | # 7 | import logging 8 | 9 | __version__ = '0.3.8' 10 | 11 | 12 | class DistlibException(Exception): 13 | pass 14 | 15 | 16 | try: 17 | from logging import NullHandler 18 | except ImportError: # pragma: no cover 19 | 20 | class NullHandler(logging.Handler): 21 | 22 | def handle(self, record): 23 | pass 24 | 25 | def emit(self, record): 26 | pass 27 | 28 | def createLock(self): 29 | self.lock = None 30 | 31 | 32 | logger = logging.getLogger(__name__) 33 | logger.addHandler(NullHandler()) 34 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/__about__.py: -------------------------------------------------------------------------------- 1 | # This file is dual licensed under the terms of the Apache License, Version 2 | # 2.0, and the BSD License. See the LICENSE file in the root of this repository 3 | # for complete details. 4 | 5 | __all__ = [ 6 | "__title__", 7 | "__summary__", 8 | "__uri__", 9 | "__version__", 10 | "__author__", 11 | "__email__", 12 | "__license__", 13 | "__copyright__", 14 | ] 15 | 16 | __title__ = "packaging" 17 | __summary__ = "Core utilities for Python packages" 18 | __uri__ = "https://github.com/pypa/packaging" 19 | 20 | __version__ = "21.3" 21 | 22 | __author__ = "Donald Stufft and individual contributors" 23 | __email__ = "donald@stufft.io" 24 | 25 | __license__ = "BSD-2-Clause or Apache-2.0" 26 | __copyright__ = "2014-2019 %s" % __author__ 27 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/errors.py: -------------------------------------------------------------------------------- 1 | class ConsoleError(Exception): 2 | """An error in console operation.""" 3 | 4 | 5 | class StyleError(Exception): 6 | """An error in styles.""" 7 | 8 | 9 | class StyleSyntaxError(ConsoleError): 10 | """Style was badly formatted.""" 11 | 12 | 13 | class MissingStyle(StyleError): 14 | """No such style.""" 15 | 16 | 17 | class StyleStackError(ConsoleError): 18 | """Style stack is invalid.""" 19 | 20 | 21 | class NotRenderableError(ConsoleError): 22 | """Object is not renderable.""" 23 | 24 | 25 | class MarkupError(ConsoleError): 26 | """Markup was badly formatted.""" 27 | 28 | 29 | class LiveError(ConsoleError): 30 | """Error related to Live display.""" 31 | 32 | 33 | class NoAltScreen(ConsoleError): 34 | """Alt screen mode was required.""" 35 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py: -------------------------------------------------------------------------------- 1 | # SPDX-FileCopyrightText: 2015 Eric Larson 2 | # 3 | # SPDX-License-Identifier: Apache-2.0 4 | 5 | """CacheControl import Interface. 6 | 7 | Make it easy to import from cachecontrol without long namespaces. 8 | """ 9 | __author__ = "Eric Larson" 10 | __email__ = "eric@ionrock.org" 11 | __version__ = "0.13.1" 12 | 13 | from pip._vendor.cachecontrol.adapter import CacheControlAdapter 14 | from pip._vendor.cachecontrol.controller import CacheController 15 | from pip._vendor.cachecontrol.wrapper import CacheControl 16 | 17 | __all__ = [ 18 | "__author__", 19 | "__email__", 20 | "__version__", 21 | "CacheControlAdapter", 22 | "CacheController", 23 | "CacheControl", 24 | ] 25 | 26 | import logging 27 | 28 | logging.getLogger(__name__).addHandler(logging.NullHandler()) 29 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/filetypes.py: -------------------------------------------------------------------------------- 1 | """Filetype information. 2 | """ 3 | 4 | from typing import Tuple 5 | 6 | from pip._internal.utils.misc import splitext 7 | 8 | WHEEL_EXTENSION = ".whl" 9 | BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") 10 | XZ_EXTENSIONS: Tuple[str, ...] = ( 11 | ".tar.xz", 12 | ".txz", 13 | ".tlz", 14 | ".tar.lz", 15 | ".tar.lzma", 16 | ) 17 | ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) 18 | TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") 19 | ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS 20 | 21 | 22 | def is_archive_file(name: str) -> bool: 23 | """Return True if `name` is a considered as an archive file.""" 24 | ext = splitext(name)[1].lower() 25 | if ext in ARCHIVE_EXTENSIONS: 26 | return True 27 | return False 28 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/models/scheme.py: -------------------------------------------------------------------------------- 1 | """ 2 | For types associated with installation schemes. 3 | 4 | For a general overview of available schemes and their context, see 5 | https://docs.python.org/3/install/index.html#alternate-installation. 6 | """ 7 | 8 | 9 | SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] 10 | 11 | 12 | class Scheme: 13 | """A Scheme holds paths which are used as the base directories for 14 | artifacts associated with a Python package. 15 | """ 16 | 17 | __slots__ = SCHEME_KEYS 18 | 19 | def __init__( 20 | self, 21 | platlib: str, 22 | purelib: str, 23 | headers: str, 24 | scripts: str, 25 | data: str, 26 | ) -> None: 27 | self.platlib = platlib 28 | self.purelib = purelib 29 | self.headers = headers 30 | self.scripts = scripts 31 | self.data = data 32 | --------------------------------------------------------------------------------