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
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
from _typeshed import SupportsWrite
|
|
2
|
+
from array import array
|
|
3
|
+
from collections.abc import Callable, Sequence
|
|
4
|
+
from typing import Any, Final, Literal, overload
|
|
5
|
+
|
|
6
|
+
from .biffh import *
|
|
7
|
+
from .book import Book
|
|
8
|
+
from .formatting import XF
|
|
9
|
+
from .timemachine import *
|
|
10
|
+
|
|
11
|
+
OBJ_MSO_DEBUG: Final[int]
|
|
12
|
+
|
|
13
|
+
class MSODrawing(BaseObject): ...
|
|
14
|
+
class MSObj(BaseObject): ...
|
|
15
|
+
class MSTxo(BaseObject): ...
|
|
16
|
+
|
|
17
|
+
class Note(BaseObject):
|
|
18
|
+
author: str
|
|
19
|
+
col_hidden: int
|
|
20
|
+
colx: int
|
|
21
|
+
rich_text_runlist: list[tuple[str, int]] | None
|
|
22
|
+
row_hidden: int
|
|
23
|
+
rowx: int
|
|
24
|
+
show: int
|
|
25
|
+
text: str
|
|
26
|
+
|
|
27
|
+
class Hyperlink(BaseObject):
|
|
28
|
+
frowx: int | None
|
|
29
|
+
lrowx: int | None
|
|
30
|
+
fcolx: int | None
|
|
31
|
+
lcolx: int | None
|
|
32
|
+
type: str | None
|
|
33
|
+
url_or_path: bytes | str | None
|
|
34
|
+
desc: str | None
|
|
35
|
+
target: str | None
|
|
36
|
+
textmark: str | None
|
|
37
|
+
quicktip: str | None
|
|
38
|
+
|
|
39
|
+
def unpack_RK(rk_str: bytes) -> float: ...
|
|
40
|
+
|
|
41
|
+
cellty_from_fmtty: Final[dict[int, int]]
|
|
42
|
+
ctype_text: Final[dict[int, str]]
|
|
43
|
+
|
|
44
|
+
class Cell(BaseObject):
|
|
45
|
+
ctype: int
|
|
46
|
+
value: str
|
|
47
|
+
xf_index: int | None
|
|
48
|
+
def __init__(self, ctype: int, value: str, xf_index: int | None = None) -> None: ...
|
|
49
|
+
|
|
50
|
+
empty_cell: Final[Cell]
|
|
51
|
+
|
|
52
|
+
class Colinfo(BaseObject):
|
|
53
|
+
width: int
|
|
54
|
+
xf_index: int
|
|
55
|
+
hidden: int
|
|
56
|
+
bit1_flag: int
|
|
57
|
+
outline_level: int
|
|
58
|
+
collapsed: int
|
|
59
|
+
|
|
60
|
+
class Rowinfo(BaseObject):
|
|
61
|
+
height: int | None
|
|
62
|
+
has_default_height: int | None
|
|
63
|
+
outline_level: int | None
|
|
64
|
+
outline_group_starts_ends: int | None
|
|
65
|
+
hidden: int | None
|
|
66
|
+
height_mismatch: int | None
|
|
67
|
+
has_default_xf_index: int | None
|
|
68
|
+
xf_index: int | None
|
|
69
|
+
additional_space_above: int | None
|
|
70
|
+
additional_space_below: int | None
|
|
71
|
+
def __init__(self) -> None: ...
|
|
72
|
+
def __getstate__(self) -> tuple[int | None, ...]: ...
|
|
73
|
+
def __setstate__(self, state: tuple[int | None, ...]) -> None: ...
|
|
74
|
+
|
|
75
|
+
class Sheet(BaseObject):
|
|
76
|
+
name: str
|
|
77
|
+
book: Book | None
|
|
78
|
+
nrows: int
|
|
79
|
+
ncols: int
|
|
80
|
+
colinfo_map: dict[int, Colinfo]
|
|
81
|
+
rowinfo_map: dict[int, Rowinfo]
|
|
82
|
+
col_label_ranges: list[tuple[int, int, int, int]]
|
|
83
|
+
row_label_ranges: list[tuple[int, int, int, int]]
|
|
84
|
+
merged_cells: list[tuple[int, int, int, int]]
|
|
85
|
+
rich_text_runlist_map: dict[tuple[int, int], list[tuple[int, int]]]
|
|
86
|
+
defcolwidth: float | None
|
|
87
|
+
standardwidth: float | None
|
|
88
|
+
default_row_height: int | None
|
|
89
|
+
default_row_height_mismatch: int | None
|
|
90
|
+
default_row_hidden: int | None
|
|
91
|
+
default_additional_space_above: int | None
|
|
92
|
+
default_additional_space_below: int | None
|
|
93
|
+
visibility: Literal[0, 1, 2]
|
|
94
|
+
gcw: tuple[int, ...]
|
|
95
|
+
hyperlink_list: list[Hyperlink]
|
|
96
|
+
hyperlink_map: dict[tuple[int, int], Hyperlink]
|
|
97
|
+
cell_note_map: dict[tuple[int, int], Note]
|
|
98
|
+
vert_split_pos: int
|
|
99
|
+
horz_split_pos: int
|
|
100
|
+
horz_split_first_visible: int
|
|
101
|
+
vert_split_first_visible: int
|
|
102
|
+
split_active_pane: int
|
|
103
|
+
has_pane_record: int
|
|
104
|
+
horizontal_page_breaks: list[tuple[int, int, int]]
|
|
105
|
+
vertical_page_breaks: list[tuple[int, int, int]]
|
|
106
|
+
biff_version: int
|
|
107
|
+
logfile: SupportsWrite[str]
|
|
108
|
+
bt: array[int]
|
|
109
|
+
bf: array[int]
|
|
110
|
+
number: int
|
|
111
|
+
verbosity: int
|
|
112
|
+
formatting_info: bool
|
|
113
|
+
ragged_rows: bool
|
|
114
|
+
put_cell: Callable[[int, int, int | None, str, int | None], None]
|
|
115
|
+
first_visible_rowx: int
|
|
116
|
+
first_visible_colx: int
|
|
117
|
+
gridline_colour_index: int
|
|
118
|
+
gridline_colour_rgb: tuple[int, int, int] | None
|
|
119
|
+
cooked_page_break_preview_mag_factor: int
|
|
120
|
+
cooked_normal_view_mag_factor: int
|
|
121
|
+
cached_page_break_preview_mag_factor: int
|
|
122
|
+
cached_normal_view_mag_factor: int
|
|
123
|
+
scl_mag_factor: int | None
|
|
124
|
+
utter_max_rows: int
|
|
125
|
+
utter_max_cols: int
|
|
126
|
+
def __init__(self, book: Book, position: int, name: str, number: int) -> None: ...
|
|
127
|
+
def cell(self, rowx: int, colx: int) -> Cell: ...
|
|
128
|
+
def cell_value(self, rowx: int, colx: int) -> str: ...
|
|
129
|
+
def cell_type(self, rowx: int, colx: int) -> int: ...
|
|
130
|
+
def cell_xf_index(self, rowx: int, colx: int) -> int: ...
|
|
131
|
+
def row_len(self, rowx: int) -> int: ...
|
|
132
|
+
def row(self, rowx: int) -> list[Cell]: ...
|
|
133
|
+
@overload
|
|
134
|
+
def __getitem__(self, item: int) -> list[Cell]: ...
|
|
135
|
+
@overload
|
|
136
|
+
def __getitem__(self, item: tuple[int, int]) -> Cell: ...
|
|
137
|
+
def get_rows(self) -> tuple[list[Cell], ...]: ...
|
|
138
|
+
__iter__ = get_rows
|
|
139
|
+
def row_types(self, rowx: int, start_colx: int = 0, end_colx: int | None = None) -> Sequence[int]: ...
|
|
140
|
+
def row_values(self, rowx: int, start_colx: int = 0, end_colx: int | None = None) -> Sequence[str]: ...
|
|
141
|
+
def row_slice(self, rowx: int, start_colx: int = 0, end_colx: int | None = None) -> list[Cell]: ...
|
|
142
|
+
def col_slice(self, colx: int, start_rowx: int = 0, end_rowx: int | None = None) -> list[Cell]: ...
|
|
143
|
+
def col_values(self, colx: int, start_rowx: int = 0, end_rowx: int | None = None) -> list[str]: ...
|
|
144
|
+
def col_types(self, colx: int, start_rowx: int = 0, end_rowx: int | None = None) -> list[int]: ...
|
|
145
|
+
col = col_slice
|
|
146
|
+
def tidy_dimensions(self) -> None: ...
|
|
147
|
+
def put_cell_ragged(self, rowx: int, colx: int, ctype: int | None, value: str, xf_index: int | None) -> None: ...
|
|
148
|
+
def put_cell_unragged(self, rowx: int, colx: int, ctype: int | None, value: str, xf_index: int | None) -> None: ...
|
|
149
|
+
def read(self, bk: Book) -> Literal[1]: ...
|
|
150
|
+
def string_record_contents(self, data: bytes) -> str | None: ...
|
|
151
|
+
def update_cooked_mag_factors(self) -> None: ...
|
|
152
|
+
def fixed_BIFF2_xfindex(self, cell_attr: bytes, rowx: int, colx: int, true_xfx: int | None = None) -> int: ...
|
|
153
|
+
def insert_new_BIFF20_xf(self, cell_attr: bytes, style: int = 0) -> int: ...
|
|
154
|
+
def fake_XF_from_BIFF20_cell_attr(self, cell_attr: bytes, style: int = 0) -> XF: ...
|
|
155
|
+
def req_fmt_info(self) -> None: ...
|
|
156
|
+
def computed_column_width(self, colx: int) -> float: ...
|
|
157
|
+
def handle_hlink(self, data: bytes) -> None: ...
|
|
158
|
+
def handle_quicktip(self, data: bytes) -> None: ...
|
|
159
|
+
def handle_msodrawingetc(self, recid: Any, data_len: int, data: bytes) -> None: ...
|
|
160
|
+
def handle_obj(self, data: bytes) -> MSObj | None: ...
|
|
161
|
+
def handle_note(self, data: bytes, txos: dict[int, MSTxo]) -> None: ...
|
|
162
|
+
def handle_txo(self, data: bytes) -> MSTxo | None: ...
|
|
163
|
+
def handle_feat11(self, data: bytes) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
from collections.abc import Callable
|
|
2
|
+
from io import BytesIO
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
5
|
+
python_version: tuple[int, int]
|
|
6
|
+
|
|
7
|
+
BYTES_LITERAL: Callable[[str], bytes]
|
|
8
|
+
UNICODE_LITERAL: Callable[[str], str]
|
|
9
|
+
BYTES_ORD: Callable[[bytes], int]
|
|
10
|
+
BYTES_IO: type[BytesIO]
|
|
11
|
+
|
|
12
|
+
def fprintf(f: Any, fmt: str, *vargs: Any) -> None: ...
|
|
13
|
+
|
|
14
|
+
EXCEL_TEXT_TYPES: tuple[type[str], type[bytes], type[bytearray]]
|
|
15
|
+
REPR = ascii
|
|
16
|
+
xrange = range
|
|
17
|
+
unicode: Callable[[bytes, str], str]
|
|
18
|
+
ensure_unicode: Callable[[str | bytes], str]
|
|
19
|
+
unichr = chr
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
from typing import Final, Literal
|
|
3
|
+
|
|
4
|
+
_JDN_delta: Final[tuple[int, int]]
|
|
5
|
+
epoch_1904: Final[datetime.datetime]
|
|
6
|
+
epoch_1900: Final[datetime.datetime]
|
|
7
|
+
epoch_1900_minus_1: Final[datetime.datetime]
|
|
8
|
+
_XLDAYS_TOO_LARGE: Final[tuple[int, int]]
|
|
9
|
+
_days_in_month: Final[tuple[None, int, int, int, int, int, int, int, int, int, int, int, int]]
|
|
10
|
+
|
|
11
|
+
class XLDateError(ValueError): ...
|
|
12
|
+
class XLDateNegative(XLDateError): ...
|
|
13
|
+
class XLDateAmbiguous(XLDateError): ...
|
|
14
|
+
class XLDateTooLarge(XLDateError): ...
|
|
15
|
+
class XLDateBadDatemode(XLDateError): ...
|
|
16
|
+
class XLDateBadTuple(XLDateError): ...
|
|
17
|
+
|
|
18
|
+
# 0: 1900-based, 1: 1904-based.
|
|
19
|
+
def xldate_as_tuple(xldate: float, datemode: Literal[0, 1]) -> tuple[int, int, int, int, int, int]: ...
|
|
20
|
+
def xldate_as_datetime(xldate: float, datemode: Literal[0, 1]) -> datetime.datetime: ...
|
|
21
|
+
def _leap(y: int) -> Literal[0, 1]: ...
|
|
22
|
+
def xldate_from_date_tuple(date_tuple: tuple[int, int, int], datemode: Literal[0, 1]) -> float: ...
|
|
23
|
+
def xldate_from_time_tuple(time_tuple: tuple[int, int, int]) -> float: ...
|
|
24
|
+
def xldate_from_datetime_tuple(datetime_tuple: tuple[int, int, int, int, int, int], datemode: Literal[0, 1]) -> float: ...
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version = "1.5.6.
|
|
1
|
+
version = "1.5.6.7"
|
|
2
2
|
upstream_repository = "https://github.com/sergey-dryabzhinsky/python-zstd"
|
package/package.json
CHANGED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
from collections.abc import Callable
|
|
2
|
-
from types import TracebackType
|
|
3
|
-
from typing import Any, NoReturn, overload
|
|
4
|
-
from typing_extensions import TypeVarTuple, Unpack
|
|
5
|
-
|
|
6
|
-
__all__ = ["error", "start_new_thread", "exit", "get_ident", "allocate_lock", "interrupt_main", "LockType", "RLock"]
|
|
7
|
-
|
|
8
|
-
_Ts = TypeVarTuple("_Ts")
|
|
9
|
-
|
|
10
|
-
TIMEOUT_MAX: int
|
|
11
|
-
error = RuntimeError
|
|
12
|
-
|
|
13
|
-
@overload
|
|
14
|
-
def start_new_thread(function: Callable[[Unpack[_Ts]], object], args: tuple[Unpack[_Ts]]) -> None: ...
|
|
15
|
-
@overload
|
|
16
|
-
def start_new_thread(function: Callable[..., object], args: tuple[Any, ...], kwargs: dict[str, Any]) -> None: ...
|
|
17
|
-
def exit() -> NoReturn: ...
|
|
18
|
-
def get_ident() -> int: ...
|
|
19
|
-
def allocate_lock() -> LockType: ...
|
|
20
|
-
def stack_size(size: int | None = None) -> int: ...
|
|
21
|
-
|
|
22
|
-
class LockType:
|
|
23
|
-
locked_status: bool
|
|
24
|
-
def acquire(self, waitflag: bool | None = None, timeout: int = -1) -> bool: ...
|
|
25
|
-
def __enter__(self, waitflag: bool | None = None, timeout: int = -1) -> bool: ...
|
|
26
|
-
def __exit__(self, typ: type[BaseException] | None, val: BaseException | None, tb: TracebackType | None) -> None: ...
|
|
27
|
-
def release(self) -> bool: ...
|
|
28
|
-
def locked(self) -> bool: ...
|
|
29
|
-
|
|
30
|
-
class RLock(LockType):
|
|
31
|
-
def release(self) -> None: ... # type: ignore[override]
|
|
32
|
-
|
|
33
|
-
def interrupt_main() -> None: ...
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
from _threading_local import local as local
|
|
2
|
-
from _typeshed import ProfileFunction, TraceFunction
|
|
3
|
-
from threading import (
|
|
4
|
-
TIMEOUT_MAX as TIMEOUT_MAX,
|
|
5
|
-
Barrier as Barrier,
|
|
6
|
-
BoundedSemaphore as BoundedSemaphore,
|
|
7
|
-
BrokenBarrierError as BrokenBarrierError,
|
|
8
|
-
Condition as Condition,
|
|
9
|
-
Event as Event,
|
|
10
|
-
ExceptHookArgs as ExceptHookArgs,
|
|
11
|
-
Lock as Lock,
|
|
12
|
-
RLock as RLock,
|
|
13
|
-
Semaphore as Semaphore,
|
|
14
|
-
Thread as Thread,
|
|
15
|
-
ThreadError as ThreadError,
|
|
16
|
-
Timer as Timer,
|
|
17
|
-
_DummyThread as _DummyThread,
|
|
18
|
-
_RLock as _RLock,
|
|
19
|
-
excepthook as excepthook,
|
|
20
|
-
)
|
|
21
|
-
|
|
22
|
-
__all__ = [
|
|
23
|
-
"get_ident",
|
|
24
|
-
"active_count",
|
|
25
|
-
"Condition",
|
|
26
|
-
"current_thread",
|
|
27
|
-
"enumerate",
|
|
28
|
-
"main_thread",
|
|
29
|
-
"TIMEOUT_MAX",
|
|
30
|
-
"Event",
|
|
31
|
-
"Lock",
|
|
32
|
-
"RLock",
|
|
33
|
-
"Semaphore",
|
|
34
|
-
"BoundedSemaphore",
|
|
35
|
-
"Thread",
|
|
36
|
-
"Barrier",
|
|
37
|
-
"BrokenBarrierError",
|
|
38
|
-
"Timer",
|
|
39
|
-
"ThreadError",
|
|
40
|
-
"setprofile",
|
|
41
|
-
"settrace",
|
|
42
|
-
"local",
|
|
43
|
-
"stack_size",
|
|
44
|
-
"ExceptHookArgs",
|
|
45
|
-
"excepthook",
|
|
46
|
-
]
|
|
47
|
-
|
|
48
|
-
def active_count() -> int: ...
|
|
49
|
-
def current_thread() -> Thread: ...
|
|
50
|
-
def currentThread() -> Thread: ...
|
|
51
|
-
def get_ident() -> int: ...
|
|
52
|
-
def enumerate() -> list[Thread]: ...
|
|
53
|
-
def main_thread() -> Thread: ...
|
|
54
|
-
def settrace(func: TraceFunction) -> None: ...
|
|
55
|
-
def setprofile(func: ProfileFunction | None) -> None: ...
|
|
56
|
-
def stack_size(size: int | None = None) -> int: ...
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import codecs
|
|
2
|
-
from _codecs import _EncodingMap
|
|
3
|
-
from _typeshed import ReadableBuffer
|
|
4
|
-
|
|
5
|
-
class Codec(codecs.Codec):
|
|
6
|
-
def encode(self, input: str, errors: str = "strict") -> tuple[bytes, int]: ...
|
|
7
|
-
def decode(self, input: bytes, errors: str = "strict") -> tuple[str, int]: ...
|
|
8
|
-
|
|
9
|
-
class IncrementalEncoder(codecs.IncrementalEncoder):
|
|
10
|
-
def encode(self, input: str, final: bool = False) -> bytes: ...
|
|
11
|
-
|
|
12
|
-
class IncrementalDecoder(codecs.IncrementalDecoder):
|
|
13
|
-
def decode(self, input: ReadableBuffer, final: bool = False) -> str: ...
|
|
14
|
-
|
|
15
|
-
class StreamWriter(Codec, codecs.StreamWriter): ...
|
|
16
|
-
class StreamReader(Codec, codecs.StreamReader): ...
|
|
17
|
-
|
|
18
|
-
def getregentry() -> codecs.CodecInfo: ...
|
|
19
|
-
|
|
20
|
-
decoding_table: str
|
|
21
|
-
encoding_table: _EncodingMap
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
from commonmark.blocks import Parser as Parser
|
|
2
|
-
from commonmark.dump import dumpAST as dumpAST, dumpJSON as dumpJSON
|
|
3
|
-
from commonmark.main import commonmark as commonmark
|
|
4
|
-
from commonmark.render.html import HtmlRenderer as HtmlRenderer
|
|
5
|
-
from commonmark.render.rst import ReStructuredTextRenderer as ReStructuredTextRenderer
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
from _typeshed import Incomplete
|
|
2
|
-
from typing import Any
|
|
3
|
-
|
|
4
|
-
CODE_INDENT: int
|
|
5
|
-
reHtmlBlockOpen: Any
|
|
6
|
-
reHtmlBlockClose: Any
|
|
7
|
-
reThematicBreak: Any
|
|
8
|
-
reMaybeSpecial: Any
|
|
9
|
-
reNonSpace: Any
|
|
10
|
-
reBulletListMarker: Any
|
|
11
|
-
reOrderedListMarker: Any
|
|
12
|
-
reATXHeadingMarker: Any
|
|
13
|
-
reCodeFence: Any
|
|
14
|
-
reClosingCodeFence: Any
|
|
15
|
-
reSetextHeadingLine: Any
|
|
16
|
-
reLineEnding: Any
|
|
17
|
-
|
|
18
|
-
def is_blank(s): ...
|
|
19
|
-
def is_space_or_tab(s): ...
|
|
20
|
-
def peek(ln, pos): ...
|
|
21
|
-
def ends_with_blank_line(block): ...
|
|
22
|
-
def parse_list_marker(parser, container): ...
|
|
23
|
-
def lists_match(list_data, item_data): ...
|
|
24
|
-
|
|
25
|
-
class Block:
|
|
26
|
-
accepts_lines: Any
|
|
27
|
-
@staticmethod
|
|
28
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...) -> None: ...
|
|
29
|
-
@staticmethod
|
|
30
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
31
|
-
@staticmethod
|
|
32
|
-
def can_contain(t) -> None: ...
|
|
33
|
-
|
|
34
|
-
class Document(Block):
|
|
35
|
-
accepts_lines: bool
|
|
36
|
-
@staticmethod
|
|
37
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
38
|
-
@staticmethod
|
|
39
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
40
|
-
@staticmethod
|
|
41
|
-
def can_contain(t): ...
|
|
42
|
-
|
|
43
|
-
class List(Block):
|
|
44
|
-
accepts_lines: bool
|
|
45
|
-
@staticmethod
|
|
46
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
47
|
-
@staticmethod
|
|
48
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
49
|
-
@staticmethod
|
|
50
|
-
def can_contain(t): ...
|
|
51
|
-
|
|
52
|
-
class BlockQuote(Block):
|
|
53
|
-
accepts_lines: bool
|
|
54
|
-
@staticmethod
|
|
55
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
56
|
-
@staticmethod
|
|
57
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
58
|
-
@staticmethod
|
|
59
|
-
def can_contain(t): ...
|
|
60
|
-
|
|
61
|
-
class Item(Block):
|
|
62
|
-
accepts_lines: bool
|
|
63
|
-
@staticmethod
|
|
64
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
65
|
-
@staticmethod
|
|
66
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
67
|
-
@staticmethod
|
|
68
|
-
def can_contain(t): ...
|
|
69
|
-
|
|
70
|
-
class Heading(Block):
|
|
71
|
-
accepts_lines: bool
|
|
72
|
-
@staticmethod
|
|
73
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
74
|
-
@staticmethod
|
|
75
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
76
|
-
@staticmethod
|
|
77
|
-
def can_contain(t): ...
|
|
78
|
-
|
|
79
|
-
class ThematicBreak(Block):
|
|
80
|
-
accepts_lines: bool
|
|
81
|
-
@staticmethod
|
|
82
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
83
|
-
@staticmethod
|
|
84
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
85
|
-
@staticmethod
|
|
86
|
-
def can_contain(t): ...
|
|
87
|
-
|
|
88
|
-
class CodeBlock(Block):
|
|
89
|
-
accepts_lines: bool
|
|
90
|
-
@staticmethod
|
|
91
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
92
|
-
@staticmethod
|
|
93
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
94
|
-
@staticmethod
|
|
95
|
-
def can_contain(t): ...
|
|
96
|
-
|
|
97
|
-
class HtmlBlock(Block):
|
|
98
|
-
accepts_lines: bool
|
|
99
|
-
@staticmethod
|
|
100
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
101
|
-
@staticmethod
|
|
102
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
103
|
-
@staticmethod
|
|
104
|
-
def can_contain(t): ...
|
|
105
|
-
|
|
106
|
-
class Paragraph(Block):
|
|
107
|
-
accepts_lines: bool
|
|
108
|
-
@staticmethod
|
|
109
|
-
def continue_(parser: Incomplete | None = ..., container: Incomplete | None = ...): ...
|
|
110
|
-
@staticmethod
|
|
111
|
-
def finalize(parser: Incomplete | None = ..., block: Incomplete | None = ...) -> None: ...
|
|
112
|
-
@staticmethod
|
|
113
|
-
def can_contain(t): ...
|
|
114
|
-
|
|
115
|
-
class BlockStarts:
|
|
116
|
-
METHODS: Any
|
|
117
|
-
@staticmethod
|
|
118
|
-
def block_quote(parser, container: Incomplete | None = ...): ...
|
|
119
|
-
@staticmethod
|
|
120
|
-
def atx_heading(parser, container: Incomplete | None = ...): ...
|
|
121
|
-
@staticmethod
|
|
122
|
-
def fenced_code_block(parser, container: Incomplete | None = ...): ...
|
|
123
|
-
@staticmethod
|
|
124
|
-
def html_block(parser, container: Incomplete | None = ...): ...
|
|
125
|
-
@staticmethod
|
|
126
|
-
def setext_heading(parser, container: Incomplete | None = ...): ...
|
|
127
|
-
@staticmethod
|
|
128
|
-
def thematic_break(parser, container: Incomplete | None = ...): ...
|
|
129
|
-
@staticmethod
|
|
130
|
-
def list_item(parser, container: Incomplete | None = ...): ...
|
|
131
|
-
@staticmethod
|
|
132
|
-
def indented_code_block(parser, container: Incomplete | None = ...): ...
|
|
133
|
-
|
|
134
|
-
class Parser:
|
|
135
|
-
doc: Any
|
|
136
|
-
block_starts: Any
|
|
137
|
-
tip: Any
|
|
138
|
-
oldtip: Any
|
|
139
|
-
current_line: str
|
|
140
|
-
line_number: int
|
|
141
|
-
offset: int
|
|
142
|
-
column: int
|
|
143
|
-
next_nonspace: int
|
|
144
|
-
next_nonspace_column: int
|
|
145
|
-
indent: int
|
|
146
|
-
indented: bool
|
|
147
|
-
blank: bool
|
|
148
|
-
partially_consumed_tab: bool
|
|
149
|
-
all_closed: bool
|
|
150
|
-
last_matched_container: Any
|
|
151
|
-
refmap: Any
|
|
152
|
-
last_line_length: int
|
|
153
|
-
inline_parser: Any
|
|
154
|
-
options: Any
|
|
155
|
-
def __init__(self, options=...) -> None: ...
|
|
156
|
-
def add_line(self) -> None: ...
|
|
157
|
-
def add_child(self, tag, offset): ...
|
|
158
|
-
def close_unmatched_blocks(self) -> None: ...
|
|
159
|
-
def find_next_nonspace(self) -> None: ...
|
|
160
|
-
def advance_next_nonspace(self) -> None: ...
|
|
161
|
-
def advance_offset(self, count, columns) -> None: ...
|
|
162
|
-
def incorporate_line(self, ln) -> None: ...
|
|
163
|
-
def finalize(self, block, line_number) -> None: ...
|
|
164
|
-
def process_inlines(self, block) -> None: ...
|
|
165
|
-
def parse(self, my_input): ...
|
|
166
|
-
|
|
167
|
-
CAMEL_RE: Any
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
def main() -> None: ...
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import html
|
|
2
|
-
from typing import Any
|
|
3
|
-
|
|
4
|
-
HTMLunescape = html.unescape
|
|
5
|
-
ENTITY: str
|
|
6
|
-
TAGNAME: str
|
|
7
|
-
ATTRIBUTENAME: str
|
|
8
|
-
UNQUOTEDVALUE: str
|
|
9
|
-
SINGLEQUOTEDVALUE: str
|
|
10
|
-
DOUBLEQUOTEDVALUE: str
|
|
11
|
-
ATTRIBUTEVALUE: Any
|
|
12
|
-
ATTRIBUTEVALUESPEC: Any
|
|
13
|
-
ATTRIBUTE: Any
|
|
14
|
-
OPENTAG: Any
|
|
15
|
-
CLOSETAG: Any
|
|
16
|
-
HTMLCOMMENT: str
|
|
17
|
-
PROCESSINGINSTRUCTION: str
|
|
18
|
-
DECLARATION: Any
|
|
19
|
-
CDATA: str
|
|
20
|
-
HTMLTAG: Any
|
|
21
|
-
reHtmlTag: Any
|
|
22
|
-
reBackslashOrAmp: Any
|
|
23
|
-
ESCAPABLE: str
|
|
24
|
-
reEntityOrEscapedChar: Any
|
|
25
|
-
XMLSPECIAL: str
|
|
26
|
-
reXmlSpecial: Any
|
|
27
|
-
|
|
28
|
-
def unescape_char(s): ...
|
|
29
|
-
def unescape_string(s): ...
|
|
30
|
-
def normalize_uri(uri): ...
|
|
31
|
-
|
|
32
|
-
UNSAFE_MAP: Any
|
|
33
|
-
|
|
34
|
-
def replace_unsafe_char(s): ...
|
|
35
|
-
def escape_xml(s): ...
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
def _unescape(s: str) -> str: ...
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import html
|
|
2
|
-
from typing import Any
|
|
3
|
-
|
|
4
|
-
HTMLunescape = html.unescape
|
|
5
|
-
ESCAPED_CHAR: Any
|
|
6
|
-
rePunctuation: Any
|
|
7
|
-
reLinkTitle: Any
|
|
8
|
-
reLinkDestinationBraces: Any
|
|
9
|
-
reEscapable: Any
|
|
10
|
-
reEntityHere: Any
|
|
11
|
-
reTicks: Any
|
|
12
|
-
reTicksHere: Any
|
|
13
|
-
reEllipses: Any
|
|
14
|
-
reDash: Any
|
|
15
|
-
reEmailAutolink: Any
|
|
16
|
-
reAutolink: Any
|
|
17
|
-
reSpnl: Any
|
|
18
|
-
reWhitespaceChar: Any
|
|
19
|
-
reWhitespace: Any
|
|
20
|
-
reUnicodeWhitespaceChar: Any
|
|
21
|
-
reFinalSpace: Any
|
|
22
|
-
reInitialSpace: Any
|
|
23
|
-
reSpaceAtEndOfLine: Any
|
|
24
|
-
reLinkLabel: Any
|
|
25
|
-
reMain: Any
|
|
26
|
-
|
|
27
|
-
def text(s): ...
|
|
28
|
-
def smart_dashes(chars): ...
|
|
29
|
-
|
|
30
|
-
class InlineParser:
|
|
31
|
-
subject: str
|
|
32
|
-
brackets: Any
|
|
33
|
-
pos: int
|
|
34
|
-
refmap: Any
|
|
35
|
-
options: Any
|
|
36
|
-
def __init__(self, options=...) -> None: ...
|
|
37
|
-
def match(self, regexString): ...
|
|
38
|
-
def peek(self): ...
|
|
39
|
-
def spnl(self): ...
|
|
40
|
-
def parseBackticks(self, block): ...
|
|
41
|
-
def parseBackslash(self, block): ...
|
|
42
|
-
def parseAutolink(self, block): ...
|
|
43
|
-
def parseHtmlTag(self, block): ...
|
|
44
|
-
def scanDelims(self, c): ...
|
|
45
|
-
delimiters: Any
|
|
46
|
-
def handleDelim(self, cc, block): ...
|
|
47
|
-
def removeDelimiter(self, delim) -> None: ...
|
|
48
|
-
@staticmethod
|
|
49
|
-
def removeDelimitersBetween(bottom, top) -> None: ...
|
|
50
|
-
def processEmphasis(self, stack_bottom) -> None: ...
|
|
51
|
-
def parseLinkTitle(self): ...
|
|
52
|
-
def parseLinkDestination(self): ...
|
|
53
|
-
def parseLinkLabel(self): ...
|
|
54
|
-
def parseOpenBracket(self, block): ...
|
|
55
|
-
def parseBang(self, block): ...
|
|
56
|
-
def parseCloseBracket(self, block): ...
|
|
57
|
-
def addBracket(self, node, index, image) -> None: ...
|
|
58
|
-
def removeBracket(self) -> None: ...
|
|
59
|
-
def parseEntity(self, block): ...
|
|
60
|
-
def parseString(self, block): ...
|
|
61
|
-
def parseNewline(self, block): ...
|
|
62
|
-
def parseReference(self, s, refmap): ...
|
|
63
|
-
def parseInline(self, block): ...
|
|
64
|
-
def parseInlines(self, block) -> None: ...
|
|
65
|
-
parse: Any
|