types-tqdm 4.66.0.5__py3-none-any.whl → 4.66.0.20240417__py3-none-any.whl

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.
@@ -80,12 +80,7 @@ class tqdm_discord(tqdm_auto[_T]):
80
80
  **kwargs,
81
81
  ) -> None: ...
82
82
  def display(
83
- self,
84
- msg: str | None = ...,
85
- pos: int | None = ...,
86
- close: bool = ...,
87
- bar_style: Incomplete = ...,
88
- check_delay: bool = ...,
83
+ self, msg: str | None = ..., pos: int | None = ..., close: bool = ..., bar_style=..., check_delay: bool = ...
89
84
  ) -> None: ...
90
85
  def clear(self, *args, **kwargs) -> None: ...
91
86
 
@@ -84,7 +84,9 @@ class tqdm_slack(tqdm_auto[_T]):
84
84
  channel: int = ...,
85
85
  **kwargs,
86
86
  ) -> None: ...
87
- def display(self, *, msg: str | None = ..., pos: int | None = ..., close: bool = ..., bar_style: Incomplete = ..., check_delay: bool = ...) -> None: ... # type: ignore[override]
87
+ def display( # type: ignore[override]
88
+ self, *, msg: str | None = ..., pos: int | None = ..., close: bool = ..., bar_style=..., check_delay: bool = ...
89
+ ) -> None: ...
88
90
  def clear(self, *args, **kwargs) -> None: ...
89
91
 
90
92
  def tsrange(*args, **kwargs) -> tqdm_slack[int]: ...
@@ -89,7 +89,9 @@ class tqdm_telegram(tqdm_auto[_T]):
89
89
  chat_id: str = ...,
90
90
  **kwargs,
91
91
  ) -> None: ...
92
- def display(self, *, msg: str | None = ..., pos: int | None = ..., close: bool = ..., bar_style: Incomplete = ..., check_delay: bool = ...) -> None: ... # type: ignore[override]
92
+ def display( # type: ignore[override]
93
+ self, *, msg: str | None = ..., pos: int | None = ..., close: bool = ..., bar_style=..., check_delay: bool = ...
94
+ ) -> None: ...
93
95
  def clear(self, *args, **kwargs) -> None: ...
94
96
  def close(self) -> None: ...
95
97
 
tqdm-stubs/py.typed ADDED
File without changes
tqdm-stubs/rich.pyi CHANGED
@@ -13,10 +13,10 @@ _T = TypeVar("_T")
13
13
  class _ProgressColumn(ABC):
14
14
  max_refresh: float | None
15
15
  def __init__(self, table_column: Incomplete | None = ...) -> None: ...
16
- def get_table_column(self) -> Incomplete: ...
17
- def __call__(self, task: Incomplete) -> Incomplete: ...
16
+ def get_table_column(self): ...
17
+ def __call__(self, task): ...
18
18
  @abstractmethod
19
- def render(self, task: Incomplete) -> Incomplete: ...
19
+ def render(self, task): ...
20
20
 
21
21
  class FractionColumn(_ProgressColumn):
22
22
  unit_scale: bool
tqdm-stubs/std.pyi CHANGED
@@ -2,8 +2,8 @@ import contextlib
2
2
  from _typeshed import Incomplete, SupportsWrite
3
3
  from collections.abc import Callable, Iterable, Iterator, Mapping, MutableMapping
4
4
  from types import TracebackType
5
- from typing import Any, ClassVar, Generic, NoReturn, TypeVar, overload
6
- from typing_extensions import Literal, Self
5
+ from typing import Any, ClassVar, Generic, Literal, NoReturn, TypeVar, overload
6
+ from typing_extensions import Self
7
7
 
8
8
  from ._monitor import TMonitor
9
9
  from .utils import Comparable
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-tqdm
3
- Version: 4.66.0.5
3
+ Version: 4.66.0.20240417
4
4
  Summary: Typing stubs for tqdm
5
5
  Home-page: https://github.com/python/typeshed
6
6
  License: Apache-2.0 license
@@ -11,7 +11,7 @@ Project-URL: Chat, https://gitter.im/python/typing
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Typing :: Stubs Only
14
- Requires-Python: >=3.7
14
+ Requires-Python: >=3.8
15
15
  Description-Content-Type: text/markdown
16
16
 
17
17
  ## Typing stubs for tqdm
@@ -32,6 +32,6 @@ https://github.com/python/typeshed/tree/main/stubs/tqdm. All fixes for
32
32
  types and metadata should be contributed there.
33
33
 
34
34
  See https://github.com/python/typeshed/blob/main/README.md for more details.
35
- This package was generated from typeshed commit `81633e27097228a8a7eb0f963c62916ecea78abc` and was tested
36
- with mypy 1.7.1, pyright 1.1.334, and
37
- pytype 2023.11.21.
35
+ This package was generated from typeshed commit `7d56cd9a6cf6e0a4ea89c68d0397e197aff32cbe` and was tested
36
+ with mypy 1.9.0, pyright 1.1.358, and
37
+ pytype 2024.4.11.
@@ -16,21 +16,22 @@ tqdm-stubs/dask.pyi,sha256=pkl8VHGFIe9YUJuJWG29t_QeNzjNvlNnkJOzgcZgO3U,939
16
16
  tqdm-stubs/gui.pyi,sha256=qyA3QugzBDjxfBJGiTn-sAT9ZcrLEyBq3cLRxxjW5PY,2868
