basedpyright 1.28.4 → 1.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/VERSIONS +0 -4
- package/dist/typeshed-fallback/stdlib/_ast.pyi +0 -11
- package/dist/typeshed-fallback/stdlib/_asyncio.pyi +17 -32
- package/dist/typeshed-fallback/stdlib/_blake2.pyi +36 -77
- package/dist/typeshed-fallback/stdlib/_codecs.pyi +4 -18
- package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/_contextvars.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +5 -8
- package/dist/typeshed-fallback/stdlib/_curses.pyi +34 -40
- package/dist/typeshed-fallback/stdlib/_hashlib.pyi +136 -147
- package/dist/typeshed-fallback/stdlib/_queue.pyi +4 -8
- package/dist/typeshed-fallback/stdlib/_socket.pyi +26 -39
- package/dist/typeshed-fallback/stdlib/_tracemalloc.pyi +6 -10
- package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/_weakrefset.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/aifc.pyi +1 -13
- package/dist/typeshed-fallback/stdlib/argparse.pyi +20 -63
- package/dist/typeshed-fallback/stdlib/array.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/ast.pyi +16 -41
- package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +3 -178
- package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +2 -5
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +20 -33
- package/dist/typeshed-fallback/stdlib/asyncio/locks.pyi +6 -24
- package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/asyncio/transports.pyi +4 -2
- package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +13 -24
- package/dist/typeshed-fallback/stdlib/base64.pyi +0 -4
- package/dist/typeshed-fallback/stdlib/builtins.pyi +121 -132
- package/dist/typeshed-fallback/stdlib/bz2.pyi +9 -29
- package/dist/typeshed-fallback/stdlib/code.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +64 -73
- package/dist/typeshed-fallback/stdlib/colorsys.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/compileall.pyi +1 -25
- package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +13 -31
- package/dist/typeshed-fallback/stdlib/concurrent/futures/process.pyi +22 -28
- package/dist/typeshed-fallback/stdlib/concurrent/futures/thread.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +3 -8
- package/dist/typeshed-fallback/stdlib/csv.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +103 -60
- package/dist/typeshed-fallback/stdlib/ctypes/wintypes.pyi +10 -2
- package/dist/typeshed-fallback/stdlib/dataclasses.pyi +13 -25
- package/dist/typeshed-fallback/stdlib/datetime.pyi +15 -19
- package/dist/typeshed-fallback/stdlib/difflib.pyi +8 -16
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/distutils/fancy_getopt.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/encodings/raw_unicode_escape.pyi +5 -16
- package/dist/typeshed-fallback/stdlib/encodings/unicode_escape.pyi +5 -16
- package/dist/typeshed-fallback/stdlib/enum.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/fcntl.pyi +4 -6
- package/dist/typeshed-fallback/stdlib/filecmp.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/fileinput.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/fractions.pyi +2 -13
- package/dist/typeshed-fallback/stdlib/ftplib.pyi +12 -37
- package/dist/typeshed-fallback/stdlib/functools.pyi +22 -34
- package/dist/typeshed-fallback/stdlib/gc.pyi +3 -7
- package/dist/typeshed-fallback/stdlib/hashlib.pyi +8 -26
- package/dist/typeshed-fallback/stdlib/hmac.pyi +2 -11
- package/dist/typeshed-fallback/stdlib/http/__init__.pyi +3 -6
- package/dist/typeshed-fallback/stdlib/http/client.pyi +3 -6
- package/dist/typeshed-fallback/stdlib/http/cookies.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/imaplib.pyi +6 -29
- package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +42 -43
- package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +4 -5
- package/dist/typeshed-fallback/stdlib/importlib/resources/__init__.pyi +18 -13
- package/dist/typeshed-fallback/stdlib/importlib/resources/_common.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/_functional.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/inspect.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +10 -14
- package/dist/typeshed-fallback/stdlib/itertools.pyi +4 -7
- package/dist/typeshed-fallback/stdlib/keyword.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/linecache.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +20 -47
- package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +34 -72
- package/dist/typeshed-fallback/stdlib/mailbox.pyi +13 -18
- package/dist/typeshed-fallback/stdlib/math.pyi +10 -21
- package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/multiprocessing/queues.pyi +8 -13
- package/dist/typeshed-fallback/stdlib/multiprocessing/shared_memory.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/nntplib.pyi +0 -5
- package/dist/typeshed-fallback/stdlib/nt.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/opcode.pyi +1 -17
- package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +46 -73
- package/dist/typeshed-fallback/stdlib/pathlib.pyi +5 -11
- package/dist/typeshed-fallback/stdlib/pkgutil.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/platform.pyi +23 -34
- package/dist/typeshed-fallback/stdlib/plistlib.pyi +2 -32
- package/dist/typeshed-fallback/stdlib/posix.pyi +5 -6
- package/dist/typeshed-fallback/stdlib/pstats.pyi +16 -23
- package/dist/typeshed-fallback/stdlib/queue.pyi +8 -11
- package/dist/typeshed-fallback/stdlib/random.pyi +6 -19
- package/dist/typeshed-fallback/stdlib/re.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/shutil.pyi +10 -16
- package/dist/typeshed-fallback/stdlib/signal.pyi +2 -3
- package/dist/typeshed-fallback/stdlib/smtplib.pyi +8 -17
- package/dist/typeshed-fallback/stdlib/socket.pyi +56 -65
- package/dist/typeshed-fallback/stdlib/ssl.pyi +0 -2
- package/dist/typeshed-fallback/stdlib/statistics.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/string.pyi +2 -9
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +19 -554
- package/dist/typeshed-fallback/stdlib/sunau.pyi +0 -4
- package/dist/typeshed-fallback/stdlib/symtable.pyi +2 -6
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +4 -10
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/tempfile.pyi +13 -18
- package/dist/typeshed-fallback/stdlib/threading.pyi +1 -6
- package/dist/typeshed-fallback/stdlib/time.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +134 -135
- package/dist/typeshed-fallback/stdlib/tkinter/colorchooser.pyi +4 -12
- package/dist/typeshed-fallback/stdlib/tkinter/commondialog.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/dialog.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/dnd.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/filedialog.pyi +15 -17
- package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/tkinter/messagebox.pyi +1 -12
- package/dist/typeshed-fallback/stdlib/trace.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/tracemalloc.pyi +4 -11
- package/dist/typeshed-fallback/stdlib/types.pyi +49 -55
- package/dist/typeshed-fallback/stdlib/typing.pyi +46 -68
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +41 -47
- package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/unittest/case.pyi +9 -48
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +0 -3
- package/dist/typeshed-fallback/stdlib/urllib/parse.pyi +8 -17
- package/dist/typeshed-fallback/stdlib/urllib/request.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/urllib/response.pyi +2 -5
- package/dist/typeshed-fallback/stdlib/uuid.pyi +1 -7
- package/dist/typeshed-fallback/stdlib/venv/__init__.pyi +4 -26
- package/dist/typeshed-fallback/stdlib/warnings.pyi +8 -9
- package/dist/typeshed-fallback/stdlib/wave.pyi +1 -8
- package/dist/typeshed-fallback/stdlib/weakref.pyi +18 -24
- package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +42 -86
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +3 -14
- package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +14 -20
- package/dist/typeshed-fallback/stdlib/zoneinfo/__init__.pyi +28 -35
- package/dist/typeshed-fallback/stubs/Authlib/authlib/__init__.pyi +7 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/encoding.pyi +26 -10
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/errors.pyi +11 -16
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/security.pyi +3 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/consts.pyi +7 -7
- package/dist/typeshed-fallback/stubs/Authlib/authlib/deprecate.pyi +1 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/__init__.pyi +2 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/claims.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/util.pyi +7 -3
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +1 -1
- package/dist/typeshed-fallback/stubs/JACK-Client/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/JACK-Client/jack/__init__.pyi +12 -13
- package/dist/typeshed-fallback/stubs/Markdown/markdown/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/extra.pyi +1 -3
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/meta.pyi +0 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/smarty.pyi +1 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/treeprocessors.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/util.pyi +12 -12
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/composer.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/constructor.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/dumper.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/error.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/loader.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/parser.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/reader.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/representer.pyi +5 -3
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/resolver.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/scanner.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/serializer.pyi +2 -0
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/form.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/tempfile/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/auth0-python/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/asyncify.pyi +6 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/async_token_verifier.pyi +27 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/back_channel_login.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/base.pyi +31 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/client_authentication.pyi +13 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/database.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/delegated.pyi +12 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/enterprise.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/get_token.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/passwordless.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/pushed_authorization_requests.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/revoke_token.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/social.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/token_verifier.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/users.pyi +11 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/exceptions.pyi +14 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/__init__.pyi +63 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/actions.pyi +64 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/async_auth0.pyi +15 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/attack_protection.pyi +30 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/auth0.pyi +67 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/blacklists.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/branding.pyi +38 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_credentials.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_grants.pyi +60 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/clients.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/connections.pyi +48 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/custom_domains.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/device_credentials.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/email_templates.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/emails.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/grants.pyi +34 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/guardian.pyi +38 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/hooks.pyi +52 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/jobs.pyi +42 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/log_streams.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/logs.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/organizations.pyi +134 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/prompts.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/resource_servers.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/roles.pyi +63 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules.pyi +46 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules_configs.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/stats.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tenants.pyi +22 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tickets.pyi +22 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/user_blocks.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users.pyi +117 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users_by_email.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest.pyi +48 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest_async.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/types.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/utils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/debugutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/excutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +9 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/gcutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/jsonutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/queueutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +35 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/tableutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +11 -0
- package/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi +7 -3
- package/dist/typeshed-fallback/stubs/cffi/cffi/backend_ctypes.pyi +2 -1
- package/dist/typeshed-fallback/stubs/cffi/cffi/cffi_opcode.pyi +88 -88
- package/dist/typeshed-fallback/stubs/cffi/cffi/ffiplatform.pyi +5 -4
- package/dist/typeshed-fallback/stubs/cffi/cffi/model.pyi +58 -56
- package/dist/typeshed-fallback/stubs/cffi/cffi/pkgconfig.pyi +5 -3
- package/dist/typeshed-fallback/stubs/cffi/cffi/recompiler.pyi +34 -32
- package/dist/typeshed-fallback/stubs/cffi/cffi/verifier.pyi +22 -18
- package/dist/typeshed-fallback/stubs/click-default-group/click_default_group.pyi +1 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/__init__.pyi +11 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/__init__.pyi +15 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/croniter/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri.pyi +2 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri_parser.pyi +8 -7
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali.pyi +2 -2
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali_parser.pyi +1 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/conf.pyi +5 -6
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/data/languages_info.pyi +5 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/date.pyi +18 -18
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/date_parser.pyi +11 -4
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/freshness_date_parser.pyi +11 -7
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/dictionary.pyi +16 -12
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/loader.pyi +4 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/locale.pyi +2 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/validation.pyi +6 -5
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/parser.pyi +46 -35
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezone_parser.pyi +15 -14
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezones.pyi +3 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/strptime.pyi +4 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser_data/settings.pyi +3 -3
- package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +8 -8
- package/dist/typeshed-fallback/stubs/editdistance/editdistance/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/flake8/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +0 -1
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/geocoding.pyi +1 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_abstract_linkable.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +7 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/watcher.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_greenlet_primitives.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ident.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_imap.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/ares.pyi +5 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/backdoor.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/baseserver.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +32 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/exceptions.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/fileobject.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/greenlet.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +10 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecffi.pyi +10 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/loop.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/__init__.pyi +28 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/ares.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/blocking.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/dnspython.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/thread.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_ares.pyi +5 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_thread.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/server.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/threadpool.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/util.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/win32util.pyi +2 -0
- package/dist/typeshed-fallback/stubs/greenlet/greenlet/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/hdbcli/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +13 -13
- package/dist/typeshed-fallback/stubs/httplib2/httplib2/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +124 -86
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi +2 -4
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/tzid.pyi +0 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -6
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/common.pyi +7 -5
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwe.pyi +17 -15
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwk.pyi +163 -54
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jws.pyi +27 -15
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwt.pyi +6 -5
- package/dist/typeshed-fallback/stubs/libsass/sass.pyi +17 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/builder.pyi +2 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/distutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/wsgi.pyi +2 -0
- package/dist/typeshed-fallback/stubs/mypy-extensions/mypy_extensions.pyi +10 -12
- package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/__init__.pyi +44 -0
- package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/common.pyi +65 -48
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi +23 -21
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi +28 -21
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi +17 -8
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi +11 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi +85 -60
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi +36 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi +10 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi +42 -20
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi +37 -13
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi +12 -10
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi +13 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi +7 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi +4 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi +5 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi +9 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi +7 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +11 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi +24 -15
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi +18 -12
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi +58 -22
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi +8 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi +14 -8
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi +21 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi +8 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi +38 -15
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +3 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +46 -39
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +16 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/device.pyi +40 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/signals.pyi +4 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/uri_validate.pyi +42 -41
- package/dist/typeshed-fallback/stubs/passlib/passlib/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/apache.pyi +83 -40
- package/dist/typeshed-fallback/stubs/passlib/passlib/context.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/base.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_md4.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/digest.pyi +12 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/argon2.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/bcrypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/cisco.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/des_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/digests.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/django.pyi +11 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/fshp.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/md5_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/misc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/mssql.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/pbkdf2.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/phpass.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/postgres.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/roundup.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scram.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scrypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha1_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha2_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/windows.pyi +11 -2
- package/dist/typeshed-fallback/stubs/passlib/passlib/hosts.pyi +9 -7
- package/dist/typeshed-fallback/stubs/passlib/passlib/ifc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/pwd.pyi +115 -33
- package/dist/typeshed-fallback/stubs/passlib/passlib/registry.pyi +11 -8
- package/dist/typeshed-fallback/stubs/passlib/passlib/totp.pyi +11 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/__init__.pyi +36 -24
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/binary.pyi +53 -21
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/decor.pyi +9 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/handlers.pyi +20 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/md4.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/pbkdf2.pyi +10 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/win32.pyi +13 -4
- package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +78 -0
- package/dist/typeshed-fallback/stubs/pep8-naming/METADATA.toml +0 -4
- package/dist/typeshed-fallback/stubs/pep8-naming/pep8ext_naming.pyi +134 -16
- package/dist/typeshed-fallback/stubs/pika/pika/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/asyncio_connection.pyi +7 -4
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/base_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/blocking_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/gevent_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/select_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/tornado_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/twisted_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/callback.pyi +23 -12
- package/dist/typeshed-fallback/stubs/pika/pika/connection.pyi +11 -10
- package/dist/typeshed-fallback/stubs/pika/pika/diagnostic_utils.pyi +7 -1
- package/dist/typeshed-fallback/stubs/pika/pika/exceptions.pyi +13 -11
- package/dist/typeshed-fallback/stubs/pika/pika/heartbeat.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pika/pika/spec.pyi +338 -332
- package/dist/typeshed-fallback/stubs/pika/pika/tcp_socket_opts.pyi +7 -4
- package/dist/typeshed-fallback/stubs/pika/pika/validators.pyi +12 -4
- package/dist/typeshed-fallback/stubs/polib/polib.pyi +13 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +5 -5
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +4 -7
- package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +93 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pyflakes/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/api.pyi +4 -4
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/checker.pyi +29 -30
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/messages.pyi +59 -54
- package/dist/typeshed-fallback/stubs/pyserial/serial/win32.pyi +85 -0
- package/dist/typeshed-fallback/stubs/pytz/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/pytz/pytz/reference.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi +2 -0
- package/dist/typeshed-fallback/stubs/qrcode/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/regex.pyi +3 -8
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi +15 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/svgpath.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +15 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/arciv.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/formatters.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pygments2xpre.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +14 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rltempfile.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/styles.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/frames.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/multicol.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/paragraph.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/xpreformatted.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +69 -0
- package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +0 -3
- package/dist/typeshed-fallback/stubs/retry/retry/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/rfc3339-validator/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/rfc3339-validator/rfc3339_validator.pyi +10 -0
- package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/unix.pyi +1 -0
- package/dist/typeshed-fallback/stubs/setuptools/distutils/unixccompiler.pyi +1 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi +2 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build.pyi +0 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install.pyi +3 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +2 -7
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/unix.pyi +16 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi +3 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +0 -2
- package/dist/typeshed-fallback/stubs/shapely/shapely/_ragged_array.pyi +2 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/_typing.pyi +1 -1
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/decoder.pyi +2 -0
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/scanner.pyi +2 -0
- package/dist/typeshed-fallback/stubs/singledispatch/singledispatch.pyi +2 -0
- package/dist/typeshed-fallback/stubs/six/six/moves/_dummy_thread.pyi +1 -6
- package/dist/typeshed-fallback/stubs/toposort/toposort.pyi +2 -0
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_main.pyi +1 -3
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm.pyi +1 -10
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_gui.pyi +1 -6
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_notebook.pyi +1 -6
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/logging.pyi +1 -1
- package/dist/typeshed-fallback/stubs/ujson/ujson.pyi +6 -6
- package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/__init__.pyi +88 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/__init__.pyi +16 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/astronomy.pyi +2 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/__init__.pyi +141 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +24 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/__init__.pyi +72 -0
- package/dist/typeshed-fallback/stubs/xlrd/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/__init__.pyi +41 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/biffh.pyi +176 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/book.pyi +151 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/compdoc.pyi +54 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/formatting.pyi +111 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/formula.pyi +87 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/info.pyi +4 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/sheet.pyi +163 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/timemachine.pyi +19 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/xldate.pyi +24 -0
- package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
- package/package.json +1 -1
- package/dist/typeshed-fallback/stdlib/_dummy_thread.pyi +0 -33
- package/dist/typeshed-fallback/stdlib/_dummy_threading.pyi +0 -56
- package/dist/typeshed-fallback/stdlib/dummy_threading.pyi +0 -2
- package/dist/typeshed-fallback/stdlib/encodings/mac_centeuro.pyi +0 -21
- package/dist/typeshed-fallback/stubs/commonmark/METADATA.toml +0 -6
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/__init__.pyi +0 -5
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/blocks.pyi +0 -167
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/cmark.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/common.pyi +0 -35
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi +0 -3
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/entitytrans.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/inlines.pyi +0 -65
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi +0 -3
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/node.pyi +0 -51
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/normalize_reference.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/html.pyi +0 -38
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/renderer.pyi +0 -7
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/rst.pyi +0 -26
- package/dist/typeshed-fallback/stubs/humanfriendly/METADATA.toml +0 -8
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/__init__.pyi +0 -57
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/case.pyi +0 -27
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/cli.pyi +0 -13
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/compat.pyi +0 -13
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/decorators.pyi +0 -3
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/deprecation.pyi +0 -14
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/prompts.pyi +0 -14
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/sphinx.pyi +0 -15
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/tables.pyi +0 -6
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi +0 -38
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/html.pyi +0 -32
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi +0 -42
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/testing.pyi +0 -87
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi +0 -17
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/usage.pyi +0 -7
- package/dist/typeshed-fallback/stubs/influxdb-client/METADATA.toml +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/__init__.pyi +0 -427
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/rest.pyi +0 -96
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +0 -103
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_base.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_pages.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +0 -56
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +0 -72
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +0 -56
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +0 -26
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api.pyi +0 -51
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/users_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +0 -5
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +0 -4
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/warnings.pyi +0 -7
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/point.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api.pyi +0 -112
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/configuration.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +0 -373
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +0 -67
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +0 -32
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axes.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +0 -157
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/block.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +0 -73
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +0 -22
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +0 -32
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +0 -88
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +0 -34
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +0 -30
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +0 -67
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/checks.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/config.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/error.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/field.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/file.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +0 -70
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +0 -167
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +0 -95
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +0 -66
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +0 -162
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logs.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +0 -160
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/node.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +0 -26
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +0 -128
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +0 -34
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +0 -49
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +0 -22
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ready.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication.pyi +0 -77
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +0 -57
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +0 -47
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replications.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes.pyi +0 -103
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/runs.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +0 -172
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +0 -45
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +0 -42
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source.pyi +0 -93
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/sources.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/statement.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task.pyi +0 -108
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +0 -42
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +0 -63
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +0 -73
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +0 -88
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/users.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable.pyi +0 -63
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variables.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/views.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +0 -157
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/extras.pyi +0 -4
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/rest.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +0 -8
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +0 -20
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +0 -51
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/config_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +0 -66
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/health_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/query_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +0 -130
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +0 -30
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/users_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/views_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/write_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/version.pyi +0 -1
|
@@ -1,147 +1,153 @@
|
|
|
1
1
|
import builtins
|
|
2
2
|
from _typeshed import Incomplete
|
|
3
|
-
from
|
|
3
|
+
from collections.abc import Mapping
|
|
4
|
+
from datetime import datetime
|
|
5
|
+
from decimal import Decimal
|
|
6
|
+
from typing import ClassVar, Final, Literal
|
|
4
7
|
from typing_extensions import Self, TypeAlias
|
|
5
8
|
|
|
6
|
-
from .amqp_object import Class, Method, Properties
|
|
9
|
+
from pika.amqp_object import Class, Method, Properties
|
|
10
|
+
from pika.delivery_mode import DeliveryMode
|
|
7
11
|
|
|
8
12
|
# Ouch. Since str = bytes at runtime, we need a type alias for "str".
|
|
9
13
|
_str: TypeAlias = builtins.str # noqa: Y042
|
|
14
|
+
_Value: TypeAlias = _str | bytes | bool | int | Decimal | datetime | _ArgumentMapping | list[_Value] | None
|
|
15
|
+
_ArgumentMapping: TypeAlias = Mapping[_str, _Value]
|
|
10
16
|
str = builtins.bytes
|
|
11
17
|
|
|
12
|
-
PROTOCOL_VERSION:
|
|
13
|
-
PORT: int
|
|
14
|
-
ACCESS_REFUSED: int
|
|
15
|
-
CHANNEL_ERROR: int
|
|
16
|
-
COMMAND_INVALID: int
|
|
17
|
-
CONNECTION_FORCED: int
|
|
18
|
-
CONTENT_TOO_LARGE: int
|
|
19
|
-
FRAME_BODY: int
|
|
20
|
-
FRAME_END: int
|
|
21
|
-
FRAME_END_SIZE: int
|
|
22
|
-
FRAME_ERROR: int
|
|
23
|
-
FRAME_HEADER: int
|
|
24
|
-
FRAME_HEADER_SIZE: int
|
|
25
|
-
FRAME_HEARTBEAT: int
|
|
26
|
-
FRAME_MAX_SIZE: int
|
|
27
|
-
FRAME_METHOD: int
|
|
28
|
-
FRAME_MIN_SIZE: int
|
|
29
|
-
INTERNAL_ERROR: int
|
|
30
|
-
INVALID_PATH: int
|
|
31
|
-
NOT_ALLOWED: int
|
|
32
|
-
NOT_FOUND: int
|
|
33
|
-
NOT_IMPLEMENTED: int
|
|
34
|
-
NO_CONSUMERS: int
|
|
35
|
-
NO_ROUTE: int
|
|
36
|
-
PERSISTENT_DELIVERY_MODE: int
|
|
37
|
-
PRECONDITION_FAILED: int
|
|
38
|
-
REPLY_SUCCESS: int
|
|
39
|
-
RESOURCE_ERROR: int
|
|
40
|
-
RESOURCE_LOCKED: int
|
|
41
|
-
SYNTAX_ERROR: int
|
|
42
|
-
TRANSIENT_DELIVERY_MODE: int
|
|
43
|
-
UNEXPECTED_FRAME: int
|
|
18
|
+
PROTOCOL_VERSION: Final[tuple[int, int, int]]
|
|
19
|
+
PORT: Final[int]
|
|
20
|
+
ACCESS_REFUSED: Final[int]
|
|
21
|
+
CHANNEL_ERROR: Final[int]
|
|
22
|
+
COMMAND_INVALID: Final[int]
|
|
23
|
+
CONNECTION_FORCED: Final[int]
|
|
24
|
+
CONTENT_TOO_LARGE: Final[int]
|
|
25
|
+
FRAME_BODY: Final[int]
|
|
26
|
+
FRAME_END: Final[int]
|
|
27
|
+
FRAME_END_SIZE: Final[int]
|
|
28
|
+
FRAME_ERROR: Final[int]
|
|
29
|
+
FRAME_HEADER: Final[int]
|
|
30
|
+
FRAME_HEADER_SIZE: Final[int]
|
|
31
|
+
FRAME_HEARTBEAT: Final[int]
|
|
32
|
+
FRAME_MAX_SIZE: Final[int]
|
|
33
|
+
FRAME_METHOD: Final[int]
|
|
34
|
+
FRAME_MIN_SIZE: Final[int]
|
|
35
|
+
INTERNAL_ERROR: Final[int]
|
|
36
|
+
INVALID_PATH: Final[int]
|
|
37
|
+
NOT_ALLOWED: Final[int]
|
|
38
|
+
NOT_FOUND: Final[int]
|
|
39
|
+
NOT_IMPLEMENTED: Final[int]
|
|
40
|
+
NO_CONSUMERS: Final[int]
|
|
41
|
+
NO_ROUTE: Final[int]
|
|
42
|
+
PERSISTENT_DELIVERY_MODE: Final[int]
|
|
43
|
+
PRECONDITION_FAILED: Final[int]
|
|
44
|
+
REPLY_SUCCESS: Final[int]
|
|
45
|
+
RESOURCE_ERROR: Final[int]
|
|
46
|
+
RESOURCE_LOCKED: Final[int]
|
|
47
|
+
SYNTAX_ERROR: Final[int]
|
|
48
|
+
TRANSIENT_DELIVERY_MODE: Final[int]
|
|
49
|
+
UNEXPECTED_FRAME: Final[int]
|
|
44
50
|
|
|
45
51
|
class Connection(Class):
|
|
46
52
|
INDEX: ClassVar[int]
|
|
47
53
|
|
|
48
54
|
class Start(Method):
|
|
49
55
|
INDEX: ClassVar[int]
|
|
50
|
-
version_major:
|
|
51
|
-
version_minor:
|
|
52
|
-
server_properties:
|
|
53
|
-
mechanisms:
|
|
54
|
-
locales:
|
|
56
|
+
version_major: int
|
|
57
|
+
version_minor: int
|
|
58
|
+
server_properties: _ArgumentMapping | None
|
|
59
|
+
mechanisms: _str
|
|
60
|
+
locales: _str
|
|
55
61
|
def __init__(
|
|
56
62
|
self,
|
|
57
63
|
version_major: int = 0,
|
|
58
64
|
version_minor: int = 9,
|
|
59
|
-
server_properties:
|
|
65
|
+
server_properties: _ArgumentMapping | None = None,
|
|
60
66
|
mechanisms: _str = "PLAIN",
|
|
61
67
|
locales: _str = "en_US",
|
|
62
68
|
) -> None: ...
|
|
63
69
|
@property
|
|
64
|
-
def synchronous(self): ...
|
|
65
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
66
|
-
def encode(self): ...
|
|
70
|
+
def synchronous(self) -> Literal[True]: ...
|
|
71
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
72
|
+
def encode(self) -> list[bytes]: ...
|
|
67
73
|
|
|
68
74
|
class StartOk(Method):
|
|
69
75
|
INDEX: ClassVar[int]
|
|
70
|
-
client_properties:
|
|
71
|
-
mechanism:
|
|
72
|
-
response:
|
|
73
|
-
locale:
|
|
76
|
+
client_properties: _ArgumentMapping | None
|
|
77
|
+
mechanism: _str
|
|
78
|
+
response: _str | None
|
|
79
|
+
locale: _str
|
|
74
80
|
def __init__(
|
|
75
81
|
self,
|
|
76
|
-
client_properties:
|
|
82
|
+
client_properties: _ArgumentMapping | None = None,
|
|
77
83
|
mechanism: _str = "PLAIN",
|
|
78
|
-
response:
|
|
84
|
+
response: _str | None = None,
|
|
79
85
|
locale: _str = "en_US",
|
|
80
86
|
) -> None: ...
|
|
81
87
|
@property
|
|
82
|
-
def synchronous(self): ...
|
|
83
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
84
|
-
def encode(self): ...
|
|
88
|
+
def synchronous(self) -> Literal[False]: ...
|
|
89
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
90
|
+
def encode(self) -> list[bytes]: ...
|
|
85
91
|
|
|
86
92
|
class Secure(Method):
|
|
87
93
|
INDEX: ClassVar[int]
|
|
88
|
-
challenge:
|
|
89
|
-
def __init__(self, challenge:
|
|
94
|
+
challenge: _str | None
|
|
95
|
+
def __init__(self, challenge: _str | None = None) -> None: ...
|
|
90
96
|
@property
|
|
91
|
-
def synchronous(self): ...
|
|
92
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
93
|
-
def encode(self): ...
|
|
97
|
+
def synchronous(self) -> Literal[True]: ...
|
|
98
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
99
|
+
def encode(self) -> list[bytes]: ...
|
|
94
100
|
|
|
95
101
|
class SecureOk(Method):
|
|
96
102
|
INDEX: ClassVar[int]
|
|
97
|
-
response:
|
|
98
|
-
def __init__(self, response:
|
|
103
|
+
response: _str
|
|
104
|
+
def __init__(self, response: _str | None = None) -> None: ...
|
|
99
105
|
@property
|
|
100
|
-
def synchronous(self): ...
|
|
101
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
102
|
-
def encode(self): ...
|
|
106
|
+
def synchronous(self) -> Literal[False]: ...
|
|
107
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
108
|
+
def encode(self) -> list[bytes]: ...
|
|
103
109
|
|
|
104
110
|
class Tune(Method):
|
|
105
111
|
INDEX: ClassVar[int]
|
|
106
|
-
channel_max:
|
|
107
|
-
frame_max:
|
|
108
|
-
heartbeat:
|
|
112
|
+
channel_max: int
|
|
113
|
+
frame_max: int
|
|
114
|
+
heartbeat: int
|
|
109
115
|
def __init__(self, channel_max: int = 0, frame_max: int = 0, heartbeat: int = 0) -> None: ...
|
|
110
116
|
@property
|
|
111
|
-
def synchronous(self): ...
|
|
112
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
113
|
-
def encode(self): ...
|
|
117
|
+
def synchronous(self) -> Literal[True]: ...
|
|
118
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
119
|
+
def encode(self) -> list[bytes]: ...
|
|
114
120
|
|
|
115
121
|
class TuneOk(Method):
|
|
116
122
|
INDEX: ClassVar[int]
|
|
117
|
-
channel_max:
|
|
118
|
-
frame_max:
|
|
119
|
-
heartbeat:
|
|
123
|
+
channel_max: int
|
|
124
|
+
frame_max: int
|
|
125
|
+
heartbeat: int
|
|
120
126
|
def __init__(self, channel_max: int = 0, frame_max: int = 0, heartbeat: int = 0) -> None: ...
|
|
121
127
|
@property
|
|
122
|
-
def synchronous(self): ...
|
|
123
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
124
|
-
def encode(self): ...
|
|
128
|
+
def synchronous(self) -> Literal[False]: ...
|
|
129
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
130
|
+
def encode(self) -> list[bytes]: ...
|
|
125
131
|
|
|
126
132
|
class Open(Method):
|
|
127
133
|
INDEX: ClassVar[int]
|
|
128
|
-
virtual_host:
|
|
129
|
-
capabilities:
|
|
130
|
-
insist:
|
|
134
|
+
virtual_host: _str
|
|
135
|
+
capabilities: _str
|
|
136
|
+
insist: bool
|
|
131
137
|
def __init__(self, virtual_host: _str = "/", capabilities: _str = "", insist: bool = False) -> None: ...
|
|
132
138
|
@property
|
|
133
|
-
def synchronous(self): ...
|
|
134
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
135
|
-
def encode(self): ...
|
|
139
|
+
def synchronous(self) -> Literal[True]: ...
|
|
140
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
141
|
+
def encode(self) -> list[bytes]: ...
|
|
136
142
|
|
|
137
143
|
class OpenOk(Method):
|
|
138
144
|
INDEX: ClassVar[int]
|
|
139
|
-
known_hosts:
|
|
145
|
+
known_hosts: _str
|
|
140
146
|
def __init__(self, known_hosts: _str = "") -> None: ...
|
|
141
147
|
@property
|
|
142
|
-
def synchronous(self): ...
|
|
143
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
144
|
-
def encode(self): ...
|
|
148
|
+
def synchronous(self) -> Literal[False]: ...
|
|
149
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
150
|
+
def encode(self) -> list[bytes]: ...
|
|
145
151
|
|
|
146
152
|
class Close(Method):
|
|
147
153
|
INDEX: ClassVar[int]
|
|
@@ -157,92 +163,92 @@ class Connection(Class):
|
|
|
157
163
|
method_id: Incomplete | None = None,
|
|
158
164
|
) -> None: ...
|
|
159
165
|
@property
|
|
160
|
-
def synchronous(self): ...
|
|
161
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
162
|
-
def encode(self): ...
|
|
166
|
+
def synchronous(self) -> Literal[True]: ...
|
|
167
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
168
|
+
def encode(self) -> list[bytes]: ...
|
|
163
169
|
|
|
164
170
|
class CloseOk(Method):
|
|
165
171
|
INDEX: ClassVar[int]
|
|
166
172
|
def __init__(self) -> None: ...
|
|
167
173
|
@property
|
|
168
|
-
def synchronous(self): ...
|
|
169
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
170
|
-
def encode(self): ...
|
|
174
|
+
def synchronous(self) -> Literal[False]: ...
|
|
175
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
176
|
+
def encode(self) -> list[bytes]: ...
|
|
171
177
|
|
|
172
178
|
class Blocked(Method):
|
|
173
179
|
INDEX: ClassVar[int]
|
|
174
180
|
reason: Incomplete
|
|
175
181
|
def __init__(self, reason: _str = "") -> None: ...
|
|
176
182
|
@property
|
|
177
|
-
def synchronous(self): ...
|
|
178
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
179
|
-
def encode(self): ...
|
|
183
|
+
def synchronous(self) -> Literal[False]: ...
|
|
184
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
185
|
+
def encode(self) -> list[bytes]: ...
|
|
180
186
|
|
|
181
187
|
class Unblocked(Method):
|
|
182
188
|
INDEX: ClassVar[int]
|
|
183
189
|
def __init__(self) -> None: ...
|
|
184
190
|
@property
|
|
185
|
-
def synchronous(self): ...
|
|
186
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
187
|
-
def encode(self): ...
|
|
191
|
+
def synchronous(self) -> Literal[False]: ...
|
|
192
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
193
|
+
def encode(self) -> list[bytes]: ...
|
|
188
194
|
|
|
189
195
|
class UpdateSecret(Method):
|
|
190
196
|
INDEX: ClassVar[int]
|
|
191
197
|
new_secret: Incomplete
|
|
192
198
|
reason: Incomplete
|
|
199
|
+
mechanisms: _str
|
|
193
200
|
def __init__(self, new_secret, reason) -> None: ...
|
|
194
201
|
@property
|
|
195
|
-
def synchronous(self): ...
|
|
196
|
-
|
|
197
|
-
def
|
|
198
|
-
def encode(self): ...
|
|
202
|
+
def synchronous(self) -> Literal[True]: ...
|
|
203
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
204
|
+
def encode(self) -> list[bytes]: ...
|
|
199
205
|
|
|
200
206
|
class UpdateSecretOk(Method):
|
|
201
207
|
INDEX: ClassVar[int]
|
|
202
208
|
def __init__(self) -> None: ...
|
|
203
209
|
@property
|
|
204
|
-
def synchronous(self): ...
|
|
205
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
206
|
-
def encode(self): ...
|
|
210
|
+
def synchronous(self) -> Literal[False]: ...
|
|
211
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
212
|
+
def encode(self) -> list[bytes]: ...
|
|
207
213
|
|
|
208
214
|
class Channel(Class):
|
|
209
215
|
INDEX: ClassVar[int]
|
|
210
216
|
|
|
211
217
|
class Open(Method):
|
|
212
218
|
INDEX: ClassVar[int]
|
|
213
|
-
out_of_band:
|
|
219
|
+
out_of_band: _str
|
|
214
220
|
def __init__(self, out_of_band: _str = "") -> None: ...
|
|
215
221
|
@property
|
|
216
|
-
def synchronous(self): ...
|
|
217
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
218
|
-
def encode(self): ...
|
|
222
|
+
def synchronous(self) -> Literal[True]: ...
|
|
223
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
224
|
+
def encode(self) -> list[bytes]: ...
|
|
219
225
|
|
|
220
226
|
class OpenOk(Method):
|
|
221
227
|
INDEX: ClassVar[int]
|
|
222
|
-
channel_id:
|
|
228
|
+
channel_id: _str
|
|
223
229
|
def __init__(self, channel_id: _str = "") -> None: ...
|
|
224
230
|
@property
|
|
225
|
-
def synchronous(self): ...
|
|
226
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
227
|
-
def encode(self): ...
|
|
231
|
+
def synchronous(self) -> Literal[False]: ...
|
|
232
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
233
|
+
def encode(self) -> list[bytes]: ...
|
|
228
234
|
|
|
229
235
|
class Flow(Method):
|
|
230
236
|
INDEX: ClassVar[int]
|
|
231
|
-
active:
|
|
232
|
-
def __init__(self, active:
|
|
237
|
+
active: bool | None
|
|
238
|
+
def __init__(self, active: bool | None = None) -> None: ...
|
|
233
239
|
@property
|
|
234
|
-
def synchronous(self): ...
|
|
235
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
236
|
-
def encode(self): ...
|
|
240
|
+
def synchronous(self) -> Literal[True]: ...
|
|
241
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
242
|
+
def encode(self) -> list[bytes]: ...
|
|
237
243
|
|
|
238
244
|
class FlowOk(Method):
|
|
239
245
|
INDEX: ClassVar[int]
|
|
240
|
-
active:
|
|
241
|
-
def __init__(self, active:
|
|
246
|
+
active: bool | None
|
|
247
|
+
def __init__(self, active: bool | None = None) -> None: ...
|
|
242
248
|
@property
|
|
243
|
-
def synchronous(self): ...
|
|
244
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
245
|
-
def encode(self): ...
|
|
249
|
+
def synchronous(self) -> Literal[False]: ...
|
|
250
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
251
|
+
def encode(self) -> list[bytes]: ...
|
|
246
252
|
|
|
247
253
|
class Close(Method):
|
|
248
254
|
INDEX: ClassVar[int]
|
|
@@ -258,29 +264,29 @@ class Channel(Class):
|
|
|
258
264
|
method_id: Incomplete | None = None,
|
|
259
265
|
) -> None: ...
|
|
260
266
|
@property
|
|
261
|
-
def synchronous(self): ...
|
|
262
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
263
|
-
def encode(self): ...
|
|
267
|
+
def synchronous(self) -> Literal[True]: ...
|
|
268
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
269
|
+
def encode(self) -> list[bytes]: ...
|
|
264
270
|
|
|
265
271
|
class CloseOk(Method):
|
|
266
272
|
INDEX: ClassVar[int]
|
|
267
273
|
def __init__(self) -> None: ...
|
|
268
274
|
@property
|
|
269
|
-
def synchronous(self): ...
|
|
270
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
271
|
-
def encode(self): ...
|
|
275
|
+
def synchronous(self) -> Literal[False]: ...
|
|
276
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
277
|
+
def encode(self) -> list[bytes]: ...
|
|
272
278
|
|
|
273
279
|
class Access(Class):
|
|
274
280
|
INDEX: ClassVar[int]
|
|
275
281
|
|
|
276
282
|
class Request(Method):
|
|
277
283
|
INDEX: ClassVar[int]
|
|
278
|
-
realm:
|
|
279
|
-
exclusive:
|
|
280
|
-
passive:
|
|
281
|
-
active:
|
|
282
|
-
write:
|
|
283
|
-
read:
|
|
284
|
+
realm: _str
|
|
285
|
+
exclusive: bool
|
|
286
|
+
passive: bool
|
|
287
|
+
active: bool
|
|
288
|
+
write: bool
|
|
289
|
+
read: bool
|
|
284
290
|
def __init__(
|
|
285
291
|
self,
|
|
286
292
|
realm: _str = "/data",
|
|
@@ -291,18 +297,18 @@ class Access(Class):
|
|
|
291
297
|
read: bool = True,
|
|
292
298
|
) -> None: ...
|
|
293
299
|
@property
|
|
294
|
-
def synchronous(self): ...
|
|
295
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
296
|
-
def encode(self): ...
|
|
300
|
+
def synchronous(self) -> Literal[True]: ...
|
|
301
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
302
|
+
def encode(self) -> list[bytes]: ...
|
|
297
303
|
|
|
298
304
|
class RequestOk(Method):
|
|
299
305
|
INDEX: ClassVar[int]
|
|
300
306
|
ticket: Incomplete
|
|
301
307
|
def __init__(self, ticket: int = 1) -> None: ...
|
|
302
308
|
@property
|
|
303
|
-
def synchronous(self): ...
|
|
304
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
305
|
-
def encode(self): ...
|
|
309
|
+
def synchronous(self) -> Literal[False]: ...
|
|
310
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
311
|
+
def encode(self) -> list[bytes]: ...
|
|
306
312
|
|
|
307
313
|
class Exchange(Class):
|
|
308
314
|
INDEX: ClassVar[int]
|
|
@@ -312,11 +318,11 @@ class Exchange(Class):
|
|
|
312
318
|
ticket: Incomplete
|
|
313
319
|
exchange: Incomplete
|
|
314
320
|
type: Incomplete
|
|
315
|
-
passive:
|
|
316
|
-
durable:
|
|
317
|
-
auto_delete:
|
|
318
|
-
internal:
|
|
319
|
-
nowait:
|
|
321
|
+
passive: bool
|
|
322
|
+
durable: bool
|
|
323
|
+
auto_delete: bool
|
|
324
|
+
internal: bool
|
|
325
|
+
nowait: bool
|
|
320
326
|
arguments: Incomplete
|
|
321
327
|
def __init__(
|
|
322
328
|
self,
|
|
@@ -331,9 +337,9 @@ class Exchange(Class):
|
|
|
331
337
|
arguments: Incomplete | None = None,
|
|
332
338
|
) -> None: ...
|
|
333
339
|
@property
|
|
334
|
-
def synchronous(self): ...
|
|
335
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
336
|
-
def encode(self): ...
|
|
340
|
+
def synchronous(self) -> Literal[True]: ...
|
|
341
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
342
|
+
def encode(self) -> list[bytes]: ...
|
|
337
343
|
|
|
338
344
|
class DeclareOk(Method):
|
|
339
345
|
INDEX: ClassVar[int]
|
|
@@ -348,22 +354,22 @@ class Exchange(Class):
|
|
|
348
354
|
ticket: Incomplete
|
|
349
355
|
exchange: Incomplete
|
|
350
356
|
if_unused: Incomplete
|
|
351
|
-
nowait:
|
|
357
|
+
nowait: bool
|
|
352
358
|
def __init__(
|
|
353
359
|
self, ticket: int = 0, exchange: Incomplete | None = None, if_unused: bool = False, nowait: bool = False
|
|
354
360
|
) -> None: ...
|
|
355
361
|
@property
|
|
356
|
-
def synchronous(self): ...
|
|
357
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
358
|
-
def encode(self): ...
|
|
362
|
+
def synchronous(self) -> Literal[True]: ...
|
|
363
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
364
|
+
def encode(self) -> list[bytes]: ...
|
|
359
365
|
|
|
360
366
|
class DeleteOk(Method):
|
|
361
367
|
INDEX: ClassVar[int]
|
|
362
368
|
def __init__(self) -> None: ...
|
|
363
369
|
@property
|
|
364
|
-
def synchronous(self): ...
|
|
365
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
366
|
-
def encode(self): ...
|
|
370
|
+
def synchronous(self) -> Literal[False]: ...
|
|
371
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
372
|
+
def encode(self) -> list[bytes]: ...
|
|
367
373
|
|
|
368
374
|
class Bind(Method):
|
|
369
375
|
INDEX: ClassVar[int]
|
|
@@ -383,17 +389,17 @@ class Exchange(Class):
|
|
|
383
389
|
arguments: Incomplete | None = None,
|
|
384
390
|
) -> None: ...
|
|
385
391
|
@property
|
|
386
|
-
def synchronous(self): ...
|
|
387
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
388
|
-
def encode(self): ...
|
|
392
|
+
def synchronous(self) -> Literal[True]: ...
|
|
393
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
394
|
+
def encode(self) -> list[bytes]: ...
|
|
389
395
|
|
|
390
396
|
class BindOk(Method):
|
|
391
397
|
INDEX: ClassVar[int]
|
|
392
398
|
def __init__(self) -> None: ...
|
|
393
399
|
@property
|
|
394
|
-
def synchronous(self): ...
|
|
395
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
396
|
-
def encode(self): ...
|
|
400
|
+
def synchronous(self) -> Literal[False]: ...
|
|
401
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
402
|
+
def encode(self) -> list[bytes]: ...
|
|
397
403
|
|
|
398
404
|
class Unbind(Method):
|
|
399
405
|
INDEX: ClassVar[int]
|
|
@@ -401,7 +407,7 @@ class Exchange(Class):
|
|
|
401
407
|
destination: Incomplete
|
|
402
408
|
source: Incomplete
|
|
403
409
|
routing_key: Incomplete
|
|
404
|
-
nowait:
|
|
410
|
+
nowait: bool
|
|
405
411
|
arguments: Incomplete
|
|
406
412
|
def __init__(
|
|
407
413
|
self,
|
|
@@ -413,17 +419,17 @@ class Exchange(Class):
|
|
|
413
419
|
arguments: Incomplete | None = None,
|
|
414
420
|
) -> None: ...
|
|
415
421
|
@property
|
|
416
|
-
def synchronous(self): ...
|
|
417
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
418
|
-
def encode(self): ...
|
|
422
|
+
def synchronous(self) -> Literal[True]: ...
|
|
423
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
424
|
+
def encode(self) -> list[bytes]: ...
|
|
419
425
|
|
|
420
426
|
class UnbindOk(Method):
|
|
421
427
|
INDEX: ClassVar[int]
|
|
422
428
|
def __init__(self) -> None: ...
|
|
423
429
|
@property
|
|
424
|
-
def synchronous(self): ...
|
|
425
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
426
|
-
def encode(self): ...
|
|
430
|
+
def synchronous(self) -> Literal[False]: ...
|
|
431
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
432
|
+
def encode(self) -> list[bytes]: ...
|
|
427
433
|
|
|
428
434
|
class Queue(Class):
|
|
429
435
|
INDEX: ClassVar[int]
|
|
@@ -432,11 +438,11 @@ class Queue(Class):
|
|
|
432
438
|
INDEX: ClassVar[int]
|
|
433
439
|
ticket: Incomplete
|
|
434
440
|
queue: Incomplete
|
|
435
|
-
passive:
|
|
436
|
-
durable:
|
|
437
|
-
exclusive:
|
|
438
|
-
auto_delete:
|
|
439
|
-
nowait:
|
|
441
|
+
passive: bool
|
|
442
|
+
durable: bool
|
|
443
|
+
exclusive: bool
|
|
444
|
+
auto_delete: bool
|
|
445
|
+
nowait: bool
|
|
440
446
|
arguments: Incomplete
|
|
441
447
|
def __init__(
|
|
442
448
|
self,
|
|
@@ -471,7 +477,7 @@ class Queue(Class):
|
|
|
471
477
|
queue: Incomplete
|
|
472
478
|
exchange: Incomplete
|
|
473
479
|
routing_key: Incomplete
|
|
474
|
-
nowait:
|
|
480
|
+
nowait: bool
|
|
475
481
|
arguments: Incomplete
|
|
476
482
|
def __init__(
|
|
477
483
|
self,
|
|
@@ -483,37 +489,37 @@ class Queue(Class):
|
|
|
483
489
|
arguments: Incomplete | None = None,
|
|
484
490
|
) -> None: ...
|
|
485
491
|
@property
|
|
486
|
-
def synchronous(self): ...
|
|
487
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
488
|
-
def encode(self): ...
|
|
492
|
+
def synchronous(self) -> Literal[True]: ...
|
|
493
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
494
|
+
def encode(self) -> list[bytes]: ...
|
|
489
495
|
|
|
490
496
|
class BindOk(Method):
|
|
491
497
|
INDEX: ClassVar[int]
|
|
492
498
|
def __init__(self) -> None: ...
|
|
493
499
|
@property
|
|
494
|
-
def synchronous(self): ...
|
|
495
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
496
|
-
def encode(self): ...
|
|
500
|
+
def synchronous(self) -> Literal[False]: ...
|
|
501
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
502
|
+
def encode(self) -> list[bytes]: ...
|
|
497
503
|
|
|
498
504
|
class Purge(Method):
|
|
499
505
|
INDEX: ClassVar[int]
|
|
500
506
|
ticket: Incomplete
|
|
501
507
|
queue: Incomplete
|
|
502
|
-
nowait:
|
|
508
|
+
nowait: bool
|
|
503
509
|
def __init__(self, ticket: int = 0, queue: _str = "", nowait: bool = False) -> None: ...
|
|
504
510
|
@property
|
|
505
|
-
def synchronous(self): ...
|
|
506
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
507
|
-
def encode(self): ...
|
|
511
|
+
def synchronous(self) -> Literal[True]: ...
|
|
512
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
513
|
+
def encode(self) -> list[bytes]: ...
|
|
508
514
|
|
|
509
515
|
class PurgeOk(Method):
|
|
510
516
|
INDEX: ClassVar[int]
|
|
511
517
|
message_count: Incomplete
|
|
512
518
|
def __init__(self, message_count: Incomplete | None = None) -> None: ...
|
|
513
519
|
@property
|
|
514
|
-
def synchronous(self): ...
|
|
515
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
516
|
-
def encode(self): ...
|
|
520
|
+
def synchronous(self) -> Literal[False]: ...
|
|
521
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
522
|
+
def encode(self) -> list[bytes]: ...
|
|
517
523
|
|
|
518
524
|
class Delete(Method):
|
|
519
525
|
INDEX: ClassVar[int]
|
|
@@ -521,23 +527,23 @@ class Queue(Class):
|
|
|
521
527
|
queue: Incomplete
|
|
522
528
|
if_unused: Incomplete
|
|
523
529
|
if_empty: Incomplete
|
|
524
|
-
nowait:
|
|
530
|
+
nowait: bool
|
|
525
531
|
def __init__(
|
|
526
532
|
self, ticket: int = 0, queue: _str = "", if_unused: bool = False, if_empty: bool = False, nowait: bool = False
|
|
527
533
|
) -> None: ...
|
|
528
534
|
@property
|
|
529
|
-
def synchronous(self): ...
|
|
530
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
531
|
-
def encode(self): ...
|
|
535
|
+
def synchronous(self) -> Literal[True]: ...
|
|
536
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
537
|
+
def encode(self) -> list[bytes]: ...
|
|
532
538
|
|
|
533
539
|
class DeleteOk(Method):
|
|
534
540
|
INDEX: ClassVar[int]
|
|
535
541
|
message_count: Incomplete
|
|
536
542
|
def __init__(self, message_count: Incomplete | None = None) -> None: ...
|
|
537
543
|
@property
|
|
538
|
-
def synchronous(self): ...
|
|
539
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
540
|
-
def encode(self): ...
|
|
544
|
+
def synchronous(self) -> Literal[False]: ...
|
|
545
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
546
|
+
def encode(self) -> list[bytes]: ...
|
|
541
547
|
|
|
542
548
|
class Unbind(Method):
|
|
543
549
|
INDEX: ClassVar[int]
|
|
@@ -555,17 +561,17 @@ class Queue(Class):
|
|
|
555
561
|
arguments: Incomplete | None = None,
|
|
556
562
|
) -> None: ...
|
|
557
563
|
@property
|
|
558
|
-
def synchronous(self): ...
|
|
559
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
560
|
-
def encode(self): ...
|
|
564
|
+
def synchronous(self) -> Literal[True]: ...
|
|
565
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
566
|
+
def encode(self) -> list[bytes]: ...
|
|
561
567
|
|
|
562
568
|
class UnbindOk(Method):
|
|
563
569
|
INDEX: ClassVar[int]
|
|
564
570
|
def __init__(self) -> None: ...
|
|
565
571
|
@property
|
|
566
|
-
def synchronous(self): ...
|
|
567
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
568
|
-
def encode(self): ...
|
|
572
|
+
def synchronous(self) -> Literal[False]: ...
|
|
573
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
574
|
+
def encode(self) -> list[bytes]: ...
|
|
569
575
|
|
|
570
576
|
class Basic(Class):
|
|
571
577
|
INDEX: ClassVar[int]
|
|
@@ -577,27 +583,27 @@ class Basic(Class):
|
|
|
577
583
|
global_qos: Incomplete
|
|
578
584
|
def __init__(self, prefetch_size: int = 0, prefetch_count: int = 0, global_qos: bool = False) -> None: ...
|
|
579
585
|
@property
|
|
580
|
-
def synchronous(self): ...
|
|
581
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
582
|
-
def encode(self): ...
|
|
586
|
+
def synchronous(self) -> Literal[True]: ...
|
|
587
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
588
|
+
def encode(self) -> list[bytes]: ...
|
|
583
589
|
|
|
584
590
|
class QosOk(Method):
|
|
585
591
|
INDEX: ClassVar[int]
|
|
586
592
|
def __init__(self) -> None: ...
|
|
587
593
|
@property
|
|
588
|
-
def synchronous(self): ...
|
|
589
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
590
|
-
def encode(self): ...
|
|
594
|
+
def synchronous(self) -> Literal[False]: ...
|
|
595
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
596
|
+
def encode(self) -> list[bytes]: ...
|
|
591
597
|
|
|
592
598
|
class Consume(Method):
|
|
593
599
|
INDEX: ClassVar[int]
|
|
594
600
|
ticket: Incomplete
|
|
595
601
|
queue: Incomplete
|
|
596
602
|
consumer_tag: Incomplete
|
|
597
|
-
no_local:
|
|
598
|
-
no_ack:
|
|
599
|
-
exclusive:
|
|
600
|
-
nowait:
|
|
603
|
+
no_local: bool
|
|
604
|
+
no_ack: bool
|
|
605
|
+
exclusive: bool
|
|
606
|
+
nowait: bool
|
|
601
607
|
arguments: Incomplete
|
|
602
608
|
def __init__(
|
|
603
609
|
self,
|
|
@@ -611,37 +617,37 @@ class Basic(Class):
|
|
|
611
617
|
arguments: Incomplete | None = None,
|
|
612
618
|
) -> None: ...
|
|
613
619
|
@property
|
|
614
|
-
def synchronous(self): ...
|
|
615
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
616
|
-
def encode(self): ...
|
|
620
|
+
def synchronous(self) -> Literal[True]: ...
|
|
621
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
622
|
+
def encode(self) -> list[bytes]: ...
|
|
617
623
|
|
|
618
624
|
class ConsumeOk(Method):
|
|
619
625
|
INDEX: ClassVar[int]
|
|
620
626
|
consumer_tag: Incomplete
|
|
621
627
|
def __init__(self, consumer_tag: Incomplete | None = None) -> None: ...
|
|
622
628
|
@property
|
|
623
|
-
def synchronous(self): ...
|
|
624
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
625
|
-
def encode(self): ...
|
|
629
|
+
def synchronous(self) -> Literal[False]: ...
|
|
630
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
631
|
+
def encode(self) -> list[bytes]: ...
|
|
626
632
|
|
|
627
633
|
class Cancel(Method):
|
|
628
634
|
INDEX: ClassVar[int]
|
|
629
635
|
consumer_tag: Incomplete
|
|
630
|
-
nowait:
|
|
636
|
+
nowait: bool
|
|
631
637
|
def __init__(self, consumer_tag: Incomplete | None = None, nowait: bool = False) -> None: ...
|
|
632
638
|
@property
|
|
633
|
-
def synchronous(self): ...
|
|
634
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
635
|
-
def encode(self): ...
|
|
639
|
+
def synchronous(self) -> Literal[True]: ...
|
|
640
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
641
|
+
def encode(self) -> list[bytes]: ...
|
|
636
642
|
|
|
637
643
|
class CancelOk(Method):
|
|
638
644
|
INDEX: ClassVar[int]
|
|
639
645
|
consumer_tag: Incomplete
|
|
640
646
|
def __init__(self, consumer_tag: Incomplete | None = None) -> None: ...
|
|
641
647
|
@property
|
|
642
|
-
def synchronous(self): ...
|
|
643
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
644
|
-
def encode(self): ...
|
|
648
|
+
def synchronous(self) -> Literal[False]: ...
|
|
649
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
650
|
+
def encode(self) -> list[bytes]: ...
|
|
645
651
|
|
|
646
652
|
class Publish(Method):
|
|
647
653
|
INDEX: ClassVar[int]
|
|
@@ -654,9 +660,9 @@ class Basic(Class):
|
|
|
654
660
|
self, ticket: int = 0, exchange: _str = "", routing_key: _str = "", mandatory: bool = False, immediate: bool = False
|
|
655
661
|
) -> None: ...
|
|
656
662
|
@property
|
|
657
|
-
def synchronous(self): ...
|
|
658
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
659
|
-
def encode(self): ...
|
|
663
|
+
def synchronous(self) -> Literal[False]: ...
|
|
664
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
665
|
+
def encode(self) -> list[bytes]: ...
|
|
660
666
|
|
|
661
667
|
class Return(Method):
|
|
662
668
|
INDEX: ClassVar[int]
|
|
@@ -672,9 +678,9 @@ class Basic(Class):
|
|
|
672
678
|
routing_key: Incomplete | None = None,
|
|
673
679
|
) -> None: ...
|
|
674
680
|
@property
|
|
675
|
-
def synchronous(self): ...
|
|
676
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
677
|
-
def encode(self): ...
|
|
681
|
+
def synchronous(self) -> Literal[False]: ...
|
|
682
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
683
|
+
def encode(self) -> list[bytes]: ...
|
|
678
684
|
|
|
679
685
|
class Deliver(Method):
|
|
680
686
|
INDEX: ClassVar[int]
|
|
@@ -692,20 +698,20 @@ class Basic(Class):
|
|
|
692
698
|
routing_key: Incomplete | None = None,
|
|
693
699
|
) -> None: ...
|
|
694
700
|
@property
|
|
695
|
-
def synchronous(self): ...
|
|
696
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
697
|
-
def encode(self): ...
|
|
701
|
+
def synchronous(self) -> Literal[False]: ...
|
|
702
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
703
|
+
def encode(self) -> list[bytes]: ...
|
|
698
704
|
|
|
699
705
|
class Get(Method):
|
|
700
706
|
INDEX: ClassVar[int]
|
|
701
707
|
ticket: Incomplete
|
|
702
708
|
queue: Incomplete
|
|
703
|
-
no_ack:
|
|
709
|
+
no_ack: bool
|
|
704
710
|
def __init__(self, ticket: int = 0, queue: _str = "", no_ack: bool = False) -> None: ...
|
|
705
711
|
@property
|
|
706
|
-
def synchronous(self): ...
|
|
707
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
708
|
-
def encode(self): ...
|
|
712
|
+
def synchronous(self) -> Literal[True]: ...
|
|
713
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
714
|
+
def encode(self) -> list[bytes]: ...
|
|
709
715
|
|
|
710
716
|
class GetOk(Method):
|
|
711
717
|
INDEX: ClassVar[int]
|
|
@@ -723,18 +729,18 @@ class Basic(Class):
|
|
|
723
729
|
message_count: Incomplete | None = None,
|
|
724
730
|
) -> None: ...
|
|
725
731
|
@property
|
|
726
|
-
def synchronous(self): ...
|
|
727
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
728
|
-
def encode(self): ...
|
|
732
|
+
def synchronous(self) -> Literal[False]: ...
|
|
733
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
734
|
+
def encode(self) -> list[bytes]: ...
|
|
729
735
|
|
|
730
736
|
class GetEmpty(Method):
|
|
731
737
|
INDEX: ClassVar[int]
|
|
732
738
|
cluster_id: Incomplete
|
|
733
739
|
def __init__(self, cluster_id: _str = "") -> None: ...
|
|
734
740
|
@property
|
|
735
|
-
def synchronous(self): ...
|
|
736
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
737
|
-
def encode(self): ...
|
|
741
|
+
def synchronous(self) -> Literal[False]: ...
|
|
742
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
743
|
+
def encode(self) -> list[bytes]: ...
|
|
738
744
|
|
|
739
745
|
class Ack(Method):
|
|
740
746
|
INDEX: ClassVar[int]
|
|
@@ -742,56 +748,56 @@ class Basic(Class):
|
|
|
742
748
|
multiple: Incomplete
|
|
743
749
|
def __init__(self, delivery_tag: int = 0, multiple: bool = False) -> None: ...
|
|
744
750
|
@property
|
|
745
|
-
def synchronous(self): ...
|
|
746
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
747
|
-
def encode(self): ...
|
|
751
|
+
def synchronous(self) -> Literal[False]: ...
|
|
752
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
753
|
+
def encode(self) -> list[bytes]: ...
|
|
748
754
|
|
|
749
755
|
class Reject(Method):
|
|
750
756
|
INDEX: ClassVar[int]
|
|
751
757
|
delivery_tag: Incomplete
|
|
752
|
-
requeue:
|
|
758
|
+
requeue: bool
|
|
753
759
|
def __init__(self, delivery_tag: Incomplete | None = None, requeue: bool = True) -> None: ...
|
|
754
760
|
@property
|
|
755
|
-
def synchronous(self): ...
|
|
756
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
757
|
-
def encode(self): ...
|
|
761
|
+
def synchronous(self) -> Literal[False]: ...
|
|
762
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
763
|
+
def encode(self) -> list[bytes]: ...
|
|
758
764
|
|
|
759
765
|
class RecoverAsync(Method):
|
|
760
766
|
INDEX: ClassVar[int]
|
|
761
|
-
requeue:
|
|
767
|
+
requeue: bool
|
|
762
768
|
def __init__(self, requeue: bool = False) -> None: ...
|
|
763
769
|
@property
|
|
764
|
-
def synchronous(self): ...
|
|
765
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
766
|
-
def encode(self): ...
|
|
770
|
+
def synchronous(self) -> Literal[False]: ...
|
|
771
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
772
|
+
def encode(self) -> list[bytes]: ...
|
|
767
773
|
|
|
768
774
|
class Recover(Method):
|
|
769
775
|
INDEX: ClassVar[int]
|
|
770
|
-
requeue:
|
|
776
|
+
requeue: bool
|
|
771
777
|
def __init__(self, requeue: bool = False) -> None: ...
|
|
772
778
|
@property
|
|
773
|
-
def synchronous(self): ...
|
|
774
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
775
|
-
def encode(self): ...
|
|
779
|
+
def synchronous(self) -> Literal[True]: ...
|
|
780
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
781
|
+
def encode(self) -> list[bytes]: ...
|
|
776
782
|
|
|
777
783
|
class RecoverOk(Method):
|
|
778
784
|
INDEX: ClassVar[int]
|
|
779
785
|
def __init__(self) -> None: ...
|
|
780
786
|
@property
|
|
781
|
-
def synchronous(self): ...
|
|
782
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
783
|
-
def encode(self): ...
|
|
787
|
+
def synchronous(self) -> Literal[False]: ...
|
|
788
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
789
|
+
def encode(self) -> list[bytes]: ...
|
|
784
790
|
|
|
785
791
|
class Nack(Method):
|
|
786
792
|
INDEX: ClassVar[int]
|
|
787
793
|
delivery_tag: Incomplete
|
|
788
794
|
multiple: Incomplete
|
|
789
|
-
requeue:
|
|
795
|
+
requeue: bool
|
|
790
796
|
def __init__(self, delivery_tag: int = 0, multiple: bool = False, requeue: bool = True) -> None: ...
|
|
791
797
|
@property
|
|
792
|
-
def synchronous(self): ...
|
|
793
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
794
|
-
def encode(self): ...
|
|
798
|
+
def synchronous(self) -> Literal[False]: ...
|
|
799
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
800
|
+
def encode(self) -> list[bytes]: ...
|
|
795
801
|
|
|
796
802
|
class Tx(Class):
|
|
797
803
|
INDEX: ClassVar[int]
|
|
@@ -800,122 +806,122 @@ class Tx(Class):
|
|
|
800
806
|
INDEX: ClassVar[int]
|
|
801
807
|
def __init__(self) -> None: ...
|
|
802
808
|
@property
|
|
803
|
-
def synchronous(self): ...
|
|
804
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
805
|
-
def encode(self): ...
|
|
809
|
+
def synchronous(self) -> Literal[True]: ...
|
|
810
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
811
|
+
def encode(self) -> list[bytes]: ...
|
|
806
812
|
|
|
807
813
|
class SelectOk(Method):
|
|
808
814
|
INDEX: ClassVar[int]
|
|
809
815
|
def __init__(self) -> None: ...
|
|
810
816
|
@property
|
|
811
|
-
def synchronous(self): ...
|
|
812
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
813
|
-
def encode(self): ...
|
|
817
|
+
def synchronous(self) -> Literal[False]: ...
|
|
818
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
819
|
+
def encode(self) -> list[bytes]: ...
|
|
814
820
|
|
|
815
821
|
class Commit(Method):
|
|
816
822
|
INDEX: ClassVar[int]
|
|
817
823
|
def __init__(self) -> None: ...
|
|
818
824
|
@property
|
|
819
|
-
def synchronous(self): ...
|
|
820
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
821
|
-
def encode(self): ...
|
|
825
|
+
def synchronous(self) -> Literal[True]: ...
|
|
826
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
827
|
+
def encode(self) -> list[bytes]: ...
|
|
822
828
|
|
|
823
829
|
class CommitOk(Method):
|
|
824
830
|
INDEX: ClassVar[int]
|
|
825
831
|
def __init__(self) -> None: ...
|
|
826
832
|
@property
|
|
827
|
-
def synchronous(self): ...
|
|
828
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
829
|
-
def encode(self): ...
|
|
833
|
+
def synchronous(self) -> Literal[False]: ...
|
|
834
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
835
|
+
def encode(self) -> list[bytes]: ...
|
|
830
836
|
|
|
831
837
|
class Rollback(Method):
|
|
832
838
|
INDEX: ClassVar[int]
|
|
833
839
|
def __init__(self) -> None: ...
|
|
834
840
|
@property
|
|
835
|
-
def synchronous(self): ...
|
|
836
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
837
|
-
def encode(self): ...
|
|
841
|
+
def synchronous(self) -> Literal[True]: ...
|
|
842
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
843
|
+
def encode(self) -> list[bytes]: ...
|
|
838
844
|
|
|
839
845
|
class RollbackOk(Method):
|
|
840
846
|
INDEX: ClassVar[int]
|
|
841
847
|
def __init__(self) -> None: ...
|
|
842
848
|
@property
|
|
843
|
-
def synchronous(self): ...
|
|
844
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
845
|
-
def encode(self): ...
|
|
849
|
+
def synchronous(self) -> Literal[False]: ...
|
|
850
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
851
|
+
def encode(self) -> list[bytes]: ...
|
|
846
852
|
|
|
847
853
|
class Confirm(Class):
|
|
848
854
|
INDEX: ClassVar[int]
|
|
849
855
|
|
|
850
856
|
class Select(Method):
|
|
851
857
|
INDEX: ClassVar[int]
|
|
852
|
-
nowait:
|
|
858
|
+
nowait: bool
|
|
853
859
|
def __init__(self, nowait: bool = False) -> None: ...
|
|
854
860
|
@property
|
|
855
|
-
def synchronous(self): ...
|
|
856
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
857
|
-
def encode(self): ...
|
|
861
|
+
def synchronous(self) -> Literal[True]: ...
|
|
862
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
863
|
+
def encode(self) -> list[bytes]: ...
|
|
858
864
|
|
|
859
865
|
class SelectOk(Method):
|
|
860
866
|
INDEX: ClassVar[int]
|
|
861
867
|
def __init__(self) -> None: ...
|
|
862
868
|
@property
|
|
863
|
-
def synchronous(self): ...
|
|
864
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
865
|
-
def encode(self): ...
|
|
869
|
+
def synchronous(self) -> Literal[False]: ...
|
|
870
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
871
|
+
def encode(self) -> list[bytes]: ...
|
|
866
872
|
|
|
867
873
|
class BasicProperties(Properties):
|
|
868
|
-
CLASS:
|
|
874
|
+
CLASS: ClassVar[type[Basic]]
|
|
869
875
|
INDEX: ClassVar[int]
|
|
870
|
-
FLAG_CONTENT_TYPE:
|
|
871
|
-
FLAG_CONTENT_ENCODING:
|
|
872
|
-
FLAG_HEADERS:
|
|
873
|
-
FLAG_DELIVERY_MODE:
|
|
874
|
-
FLAG_PRIORITY:
|
|
875
|
-
FLAG_CORRELATION_ID:
|
|
876
|
-
FLAG_REPLY_TO:
|
|
877
|
-
FLAG_EXPIRATION:
|
|
878
|
-
FLAG_MESSAGE_ID:
|
|
879
|
-
FLAG_TIMESTAMP:
|
|
880
|
-
FLAG_TYPE:
|
|
881
|
-
FLAG_USER_ID:
|
|
882
|
-
FLAG_APP_ID:
|
|
883
|
-
FLAG_CLUSTER_ID:
|
|
884
|
-
content_type:
|
|
885
|
-
content_encoding:
|
|
886
|
-
headers:
|
|
887
|
-
delivery_mode:
|
|
876
|
+
FLAG_CONTENT_TYPE: ClassVar[int]
|
|
877
|
+
FLAG_CONTENT_ENCODING: ClassVar[int]
|
|
878
|
+
FLAG_HEADERS: ClassVar[int]
|
|
879
|
+
FLAG_DELIVERY_MODE: ClassVar[int]
|
|
880
|
+
FLAG_PRIORITY: ClassVar[int]
|
|
881
|
+
FLAG_CORRELATION_ID: ClassVar[int]
|
|
882
|
+
FLAG_REPLY_TO: ClassVar[int]
|
|
883
|
+
FLAG_EXPIRATION: ClassVar[int]
|
|
884
|
+
FLAG_MESSAGE_ID: ClassVar[int]
|
|
885
|
+
FLAG_TIMESTAMP: ClassVar[int]
|
|
886
|
+
FLAG_TYPE: ClassVar[int]
|
|
887
|
+
FLAG_USER_ID: ClassVar[int]
|
|
888
|
+
FLAG_APP_ID: ClassVar[int]
|
|
889
|
+
FLAG_CLUSTER_ID: ClassVar[int]
|
|
890
|
+
content_type: _str | None
|
|
891
|
+
content_encoding: _str | None
|
|
892
|
+
headers: _ArgumentMapping | None
|
|
893
|
+
delivery_mode: Literal[1, 2] | None
|
|
888
894
|
priority: Incomplete
|
|
889
|
-
correlation_id:
|
|
890
|
-
reply_to:
|
|
891
|
-
expiration:
|
|
892
|
-
message_id:
|
|
895
|
+
correlation_id: _str | None
|
|
896
|
+
reply_to: _str | None
|
|
897
|
+
expiration: _str | None
|
|
898
|
+
message_id: _str | None
|
|
893
899
|
timestamp: Incomplete
|
|
894
|
-
type:
|
|
895
|
-
user_id:
|
|
896
|
-
app_id:
|
|
897
|
-
cluster_id:
|
|
900
|
+
type: _str | None
|
|
901
|
+
user_id: _str | None
|
|
902
|
+
app_id: _str | None
|
|
903
|
+
cluster_id: _str | None
|
|
898
904
|
def __init__(
|
|
899
905
|
self,
|
|
900
|
-
content_type:
|
|
901
|
-
content_encoding:
|
|
902
|
-
headers:
|
|
903
|
-
delivery_mode:
|
|
906
|
+
content_type: _str | None = None,
|
|
907
|
+
content_encoding: _str | None = None,
|
|
908
|
+
headers: _ArgumentMapping | None = None,
|
|
909
|
+
delivery_mode: DeliveryMode | Literal[1, 2] | None = None,
|
|
904
910
|
priority: Incomplete | None = None,
|
|
905
|
-
correlation_id:
|
|
906
|
-
reply_to:
|
|
907
|
-
expiration:
|
|
908
|
-
message_id:
|
|
911
|
+
correlation_id: _str | None = None,
|
|
912
|
+
reply_to: _str | None = None,
|
|
913
|
+
expiration: _str | None = None,
|
|
914
|
+
message_id: _str | None = None,
|
|
909
915
|
timestamp: Incomplete | None = None,
|
|
910
|
-
type:
|
|
911
|
-
user_id:
|
|
912
|
-
app_id:
|
|
913
|
-
cluster_id:
|
|
916
|
+
type: _str | None = None,
|
|
917
|
+
user_id: _str | None = None,
|
|
918
|
+
app_id: _str | None = None,
|
|
919
|
+
cluster_id: _str | None = None,
|
|
914
920
|
) -> None: ...
|
|
915
|
-
def decode(self, encoded, offset: int = 0): ...
|
|
916
|
-
def encode(self): ...
|
|
921
|
+
def decode(self, encoded: bytes, offset: int = 0) -> Self: ...
|
|
922
|
+
def encode(self) -> list[bytes]: ...
|
|
917
923
|
|
|
918
|
-
methods:
|
|
919
|
-
props:
|
|
924
|
+
methods: Final[dict[int, type[Method]]]
|
|
925
|
+
props: Final[dict[int, type[BasicProperties]]]
|
|
920
926
|
|
|
921
|
-
def has_content(methodNumber): ...
|
|
927
|
+
def has_content(methodNumber: int) -> bool: ...
|