types-tqdm 4.67.0.20250319__tar.gz → 4.67.0.20250401__tar.gz
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.
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/CHANGELOG.md +8 -0
- {types_tqdm-4.67.0.20250319/types_tqdm.egg-info → types_tqdm-4.67.0.20250401}/PKG-INFO +7 -16
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/README.md +2 -2
- types_tqdm-4.67.0.20250401/pyproject.toml +55 -0
- types_tqdm-4.67.0.20250401/setup.py +4 -0
- types_tqdm-4.67.0.20250401/tqdm-stubs/_main.pyi +2 -0
- types_tqdm-4.67.0.20250401/tqdm-stubs/_tqdm.pyi +2 -0
- types_tqdm-4.67.0.20250401/tqdm-stubs/_tqdm_gui.pyi +2 -0
- types_tqdm-4.67.0.20250401/tqdm-stubs/_tqdm_notebook.pyi +2 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401/types_tqdm.egg-info}/PKG-INFO +7 -16
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/types_tqdm.egg-info/SOURCES.txt +1 -0
- types_tqdm-4.67.0.20250319/setup.py +0 -56
- types_tqdm-4.67.0.20250319/tqdm-stubs/_main.pyi +0 -4
- types_tqdm-4.67.0.20250319/tqdm-stubs/_tqdm.pyi +0 -11
- types_tqdm-4.67.0.20250319/tqdm-stubs/_tqdm_gui.pyi +0 -7
- types_tqdm-4.67.0.20250319/tqdm-stubs/_tqdm_notebook.pyi +0 -7
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/LICENSE +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/MANIFEST.in +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/setup.cfg +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/METADATA.toml +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/__init__.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/_dist_ver.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/_monitor.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/_tqdm_pandas.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/_utils.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/asyncio.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/auto.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/autonotebook.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/cli.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/__init__.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/bells.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/concurrent.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/discord.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/itertools.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/logging.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/slack.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/telegram.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/utils_worker.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/dask.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/gui.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/keras.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/notebook.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/py.typed +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/rich.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/std.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/tk.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/utils.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/version.pyi +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/types_tqdm.egg-info/dependency_links.txt +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/types_tqdm.egg-info/requires.txt +0 -0
- {types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/types_tqdm.egg-info/top_level.txt +0 -0
|
@@ -1,29 +1,20 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-tqdm
|
|
3
|
-
Version: 4.67.0.
|
|
3
|
+
Version: 4.67.0.20250401
|
|
4
4
|
Summary: Typing stubs for tqdm
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://github.com/python/typeshed
|
|
7
7
|
Project-URL: GitHub, https://github.com/python/typeshed
|
|
8
8
|
Project-URL: Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/tqdm.md
|
|
9
9
|
Project-URL: Issue tracker, https://github.com/python/typeshed/issues
|
|
10
10
|
Project-URL: Chat, https://gitter.im/python/typing
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Typing :: Stubs Only
|
|
14
13
|
Requires-Python: >=3.9
|
|
15
14
|
Description-Content-Type: text/markdown
|
|
16
15
|
License-File: LICENSE
|
|
17
16
|
Requires-Dist: types-requests
|
|
18
|
-
Dynamic:
|
|
19
|
-
Dynamic: description
|
|
20
|
-
Dynamic: description-content-type
|
|
21
|
-
Dynamic: home-page
|
|
22
|
-
Dynamic: license
|
|
23
|
-
Dynamic: project-url
|
|
24
|
-
Dynamic: requires-dist
|
|
25
|
-
Dynamic: requires-python
|
|
26
|
-
Dynamic: summary
|
|
17
|
+
Dynamic: license-file
|
|
27
18
|
|
|
28
19
|
## Typing stubs for tqdm
|
|
29
20
|
|
|
@@ -47,7 +38,7 @@ directory.
|
|
|
47
38
|
|
|
48
39
|
This package was tested with
|
|
49
40
|
mypy 1.15.0,
|
|
50
|
-
pyright 1.1.
|
|
41
|
+
pyright 1.1.398,
|
|
51
42
|
and pytype 2024.10.11.
|
|
52
43
|
It was generated from typeshed commit
|
|
53
|
-
[`
|
|
44
|
+
[`bfd032156c59bbf851f62174014f24f4f89b96af`](https://github.com/python/typeshed/commit/bfd032156c59bbf851f62174014f24f4f89b96af).
|
|
@@ -20,7 +20,7 @@ directory.
|
|
|
20
20
|
|
|
21
21
|
This package was tested with
|
|
22
22
|
mypy 1.15.0,
|
|
23
|
-
pyright 1.1.
|
|
23
|
+
pyright 1.1.398,
|
|
24
24
|
and pytype 2024.10.11.
|
|
25
25
|
It was generated from typeshed commit
|
|
26
|
-
[`
|
|
26
|
+
[`bfd032156c59bbf851f62174014f24f4f89b96af`](https://github.com/python/typeshed/commit/bfd032156c59bbf851f62174014f24f4f89b96af).
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
build-backend = "setuptools.build_meta"
|
|
3
|
+
requires = ["setuptools>=77.0.3"]
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-tqdm"
|
|
7
|
+
version = "4.67.0.20250401"
|
|
8
|
+
license = "Apache-2.0"
|
|
9
|
+
license-files = ["LICENSE"]
|
|
10
|
+
description = "Typing stubs for tqdm"
|
|
11
|
+
readme = { text = """\
|
|
12
|
+
## Typing stubs for tqdm
|
|
13
|
+
|
|
14
|
+
This is a [PEP 561](https://peps.python.org/pep-0561/)
|
|
15
|
+
type stub package for the [`tqdm`](https://github.com/tqdm/tqdm) package.
|
|
16
|
+
It can be used by type-checking tools like
|
|
17
|
+
[mypy](https://github.com/python/mypy/),
|
|
18
|
+
[pyright](https://github.com/microsoft/pyright),
|
|
19
|
+
[pytype](https://github.com/google/pytype/),
|
|
20
|
+
[Pyre](https://pyre-check.org/),
|
|
21
|
+
PyCharm, etc. to check code that uses `tqdm`. This version of
|
|
22
|
+
`types-tqdm` aims to provide accurate annotations for
|
|
23
|
+
`tqdm==4.67.*`.
|
|
24
|
+
|
|
25
|
+
This package is part of the [typeshed project](https://github.com/python/typeshed).
|
|
26
|
+
All fixes for types and metadata should be contributed there.
|
|
27
|
+
See [the README](https://github.com/python/typeshed/blob/main/README.md)
|
|
28
|
+
for more details. The source for this package can be found in the
|
|
29
|
+
[`stubs/tqdm`](https://github.com/python/typeshed/tree/main/stubs/tqdm)
|
|
30
|
+
directory.
|
|
31
|
+
|
|
32
|
+
This package was tested with
|
|
33
|
+
mypy 1.15.0,
|
|
34
|
+
pyright 1.1.398,
|
|
35
|
+
and pytype 2024.10.11.
|
|
36
|
+
It was generated from typeshed commit
|
|
37
|
+
[`bfd032156c59bbf851f62174014f24f4f89b96af`](https://github.com/python/typeshed/commit/bfd032156c59bbf851f62174014f24f4f89b96af).
|
|
38
|
+
""", content-type = "text/markdown" }
|
|
39
|
+
classifiers = [
|
|
40
|
+
"Programming Language :: Python :: 3",
|
|
41
|
+
"Typing :: Stubs Only",
|
|
42
|
+
]
|
|
43
|
+
requires-python = ">=3.9"
|
|
44
|
+
dependencies = ['types-requests']
|
|
45
|
+
|
|
46
|
+
[project.urls]
|
|
47
|
+
"Homepage" = "https://github.com/python/typeshed"
|
|
48
|
+
"GitHub" = "https://github.com/python/typeshed"
|
|
49
|
+
"Changes" = "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/tqdm.md"
|
|
50
|
+
"Issue tracker" = "https://github.com/python/typeshed/issues"
|
|
51
|
+
"Chat" = "https://gitter.im/python/typing"
|
|
52
|
+
|
|
53
|
+
[tool.setuptools]
|
|
54
|
+
packages = ['tqdm-stubs']
|
|
55
|
+
include-package-data = false
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
|
|
2
|
+
from setuptools import setup
|
|
3
|
+
|
|
4
|
+
setup(package_data={'tqdm-stubs': ['__init__.pyi', '_dist_ver.pyi', '_main.pyi', '_monitor.pyi', '_tqdm.pyi', '_tqdm_gui.pyi', '_tqdm_notebook.pyi', '_tqdm_pandas.pyi', '_utils.pyi', 'asyncio.pyi', 'auto.pyi', 'autonotebook.pyi', 'cli.pyi', 'contrib/__init__.pyi', 'contrib/bells.pyi', 'contrib/concurrent.pyi', 'contrib/discord.pyi', 'contrib/itertools.pyi', 'contrib/logging.pyi', 'contrib/slack.pyi', 'contrib/telegram.pyi', 'contrib/utils_worker.pyi', 'dask.pyi', 'gui.pyi', 'keras.pyi', 'notebook.pyi', 'rich.pyi', 'std.pyi', 'tk.pyi', 'utils.pyi', 'version.pyi', 'METADATA.toml', 'py.typed']})
|
|
@@ -1,29 +1,20 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-tqdm
|
|
3
|
-
Version: 4.67.0.
|
|
3
|
+
Version: 4.67.0.20250401
|
|
4
4
|
Summary: Typing stubs for tqdm
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://github.com/python/typeshed
|
|
7
7
|
Project-URL: GitHub, https://github.com/python/typeshed
|
|
8
8
|
Project-URL: Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/tqdm.md
|
|
9
9
|
Project-URL: Issue tracker, https://github.com/python/typeshed/issues
|
|
10
10
|
Project-URL: Chat, https://gitter.im/python/typing
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Typing :: Stubs Only
|
|
14
13
|
Requires-Python: >=3.9
|
|
15
14
|
Description-Content-Type: text/markdown
|
|
16
15
|
License-File: LICENSE
|
|
17
16
|
Requires-Dist: types-requests
|
|
18
|
-
Dynamic:
|
|
19
|
-
Dynamic: description
|
|
20
|
-
Dynamic: description-content-type
|
|
21
|
-
Dynamic: home-page
|
|
22
|
-
Dynamic: license
|
|
23
|
-
Dynamic: project-url
|
|
24
|
-
Dynamic: requires-dist
|
|
25
|
-
Dynamic: requires-python
|
|
26
|
-
Dynamic: summary
|
|
17
|
+
Dynamic: license-file
|
|
27
18
|
|
|
28
19
|
## Typing stubs for tqdm
|
|
29
20
|
|
|
@@ -47,7 +38,7 @@ directory.
|
|
|
47
38
|
|
|
48
39
|
This package was tested with
|
|
49
40
|
mypy 1.15.0,
|
|
50
|
-
pyright 1.1.
|
|
41
|
+
pyright 1.1.398,
|
|
51
42
|
and pytype 2024.10.11.
|
|
52
43
|
It was generated from typeshed commit
|
|
53
|
-
[`
|
|
44
|
+
[`bfd032156c59bbf851f62174014f24f4f89b96af`](https://github.com/python/typeshed/commit/bfd032156c59bbf851f62174014f24f4f89b96af).
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
from setuptools import setup
|
|
2
|
-
|
|
3
|
-
name = "types-tqdm"
|
|
4
|
-
description = "Typing stubs for tqdm"
|
|
5
|
-
long_description = '''
|
|
6
|
-
## Typing stubs for tqdm
|
|
7
|
-
|
|
8
|
-
This is a [PEP 561](https://peps.python.org/pep-0561/)
|
|
9
|
-
type stub package for the [`tqdm`](https://github.com/tqdm/tqdm) package.
|
|
10
|
-
It can be used by type-checking tools like
|
|
11
|
-
[mypy](https://github.com/python/mypy/),
|
|
12
|
-
[pyright](https://github.com/microsoft/pyright),
|
|
13
|
-
[pytype](https://github.com/google/pytype/),
|
|
14
|
-
[Pyre](https://pyre-check.org/),
|
|
15
|
-
PyCharm, etc. to check code that uses `tqdm`. This version of
|
|
16
|
-
`types-tqdm` aims to provide accurate annotations for
|
|
17
|
-
`tqdm==4.67.*`.
|
|
18
|
-
|
|
19
|
-
This package is part of the [typeshed project](https://github.com/python/typeshed).
|
|
20
|
-
All fixes for types and metadata should be contributed there.
|
|
21
|
-
See [the README](https://github.com/python/typeshed/blob/main/README.md)
|
|
22
|
-
for more details. The source for this package can be found in the
|
|
23
|
-
[`stubs/tqdm`](https://github.com/python/typeshed/tree/main/stubs/tqdm)
|
|
24
|
-
directory.
|
|
25
|
-
|
|
26
|
-
This package was tested with
|
|
27
|
-
mypy 1.15.0,
|
|
28
|
-
pyright 1.1.396,
|
|
29
|
-
and pytype 2024.10.11.
|
|
30
|
-
It was generated from typeshed commit
|
|
31
|
-
[`45e9a79e2644e5c561dc904f40f15c6659fe3234`](https://github.com/python/typeshed/commit/45e9a79e2644e5c561dc904f40f15c6659fe3234).
|
|
32
|
-
'''.lstrip()
|
|
33
|
-
|
|
34
|
-
setup(name=name,
|
|
35
|
-
version="4.67.0.20250319",
|
|
36
|
-
description=description,
|
|
37
|
-
long_description=long_description,
|
|
38
|
-
long_description_content_type="text/markdown",
|
|
39
|
-
url="https://github.com/python/typeshed",
|
|
40
|
-
project_urls={
|
|
41
|
-
"GitHub": "https://github.com/python/typeshed",
|
|
42
|
-
"Changes": "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/tqdm.md",
|
|
43
|
-
"Issue tracker": "https://github.com/python/typeshed/issues",
|
|
44
|
-
"Chat": "https://gitter.im/python/typing",
|
|
45
|
-
},
|
|
46
|
-
install_requires=['types-requests'],
|
|
47
|
-
packages=['tqdm-stubs'],
|
|
48
|
-
package_data={'tqdm-stubs': ['__init__.pyi', '_dist_ver.pyi', '_main.pyi', '_monitor.pyi', '_tqdm.pyi', '_tqdm_gui.pyi', '_tqdm_notebook.pyi', '_tqdm_pandas.pyi', '_utils.pyi', 'asyncio.pyi', 'auto.pyi', 'autonotebook.pyi', 'cli.pyi', 'contrib/__init__.pyi', 'contrib/bells.pyi', 'contrib/concurrent.pyi', 'contrib/discord.pyi', 'contrib/itertools.pyi', 'contrib/logging.pyi', 'contrib/slack.pyi', 'contrib/telegram.pyi', 'contrib/utils_worker.pyi', 'dask.pyi', 'gui.pyi', 'keras.pyi', 'notebook.pyi', 'rich.pyi', 'std.pyi', 'tk.pyi', 'utils.pyi', 'version.pyi', 'METADATA.toml', 'py.typed']},
|
|
49
|
-
license="Apache-2.0",
|
|
50
|
-
python_requires=">=3.9",
|
|
51
|
-
classifiers=[
|
|
52
|
-
"License :: OSI Approved :: Apache Software License",
|
|
53
|
-
"Programming Language :: Python :: 3",
|
|
54
|
-
"Typing :: Stubs Only",
|
|
55
|
-
]
|
|
56
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/tqdm-stubs/contrib/utils_worker.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_tqdm-4.67.0.20250319 → types_tqdm-4.67.0.20250401}/types_tqdm.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|