17
17
  tqdm-stubs/keras.pyi,sha256=8TUbtDQLCkEv-T2Zfs7NMl1wexOuooL-NZbEMd9TTLU,2346
18
18
  tqdm-stubs/notebook.pyi,sha256=NOgkD_f27YuW5Cc-d3dRFs6WUnyMtkd_hOBuPJo2_8s,3316
19
- tqdm-stubs/rich.pyi,sha256=0VKOva8s-xcFMAEZ4CTYuYfjMHXvmldpwbARXlWk3-o,3525
20
- tqdm-stubs/std.pyi,sha256=bcyyom4SRSTzmyUB1ig-R_8rIsFqG-hUR6W0r9oNtV8,9836
19
+ tqdm-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
+ tqdm-stubs/rich.pyi,sha256=v-jj1DoxGsissgdklg2V4HPBFTYKRwV37lOaCPy70ko,3459
21
+ tqdm-stubs/std.pyi,sha256=jrJFSAj0P-WPmtrVr_tBvZ6Z0LonsbNKMRvlIXJHJSw,9836
21
22
  tqdm-stubs/tk.pyi,sha256=9rsQjSxcMzCSGSQjaqyOj3daS9E-8xOgUjBFANLjIYk,3103
22
23
  tqdm-stubs/utils.pyi,sha256=bdaoA6ZuWMJHU1xEAZ3AG0mr6yJBpylCu0IInqh2dWU,2063
23
24
  tqdm-stubs/version.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
24
25
  tqdm-stubs/contrib/__init__.pyi,sha256=GpO_YNv6kgek1vJQJevHFRo4hmko6iMO_nC98s320Ms,664
25
26
  tqdm-stubs/contrib/bells.pyi,sha256=oFr86WYz2ffMnvRNWVCF6WxtoDgEeJPHXhUd7dd9j6s,80
26
27
  tqdm-stubs/contrib/concurrent.pyi,sha256=dctlaypnBYiOZqjT7y9wPdL2zheZeZsiyRPxMC6Xh5A,144
27
- tqdm-stubs/contrib/discord.pyi,sha256=uvD89KnOJBHOVhKwj3DGd0-N9vetB3s8w11Y7zSPGEM,3018
28
+ tqdm-stubs/contrib/discord.pyi,sha256=Osop640xmpbghAD1RJ6XrKWUt36zthnN4gfbx55en_8,2963
28
29
  tqdm-stubs/contrib/itertools.pyi,sha256=rLCau4I1hk7qFVIZxSn71Y3_cHdAayJEgVLp2XJxTuY,208
29
30
  tqdm-stubs/contrib/logging.pyi,sha256=dv6yrcLziLXYniFCIPE67GhSWqZmIzIt0x8DPW5hP3w,716
30
- tqdm-stubs/contrib/slack.pyi,sha256=isi7YprhA912DReyNrPjoP_-w4--QyDOhv3xTiaamx8,3106
31
- tqdm-stubs/contrib/telegram.pyi,sha256=yyFoUjzRJ_7wT8gr9RvB7eHCrutyMcaqInSZr7d6xEQ,3296
31
+ tqdm-stubs/contrib/slack.pyi,sha256=sikJvfoFbWyWVMULWE0uALrvh-kz5KYp_z6sd5sOKx0,3106
32
+ tqdm-stubs/contrib/telegram.pyi,sha256=BMDCPAwPnZvTBUXLuUZXEuqfGAhGWHkyvElddxSgsc0,3296
32
33
  tqdm-stubs/contrib/utils_worker.pyi,sha256=C6zWnwLzTFMWEPdLk-EwT2pLRFrJndkqH4MIjJsEcV4,480
33
- types_tqdm-4.66.0.5.dist-info/METADATA,sha256=qjBAQunlykLr5agOWqErdfZTiOutFpjRsbe0paKoAGc,1524
34
- types_tqdm-4.66.0.5.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
35
- types_tqdm-4.66.0.5.dist-info/top_level.txt,sha256=kIt5gMq9VgDZ26WhgdWmbKuKakT0AyLTo-5C-I3j5TM,11
36
- types_tqdm-4.66.0.5.dist-info/RECORD,,
34
+ types_tqdm-4.66.0.20240417.dist-info/METADATA,sha256=iS_5r65UfWSOkHE63OtwgnNMgadn0ofcVD__W8uXxnY,1530
35
+ types_tqdm-4.66.0.20240417.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
36
+ types_tqdm-4.66.0.20240417.dist-info/top_level.txt,sha256=kIt5gMq9VgDZ26WhgdWmbKuKakT0AyLTo-5C-I3j5TM,11
37
+ types_tqdm-4.66.0.20240417.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5