├── .gitignore ├── backend ├── venv │ ├── Lib │ │ └── site-packages │ │ │ ├── PIL │ │ │ ├── py.typed │ │ │ ├── _webp.pyi │ │ │ ├── _imagingmath.pyi │ │ │ ├── _imagingmorph.pyi │ │ │ ├── _version.py │ │ │ ├── report.py │ │ │ ├── _webp.cp310-win_amd64.pyd │ │ │ ├── _imaging.cp310-win_amd64.pyd │ │ │ ├── _imagingcms.cp310-win_amd64.pyd │ │ │ ├── _imagingft.cp310-win_amd64.pyd │ │ │ ├── _imagingtk.cp310-win_amd64.pyd │ │ │ ├── __pycache__ │ │ │ │ ├── Image.cpython-310.pyc │ │ │ │ ├── TarIO.cpython-310.pyc │ │ │ │ ├── _util.cpython-310.pyc │ │ │ │ ├── ExifTags.cpython-310.pyc │ │ │ │ ├── FontFile.cpython-310.pyc │ │ │ │ ├── ImageCms.cpython-310.pyc │ │ │ │ ├── ImageOps.cpython-310.pyc │ │ │ │ ├── ImageQt.cpython-310.pyc │ │ │ │ ├── ImageTk.cpython-310.pyc │ │ │ │ ├── ImageWin.cpython-310.pyc │ │ │ │ ├── PSDraw.cpython-310.pyc │ │ │ │ ├── PyAccess.cpython-310.pyc │ │ │ │ ├── TiffTags.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __main__.cpython-310.pyc │ │ │ │ ├── _binary.cpython-310.pyc │ │ │ │ ├── _typing.cpython-310.pyc │ │ │ │ ├── _version.cpython-310.pyc │ │ │ │ ├── features.cpython-310.pyc │ │ │ │ ├── report.cpython-310.pyc │ │ │ │ ├── ImageChops.cpython-310.pyc │ │ │ │ ├── ImageColor.cpython-310.pyc │ │ │ │ ├── ImageDraw.cpython-310.pyc │ │ │ │ ├── ImageDraw2.cpython-310.pyc │ │ │ │ ├── ImageFile.cpython-310.pyc │ │ │ │ ├── ImageFont.cpython-310.pyc │ │ │ │ ├── ImageGrab.cpython-310.pyc │ │ │ │ ├── ImageMath.cpython-310.pyc │ │ │ │ ├── ImageMode.cpython-310.pyc │ │ │ │ ├── ImageMorph.cpython-310.pyc │ │ │ │ ├── ImagePath.cpython-310.pyc │ │ │ │ ├── ImageShow.cpython-310.pyc │ │ │ │ ├── ImageStat.cpython-310.pyc │ │ │ │ ├── PdfParser.cpython-310.pyc │ │ │ │ ├── _deprecate.cpython-310.pyc │ │ │ │ ├── BdfFontFile.cpython-310.pyc │ │ │ │ ├── ContainerIO.cpython-310.pyc │ │ │ │ ├── GdImageFile.cpython-310.pyc │ │ │ │ ├── ImImagePlugin.cpython-310.pyc │ │ │ │ ├── ImageEnhance.cpython-310.pyc │ │ │ │ ├── ImageFilter.cpython-310.pyc │ │ │ │ ├── ImagePalette.cpython-310.pyc │ │ │ │ ├── ImageSequence.cpython-310.pyc │ │ │ │ ├── JpegPresets.cpython-310.pyc │ │ │ │ ├── PaletteFile.cpython-310.pyc │ │ │ │ ├── PcfFontFile.cpython-310.pyc │ │ │ │ ├── WalImageFile.cpython-310.pyc │ │ │ │ ├── BlpImagePlugin.cpython-310.pyc │ │ │ │ ├── BmpImagePlugin.cpython-310.pyc │ │ │ │ ├── CurImagePlugin.cpython-310.pyc │ │ │ │ ├── DcxImagePlugin.cpython-310.pyc │ │ │ │ ├── DdsImagePlugin.cpython-310.pyc │ │ │ │ ├── EpsImagePlugin.cpython-310.pyc │ │ │ │ ├── FitsImagePlugin.cpython-310.pyc │ │ │ │ ├── FliImagePlugin.cpython-310.pyc │ │ │ │ ├── FpxImagePlugin.cpython-310.pyc │ │ │ │ ├── FtexImagePlugin.cpython-310.pyc │ │ │ │ ├── GbrImagePlugin.cpython-310.pyc │ │ │ │ ├── GifImagePlugin.cpython-310.pyc │ │ │ │ ├── GimpPaletteFile.cpython-310.pyc │ │ │ │ ├── IcnsImagePlugin.cpython-310.pyc │ │ │ │ ├── IcoImagePlugin.cpython-310.pyc │ │ │ │ ├── ImageTransform.cpython-310.pyc │ │ │ │ ├── ImtImagePlugin.cpython-310.pyc │ │ │ │ ├── IptcImagePlugin.cpython-310.pyc │ │ │ │ ├── JpegImagePlugin.cpython-310.pyc │ │ │ │ ├── MicImagePlugin.cpython-310.pyc │ │ │ │ ├── MpegImagePlugin.cpython-310.pyc │ │ │ │ ├── MpoImagePlugin.cpython-310.pyc │ │ │ │ ├── MspImagePlugin.cpython-310.pyc │ │ │ │ ├── PalmImagePlugin.cpython-310.pyc │ │ │ │ ├── PcdImagePlugin.cpython-310.pyc │ │ │ │ ├── PcxImagePlugin.cpython-310.pyc │ │ │ │ ├── PdfImagePlugin.cpython-310.pyc │ │ │ │ ├── PngImagePlugin.cpython-310.pyc │ │ │ │ ├── PpmImagePlugin.cpython-310.pyc │ │ │ │ ├── PsdImagePlugin.cpython-310.pyc │ │ │ │ ├── QoiImagePlugin.cpython-310.pyc │ │ │ │ ├── SgiImagePlugin.cpython-310.pyc │ │ │ │ ├── SunImagePlugin.cpython-310.pyc │ │ │ │ ├── TgaImagePlugin.cpython-310.pyc │ │ │ │ ├── TiffImagePlugin.cpython-310.pyc │ │ │ │ ├── WebPImagePlugin.cpython-310.pyc │ │ │ │ ├── WmfImagePlugin.cpython-310.pyc │ │ │ │ ├── XbmImagePlugin.cpython-310.pyc │ │ │ │ ├── XpmImagePlugin.cpython-310.pyc │ │ │ │ └── _tkinter_finder.cpython-310.pyc │ │ │ ├── _imagingmath.cp310-win_amd64.pyd │ │ │ ├── _imagingmorph.cp310-win_amd64.pyd │ │ │ └── __main__.py │ │ │ ├── anyio │ │ │ ├── py.typed │ │ │ ├── _backends │ │ │ │ └── __init__.py │ │ │ ├── _core │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── _fileio.cpython-310.pyc │ │ │ │ │ └── _tasks.cpython-310.pyc │ │ │ ├── streams │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── tls.cpython-310.pyc │ │ │ │ │ ├── file.cpython-310.pyc │ │ │ │ │ └── text.cpython-310.pyc │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── lowlevel.cpython-310.pyc │ │ │ │ ├── from_thread.cpython-310.pyc │ │ │ │ ├── to_process.cpython-310.pyc │ │ │ │ ├── to_thread.cpython-310.pyc │ │ │ │ └── pytest_plugin.cpython-310.pyc │ │ │ └── abc │ │ │ │ └── __pycache__ │ │ │ │ ├── _tasks.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _sockets.cpython-310.pyc │ │ │ │ ├── _streams.cpython-310.pyc │ │ │ │ └── _testing.cpython-310.pyc │ │ │ ├── certifi │ │ │ ├── py.typed │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── core.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ └── __main__.cpython-310.pyc │ │ │ ├── click │ │ │ ├── py.typed │ │ │ └── __pycache__ │ │ │ │ ├── core.cpython-310.pyc │ │ │ │ ├── parser.cpython-310.pyc │ │ │ │ ├── termui.cpython-310.pyc │ │ │ │ ├── types.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _compat.cpython-310.pyc │ │ │ │ ├── globals.cpython-310.pyc │ │ │ │ ├── testing.cpython-310.pyc │ │ │ │ ├── _textwrap.cpython-310.pyc │ │ │ │ ├── _winconsole.cpython-310.pyc │ │ │ │ ├── decorators.cpython-310.pyc │ │ │ │ ├── exceptions.cpython-310.pyc │ │ │ │ ├── formatting.cpython-310.pyc │ │ │ │ └── _termui_impl.cpython-310.pyc │ │ │ ├── fastapi │ │ │ ├── py.typed │ │ │ ├── openapi │ │ │ │ └── __init__.py │ │ │ ├── dependencies │ │ │ │ └── __init__.py │ │ │ ├── __main__.py │ │ │ ├── logger.py │ │ │ ├── middleware │ │ │ │ ├── __init__.py │ │ │ │ ├── cors.py │ │ │ │ ├── gzip.py │ │ │ │ ├── wsgi.py │ │ │ │ ├── trustedhost.py │ │ │ │ └── httpsredirect.py │ │ │ ├── testclient.py │ │ │ ├── staticfiles.py │ │ │ ├── templating.py │ │ │ ├── __pycache__ │ │ │ │ ├── cli.cpython-310.pyc │ │ │ │ ├── logger.cpython-310.pyc │ │ │ │ ├── params.cpython-310.pyc │ │ │ │ ├── types.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __main__.cpython-310.pyc │ │ │ │ ├── _compat.cpython-310.pyc │ │ │ │ ├── encoders.cpython-310.pyc │ │ │ │ ├── requests.cpython-310.pyc │ │ │ │ ├── responses.cpython-310.pyc │ │ │ │ ├── routing.cpython-310.pyc │ │ │ │ ├── background.cpython-310.pyc │ │ │ │ ├── concurrency.cpython-310.pyc │ │ │ │ ├── exceptions.cpython-310.pyc │ │ │ │ ├── staticfiles.cpython-310.pyc │ │ │ │ ├── templating.cpython-310.pyc │ │ │ │ ├── testclient.cpython-310.pyc │ │ │ │ └── websockets.cpython-310.pyc │ │ │ └── requests.py │ │ │ ├── idna │ │ │ ├── py.typed │ │ │ ├── package_data.py │ │ │ └── __pycache__ │ │ │ │ ├── core.cpython-310.pyc │ │ │ │ ├── codec.cpython-310.pyc │ │ │ │ ├── compat.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── idnadata.cpython-310.pyc │ │ │ │ ├── intranges.cpython-310.pyc │ │ │ │ ├── uts46data.cpython-310.pyc │ │ │ │ └── package_data.cpython-310.pyc │ │ │ ├── pydantic │ │ │ ├── py.typed │ │ │ ├── v1 │ │ │ │ ├── py.typed │ │ │ │ └── __pycache__ │ │ │ │ │ ├── color.cpython-310.pyc │ │ │ │ │ ├── json.cpython-310.pyc │ │ │ │ │ ├── main.cpython-310.pyc │ │ │ │ │ ├── mypy.cpython-310.pyc │ │ │ │ │ ├── parse.cpython-310.pyc │ │ │ │ │ ├── tools.cpython-310.pyc │ │ │ │ │ ├── types.cpython-310.pyc │ │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ │ ├── config.cpython-310.pyc │ │ │ │ │ ├── errors.cpython-310.pyc │ │ │ │ │ ├── fields.cpython-310.pyc │ │ │ │ │ ├── schema.cpython-310.pyc │ │ │ │ │ ├── typing.cpython-310.pyc │ │ │ │ │ └── version.cpython-310.pyc │ │ │ ├── _internal │ │ │ │ └── __init__.py │ │ │ ├── deprecated │ │ │ │ └── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── color.cpython-310.pyc │ │ │ │ ├── json.cpython-310.pyc │ │ │ │ ├── main.cpython-310.pyc │ │ │ │ ├── mypy.cpython-310.pyc │ │ │ │ ├── parse.cpython-310.pyc │ │ │ │ ├── tools.cpython-310.pyc │ │ │ │ ├── types.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── aliases.cpython-310.pyc │ │ │ │ ├── config.cpython-310.pyc │ │ │ │ ├── errors.cpython-310.pyc │ │ │ │ ├── fields.cpython-310.pyc │ │ │ │ ├── generics.cpython-310.pyc │ │ │ │ ├── networks.cpython-310.pyc │ │ │ │ ├── schema.cpython-310.pyc │ │ │ │ ├── typing.cpython-310.pyc │ │ │ │ ├── version.cpython-310.pyc │ │ │ │ ├── warnings.cpython-310.pyc │ │ │ │ ├── _migration.cpython-310.pyc │ │ │ │ ├── decorator.cpython-310.pyc │ │ │ │ ├── root_model.cpython-310.pyc │ │ │ │ └── validators.cpython-310.pyc │ │ │ ├── json.py │ │ │ ├── typing.py │ │ │ ├── parse.py │ │ │ ├── schema.py │ │ │ ├── tools.py │ │ │ ├── utils.py │ │ │ ├── decorator.py │ │ │ └── generics.py │ │ │ ├── sniffio │ │ │ ├── py.typed │ │ │ ├── _tests │ │ │ │ └── __init__.py │ │ │ ├── _version.py │ │ │ └── __pycache__ │ │ │ │ ├── _impl.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ └── _version.cpython-310.pyc │ │ │ ├── h11 │ │ │ ├── tests │ │ │ │ ├── __init__.py │ │ │ │ ├── data │ │ │ │ │ └── test-file │ │ │ │ └── __pycache__ │ │ │ │ │ ├── helpers.cpython-310.pyc │ │ │ │ │ ├── test_io.cpython-310.pyc │ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ │ └── test_util.cpython-310.pyc │ │ │ ├── py.typed │ │ │ └── __pycache__ │ │ │ │ ├── _abnf.cpython-310.pyc │ │ │ │ ├── _util.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _events.cpython-310.pyc │ │ │ │ ├── _headers.cpython-310.pyc │ │ │ │ ├── _readers.cpython-310.pyc │ │ │ │ ├── _state.cpython-310.pyc │ │ │ │ ├── _version.cpython-310.pyc │ │ │ │ ├── _writers.cpython-310.pyc │ │ │ │ ├── _connection.cpython-310.pyc │ │ │ │ └── _receivebuffer.cpython-310.pyc │ │ │ ├── pydantic_core │ │ │ └── py.typed │ │ │ ├── pyparsing │ │ │ ├── py.typed │ │ │ └── __pycache__ │ │ │ │ ├── core.cpython-310.pyc │ │ │ │ ├── util.cpython-310.pyc │ │ │ │ ├── actions.cpython-310.pyc │ │ │ │ ├── common.cpython-310.pyc │ │ │ │ ├── helpers.cpython-310.pyc │ │ │ │ ├── results.cpython-310.pyc │ │ │ │ ├── testing.cpython-310.pyc │ │ │ │ ├── unicode.cpython-310.pyc │ │ │ │ └── __init__.cpython-310.pyc │ │ │ ├── starlette │ │ │ ├── py.typed │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── _compat.cpython-310.pyc │ │ │ │ ├── _utils.cpython-310.pyc │ │ │ │ ├── config.cpython-310.pyc │ │ │ │ ├── routing.cpython-310.pyc │ │ │ │ ├── schemas.cpython-310.pyc │ │ │ │ ├── status.cpython-310.pyc │ │ │ │ ├── types.cpython-310.pyc │ │ │ │ └── __init__.cpython-310.pyc │ │ │ ├── uritemplate │ │ │ ├── py.typed │ │ │ └── __pycache__ │ │ │ │ └── api.cpython-310.pyc │ │ │ ├── uvicorn │ │ │ ├── py.typed │ │ │ ├── loops │ │ │ │ └── __init__.py │ │ │ ├── lifespan │ │ │ │ └── __init__.py │ │ │ ├── middleware │ │ │ │ └── __init__.py │ │ │ ├── protocols │ │ │ │ ├── __init__.py │ │ │ │ ├── http │ │ │ │ │ └── __init__.py │ │ │ │ └── websockets │ │ │ │ │ └── __init__.py │ │ │ ├── __main__.py │ │ │ └── __pycache__ │ │ │ │ ├── main.cpython-310.pyc │ │ │ │ ├── _types.cpython-310.pyc │ │ │ │ ├── config.cpython-310.pyc │ │ │ │ ├── server.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __main__.cpython-310.pyc │ │ │ │ ├── importer.cpython-310.pyc │ │ │ │ ├── logging.cpython-310.pyc │ │ │ │ └── workers.cpython-310.pyc │ │ │ ├── annotated_types │ │ │ └── py.typed │ │ │ ├── charset_normalizer │ │ │ ├── py.typed │ │ │ ├── __main__.py │ │ │ ├── version.py │ │ │ ├── cli │ │ │ │ └── __init__.py │ │ │ └── md.cp310-win_amd64.pyd │ │ │ ├── exceptiongroup │ │ │ └── py.typed │ │ │ ├── rsa-4.9.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── urllib3 │ │ │ ├── contrib │ │ │ │ └── __init__.py │ │ │ ├── py.typed │ │ │ ├── _version.py │ │ │ ├── __pycache__ │ │ │ │ ├── fields.cpython-310.pyc │ │ │ │ ├── http2.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _version.cpython-310.pyc │ │ │ │ ├── filepost.cpython-310.pyc │ │ │ │ └── response.cpython-310.pyc │ │ │ └── util │ │ │ │ └── __pycache__ │ │ │ │ ├── ssl_.cpython-310.pyc │ │ │ │ ├── url.cpython-310.pyc │ │ │ │ ├── util.cpython-310.pyc │ │ │ │ └── wait.cpython-310.pyc │ │ │ ├── anyio-4.4.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── click-8.1.7.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── google │ │ │ ├── auth │ │ │ │ ├── crypt │ │ │ │ │ └── _helpers.py │ │ │ │ ├── py.typed │ │ │ │ └── __pycache__ │ │ │ │ │ ├── aws.cpython-310.pyc │ │ │ │ │ ├── iam.cpython-310.pyc │ │ │ │ │ ├── jwt.cpython-310.pyc │ │ │ │ │ ├── api_key.cpython-310.pyc │ │ │ │ │ ├── metrics.cpython-310.pyc │ │ │ │ │ └── version.cpython-310.pyc │ │ │ ├── protobuf │ │ │ │ ├── util │ │ │ │ │ └── __init__.py │ │ │ │ ├── compiler │ │ │ │ │ └── __init__.py │ │ │ │ ├── pyext │ │ │ │ │ └── __init__.py │ │ │ │ └── testdata │ │ │ │ │ └── __init__.py │ │ │ ├── oauth2 │ │ │ │ ├── py.typed │ │ │ │ └── __pycache__ │ │ │ │ │ ├── sts.cpython-310.pyc │ │ │ │ │ └── utils.cpython-310.pyc │ │ │ ├── api_core │ │ │ │ ├── py.typed │ │ │ │ └── __pycache__ │ │ │ │ │ └── iam.cpython-310.pyc │ │ │ ├── ai │ │ │ │ ├── generativelanguage │ │ │ │ │ └── py.typed │ │ │ │ ├── generativelanguage_v1 │ │ │ │ │ └── py.typed │ │ │ │ ├── generativelanguage_v1beta │ │ │ │ │ └── py.typed │ │ │ │ ├── generativelanguage_v1beta2 │ │ │ │ │ └── py.typed │ │ │ │ └── generativelanguage_v1beta3 │ │ │ │ │ └── py.typed │ │ │ ├── _upb │ │ │ │ └── _message.pyd │ │ │ ├── api │ │ │ │ └── __pycache__ │ │ │ │ │ ├── auth_pb2.cpython-310.pyc │ │ │ │ │ ├── http_pb2.cpython-310.pyc │ │ │ │ │ └── log_pb2.cpython-310.pyc │ │ │ └── rpc │ │ │ │ └── __pycache__ │ │ │ │ ├── code_pb2.cpython-310.pyc │ │ │ │ └── http_pb2.cpython-310.pyc │ │ │ ├── h11-0.14.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── idna-3.8.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── pip-21.2.4.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── WHEEL │ │ │ └── entry_points.txt │ │ │ ├── pip │ │ │ ├── _internal │ │ │ │ ├── utils │ │ │ │ │ └── __init__.py │ │ │ │ ├── operations │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── build │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── install │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── resolution │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── legacy │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── resolvelib │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── index │ │ │ │ │ └── __init__.py │ │ │ │ ├── network │ │ │ │ │ └── __init__.py │ │ │ │ ├── models │ │ │ │ │ └── __init__.py │ │ │ │ ├── cli │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── status_codes.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── cache.cpython-310.pyc │ │ │ │ │ └── main.cpython-310.pyc │ │ │ ├── _vendor │ │ │ │ ├── chardet │ │ │ │ │ ├── cli │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── metadata │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── html5lib │ │ │ │ │ ├── filters │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── _trie │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── resolvelib │ │ │ │ │ └── compat │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── urllib3 │ │ │ │ │ ├── contrib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── _securetransport │ │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── packages │ │ │ │ │ │ ├── backports │ │ │ │ │ │ │ └── __init__.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── _version.py │ │ │ │ ├── msgpack │ │ │ │ │ └── _version.py │ │ │ │ ├── idna │ │ │ │ │ └── package_data.py │ │ │ │ ├── certifi │ │ │ │ │ └── __init__.py │ │ │ │ ├── cachecontrol │ │ │ │ │ └── caches │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── distlib │ │ │ │ │ ├── t32.exe │ │ │ │ │ ├── t64.exe │ │ │ │ │ ├── w32.exe │ │ │ │ │ └── w64.exe │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── six.cpython-310.pyc │ │ │ │ │ ├── appdirs.cpython-310.pyc │ │ │ │ │ └── distro.cpython-310.pyc │ │ │ │ └── pep517 │ │ │ │ │ └── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ └── __main__.cpython-310.pyc │ │ │ ├── pyasn1-0.6.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── zip-safe │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── setuptools │ │ │ ├── _vendor │ │ │ │ ├── __init__.py │ │ │ │ └── more_itertools │ │ │ │ │ └── __init__.py │ │ │ ├── cli.exe │ │ │ ├── gui.exe │ │ │ ├── cli-32.exe │ │ │ ├── cli-64.exe │ │ │ ├── gui-32.exe │ │ │ ├── gui-64.exe │ │ │ ├── script.tmpl │ │ │ └── __pycache__ │ │ │ │ ├── _imp.cpython-310.pyc │ │ │ │ ├── config.cpython-310.pyc │ │ │ │ ├── dist.cpython-310.pyc │ │ │ │ ├── errors.cpython-310.pyc │ │ │ │ ├── glob.cpython-310.pyc │ │ │ │ ├── launch.cpython-310.pyc │ │ │ │ ├── monkey.cpython-310.pyc │ │ │ │ ├── msvc.cpython-310.pyc │ │ │ │ ├── wheel.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── dep_util.cpython-310.pyc │ │ │ │ ├── depends.cpython-310.pyc │ │ │ │ ├── sandbox.cpython-310.pyc │ │ │ │ └── version.cpython-310.pyc │ │ │ ├── tqdm-4.66.5.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── cachetools-5.5.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── certifi-2024.8.30.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── fastapi-0.112.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── grpcio-1.66.1.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── httplib2-0.22.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── pillow-10.4.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── zip-safe │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── pkg_resources │ │ │ ├── _vendor │ │ │ │ └── __init__.py │ │ │ └── tests │ │ │ │ └── data │ │ │ │ └── my-test-package-source │ │ │ │ └── setup.py │ │ │ ├── proto_plus-1.24.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── protobuf-4.25.4.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── pydantic-2.8.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── pyparsing-3.1.4.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── requests-2.32.3.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── setuptools-58.1.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── sniffio-1.3.1.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── starlette-0.38.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── uritemplate-4.1.1.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── urllib3-2.2.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── uvicorn-0.30.6.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── annotated_types-0.7.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── colorama-0.4.6.dist-info │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── google_api_core-2.19.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── google_auth-2.34.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── grpcio_status-1.62.3.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── pyasn1_modules-0.4.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── zip-safe │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── pydantic_core-2.20.1.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── python_dotenv-1.0.1.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── charset_normalizer-3.3.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── entry_points.txt │ │ │ └── WHEEL │ │ │ ├── dotenv │ │ │ ├── py.typed │ │ │ ├── version.py │ │ │ ├── __main__.py │ │ │ └── __pycache__ │ │ │ │ ├── cli.cpython-310.pyc │ │ │ │ ├── main.cpython-310.pyc │ │ │ │ ├── ipython.cpython-310.pyc │ │ │ │ ├── parser.cpython-310.pyc │ │ │ │ ├── version.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __main__.cpython-310.pyc │ │ │ │ └── variables.cpython-310.pyc │ │ │ ├── google_auth_httplib2-0.2.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── google_generativeai-0.7.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ ├── namespace_packages.txt │ │ │ └── WHEEL │ │ │ ├── tqdm │ │ │ ├── _dist_ver.py │ │ │ ├── __main__.py │ │ │ └── __pycache__ │ │ │ │ ├── tk.cpython-310.pyc │ │ │ │ ├── auto.cpython-310.pyc │ │ │ │ ├── cli.cpython-310.pyc │ │ │ │ ├── dask.cpython-310.pyc │ │ │ │ ├── gui.cpython-310.pyc │ │ │ │ ├── rich.cpython-310.pyc │ │ │ │ ├── std.cpython-310.pyc │ │ │ │ ├── _main.cpython-310.pyc │ │ │ │ ├── _tqdm.cpython-310.pyc │ │ │ │ ├── _utils.cpython-310.pyc │ │ │ │ ├── asyncio.cpython-310.pyc │ │ │ │ ├── keras.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── version.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __main__.cpython-310.pyc │ │ │ │ ├── _dist_ver.cpython-310.pyc │ │ │ │ ├── _monitor.cpython-310.pyc │ │ │ │ ├── _tqdm_gui.cpython-310.pyc │ │ │ │ ├── notebook.cpython-310.pyc │ │ │ │ ├── _tqdm_pandas.cpython-310.pyc │ │ │ │ └── autonotebook.cpython-310.pyc │ │ │ ├── typing_extensions-4.12.2.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── exceptiongroup-1.2.2.dist-info │ │ │ ├── INSTALLER │ │ │ └── WHEEL │ │ │ ├── google_api_python_client-2.143.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── googleapis_common_protos-1.65.0.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── grpc │ │ │ ├── _grpcio_metadata.py │ │ │ ├── __pycache__ │ │ │ │ ├── _auth.cpython-310.pyc │ │ │ │ ├── _common.cpython-310.pyc │ │ │ │ ├── _server.cpython-310.pyc │ │ │ │ ├── _typing.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _channel.cpython-310.pyc │ │ │ │ ├── _compression.cpython-310.pyc │ │ │ │ ├── _interceptor.cpython-310.pyc │ │ │ │ ├── _utilities.cpython-310.pyc │ │ │ │ ├── _observability.cpython-310.pyc │ │ │ │ └── _simple_stubs.cpython-310.pyc │ │ │ ├── _cython │ │ │ │ └── cygrpc.cp310-win_amd64.pyd │ │ │ ├── aio │ │ │ │ └── __pycache__ │ │ │ │ │ ├── _call.cpython-310.pyc │ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ │ ├── _channel.cpython-310.pyc │ │ │ │ │ ├── _server.cpython-310.pyc │ │ │ │ │ ├── _typing.cpython-310.pyc │ │ │ │ │ ├── _utils.cpython-310.pyc │ │ │ │ │ ├── _base_call.cpython-310.pyc │ │ │ │ │ └── _metadata.cpython-310.pyc │ │ │ └── beta │ │ │ │ └── __pycache__ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── _metadata.cpython-310.pyc │ │ │ │ └── utilities.cpython-310.pyc │ │ │ ├── google_ai_generativelanguage-0.6.6.dist-info │ │ │ ├── REQUESTED │ │ │ ├── INSTALLER │ │ │ ├── top_level.txt │ │ │ └── WHEEL │ │ │ ├── _distutils_hack │ │ │ └── override.py │ │ │ ├── rsa │ │ │ ├── py.typed │ │ │ └── __pycache__ │ │ │ │ ├── cli.cpython-310.pyc │ │ │ │ ├── key.cpython-310.pyc │ │ │ │ ├── pem.cpython-310.pyc │ │ │ │ ├── asn1.cpython-310.pyc │ │ │ │ ├── core.cpython-310.pyc │ │ │ │ ├── pkcs1.cpython-310.pyc │ │ │ │ ├── prime.cpython-310.pyc │ │ │ │ ├── util.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── common.cpython-310.pyc │ │ │ │ ├── parallel.cpython-310.pyc │ │ │ │ ├── pkcs1_v2.cpython-310.pyc │ │ │ │ ├── randnum.cpython-310.pyc │ │ │ │ └── transform.cpython-310.pyc │ │ │ ├── pyasn1 │ │ │ ├── codec │ │ │ │ ├── __init__.py │ │ │ │ ├── ber │ │ │ │ │ └── __init__.py │ │ │ │ ├── cer │ │ │ │ │ └── __init__.py │ │ │ │ ├── der │ │ │ │ │ └── __init__.py │ │ │ │ └── native │ │ │ │ │ └── __init__.py │ │ │ ├── type │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ ├── base.cpython-310.pyc │ │ │ │ │ ├── char.cpython-310.pyc │ │ │ │ │ ├── error.cpython-310.pyc │ │ │ │ │ ├── tag.cpython-310.pyc │ │ │ │ │ ├── univ.cpython-310.pyc │ │ │ │ │ ├── tagmap.cpython-310.pyc │ │ │ │ │ └── useful.cpython-310.pyc │ │ │ ├── __init__.py │ │ │ ├── compat │ │ │ │ └── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── debug.cpython-310.pyc │ │ │ │ ├── error.cpython-310.pyc │ │ │ │ └── __init__.cpython-310.pyc │ │ │ ├── pyasn1_modules │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ └── pem.cpython-310.pyc │ │ │ ├── colorama │ │ │ ├── tests │ │ │ │ └── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── ansi.cpython-310.pyc │ │ │ │ ├── win32.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── winterm.cpython-310.pyc │ │ │ │ └── initialise.cpython-310.pyc │ │ │ ├── proto │ │ │ └── __pycache__ │ │ │ │ ├── enums.cpython-310.pyc │ │ │ │ ├── fields.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── message.cpython-310.pyc │ │ │ │ ├── modules.cpython-310.pyc │ │ │ │ ├── version.cpython-310.pyc │ │ │ │ ├── _file_info.cpython-310.pyc │ │ │ │ ├── primitives.cpython-310.pyc │ │ │ │ └── _package_info.cpython-310.pyc │ │ │ ├── requests │ │ │ └── __pycache__ │ │ │ │ ├── api.cpython-310.pyc │ │ │ │ ├── auth.cpython-310.pyc │ │ │ │ ├── certs.cpython-310.pyc │ │ │ │ ├── help.cpython-310.pyc │ │ │ │ ├── hooks.cpython-310.pyc │ │ │ │ ├── utils.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── adapters.cpython-310.pyc │ │ │ │ ├── compat.cpython-310.pyc │ │ │ │ ├── cookies.cpython-310.pyc │ │ │ │ ├── models.cpython-310.pyc │ │ │ │ ├── packages.cpython-310.pyc │ │ │ │ ├── sessions.cpython-310.pyc │ │ │ │ ├── exceptions.cpython-310.pyc │ │ │ │ └── structures.cpython-310.pyc │ │ │ ├── httplib2 │ │ │ └── __pycache__ │ │ │ │ ├── auth.cpython-310.pyc │ │ │ │ ├── certs.cpython-310.pyc │ │ │ │ ├── error.cpython-310.pyc │ │ │ │ ├── socks.cpython-310.pyc │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ └── iri2uri.cpython-310.pyc │ │ │ ├── __pycache__ │ │ │ └── typing_extensions.cpython-310.pyc │ │ │ ├── cachetools │ │ │ └── __pycache__ │ │ │ │ ├── func.cpython-310.pyc │ │ │ │ ├── keys.cpython-310.pyc │ │ │ │ └── __init__.cpython-310.pyc │ │ │ ├── distutils-precedence.pth │ │ │ ├── apiclient │ │ │ └── __pycache__ │ │ │ │ └── __init__.cpython-310.pyc │ │ │ └── grpc_status │ │ │ └── __pycache__ │ │ │ ├── _async.cpython-310.pyc │ │ │ └── _common.cpython-310.pyc │ ├── Scripts │ │ ├── pip.exe │ │ ├── dotenv.exe │ │ ├── pip3.exe │ │ ├── python.exe │ │ ├── tqdm.exe │ │ ├── fastapi.exe │ │ ├── pip3.10.exe │ │ ├── pythonw.exe │ │ ├── uvicorn.exe │ │ ├── normalizer.exe │ │ ├── pyrsa-sign.exe │ │ ├── pyrsa-decrypt.exe │ │ ├── pyrsa-encrypt.exe │ │ ├── pyrsa-keygen.exe │ │ ├── pyrsa-verify.exe │ │ └── pyrsa-priv2pub.exe │ └── pyvenv.cfg ├── schema.py ├── __pycache__ │ ├── main.cpython-310.pyc │ ├── schema.cpython-310.pyc │ └── constants.cpython-310.pyc ├── apps │ └── calculator │ │ └── __pycache__ │ │ ├── route.cpython-310.pyc │ │ └── utils.cpython-310.pyc └── constants.py └── frontend ├── src └── index.css └── postcss.config.js /.gitignore: -------------------------------------------------------------------------------- 1 | .env -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic_core/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/py.typed: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/annotated_types/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/_backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/_core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/streams/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/exceptiongroup/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/openapi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/py.typed: -------------------------------------------------------------------------------- 1 | Marker 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa-4.9.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/_tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/loops/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio-4.4.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click-8.1.7.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/dependencies/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/crypt/_helpers.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/protobuf/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11-0.14.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna-3.8.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip-21.2.4.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1-0.6.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/_internal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/deprecated/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm-4.66.5.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/lifespan/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/middleware/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/protocols/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools-5.5.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi-2024.8.30.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi-0.112.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/protobuf/compiler/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/protobuf/pyext/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/protobuf/testdata/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio-1.66.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2-0.22.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna-3.8.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pillow-10.4.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pillow-10.4.0.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/resolution/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pkg_resources/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto_plus-1.24.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/protobuf-4.25.4.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1-0.6.0.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic-2.8.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing-3.1.4.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests-2.32.3.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa-4.9.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools-58.1.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio-1.3.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette-0.38.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate-4.1.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3-2.2.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn-0.30.6.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/protocols/http/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/annotated_types-0.7.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio-4.4.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click-8.1.7.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama-0.4.6.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_core-2.19.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth-2.34.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio-1.66.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio_status-1.62.3.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11-0.14.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11-0.14.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | h11 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pillow-10.4.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip-21.2.4.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip-21.2.4.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1-0.6.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules-0.4.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic-2.8.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic_core-2.20.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/python_dotenv-1.0.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio-1.3.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm-4.66.5.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3-2.2.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn-0.30.6.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/protocols/websockets/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio-4.4.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | anyio 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools-5.5.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi-2024.8.30.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer-3.3.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click-8.1.7.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | click 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/version.py: -------------------------------------------------------------------------------- 1 | __version__ = "1.0.1" 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi-0.112.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth-2.34.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth_httplib2-0.2.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_generativeai-0.7.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio-1.66.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | grpc 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2-0.22.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pillow-10.4.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | PIL 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto_plus-1.24.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/protobuf-4.25.4.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1-0.6.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pyasn1 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules-0.4.0.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing-3.1.4.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/python_dotenv-1.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests-2.32.3.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools-58.1.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette-0.38.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm-4.66.5.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | tqdm 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/_dist_ver.py: -------------------------------------------------------------------------------- 1 | __version__ = '4.66.5' 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/typing_extensions-4.12.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate-4.1.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/annotated_types-0.7.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/exceptiongroup-1.2.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_core-2.19.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_python_client-2.143.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/googleapis_common_protos-1.65.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/_grpcio_metadata.py: -------------------------------------------------------------------------------- 1 | __version__ = """1.66.1""" -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio_status-1.62.3.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2-0.22.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | httplib2 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '3.8' 2 | 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules-0.4.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic_core-2.20.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests-2.32.3.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio-1.3.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | sniffio 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = "0.38.2" 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools-5.5.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | cachetools 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi-2024.8.30.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | certifi 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_ai_generativelanguage-0.6.6.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_core-2.19.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth_httplib2-0.2.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_generativeai-0.7.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/msgpack/_version.py: -------------------------------------------------------------------------------- 1 | version = (1, 0, 2) 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/python_dotenv-1.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | dotenv 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate-4.1.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | uritemplate 2 | -------------------------------------------------------------------------------- /frontend/src/index.css: -------------------------------------------------------------------------------- 1 | @tailwind base; 2 | @tailwind components; 3 | @tailwind utilities; -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_ai_generativelanguage-0.6.6.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_python_client-2.143.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_generativeai-0.7.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/googleapis_common_protos-1.65.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio_status-1.62.3.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | grpc_status 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '3.2' 2 | 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__main__.py: -------------------------------------------------------------------------------- 1 | from .cli import main 2 | 3 | main() 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/googleapis_common_protos-1.65.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules-0.4.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pyasn1_modules 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | charset_normalizer 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__main__.py: -------------------------------------------------------------------------------- 1 | from fastapi.cli import main 2 | 3 | main() 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_ai_generativelanguage-0.6.6.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_generativeai-0.7.2.dist-info/namespace_packages.txt: -------------------------------------------------------------------------------- 1 | google 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto_plus-1.24.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | docs 2 | proto 3 | testing 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/_distutils_hack/override.py: -------------------------------------------------------------------------------- 1 | __import__('_distutils_hack').do_override() 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth-2.34.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google 2 | scripts 3 | testing 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth_httplib2-0.2.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | google_auth_httplib2 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. The rsa package uses inline types. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio-4.4.0.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [pytest11] 2 | anyio = anyio.pytest_plugin 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/logger.py: -------------------------------------------------------------------------------- 1 | import logging 2 | 3 | logger = logging.getLogger("fastapi") 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/codec/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm-4.66.5.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | tqdm = tqdm.cli:main 3 | -------------------------------------------------------------------------------- /backend/venv/Scripts/pip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pip.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_webp.pyi: -------------------------------------------------------------------------------- 1 | from typing import Any 2 | 3 | def __getattr__(name: str) -> Any: ... 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/__init__.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware import Middleware as Middleware 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/testclient.py: -------------------------------------------------------------------------------- 1 | from starlette.testclient import TestClient as TestClient # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/network/__init__.py: -------------------------------------------------------------------------------- 1 | """Contains purely network-related utilities. 2 | """ 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/__init__.py: -------------------------------------------------------------------------------- 1 | # https://www.python.org/dev/peps/pep-0396/ 2 | __version__ = '0.6.0' 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/codec/ber/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/codec/cer/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/codec/der/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Scripts/dotenv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/dotenv.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pip3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pip3.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/python.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/python.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/tqdm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/tqdm.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingmath.pyi: -------------------------------------------------------------------------------- 1 | from typing import Any 2 | 3 | def __getattr__(name: str) -> Any: ... 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingmorph.pyi: -------------------------------------------------------------------------------- 1 | from typing import Any 2 | 3 | def __getattr__(name: str) -> Any: ... 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/staticfiles.py: -------------------------------------------------------------------------------- 1 | from starlette.staticfiles import StaticFiles as StaticFiles # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/data/test-file: -------------------------------------------------------------------------------- 1 | 92b12bc045050b55b848d37167a1a63947c364579889ce1d39788e45e9fac9e5 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/codec/native/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools-58.1.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | _distutils_hack 2 | pkg_resources 3 | setuptools 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn-0.30.6.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | uvicorn = uvicorn.main:main 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__main__.py: -------------------------------------------------------------------------------- 1 | import uvicorn 2 | 3 | if __name__ == "__main__": 4 | uvicorn.main() 5 | -------------------------------------------------------------------------------- /backend/venv/Scripts/fastapi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/fastapi.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pip3.10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pip3.10.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pythonw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pythonw.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/uvicorn.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/uvicorn.exe -------------------------------------------------------------------------------- /backend/schema.py: -------------------------------------------------------------------------------- 1 | from pydantic import BaseModel 2 | 3 | class ImageData(BaseModel): 4 | image: str 5 | dict_of_vars: dict -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi-0.112.2.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | fastapi = fastapi.cli:main 3 | 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/templating.py: -------------------------------------------------------------------------------- 1 | from starlette.templating import Jinja2Templates as Jinja2Templates # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-auth package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/urllib3/_version.py: -------------------------------------------------------------------------------- 1 | # This file is protected via CODEOWNERS 2 | __version__ = "1.26.6" 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules/__init__.py: -------------------------------------------------------------------------------- 1 | # http://www.python.org/dev/peps/pep-0396/ 2 | __version__ = '0.4.0' 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/python_dotenv-1.0.1.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | dotenv = dotenv.__main__:cli 3 | -------------------------------------------------------------------------------- /backend/venv/Scripts/normalizer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/normalizer.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-sign.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-sign.exe -------------------------------------------------------------------------------- /frontend/postcss.config.js: -------------------------------------------------------------------------------- 1 | export default { 2 | plugins: { 3 | tailwindcss: {}, 4 | autoprefixer: {}, 5 | }, 6 | } 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/tests/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/oauth2/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-oauth2 package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/models/__init__.py: -------------------------------------------------------------------------------- 1 | """A package that contains models that represent entities. 2 | """ 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/operations/install/__init__.py: -------------------------------------------------------------------------------- 1 | """For modules related to installing packages. 2 | """ 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/certifi/__init__.py: -------------------------------------------------------------------------------- 1 | from .core import contents, where 2 | 3 | __version__ = "2021.05.30" 4 | -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-decrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-decrypt.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-encrypt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-encrypt.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-keygen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-keygen.exe -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-verify.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-verify.exe -------------------------------------------------------------------------------- /backend/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/cors.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware.cors import CORSMiddleware as CORSMiddleware # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/gzip.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware.gzip import GZipMiddleware as GZipMiddleware # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/wsgi.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware.wsgi import WSGIMiddleware as WSGIMiddleware # noqa 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/api_core/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-api-core package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Scripts/pyrsa-priv2pub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Scripts/pyrsa-priv2pub.exe -------------------------------------------------------------------------------- /backend/__pycache__/schema.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/__pycache__/schema.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/py.typed: -------------------------------------------------------------------------------- 1 | # Instruct type checkers to look for inline type annotations in this package. 2 | # See PEP 561. 3 | -------------------------------------------------------------------------------- /backend/__pycache__/constants.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/__pycache__/constants.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_version.py: -------------------------------------------------------------------------------- 1 | # Master version for Pillow 2 | from __future__ import annotations 3 | 4 | __version__ = "10.4.0" 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer/__main__.py: -------------------------------------------------------------------------------- 1 | from .cli import cli_detect 2 | 3 | if __name__ == "__main__": 4 | cli_detect() 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna-3.8.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa-4.9.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: poetry 1.0.7 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/_version.py: -------------------------------------------------------------------------------- 1 | # This file is imported from __init__.py and exec'd from setup.py 2 | 3 | __version__ = "1.3.1" 4 | -------------------------------------------------------------------------------- /backend/venv/pyvenv.cfg: -------------------------------------------------------------------------------- 1 | home = C:\Users\bhargav\AppData\Local\Programs\Python\Python310 2 | include-system-site-packages = false 3 | version = 3.10.2 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | normalizer = charset_normalizer.cli:cli_detect 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_python_client-2.143.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | apiclient 2 | googleapiclient 3 | googleapiclient/discovery_cache 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi/__init__.py: -------------------------------------------------------------------------------- 1 | from .core import contents, where 2 | 3 | __all__ = ["contents", "where"] 4 | __version__ = "2024.08.30" 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer/version.py: -------------------------------------------------------------------------------- 1 | """ 2 | Expose version 3 | """ 4 | 5 | __version__ = "3.3.2" 6 | VERSION = __version__.split(".") 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing-3.1.4.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/cli.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/cli.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/gui.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/gui.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3-2.2.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.24.2 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/report.py: -------------------------------------------------------------------------------- 1 | from __future__ import annotations 2 | 3 | from .features import pilinfo 4 | 5 | pilinfo(supported_formats=False) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/exceptiongroup-1.2.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi-0.112.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: pdm-backend (2.3.3) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/ai/generativelanguage/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-ai-generativelanguage package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/ai/generativelanguage_v1/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-ai-generativelanguage package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py: -------------------------------------------------------------------------------- 1 | from .file_cache import FileCache # noqa 2 | from .redis_cache import RedisCache # noqa 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic-2.8.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.25.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/cli-32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/cli-32.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/cli-64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/cli-64.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/gui-32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/gui-32.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/gui-64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/gui-64.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette-0.38.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.25.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/typing_extensions-4.12.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: flit 3.9.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/_version.py: -------------------------------------------------------------------------------- 1 | # This file is protected via CODEOWNERS 2 | from __future__ import annotations 3 | 4 | __version__ = "2.2.2" 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn-0.30.6.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.25.0 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/annotated_types-0.7.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.24.2 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio-4.4.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click-8.1.7.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.1) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/_upb/_message.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/_upb/_message.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/ai/generativelanguage_v1beta/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-ai-generativelanguage package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/ai/generativelanguage_v1beta2/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-ai-generativelanguage package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/ai/generativelanguage_v1beta3/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561. 2 | # The google-ai-generativelanguage package uses inline types. 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11-0.14.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.37.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip-21.2.4.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio-1.3.1.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 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm-4.66.5.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (72.1.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/apps/calculator/__pycache__/route.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/apps/calculator/__pycache__/route.cpython-310.pyc -------------------------------------------------------------------------------- /backend/apps/calculator/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/apps/calculator/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools-5.5.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (72.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi-2024.8.30.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (74.0.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio_status-1.62.3.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (72.1.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2-0.22.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.40.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto_plus-1.24.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.3) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/protobuf-4.25.4.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bazel-wheelmaker 1.0 3 | Root-Is-Purelib: false 4 | Tag: cp310-abi3-win_amd64 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic_core-2.20.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: maturin (1.6.0) 3 | Root-Is-Purelib: false 4 | Tag: cp310-none-win_amd64 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/python_dotenv-1.0.1.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 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests-2.32.3.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools-58.1.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.37.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.py: -------------------------------------------------------------------------------- 1 | from .more import * # noqa 2 | from .recipes import * # noqa 3 | 4 | __version__ = '8.8.0' 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_webp.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_webp.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_core-2.19.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_generativeai-0.7.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpcio-1.66.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: false 4 | Tag: cp310-cp310-win_amd64 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pillow-10.4.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.1.1) 3 | Root-Is-Purelib: false 4 | Tag: cp310-cp310-win_amd64 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules-0.4.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imaging.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imaging.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama-0.4.6.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: hatchling 1.11.1 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/trustedhost.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware.trustedhost import ( # noqa 2 | TrustedHostMiddleware as TrustedHostMiddleware, 3 | ) 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/compat/__init__.py: -------------------------------------------------------------------------------- 1 | # This file is necessary to make this directory a package. 2 | 3 | # sentinal for missing argument 4 | _MISSING = object() 5 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingcms.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imagingcms.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingft.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imagingft.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingtk.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imagingtk.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.2) 3 | Root-Is-Purelib: false 4 | Tag: cp310-cp310-win_amd64 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer/cli/__init__.py: -------------------------------------------------------------------------------- 1 | from .__main__ import cli_detect, query_yes_no 2 | 3 | __all__ = ( 4 | "cli_detect", 5 | "query_yes_no", 6 | ) 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/middleware/httpsredirect.py: -------------------------------------------------------------------------------- 1 | from starlette.middleware.httpsredirect import ( # noqa 2 | HTTPSRedirectMiddleware as HTTPSRedirectMiddleware, 3 | ) 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_ai_generativelanguage-0.6.6.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.3) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1-0.6.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.43.0) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/cli.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/cli.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/key.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/key.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/pem.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/pem.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/tk.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/tk.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/Image.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/Image.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/TarIO.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/TarIO.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingmath.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imagingmath.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/_imagingmorph.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/_imagingmorph.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth-2.34.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/core.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/core.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py: -------------------------------------------------------------------------------- 1 | from __future__ import absolute_import, division, unicode_literals 2 | 3 | from .py import Trie 4 | 5 | __all__ = ["Trie"] 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/asn1.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/asn1.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/core.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/core.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/pkcs1.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/pkcs1.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/prime.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/prime.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/auto.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/auto.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/cli.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/cli.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/dask.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/dask.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/gui.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/gui.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/rich.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/rich.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/std.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/std.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate-4.1.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.37.0) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ExifTags.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ExifTags.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/FontFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/FontFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageCms.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageCms.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageOps.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageOps.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageQt.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageQt.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageTk.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageTk.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageWin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageWin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PSDraw.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PSDraw.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PyAccess.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PyAccess.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/TiffTags.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/TiffTags.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_binary.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_binary.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_typing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_typing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/features.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/features.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/report.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/report.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi/__pycache__/core.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/certifi/__pycache__/core.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/core.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/core.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/parser.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/parser.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/termui.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/termui.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__main__.py: -------------------------------------------------------------------------------- 1 | """Entry point for cli, enables execution with `python -m dotenv`""" 2 | 3 | from .cli import cli 4 | 5 | if __name__ == "__main__": 6 | cli() 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/cli.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/cli.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/cli.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/cli.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/requests.py: -------------------------------------------------------------------------------- 1 | from starlette.requests import HTTPConnection as HTTPConnection # noqa: F401 2 | from starlette.requests import Request as Request # noqa: F401 3 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_auth.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_auth.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_common.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_common.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_server.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_server.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_typing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_typing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/_cython/cygrpc.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/_cython/cygrpc.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_events.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_events.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_headers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_headers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_readers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_readers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_state.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_state.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_writers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_writers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/codec.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/codec.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/compat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/compat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py: -------------------------------------------------------------------------------- 1 | from __future__ import absolute_import 2 | 3 | from . import ssl_match_hostname 4 | 5 | __all__ = ("ssl_match_hostname",) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/enums.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/enums.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/fields.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/fields.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/__pycache__/debug.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/__pycache__/error.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/__pycache__/error.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/api.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/api.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/common.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/common.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/parallel.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/parallel.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/pkcs1_v2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/pkcs1_v2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/randnum.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/randnum.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/script.tmpl: -------------------------------------------------------------------------------- 1 | # EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r 2 | __requires__ = %(spec)r 3 | __import__('pkg_resources').run_script(%(spec)r, %(script_name)r) 4 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/asyncio.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/asyncio.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/keras.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/keras.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/constants.py: -------------------------------------------------------------------------------- 1 | from dotenv import load_dotenv 2 | import os 3 | load_dotenv() 4 | 5 | SERVER_URL = 'localhost' 6 | PORT = '8900' 7 | ENV = 'dev' 8 | 9 | GEMINI_API_KEY = os.getenv("GEMINI_API_KEY") -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__main__.py: -------------------------------------------------------------------------------- 1 | from __future__ import annotations 2 | 3 | import sys 4 | 5 | from .features import pilinfo 6 | 7 | pilinfo(supported_formats="--report" not in sys.argv) 8 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageChops.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageChops.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageColor.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageColor.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageDraw.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageDraw.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageDraw2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageDraw2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageFont.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageFont.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageGrab.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageGrab.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageMath.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageMath.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageMode.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageMode.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageMorph.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageMorph.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImagePath.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImagePath.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageShow.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageShow.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageStat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageStat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PdfParser.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PdfParser.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_deprecate.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_deprecate.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/charset_normalizer/md.cp310-win_amd64.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/charset_normalizer/md.cp310-win_amd64.pyd -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/_compat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/_compat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/globals.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/globals.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/testing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/testing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/__pycache__/ansi.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/colorama/__pycache__/ansi.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/__pycache__/win32.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/colorama/__pycache__/win32.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/ipython.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/ipython.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/parser.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/parser.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/logger.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/logger.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/params.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/params.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_auth_httplib2-0.2.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.41.3) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_channel.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_channel.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_call.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_call.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/auth.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/auth.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/certs.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/certs.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/error.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/error.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/socks.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/socks.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/intranges.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/intranges.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-310.pyc -------------------------------------------------------------------------------- /backend/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 | -------------------------------------------------------------------------------- /backend/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 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/message.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/message.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/modules.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/modules.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/color.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/color.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/json.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/json.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/mypy.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/mypy.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/parse.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/parse.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/tools.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/tools.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/json.py: -------------------------------------------------------------------------------- 1 | """The `json` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/typing.py: -------------------------------------------------------------------------------- 1 | """`typing` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/core.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/core.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/auth.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/auth.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/certs.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/certs.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/help.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/help.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/hooks.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/hooks.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/rsa/__pycache__/transform.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/rsa/__pycache__/transform.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/__pycache__/_impl.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/sniffio/__pycache__/_impl.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_dist_ver.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_dist_ver.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_monitor.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_monitor.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm_gui.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm_gui.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/notebook.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/notebook.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/fields.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/fields.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/http2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/http2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/_types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/_types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/server.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/server.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/BdfFontFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/BdfFontFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ContainerIO.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ContainerIO.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/GdImageFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/GdImageFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageEnhance.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageEnhance.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageFilter.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageFilter.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImagePalette.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImagePalette.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageSequence.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageSequence.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/JpegPresets.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/JpegPresets.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PaletteFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PaletteFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PcfFontFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PcfFontFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/WalImageFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/WalImageFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/__pycache__/typing_extensions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/__pycache__/typing_extensions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools/__pycache__/func.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/cachetools/__pycache__/func.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools/__pycache__/keys.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/cachetools/__pycache__/keys.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/certifi/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/certifi/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/certifi/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/_textwrap.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/_textwrap.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/_winconsole.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/_winconsole.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/decorators.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/decorators.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/exceptions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/exceptions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/formatting.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/formatting.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/colorama/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/__pycache__/winterm.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/colorama/__pycache__/winterm.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/distutils-precedence.pth: -------------------------------------------------------------------------------- 1 | import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); 2 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/dotenv/__pycache__/variables.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/dotenv/__pycache__/variables.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/_compat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/_compat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/encoders.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/encoders.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/requests.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/requests.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/responses.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/responses.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/routing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/routing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/aws.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/aws.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/iam.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/iam.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/jwt.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/jwt.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/oauth2/__pycache__/sts.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/oauth2/__pycache__/sts.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google_api_python_client-2.143.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/googleapis_common_protos-1.65.0.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: setuptools (70.2.0) 3 | Root-Is-Purelib: true 4 | Tag: py2-none-any 5 | Tag: py3-none-any 6 | 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_compression.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_compression.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_interceptor.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_interceptor.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_utilities.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_utilities.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_channel.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_channel.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_server.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_server.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_typing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_typing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_connection.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_connection.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/__pycache__/helpers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/tests/__pycache__/helpers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/__pycache__/test_io.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/tests/__pycache__/test_io.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/httplib2/__pycache__/iri2uri.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/httplib2/__pycache__/iri2uri.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/idna/__pycache__/package_data.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/idna/__pycache__/package_data.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip-21.2.4.dist-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | pip = pip._internal.cli.main:main 3 | pip3 = pip._internal.cli.main:main 4 | pip3.9 = pip._internal.cli.main:main 5 | 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/_file_info.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/_file_info.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/primitives.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/primitives.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/base.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/char.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/error.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/tag.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/univ.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/aliases.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/aliases.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/errors.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/errors.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/fields.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/fields.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/generics.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/generics.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/networks.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/networks.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/schema.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/schema.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/typing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/typing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/warnings.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/warnings.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/parse.py: -------------------------------------------------------------------------------- 1 | """The `parse` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/schema.py: -------------------------------------------------------------------------------- 1 | """The `schema` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/tools.py: -------------------------------------------------------------------------------- 1 | """The `tools` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/utils.py: -------------------------------------------------------------------------------- 1 | """The `utils` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/color.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/color.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/json.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/json.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/mypy.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/mypy.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/parse.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/parse.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/tools.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/tools.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/actions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/actions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/common.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/common.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/helpers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/helpers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/results.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/results.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/testing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/testing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/unicode.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/unicode.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/adapters.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/adapters.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/compat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/compat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/cookies.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/cookies.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/models.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/models.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/packages.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/packages.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/sessions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/sessions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/dist.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/dist.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/errors.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/errors.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/glob.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/glob.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/launch.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/launch.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/sniffio/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/sniffio/__pycache__/_version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/sniffio/__pycache__/_version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/_compat.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/_compat.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/_utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/_utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/routing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/routing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/schemas.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/schemas.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/status.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/status.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/types.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/types.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm_pandas.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/_tqdm_pandas.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/tqdm/__pycache__/autonotebook.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/tqdm/__pycache__/autonotebook.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uritemplate/__pycache__/api.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uritemplate/__pycache__/api.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/_version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/_version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/__pycache__/response.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/__pycache__/response.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/util/__pycache__/util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/util/__pycache__/util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/__main__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/__main__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/importer.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/importer.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/logging.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/logging.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/uvicorn/__pycache__/workers.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/uvicorn/__pycache__/workers.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/BlpImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/BlpImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/BmpImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/BmpImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/CurImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/CurImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/DcxImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/DcxImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/DdsImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/DdsImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/EpsImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/EpsImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/FitsImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/FitsImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/FliImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/FliImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/FpxImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/FpxImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/FtexImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/FtexImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/GbrImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/GbrImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/GifImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/GifImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/GimpPaletteFile.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/GimpPaletteFile.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/IcnsImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/IcnsImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/IcoImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/IcoImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImageTransform.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImageTransform.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/ImtImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/ImtImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/IptcImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/IptcImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/JpegImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/JpegImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/MicImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/MicImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/MpegImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/MpegImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/MpoImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/MpoImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/MspImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/MspImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PalmImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PalmImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PcdImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PcdImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PcxImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PcxImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PdfImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PdfImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PngImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PngImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PpmImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PpmImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/PsdImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/PsdImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/QoiImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/QoiImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/SgiImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/SgiImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/SunImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/SunImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/TgaImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/TgaImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/TiffImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/TiffImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/WebPImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/WebPImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/WmfImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/WmfImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/XbmImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/XbmImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/XpmImagePlugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/XpmImagePlugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/PIL/__pycache__/_tkinter_finder.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/PIL/__pycache__/_tkinter_finder.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/apiclient/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/apiclient/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/cachetools/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/cachetools/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/click/__pycache__/_termui_impl.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/click/__pycache__/_termui_impl.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/colorama/__pycache__/initialise.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/colorama/__pycache__/initialise.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/background.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/background.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/concurrency.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/concurrency.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/exceptions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/exceptions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/staticfiles.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/staticfiles.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/templating.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/templating.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/testclient.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/testclient.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/fastapi/__pycache__/websockets.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/fastapi/__pycache__/websockets.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/api/__pycache__/auth_pb2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/api/__pycache__/auth_pb2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/api/__pycache__/http_pb2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/api/__pycache__/http_pb2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/api/__pycache__/log_pb2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/api/__pycache__/log_pb2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/api_core/__pycache__/iam.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/api_core/__pycache__/iam.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/api_key.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/api_key.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/metrics.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/metrics.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/auth/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/auth/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/oauth2/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/oauth2/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/rpc/__pycache__/code_pb2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/rpc/__pycache__/code_pb2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/google/rpc/__pycache__/http_pb2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/google/rpc/__pycache__/http_pb2.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_observability.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_observability.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/__pycache__/_simple_stubs.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/__pycache__/_simple_stubs.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_base_call.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_base_call.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/aio/__pycache__/_metadata.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/aio/__pycache__/_metadata.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/beta/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/beta/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/beta/__pycache__/_metadata.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/beta/__pycache__/_metadata.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc/beta/__pycache__/utilities.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc/beta/__pycache__/utilities.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc_status/__pycache__/_async.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc_status/__pycache__/_async.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/grpc_status/__pycache__/_common.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/grpc_status/__pycache__/_common.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/tests/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/h11/tests/__pycache__/test_util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/h11/tests/__pycache__/test_util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pip/_vendor/pep517/__init__.py: -------------------------------------------------------------------------------- 1 | """Wrappers to build Python packages using PEP 517 hooks 2 | """ 3 | 4 | __version__ = '0.11.0' 5 | 6 | from .wrappers import * # noqa: F401, F403 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py: -------------------------------------------------------------------------------- 1 | import setuptools 2 | setuptools.setup( 3 | name="my-test-package", 4 | version="1.0", 5 | zip_safe=True, 6 | ) 7 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/proto/__pycache__/_package_info.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/proto/__pycache__/_package_info.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/tagmap.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1/type/__pycache__/useful.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyasn1_modules/__pycache__/pem.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyasn1_modules/__pycache__/pem.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/_migration.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/_migration.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/decorator.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/decorator.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/root_model.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/root_model.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/__pycache__/validators.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/__pycache__/validators.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/decorator.py: -------------------------------------------------------------------------------- 1 | """The `decorator` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/generics.py: -------------------------------------------------------------------------------- 1 | """The `generics` module is a backport module from V1.""" 2 | 3 | from ._migration import getattr_migration 4 | 5 | __getattr__ = getattr_migration(__name__) 6 | -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/errors.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/errors.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/fields.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/fields.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/schema.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/schema.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/typing.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/typing.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pydantic/v1/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pydantic/v1/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/pyparsing/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/pyparsing/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/exceptions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/exceptions.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/requests/__pycache__/structures.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/requests/__pycache__/structures.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/depends.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/depends.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/setuptools/__pycache__/version.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/setuptools/__pycache__/version.cpython-310.pyc -------------------------------------------------------------------------------- /backend/venv/Lib/site-packages/starlette/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhargav-yarlagadda/I-Math/HEAD/backend/venv/Lib/site-packages/starlette/__pycache__/__init__.cpython-310.pyc --------------------------------------------------------------------------------