file_path
stringlengths
32
153
content
stringlengths
0
3.14M
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/_vendor/jaraco/text/__init__.py
import re import itertools import textwrap import functools try: from importlib.resources import files # type: ignore except ImportError: # pragma: nocover from setuptools.extern.importlib_resources import files # type: ignore from setuptools.extern.jaraco.functools import compose, method_cache from setupt...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/_vendor/tomli/_types.py
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. from typing import Any, Callable, Tuple # Type annotations ParseFloat = Callable[[str], Any] Key = Tuple[str, ...] Pos = int
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/_vendor/tomli/__init__.py
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. __all__ = ("loads", "load", "TOMLDecodeError") __version__ = "2.0.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT from ._parser import TOMLDecodeError, load, loads # Pre...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/_vendor/tomli/_re.py
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. from __future__ import annotations from datetime import date, datetime, time, timedelta, timezone, tzinfo from functools import lru_cache import re from typing import Any from ._types import...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/_vendor/tomli/_parser.py
# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. from __future__ import annotations from collections.abc import Iterable import string from types import MappingProxyType from typing import Any, BinaryIO, NamedTuple from ._re import ( R...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/setuptools/extern/__init__.py
import importlib.util import sys class VendorImporter: """ A PEP 302 meta path importer for finding optionally-vendored or otherwise naturally-installed packages from root_name. """ def __init__(self, root_name, vendored_names=(), vendor_pkg=None): self.root_name = root_name self....
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/asteval-0.9.21-py3.10.egg-info/SOURCES.txt
INSTALL LICENSE MANIFEST.in PKG-INFO README.rst setup.cfg setup.py versioneer.py asteval/__init__.py asteval/_version.py asteval/asteval.py asteval/astutils.py asteval.egg-info/PKG-INFO asteval.egg-info/SOURCES.txt asteval.egg-info/dependency_links.txt asteval.egg-info/top_level.txt doc/Makefile doc/api.rst doc/basics....
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/asteval-0.9.21-py3.10.egg-info/top_level.txt
asteval
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/asteval-0.9.21-py3.10.egg-info/installed-files.txt
..\asteval\__init__.py ..\asteval\__pycache__\__init__.cpython-310.pyc ..\asteval\__pycache__\_version.cpython-310.pyc ..\asteval\__pycache__\asteval.cpython-310.pyc ..\asteval\__pycache__\astutils.cpython-310.pyc ..\asteval\_version.py ..\asteval\asteval.py ..\asteval\astutils.py PKG-INFO SOURCES.txt dependency_links....
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/asteval-0.9.21-py3.10.egg-info/dependency_links.txt
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/Pillow-9.2.0.dist-info/top_level.txt
PIL
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pydantic-1.9.2.dist-info/top_level.txt
pydantic
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pydantic-1.9.2.dist-info/entry_points.txt
[hypothesis] _ = pydantic._hypothesis_plugin
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pyperclip-1.8.0-py3.10.egg-info/SOURCES.txt
MANIFEST.in README.md setup.cfg setup.py docs/Makefile docs/conf.py docs/index.rst docs/make.bat src/pyperclip/__init__.py src/pyperclip/__main__.py src/pyperclip.egg-info/PKG-INFO src/pyperclip.egg-info/SOURCES.txt src/pyperclip.egg-info/dependency_links.txt src/pyperclip.egg-info/top_level.txt tests/test_pyperclip.py
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pyperclip-1.8.0-py3.10.egg-info/top_level.txt
pyperclip
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pyperclip-1.8.0-py3.10.egg-info/installed-files.txt
..\pyperclip\__init__.py ..\pyperclip\__main__.py ..\pyperclip\__pycache__\__init__.cpython-310.pyc ..\pyperclip\__pycache__\__main__.cpython-310.pyc PKG-INFO SOURCES.txt dependency_links.txt top_level.txt
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pyperclip-1.8.0-py3.10.egg-info/dependency_links.txt
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/h11-0.14.0.dist-info/top_level.txt
h11
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/h11-0.14.0.dist-info/LICENSE.txt
The MIT License (MIT) Copyright (c) 2016 Nathaniel J. Smith <njs@pobox.com> and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitatio...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/exceptiongroup/_version.py
# file generated by setuptools_scm # don't change, don't track in version control __version__ = version = '1.1.2' __version_tuple__ = version_tuple = (1, 1, 2)
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/exceptiongroup/__init__.py
__all__ = [ "BaseExceptionGroup", "ExceptionGroup", "catch", "format_exception", "format_exception_only", "print_exception", "print_exc", ] import os import sys from ._catch import catch from ._version import version as __version__ # noqa: F401 if sys.version_info < (3, 11): from ._e...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/exceptiongroup/_exceptions.py
from __future__ import annotations from collections.abc import Callable, Sequence from functools import partial from inspect import getmro, isclass from typing import TYPE_CHECKING, Generic, Type, TypeVar, cast, overload if TYPE_CHECKING: from typing import Self _BaseExceptionT_co = TypeVar("_BaseExceptionT_co",...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/exceptiongroup/_catch.py
from __future__ import annotations import sys from collections.abc import Callable, Iterable, Mapping from contextlib import AbstractContextManager from types import TracebackType from typing import TYPE_CHECKING, Any if sys.version_info < (3, 11): from ._exceptions import BaseExceptionGroup if TYPE_CHECKING: ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/exceptiongroup/_formatting.py
# traceback_exception_init() adapted from trio # # _ExceptionPrintContext and traceback_exception_format() copied from the standard # library from __future__ import annotations import collections.abc import sys import textwrap import traceback from functools import singledispatch from types import TracebackType from t...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/__version__.py
__version__ = "0.7.1"
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/helpers.py
# Copyright 2018 John Reese # Licensed under the MIT license import inspect from typing import Awaitable, Union from typing_extensions import Protocol from .types import T class Orderable(Protocol): # pragma: no cover def __lt__(self, other): ... def __gt__(self, other): ... async def m...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/builtins.py
# Copyright 2018 John Reese # Licensed under the MIT license """ Async-compatible versions of builtin functions for iterables. These functions intentionally shadow their builtins counterparts, enabling use with both standard iterables and async iterables, without needing to use if/else clauses or awkward logic. Stan...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/more_itertools.py
# Copyright 2020 John Reese # Licensed under the MIT license from typing import AsyncIterable, List, TypeVar from .builtins import iter from .itertools import islice from .types import AnyIterable T = TypeVar("T") async def take(n: int, iterable: AnyIterable[T]) -> List[T]: """ Return the first n items of ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/__init__.py
# Copyright 2018 John Reese # Licensed under the MIT license """ itertools and builtins for AsyncIO and mixed iterables """ __author__ = "John Reese" from . import asyncio from .__version__ import __version__ from .builtins import enumerate, iter, list, map, max, min, next, set, sum, zip from .itertools import ( ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/asyncio.py
# Copyright 2019 John Reese # Licensed under the MIT license """ Friendlier version of asyncio standard library. Provisional library. Must be imported as `aioitertools.asyncio`. """ import asyncio import time from typing import Any, Awaitable, Dict, Iterable, List, Optional, Set, Tuple, cast from .types import Asy...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/types.py
# Copyright 2018 John Reese # Licensed under the MIT license from typing import ( AsyncIterable, AsyncIterator, Awaitable, Callable, Iterable, Iterator, TypeVar, Union, ) R = TypeVar("R") T = TypeVar("T") T1 = TypeVar("T1") T2 = TypeVar("T2") T3 = TypeVar("T3") T4 = TypeVar("T4") T5 = ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/itertools.py
# Copyright 2018 John Reese # Licensed under the MIT license """ Async-compatible version of itertools standard library functions. These functions build on top of the async builtins components, enabling use of both standard iterables and async iterables, without needing to use if/else clauses or awkward logic. Stand...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/helpers.py
# Copyright 2018 John Reese # Licensed under the MIT license import asyncio import functools from unittest import TestCase from aioitertools.helpers import maybe_await def async_test(fn): def wrapped(*args, **kwargs): loop = asyncio.get_event_loop() return loop.run_until_complete(fn(*args, **kwa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/builtins.py
# Copyright 2018 John Reese # Licensed under the MIT license import asyncio from typing import AsyncIterator from unittest import TestCase import aioitertools as ait from .helpers import async_test slist = ["A", "B", "C"] srange = range(3) class BuiltinsTest(TestCase): # aioitertools.iter() @async_test ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/more_itertools.py
# Copyright 2020 John Reese # Licensed under the MIT license from typing import AsyncIterable from unittest import TestCase import aioitertools.more_itertools as mit from .helpers import async_test async def _gen() -> AsyncIterable[int]: for i in range(5): yield i async def _empty() -> AsyncIterable[i...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/__init__.py
# Copyright 2018 John Reese # Licensed under the MIT license from .asyncio import AsyncioTest from .builtins import BuiltinsTest from .helpers import HelpersTest from .itertools import ItertoolsTest from .more_itertools import MoreItertoolsTest
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/asyncio.py
# Copyright 2019 John Reese # Licensed under the MIT license import asyncio from unittest import TestCase import aioitertools as ait import aioitertools.asyncio as aio from .helpers import async_test slist = ["A", "B", "C"] srange = range(3) class AsyncioTest(TestCase): def test_import(self): self.asse...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/itertools.py
# Copyright 2018 John Reese # Licensed under the MIT license import asyncio import operator from unittest import TestCase import aioitertools as ait from .helpers import async_test slist = ["A", "B", "C"] srange = range(1, 4) class ItertoolsTest(TestCase): @async_test async def test_accumulate_range_defaul...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/aioitertools/tests/__main__.py
# Copyright 2019 John Reese # Licensed under the MIT license import unittest if __name__ == "__main__": # pragma: no cover unittest.main(module="aioitertools.tests", verbosity=2)
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/discovery.py
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/configloader.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/config.py
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/response.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/handlers.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/exceptions.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/signers.py
# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/hooks.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/awsrequest.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/history.py
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/errorfactory.py
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/args.py
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/__init__.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/waiter.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/configprovider.py
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/endpoint.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/validate.py
"""User input parameter validation. This module handles user input parameter validation against a provided input model. Note that the objects in this module do *not* mutate any arguments. No type version happens here. It is up to another layer to properly convert arguments to any required types. Validation Errors ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/utils.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/serialize.py
# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/model.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retryhandler.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/credentials.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/loaders.py
# Copyright 2012-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/stub.py
# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/paginate.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/eventstream.py
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/httpsession.py
import os.path import logging import socket from base64 import b64encode from urllib3 import PoolManager, ProxyManager, proxy_from_url, Timeout from urllib3.util.retry import Retry from urllib3.util.ssl_ import ( ssl, OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_COMPRESSION, DEFAULT_CIPHERS, ) from urllib3.exceptions import SS...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/translate.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/auth.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/monitoring.py
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file acc...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/client.py
# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/session.py
# Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/compat.py
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file ac...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/regions.py
# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/parsers.py
# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/throttling.py
from collections import namedtuple CubicParams = namedtuple('CubicParams', ['w_max', 'k', 'last_fail']) class CubicCalculator(object): _SCALE_CONSTANT = 0.4 _BETA = 0.7 def __init__(self, starting_max_rate, start_time, scale_constant=_SCALE_CONSTANT, beta=_BETA): ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/quota.py
"""Retry quota implementation. """ import threading class RetryQuota(object): INITIAL_CAPACITY = 500 def __init__(self, initial_capacity=INITIAL_CAPACITY, lock=None): self._max_capacity = initial_capacity self._available_capacity = initial_capacity if lock is None: lock ...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/base.py
class BaseRetryBackoff(object): def delay_amount(self, context): """Calculate how long we should delay before retrying. :type context: RetryContext """ raise NotImplementedError("delay_amount") class BaseRetryableChecker(object): """Base class for determining if a retry shou...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/adaptive.py
import math import logging import threading from botocore.retries import bucket from botocore.retries import throttling from botocore.retries import standard logger = logging.getLogger(__name__) def register_retry_handler(client): clock = bucket.Clock() rate_adjustor = throttling.CubicCalculator(starting_m...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/__init__.py
"""New retry v2 handlers. This package obsoletes the botocore/retryhandler.py module and contains new retry logic. """
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/bucket.py
"""This module implements token buckets used for client side throttling.""" import time import threading from botocore.exceptions import CapacityNotAvailableError class Clock(object): def __init__(self): pass def sleep(self, amount): time.sleep(amount) def current_time(self): re...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/standard.py
"""Standard retry behavior. This contains the default standard retry behavior. It provides consistent behavior with other AWS SDKs. The key base classes uses for retries: * ``BaseRetryableChecker`` - Use to check a specific condition that indicates a retry should happen. This can include things like max...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/retries/special.py
"""Special cased retries. These are additional retry cases we still have to handle from the legacy retry handler. They don't make sense as part of the standard mode retry module. Ideally we should be able to remove this module. """ import logging from binascii import crc32 from botocore.retries.base import BaseRetr...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/sharedexample.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/method.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/service.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/__init__.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/waiter.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/example.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/docstring.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/utils.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/shape.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/paginator.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/client.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/params.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompa...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/bcdoc/docstringparser.py
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/bcdoc/style.py
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/bcdoc/__init__.py
# Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file acc...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/botocore/docs/bcdoc/restdoc.py
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/uvicorn-0.21.1.dist-info/entry_points.txt
[console_scripts] uvicorn = uvicorn.main:main
omniverse-code/kit/exts/omni.kit.pip_archive/pip_prebundle/pytz-2022.7.1.dist-info/top_level.txt
pytz