progress-table 3.3.0__tar.gz → 3.3.1__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.
- {progress_table-3.3.0 → progress_table-3.3.1}/PKG-INFO +1 -1
- {progress_table-3.3.0 → progress_table-3.3.1}/progress_table/__init__.py +1 -1
- {progress_table-3.3.0 → progress_table-3.3.1}/progress_table/progress_table.py +2 -2
- {progress_table-3.3.0 → progress_table-3.3.1}/.gitignore +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/LICENSE.txt +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/README.md +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/README_pypi.md +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/docs/advanced-usage.md +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/docs/integrations.md +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/docs/v3-notice.md +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/examples/brown2d.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/examples/download_v1.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/examples/download_v2.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/examples/tictactoe.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/examples/training.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/progress_table/common.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/progress_table/styles.py +0 -0
- {progress_table-3.3.0 → progress_table-3.3.1}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: progress-table
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.1
|
|
4
4
|
Summary: Display progress as a pretty table in the command line.
|
|
5
5
|
Project-URL: Home, https://github.com/gahaalt/progress-table
|
|
6
6
|
Project-URL: Documentation, https://github.com/sjmikler/progress-table/blob/main/docs
|
|
@@ -312,8 +312,8 @@ class ProgressTable:
|
|
|
312
312
|
|
|
313
313
|
if auto_detected:
|
|
314
314
|
logger.warning(
|
|
315
|
-
f"Automatically
|
|
316
|
-
" Set `interactive` explicitly to hide
|
|
315
|
+
f"Automatically set `interactive` to {self.interactive} for compatibility."
|
|
316
|
+
" Set `interactive` explicitly to hide this warning."
|
|
317
317
|
)
|
|
318
318
|
assert self.interactive in (2, 1, 0)
|
|
319
319
|
|
|
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
|