basedpyright 1.31.2-8570d72d2f435379435b640deeec8b07b97d855a → 1.31.3
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/README.md +3 -3
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/VERSIONS +1 -0
- package/dist/typeshed-fallback/stdlib/_compression.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_contextvars.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/_frozen_importlib.pyi +11 -0
- package/dist/typeshed-fallback/stdlib/_frozen_importlib_external.pyi +14 -3
- package/dist/typeshed-fallback/stdlib/_gdbm.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_heapq.pyi +4 -5
- package/dist/typeshed-fallback/stdlib/_interpchannels.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/_interpreters.pyi +9 -6
- package/dist/typeshed-fallback/stdlib/_io.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/_json.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/_markupbase.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/_msi.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/_operator.pyi +8 -1
- package/dist/typeshed-fallback/stdlib/_pickle.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/_socket.pyi +524 -529
- package/dist/typeshed-fallback/stdlib/_sqlite3.pyi +179 -178
- package/dist/typeshed-fallback/stdlib/_ssl.pyi +108 -106
- package/dist/typeshed-fallback/stdlib/_thread.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/_tkinter.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +10 -8
- package/dist/typeshed-fallback/stdlib/_winapi.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/argparse.pyi +46 -21
- package/dist/typeshed-fallback/stdlib/array.pyi +25 -6
- package/dist/typeshed-fallback/stdlib/ast.pyi +40 -19
- package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +0 -7
- package/dist/typeshed-fallback/stdlib/asyncio/base_futures.pyi +3 -5
- package/dist/typeshed-fallback/stdlib/asyncio/coroutines.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +5 -4
- package/dist/typeshed-fallback/stdlib/asyncio/format_helpers.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/asyncio/futures.pyi +2 -6
- package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +30 -1
- package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/bdb.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/binascii.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/builtins.pyi +26 -4
- package/dist/typeshed-fallback/stdlib/bz2.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/cgi.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/codecs.pyi +11 -1
- package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/compileall.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/concurrent/futures/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/concurrent/futures/interpreter.pyi +19 -40
- package/dist/typeshed-fallback/stdlib/concurrent/interpreters/__init__.pyi +68 -0
- package/dist/typeshed-fallback/stdlib/concurrent/interpreters/_crossinterp.pyi +29 -0
- package/dist/typeshed-fallback/stdlib/concurrent/interpreters/_queues.pyi +58 -0
- package/dist/typeshed-fallback/stdlib/configparser.pyi +29 -10
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/copy.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/dataclasses.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/datetime.pyi +24 -24
- package/dist/typeshed-fallback/stdlib/dbm/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/difflib.pyi +8 -1
- package/dist/typeshed-fallback/stdlib/email/headerregistry.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/email/message.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/encodings/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/enum.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/fcntl.pyi +86 -86
- package/dist/typeshed-fallback/stdlib/fileinput.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/fractions.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/functools.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/gettext.pyi +20 -2
- package/dist/typeshed-fallback/stdlib/glob.pyi +10 -2
- package/dist/typeshed-fallback/stdlib/gzip.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/hashlib.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/html/parser.pyi +13 -3
- package/dist/typeshed-fallback/stdlib/imghdr.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/imp.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/importlib/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/importlib/_abc.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/abc.pyi +5 -19
- package/dist/typeshed-fallback/stdlib/importlib/util.pyi +13 -1
- package/dist/typeshed-fallback/stdlib/inspect.pyi +9 -3
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/locale.pyi +7 -1
- package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/mailbox.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/math.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/mmap.pyi +55 -50
- package/dist/typeshed-fallback/stdlib/multiprocessing/heap.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/multiprocessing/sharedctypes.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/nt.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/numbers.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +7 -5
- package/dist/typeshed-fallback/stdlib/pathlib/__init__.pyi +15 -5
- package/dist/typeshed-fallback/stdlib/pkgutil.pyi +10 -4
- package/dist/typeshed-fallback/stdlib/platform.pyi +19 -4
- package/dist/typeshed-fallback/stdlib/pprint.pyi +58 -11
- package/dist/typeshed-fallback/stdlib/pty.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/pydoc.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/queue.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/quopri.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/re.pyi +7 -5
- package/dist/typeshed-fallback/stdlib/shutil.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/signal.pyi +49 -49
- package/dist/typeshed-fallback/stdlib/smtpd.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/smtplib.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/socket.pyi +3 -4
- package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +19 -13
- package/dist/typeshed-fallback/stdlib/sqlite3/dbapi2.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/ssl.pyi +130 -127
- package/dist/typeshed-fallback/stdlib/string/templatelib.pyi +9 -4
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +9 -1
- package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +38 -26
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +50 -46
- package/dist/typeshed-fallback/stdlib/tempfile.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/termios.pyi +267 -266
- package/dist/typeshed-fallback/stdlib/threading.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/time.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +6 -0
- package/dist/typeshed-fallback/stdlib/tkinter/dnd.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/tty.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/turtle.pyi +5 -13
- package/dist/typeshed-fallback/stdlib/typing.pyi +17 -15
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +5 -11
- package/dist/typeshed-fallback/stdlib/unittest/case.pyi +4 -13
- package/dist/typeshed-fallback/stdlib/unittest/main.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +35 -8
- package/dist/typeshed-fallback/stdlib/unittest/runner.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/urllib/request.pyi +4 -3
- package/dist/typeshed-fallback/stdlib/uuid.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/winreg.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/xml/sax/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/xmlrpc/client.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/xmlrpc/server.pyi +7 -1
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +9 -4
- package/dist/typeshed-fallback/stdlib/zipimport.pyi +12 -4
- package/dist/typeshed-fallback/stdlib/zlib.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/zoneinfo/_common.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/token.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/core.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Flask-Migrate/flask_migrate/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/__init__.pyi +6 -1
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/namespace.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +2 -1
- package/dist/typeshed-fallback/stubs/JACK-Client/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/JACK-Client/jack/__init__.pyi +5 -3
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/toc.pyi +3 -1
- package/dist/typeshed-fallback/stubs/Markdown/markdown/util.pyi +2 -1
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/__init__.pyi +4 -5
- package/dist/typeshed-fallback/stubs/PyScreeze/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/other.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Pygments/pygments/style.pyi +2 -1
- package/dist/typeshed-fallback/stubs/RPi.GPIO/METADATA.toml +5 -3
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/core.pyi +3 -1
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/form.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/i18n.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/meta.pyi +5 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/acceptparse.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/cookies.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/dec.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/exc.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/multidict.pyi +2 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/request.pyi +3 -1
- package/dist/typeshed-fallback/stubs/WebOb/webob/response.pyi +3 -1
- package/dist/typeshed-fallback/stubs/aiofiles/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/binary.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/text.pyi +2 -1
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/callbacks.pyi +2 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/html5lib_shim.pyi +2 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +2 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/typeutils.pyi +2 -1
- package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/attribute_getter.pyi +1 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/transaction.pyi +2 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/transfer.pyi +4 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi +5 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/webhook_notification.pyi +1 -0
- package/dist/typeshed-fallback/stubs/cachetools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/cffi/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/cffi/_cffi_backend.pyi +28 -24
- package/dist/typeshed-fallback/stubs/channels/METADATA.toml +8 -0
- package/dist/typeshed-fallback/stubs/channels/channels/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/channels/channels/apps.pyi +7 -0
- package/dist/typeshed-fallback/stubs/channels/channels/auth.pyi +26 -0
- package/dist/typeshed-fallback/stubs/channels/channels/consumer.pyi +75 -0
- package/dist/typeshed-fallback/stubs/channels/channels/db.pyi +32 -0
- package/dist/typeshed-fallback/stubs/channels/channels/exceptions.pyi +8 -0
- package/dist/typeshed-fallback/stubs/channels/channels/generic/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/channels/channels/generic/http.pyi +19 -0
- package/dist/typeshed-fallback/stubs/channels/channels/generic/websocket.pyi +61 -0
- package/dist/typeshed-fallback/stubs/channels/channels/layers.pyi +91 -0
- package/dist/typeshed-fallback/stubs/channels/channels/management/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/channels/channels/management/commands/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/channels/channels/management/commands/runworker.pyi +25 -0
- package/dist/typeshed-fallback/stubs/channels/channels/middleware.pyi +12 -0
- package/dist/typeshed-fallback/stubs/channels/channels/routing.pyi +31 -0
- package/dist/typeshed-fallback/stubs/channels/channels/security/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/channels/channels/security/websocket.pyi +25 -0
- package/dist/typeshed-fallback/stubs/channels/channels/sessions.pyi +56 -0
- package/dist/typeshed-fallback/stubs/channels/channels/testing/__init__.pyi +6 -0
- package/dist/typeshed-fallback/stubs/channels/channels/testing/application.pyi +21 -0
- package/dist/typeshed-fallback/stubs/channels/channels/testing/http.pyi +41 -0
- package/dist/typeshed-fallback/stubs/channels/channels/testing/live.pyi +26 -0
- package/dist/typeshed-fallback/stubs/channels/channels/testing/websocket.pyi +54 -0
- package/dist/typeshed-fallback/stubs/channels/channels/utils.pyi +20 -0
- package/dist/typeshed-fallback/stubs/channels/channels/worker.pyi +13 -0
- package/dist/typeshed-fallback/stubs/click-spinner/click_spinner/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/colorama/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/croniter/croniter/croniter.pyi +2 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/lxml.pyi +2 -1
- package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/xmlrpc.pyi +2 -2
- package/dist/typeshed-fallback/stubs/django-filter/METADATA.toml +7 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/compat.pyi +1 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/conf.pyi +17 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/constants.pyi +6 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/exceptions.pyi +8 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/fields.pyi +100 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filters.pyi +234 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filterset.pyi +85 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/backends.pyi +30 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/filters.pyi +71 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/filterset.pyi +17 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/utils.pyi +36 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/views.pyi +38 -0
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/widgets.pyi +86 -0
- package/dist/typeshed-fallback/stubs/django-import-export/import_export/templatetags/import_export_tags.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +2 -1
- package/dist/typeshed-fallback/stubs/docker/docker/utils/proxy.pyi +3 -1
- package/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse/parser.pyi +2 -1
- package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +0 -4
- package/dist/typeshed-fallback/stubs/docutils/docutils/__main__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/core.pyi +15 -15
- package/dist/typeshed-fallback/stubs/docutils/docutils/languages/eo.pyi +5 -5
- package/dist/typeshed-fallback/stubs/docutils/docutils/nodes.pyi +4 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/misc.pyi +3 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/tables.pyi +6 -5
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/states.pyi +5 -2
- package/dist/typeshed-fallback/stubs/docutils/docutils/readers/standalone.pyi +2 -2
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/__init__.pyi +30 -8
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/components.pyi +9 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/frontmatter.pyi +34 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/misc.pyi +19 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/parts.pyi +34 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/peps.pyi +43 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/references.pyi +75 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/universal.pyi +52 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/writer_aux.pyi +17 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/math/math2html.pyi +2 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/__init__.pyi +6 -4
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/_html_base.pyi +302 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/docutils_xml.pyi +45 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html4css1/__init__.pyi +125 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html5_polyglot/__init__.pyi +16 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/latex2e/__init__.pyi +412 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/manpage.pyi +235 -7
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/null.pyi +9 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt/__init__.pyi +424 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt/prepstyles.pyi +7 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt/pygmentsformatter.pyi +31 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/pep_html/__init__.pyi +20 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/pseudoxml.pyi +9 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/s5_html/__init__.pyi +42 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/xetex/__init__.pyi +29 -0
- package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/injector.pyi +4 -1
- package/dist/typeshed-fallback/stubs/fpdf2/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/encryption.pyi +2 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/enums.pyi +91 -10
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +1 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fpdf.pyi +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/html.pyi +9 -7
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/svg.pyi +10 -5
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/syntax.pyi +1 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/table.pyi +0 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/template.pyi +1 -1
- package/dist/typeshed-fallback/stubs/gdb/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +81 -54
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/__init__.pyi +16 -8
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/breakpoint.pyi +49 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/bt.pyi +49 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/disassemble.pyi +22 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/evaluate.pyi +31 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/events.pyi +12 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/frames.pyi +7 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/io.pyi +16 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/launch.pyi +14 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/locations.pyi +16 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/memory.pyi +10 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/modules.pyi +21 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/next.pyi +14 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/pause.pyi +3 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/scopes.pyi +47 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/server.pyi +77 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/sources.pyi +24 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/startup.pyi +44 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/state.pyi +1 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/threads.pyi +14 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/typecheck.pyi +6 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/varref.pyi +70 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/disassembler.pyi +15 -14
- package/dist/typeshed-fallback/stubs/gdb/gdb/events.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/missing_debug.pyi +4 -8
- package/dist/typeshed-fallback/stubs/gdb/gdb/missing_files.pyi +13 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/missing_objfile.pyi +7 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/types.pyi +3 -2
- package/dist/typeshed-fallback/stubs/gdb/gdb/xmethod.pyi +3 -2
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/file.pyi +2 -2
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/sql.pyi +5 -1
- package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_config.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_hub_primitives.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/baseserver.pyi +11 -13
- package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +3 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/pywsgi.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/ares.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/server.pyi +4 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +2 -1
- package/dist/typeshed-fallback/stubs/greenlet/greenlet/_greenlet.pyi +2 -1
- package/dist/typeshed-fallback/stubs/hdbcli/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +3 -2
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/resultrow.pyi +2 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_inputstream.pyi +2 -1
- package/dist/typeshed-fallback/stubs/hvac/hvac/adapters.pyi +2 -1
- package/dist/typeshed-fallback/stubs/hvac/hvac/utils.pyi +2 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +2 -1
- package/dist/typeshed-fallback/stubs/jmespath/jmespath/ast.pyi +3 -2
- package/dist/typeshed-fallback/stubs/jmespath/jmespath/exceptions.pyi +1 -1
- package/dist/typeshed-fallback/stubs/jmespath/jmespath/functions.pyi +2 -1
- package/dist/typeshed-fallback/stubs/jmespath/jmespath/lexer.pyi +2 -1
- package/dist/typeshed-fallback/stubs/jmespath/jmespath/visitor.pyi +8 -4
- package/dist/typeshed-fallback/stubs/jsonschema/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/validators.pyi +2 -1
- package/dist/typeshed-fallback/stubs/keyboard/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/mock/mock/mock.pyi +2 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/_typing.pyi +13 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/attracting.pyi +3 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/biconnected.pyi +3 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/connected.pyi +3 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/semiconnected.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi +5 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cycles.pyi +11 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_measures.pyi +30 -15
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/mincost.pyi +6 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi +7 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi +105 -31
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi +55 -97
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +17 -13
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +2 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +31 -14
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_agraph.pyi +29 -19
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi +33 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/attrmatrix.pyi +35 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/graphmatrix.pyi +24 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/laplacianmatrix.pyi +22 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/modularitymatrix.pyi +10 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/spectrum.pyi +8 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/__init__.pyi +0 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +3 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/sequence.pyi +4 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi +4 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/_writer.pyi +2 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi +2 -1
- package/dist/typeshed-fallback/stubs/paramiko/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/__init__.pyi +6 -47
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/agent.pyi +2 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/client.pyi +2 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/hostkeys.pyi +3 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/message.pyi +2 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/pipe.pyi +3 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/ssh_gss.pyi +0 -2
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/transport.pyi +2 -1
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pexpect/pexpect/spawnbase.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/credentials.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/exchange_type.pyi +18 -6
- package/dist/typeshed-fallback/stubs/pony/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/pony/pony/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/pony/pony/converting.pyi +48 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/example/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/example/app.pyi +8 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/example/config.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/example/models.pyi +10 -0
- package/dist/typeshed-fallback/stubs/pony/pony/flask/example/views.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pony/pony/options.pyi +39 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/asttranslation.pyi +139 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/core.pyi +823 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbapiprovider.pyi +216 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/cockroach.pyi +49 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/mysql.pyi +101 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/oracle.pyi +159 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/postgres.pyi +105 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/sqlite.pyi +219 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbschema.pyi +86 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/decompiling.pyi +135 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/alessandro_bug.pyi +48 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/bottle_example.pyi +6 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/bug_ben.pyi +19 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/compositekeys.pyi +78 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/demo.pyi +30 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/estore.pyi +58 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/inheritance1.pyi +39 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/numbers.pyi +20 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/session01.pyi +15 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/university1.pyi +43 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/university2.pyi +87 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/integration/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/integration/bottle_plugin.pyi +6 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/ormtypes.pyi +153 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/serialization.pyi +32 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/sqlbuilding.pyi +162 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/sqlsymbols.pyi +88 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/sqltranslation.pyi +773 -0
- package/dist/typeshed-fallback/stubs/pony/pony/py23compat.pyi +13 -0
- package/dist/typeshed-fallback/stubs/pony/pony/thirdparty/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pony/pony/thirdparty/decorator.pyi +31 -0
- package/dist/typeshed-fallback/stubs/pony/pony/utils/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pony/pony/utils/properties.pyi +16 -0
- package/dist/typeshed-fallback/stubs/pony/pony/utils/utils.pyi +86 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/_upb/_message.pyi +38 -38
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +2 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi +2 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/extension_dict.pyi +2 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +0 -9
- package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_psycopg.pyi +4 -2
- package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/extras.pyi +3 -1
- package/dist/typeshed-fallback/stubs/pyaudio/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/coco.pyi +7 -1
- package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/cocoeval.pyi +3 -1
- package/dist/typeshed-fallback/stubs/pycurl/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/compat.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pynput/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pynput/pynput/_util.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pyperclip/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyserial/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_spy.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pysftp/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/python-crontab/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/python-crontab/cronlog.pyi +3 -0
- package/dist/typeshed-fallback/stubs/python-crontab/crontab.pyi +21 -19
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/_common.pyi +0 -4
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +5 -1
- package/dist/typeshed-fallback/stubs/python-jenkins/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/__init__.pyi +8 -3
- package/dist/typeshed-fallback/stubs/python-nmap/nmap/nmap.pyi +9 -1
- package/dist/typeshed-fallback/stubs/python-xlib/Xlib/display.pyi +2 -1
- package/dist/typeshed-fallback/stubs/python-xlib/Xlib/rdb.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pywin32/METADATA.toml +3 -2
- package/dist/typeshed-fallback/stubs/pywin32/_win32typing.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pywin32/pythoncom.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32con.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32security.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32com/client/__init__.pyi +8 -7
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/factory.pyi +9 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/localserver.pyi +9 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/register.pyi +68 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/propsys/pscon.pyi +1 -0
- package/dist/typeshed-fallback/stubs/regex/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/qr.pyi +3 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/shapes.pyi +11 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/colors.pyi +3 -2
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rparsexml.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/utils.pyi +2 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/doctemplate.pyi +2 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/flowables.pyi +2 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/para.pyi +4 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/tableofcontents.pyi +3 -1
- package/dist/typeshed-fallback/stubs/requests/requests/adapters.pyi +3 -1
- package/dist/typeshed-fallback/stubs/requests/requests/help.pyi +7 -1
- package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +2 -1
- package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi +2 -1
- package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi +5 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/groupby.pyi +0 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/aggregation.pyi +1 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/distributions.pyi +2 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/kde.pyi +2 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/matrix.pyi +81 -58
- package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/editable_wheel.pyi +0 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/config/pyprojecttoml.pyi +0 -4
- package/dist/typeshed-fallback/stubs/shapely/shapely/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/_coverage.pyi +15 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/constructive.pyi +37 -26
- package/dist/typeshed-fallback/stubs/shapely/shapely/creation.pyi +23 -23
- package/dist/typeshed-fallback/stubs/shapely/shapely/decorators.pyi +2 -2
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/base.pyi +4 -4
- package/dist/typeshed-fallback/stubs/shapely/shapely/io.pyi +14 -10
- package/dist/typeshed-fallback/stubs/shapely/shapely/lib.pyi +6 -6
- package/dist/typeshed-fallback/stubs/shapely/shapely/measurement.pyi +5 -5
- package/dist/typeshed-fallback/stubs/shapely/shapely/set_operations.pyi +4 -4
- package/dist/typeshed-fallback/stubs/shapely/shapely/vectorized/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/singledispatch/singledispatch.pyi +2 -1
- package/dist/typeshed-fallback/stubs/toposort/toposort.pyi +2 -1
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/dask.pyi +2 -1
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/rich.pyi +2 -1
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/utils.pyi +2 -1
- package/dist/typeshed-fallback/stubs/translationstring/translationstring/__init__.pyi +7 -1
- package/dist/typeshed-fallback/stubs/uWSGI/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/uWSGI/uwsgi.pyi +2 -1
- package/dist/typeshed-fallback/stubs/waitress/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch.pyi +2 -1
- package/dist/typeshed-fallback/stubs/wurlitzer/wurlitzer.pyi +2 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/YoutubeDL.pyi +126 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/__init__.pyi +256 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/aes.pyi +42 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/cache.pyi +21 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/compat/__init__.pyi +12 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/compat/compat_utils.pyi +21 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/compat/imghdr.pyi +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/cookies.pyi +104 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/__init__.pyi +31 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/bunnycdn.pyi +17 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/common.pyi +88 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/dash.pyi +8 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/external.pyi +62 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/f4m.pyi +32 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/fc2.pyi +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/fragment.pyi +37 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/hls.pyi +7 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/http.pyi +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/ism.pyi +29 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/mhtml.pyi +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/niconico.pyi +3 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/rtmp.pyi +5 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/rtsp.pyi +5 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/websocket.pyi +11 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/youtube_live_chat.pyi +9 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/__init__.pyi +8 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/common.pyi +862 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/commonmistakes.pyi +10 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/commonprotocols.pyi +10 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/globals.pyi +20 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/jsinterp.pyi +72 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/minicurses.pyi +23 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/_helper.pyi +47 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/common.pyi +162 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/exceptions.pyi +43 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/impersonate.pyi +35 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/websocket.pyi +11 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/options.pyi +16 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/plugins.pyi +45 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/postprocessor/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/postprocessor/common.pyi +38 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/socks.pyi +74 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/update.pyi +34 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/__init__.pyi +263 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi +125 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +728 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/jslib/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/jslib/devalue.pyi +9 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/networking.pyi +44 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/progress.pyi +22 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/traversal.pyi +88 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/version.pyi +6 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/webvtt.pyi +49 -0
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/feedback.pyi +2 -1
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/matching.pyi +4 -2
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/scoring.pyi +2 -1
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/time_estimates.pyi +4 -1
- package/package.json +1 -1
- package/dist/typeshed-fallback/stubs/beautifulsoup4/METADATA.toml +0 -9
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/__init__.pyi +0 -82
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/__init__.pyi +0 -64
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi +0 -76
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi +0 -34
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_lxml.pyi +0 -45
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/dammit.pyi +0 -85
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/diagnose.pyi +0 -22
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi +0 -391
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/formatter.pyi +0 -50
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html4css1.pyi +0 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html5_polyglot.pyi +0 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/latex2e.pyi +0 -19
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt.pyi +0 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/pep_html.pyi +0 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/s5_html.pyi +0 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/xetex.pyi +0 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/_version.pyi +0 -2
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/dsskey.pyi +0 -35
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.