PyHardLinkBackup 1.7.0__tar.gz → 1.7.2__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.
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.pre-commit-config.yaml +1 -1
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PKG-INFO +9 -5
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/__init__.py +1 -1
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/rich_utils.py +6 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/README.md +7 -3
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/pyproject.toml +1 -1
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/uv.lock +48 -48
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.editorconfig +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.github/workflows/tests.yml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.gitignore +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.idea/.gitignore +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.pre-commit-hooks.yaml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/Template Python tests.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/Unittests - __all__.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/cli.py --help.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/dev-cli update.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/only DocTests.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.run/only DocWrite.run.xml +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/.venv-app/lib/python3.12/site-packages/cli_base/tests/shell_complete_snapshots/.gitignore +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/__main__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/backup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_app/__init__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_app/phlb.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/__init__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/benchmark.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/code_style.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/packaging.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/shell_completion.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/testing.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/update_readme_history.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/compare_backup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/constants.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/logging_setup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/rebuild_databases.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/__init__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_backup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_compare_backup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_doc_write.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_doctests.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_project_setup.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_readme.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_readme_history.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_rebuild_database.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/__init__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/file_hash_database.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/file_size_database.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/filesystem.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/humanize.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/sha256sums.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tee.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/__init__.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/test_file_hash_database.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/test_file_size_database.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/test_filesystem.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/unittest_utilities.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tyro_cli_shared_args.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/cli.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/dev-cli.py +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/dist/.gitignore +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/docs/README.md +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/docs/about-docs.md +0 -0
- {pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/noxfile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyHardLinkBackup
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: HardLink/Deduplication Backups with Python
|
|
5
5
|
Project-URL: Documentation, https://github.com/jedie/PyHardLinkBackup
|
|
6
6
|
Project-URL: Source, https://github.com/jedie/PyHardLinkBackup
|
|
@@ -8,7 +8,7 @@ Author-email: Jens Diemer <PyHardLinkBackup@jensdiemer.de>
|
|
|
8
8
|
License: GPL-3.0-or-later
|
|
9
9
|
Requires-Python: >=3.12
|
|
10
10
|
Requires-Dist: bx-py-utils
|
|
11
|
-
Requires-Dist: cli-base-utilities>=0.27.
|
|
11
|
+
Requires-Dist: cli-base-utilities>=0.27.1
|
|
12
12
|
Requires-Dist: rich
|
|
13
13
|
Requires-Dist: tyro
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
@@ -283,6 +283,10 @@ Overview of main changes:
|
|
|
283
283
|
|
|
284
284
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
285
285
|
|
|
286
|
+
* [v1.7.2](https://github.com/jedie/PyHardLinkBackup/compare/v1.7.1...v1.7.2)
|
|
287
|
+
* 2026-01-21 - Display "Remaining time" to files and sizes, too.
|
|
288
|
+
* [v1.7.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.7.0...v1.7.1)
|
|
289
|
+
* 2026-01-19 - Update requirements to fix problems under Windows
|
|
286
290
|
* [v1.7.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.6.0...v1.7.0)
|
|
287
291
|
* 2026-01-19 - Speedup and enhance unittest
|
|
288
292
|
* 2026-01-17 - Remove unfinished copied files on errors
|
|
@@ -296,13 +300,13 @@ Overview of main changes:
|
|
|
296
300
|
* 2026-01-17 - Fix flaky test, because of terminal size
|
|
297
301
|
* 2026-01-17 - Bugfix: Don't hash new large files twice
|
|
298
302
|
* 2026-01-17 - Use compare also in backup tests
|
|
303
|
+
|
|
304
|
+
<details><summary>Expand older history entries ...</summary>
|
|
305
|
+
|
|
299
306
|
* [v1.5.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.4.1...v1.5.0)
|
|
300
307
|
* 2026-01-17 - NEW: Compare command to verify source tree with last backup
|
|
301
308
|
* [v1.4.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.4.0...v1.4.1)
|
|
302
309
|
* 2026-01-16 - Bugfix large file handling
|
|
303
|
-
|
|
304
|
-
<details><summary>Expand older history entries ...</summary>
|
|
305
|
-
|
|
306
310
|
* [v1.4.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.3.0...v1.4.0)
|
|
307
311
|
* 2026-01-16 - Create log file in backup and a summary.txt
|
|
308
312
|
* 2026-01-16 - Run CI tests on macos, too.
|
|
@@ -88,11 +88,17 @@ class DisplayFileTreeProgress:
|
|
|
88
88
|
),
|
|
89
89
|
'|',
|
|
90
90
|
TransferSpeedColumn2(unit='files'),
|
|
91
|
+
'|',
|
|
92
|
+
TextColumn('Remaining:'),
|
|
93
|
+
TimeRemainingColumn(),
|
|
91
94
|
)
|
|
92
95
|
self.file_size_progress = Progress(
|
|
93
96
|
HumanFileSizeColumn(),
|
|
94
97
|
'|',
|
|
95
98
|
TransferSpeedColumn(),
|
|
99
|
+
'|',
|
|
100
|
+
TextColumn('Remaining:'),
|
|
101
|
+
TimeRemainingColumn(),
|
|
96
102
|
)
|
|
97
103
|
|
|
98
104
|
self.overall_progress_task_bar = self.overall_progress_bar.add_task('', total=100)
|
|
@@ -268,6 +268,10 @@ Overview of main changes:
|
|
|
268
268
|
|
|
269
269
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
270
270
|
|
|
271
|
+
* [v1.7.2](https://github.com/jedie/PyHardLinkBackup/compare/v1.7.1...v1.7.2)
|
|
272
|
+
* 2026-01-21 - Display "Remaining time" to files and sizes, too.
|
|
273
|
+
* [v1.7.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.7.0...v1.7.1)
|
|
274
|
+
* 2026-01-19 - Update requirements to fix problems under Windows
|
|
271
275
|
* [v1.7.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.6.0...v1.7.0)
|
|
272
276
|
* 2026-01-19 - Speedup and enhance unittest
|
|
273
277
|
* 2026-01-17 - Remove unfinished copied files on errors
|
|
@@ -281,13 +285,13 @@ Overview of main changes:
|
|
|
281
285
|
* 2026-01-17 - Fix flaky test, because of terminal size
|
|
282
286
|
* 2026-01-17 - Bugfix: Don't hash new large files twice
|
|
283
287
|
* 2026-01-17 - Use compare also in backup tests
|
|
288
|
+
|
|
289
|
+
<details><summary>Expand older history entries ...</summary>
|
|
290
|
+
|
|
284
291
|
* [v1.5.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.4.1...v1.5.0)
|
|
285
292
|
* 2026-01-17 - NEW: Compare command to verify source tree with last backup
|
|
286
293
|
* [v1.4.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.4.0...v1.4.1)
|
|
287
294
|
* 2026-01-16 - Bugfix large file handling
|
|
288
|
-
|
|
289
|
-
<details><summary>Expand older history entries ...</summary>
|
|
290
|
-
|
|
291
295
|
* [v1.4.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.3.0...v1.4.0)
|
|
292
296
|
* 2026-01-16 - Create log file in backup and a summary.txt
|
|
293
297
|
* 2026-01-16 - Run CI tests on macos, too.
|
|
@@ -9,7 +9,7 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
requires-python = ">=3.12"
|
|
11
11
|
dependencies = [
|
|
12
|
-
"cli-base-utilities>=0.27.
|
|
12
|
+
"cli-base-utilities>=0.27.1", # https://github.com/jedie/cli-base-utilities
|
|
13
13
|
"bx_py_utils", # https://github.com/boxine/bx_py_utils
|
|
14
14
|
"tyro", # https://github.com/brentyi/tyro
|
|
15
15
|
"rich", # https://github.com/Textualize/rich
|
|
@@ -196,7 +196,7 @@ wheels = [
|
|
|
196
196
|
|
|
197
197
|
[[package]]
|
|
198
198
|
name = "cli-base-utilities"
|
|
199
|
-
version = "0.27.
|
|
199
|
+
version = "0.27.1"
|
|
200
200
|
source = { registry = "https://pypi.org/simple" }
|
|
201
201
|
dependencies = [
|
|
202
202
|
{ name = "bx-py-utils" },
|
|
@@ -206,9 +206,9 @@ dependencies = [
|
|
|
206
206
|
{ name = "tomlkit" },
|
|
207
207
|
{ name = "tyro" },
|
|
208
208
|
]
|
|
209
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
209
|
+
sdist = { url = "https://files.pythonhosted.org/packages/2a/5a/021409b03a512628a7e3f26685b64847b6def7644b4801a8f76316e7a854/cli_base_utilities-0.27.1.tar.gz", hash = "sha256:1b329bf848fe96ddded075a0803ea72f72d2b034c2b566153434fe126e2d0160", size = 140405, upload-time = "2026-01-19T22:11:05.638Z" }
|
|
210
210
|
wheels = [
|
|
211
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
211
|
+
{ url = "https://files.pythonhosted.org/packages/b4/c5/76d0e48d6381bb36c62c57b8d2d5f782dfe4b9e4f5981bf2e7e1201b268e/cli_base_utilities-0.27.1-py3-none-any.whl", hash = "sha256:6c984dcfc035855dfc328a5dc0042a3638a96725c1630f8235bbb80e08add6d3", size = 93013, upload-time = "2026-01-19T22:11:04.186Z" },
|
|
212
212
|
]
|
|
213
213
|
|
|
214
214
|
[[package]]
|
|
@@ -1105,7 +1105,7 @@ dev = [
|
|
|
1105
1105
|
[package.metadata]
|
|
1106
1106
|
requires-dist = [
|
|
1107
1107
|
{ name = "bx-py-utils" },
|
|
1108
|
-
{ name = "cli-base-utilities", specifier = ">=0.27.
|
|
1108
|
+
{ name = "cli-base-utilities", specifier = ">=0.27.1" },
|
|
1109
1109
|
{ name = "rich" },
|
|
1110
1110
|
{ name = "tyro" },
|
|
1111
1111
|
]
|
|
@@ -1283,28 +1283,28 @@ wheels = [
|
|
|
1283
1283
|
|
|
1284
1284
|
[[package]]
|
|
1285
1285
|
name = "ruff"
|
|
1286
|
-
version = "0.14.
|
|
1287
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1288
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1289
|
-
wheels = [
|
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1304
|
-
{ url = "https://files.pythonhosted.org/packages/3b/
|
|
1305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1286
|
+
version = "0.14.13"
|
|
1287
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1288
|
+
sdist = { url = "https://files.pythonhosted.org/packages/50/0a/1914efb7903174b381ee2ffeebb4253e729de57f114e63595114c8ca451f/ruff-0.14.13.tar.gz", hash = "sha256:83cd6c0763190784b99650a20fec7633c59f6ebe41c5cc9d45ee42749563ad47", size = 6059504, upload-time = "2026-01-15T20:15:16.918Z" }
|
|
1289
|
+
wheels = [
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/c3/ae/0deefbc65ca74b0ab1fd3917f94dc3b398233346a74b8bbb0a916a1a6bf6/ruff-0.14.13-py3-none-linux_armv6l.whl", hash = "sha256:76f62c62cd37c276cb03a275b198c7c15bd1d60c989f944db08a8c1c2dbec18b", size = 13062418, upload-time = "2026-01-15T20:14:50.779Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/47/df/5916604faa530a97a3c154c62a81cb6b735c0cb05d1e26d5ad0f0c8ac48a/ruff-0.14.13-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:914a8023ece0528d5cc33f5a684f5f38199bbb566a04815c2c211d8f40b5d0ed", size = 13442344, upload-time = "2026-01-15T20:15:07.94Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/4c/f3/e0e694dd69163c3a1671e102aa574a50357536f18a33375050334d5cd517/ruff-0.14.13-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d24899478c35ebfa730597a4a775d430ad0d5631b8647a3ab368c29b7e7bd063", size = 12354720, upload-time = "2026-01-15T20:15:09.854Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/c3/e8/67f5fcbbaee25e8fc3b56cc33e9892eca7ffe09f773c8e5907757a7e3bdb/ruff-0.14.13-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9aaf3870f14d925bbaf18b8a2347ee0ae7d95a2e490e4d4aea6813ed15ebc80e", size = 12774493, upload-time = "2026-01-15T20:15:20.908Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/6b/ce/d2e9cb510870b52a9565d885c0d7668cc050e30fa2c8ac3fb1fda15c083d/ruff-0.14.13-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac5b7f63dd3b27cc811850f5ffd8fff845b00ad70e60b043aabf8d6ecc304e09", size = 12815174, upload-time = "2026-01-15T20:15:05.74Z" },
|
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/88/00/c38e5da58beebcf4fa32d0ddd993b63dfacefd02ab7922614231330845bf/ruff-0.14.13-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:78d2b1097750d90ba82ce4ba676e85230a0ed694178ca5e61aa9b459970b3eb9", size = 13680909, upload-time = "2026-01-15T20:15:14.537Z" },
|
|
1296
|
+
{ url = "https://files.pythonhosted.org/packages/61/61/cd37c9dd5bd0a3099ba79b2a5899ad417d8f3b04038810b0501a80814fd7/ruff-0.14.13-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:7d0bf87705acbbcb8d4c24b2d77fbb73d40210a95c3903b443cd9e30824a5032", size = 15144215, upload-time = "2026-01-15T20:15:22.886Z" },
|
|
1297
|
+
{ url = "https://files.pythonhosted.org/packages/56/8a/85502d7edbf98c2df7b8876f316c0157359165e16cdf98507c65c8d07d3d/ruff-0.14.13-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a3eb5da8e2c9e9f13431032fdcbe7681de9ceda5835efee3269417c13f1fed5c", size = 14706067, upload-time = "2026-01-15T20:14:48.271Z" },
|
|
1298
|
+
{ url = "https://files.pythonhosted.org/packages/7e/2f/de0df127feb2ee8c1e54354dc1179b4a23798f0866019528c938ba439aca/ruff-0.14.13-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:642442b42957093811cd8d2140dfadd19c7417030a7a68cf8d51fcdd5f217427", size = 14133916, upload-time = "2026-01-15T20:14:57.357Z" },
|
|
1299
|
+
{ url = "https://files.pythonhosted.org/packages/0d/77/9b99686bb9fe07a757c82f6f95e555c7a47801a9305576a9c67e0a31d280/ruff-0.14.13-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4acdf009f32b46f6e8864af19cbf6841eaaed8638e65c8dac845aea0d703c841", size = 13859207, upload-time = "2026-01-15T20:14:55.111Z" },
|
|
1300
|
+
{ url = "https://files.pythonhosted.org/packages/7d/46/2bdcb34a87a179a4d23022d818c1c236cb40e477faf0d7c9afb6813e5876/ruff-0.14.13-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:591a7f68860ea4e003917d19b5c4f5ac39ff558f162dc753a2c5de897fd5502c", size = 14043686, upload-time = "2026-01-15T20:14:52.841Z" },
|
|
1301
|
+
{ url = "https://files.pythonhosted.org/packages/1a/a9/5c6a4f56a0512c691cf143371bcf60505ed0f0860f24a85da8bd123b2bf1/ruff-0.14.13-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:774c77e841cc6e046fc3e91623ce0903d1cd07e3a36b1a9fe79b81dab3de506b", size = 12663837, upload-time = "2026-01-15T20:15:18.921Z" },
|
|
1302
|
+
{ url = "https://files.pythonhosted.org/packages/fe/bb/b920016ece7651fa7fcd335d9d199306665486694d4361547ccb19394c44/ruff-0.14.13-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:61f4e40077a1248436772bb6512db5fc4457fe4c49e7a94ea7c5088655dd21ae", size = 12805867, upload-time = "2026-01-15T20:14:59.272Z" },
|
|
1303
|
+
{ url = "https://files.pythonhosted.org/packages/7d/b3/0bd909851e5696cd21e32a8fc25727e5f58f1934b3596975503e6e85415c/ruff-0.14.13-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6d02f1428357fae9e98ac7aa94b7e966fd24151088510d32cf6f902d6c09235e", size = 13208528, upload-time = "2026-01-15T20:15:03.732Z" },
|
|
1304
|
+
{ url = "https://files.pythonhosted.org/packages/3b/3b/e2d94cb613f6bbd5155a75cbe072813756363eba46a3f2177a1fcd0cd670/ruff-0.14.13-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e399341472ce15237be0c0ae5fbceca4b04cd9bebab1a2b2c979e015455d8f0c", size = 13929242, upload-time = "2026-01-15T20:15:11.918Z" },
|
|
1305
|
+
{ url = "https://files.pythonhosted.org/packages/6a/c5/abd840d4132fd51a12f594934af5eba1d5d27298a6f5b5d6c3be45301caf/ruff-0.14.13-py3-none-win32.whl", hash = "sha256:ef720f529aec113968b45dfdb838ac8934e519711da53a0456038a0efecbd680", size = 12919024, upload-time = "2026-01-15T20:14:43.647Z" },
|
|
1306
|
+
{ url = "https://files.pythonhosted.org/packages/c2/55/6384b0b8ce731b6e2ade2b5449bf07c0e4c31e8a2e68ea65b3bafadcecc5/ruff-0.14.13-py3-none-win_amd64.whl", hash = "sha256:6070bd026e409734b9257e03e3ef18c6e1a216f0435c6751d7a8ec69cb59abef", size = 14097887, upload-time = "2026-01-15T20:15:01.48Z" },
|
|
1307
|
+
{ url = "https://files.pythonhosted.org/packages/4d/e1/7348090988095e4e39560cfc2f7555b1b2a7357deba19167b600fdf5215d/ruff-0.14.13-py3-none-win_arm64.whl", hash = "sha256:7ab819e14f1ad9fe39f246cfcc435880ef7a9390d81a2b6ac7e01039083dd247", size = 13080224, upload-time = "2026-01-15T20:14:45.853Z" },
|
|
1308
1308
|
]
|
|
1309
1309
|
|
|
1310
1310
|
[[package]]
|
|
@@ -1503,28 +1503,28 @@ wheels = [
|
|
|
1503
1503
|
|
|
1504
1504
|
[[package]]
|
|
1505
1505
|
name = "uv"
|
|
1506
|
-
version = "0.9.
|
|
1507
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1508
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1509
|
-
wheels = [
|
|
1510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1511
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1512
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1513
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1514
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1515
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1516
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1517
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1518
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1519
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1520
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1521
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1522
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1523
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1524
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1525
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1526
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1527
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1506
|
+
version = "0.9.26"
|
|
1507
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1508
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ff/6a/ef4ea19097ecdfd7df6e608f93874536af045c68fd70aa628c667815c458/uv-0.9.26.tar.gz", hash = "sha256:8b7017a01cc48847a7ae26733383a2456dd060fc50d21d58de5ee14f6b6984d7", size = 3790483, upload-time = "2026-01-15T20:51:33.582Z" }
|
|
1509
|
+
wheels = [
|
|
1510
|
+
{ url = "https://files.pythonhosted.org/packages/fe/e1/5c0b17833d5e3b51a897957348ff8d937a3cdfc5eea5c4a7075d8d7b9870/uv-0.9.26-py3-none-linux_armv6l.whl", hash = "sha256:7dba609e32b7bd13ef81788d580970c6ff3a8874d942755b442cffa8f25dba57", size = 22638031, upload-time = "2026-01-15T20:51:44.187Z" },
|
|
1511
|
+
{ url = "https://files.pythonhosted.org/packages/a5/8b/68ac5825a615a8697e324f52ac0b92feb47a0ec36a63759c5f2931f0c3a0/uv-0.9.26-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b815e3b26eeed00e00f831343daba7a9d99c1506883c189453bb4d215f54faac", size = 21507805, upload-time = "2026-01-15T20:50:42.574Z" },
|
|
1512
|
+
{ url = "https://files.pythonhosted.org/packages/0d/a2/664a338aefe009f6e38e47455ee2f64a21da7ad431dbcaf8b45d8b1a2b7a/uv-0.9.26-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1b012e6c4dfe767f818cbb6f47d02c207c9b0c82fee69a5de6d26ffb26a3ef3c", size = 20249791, upload-time = "2026-01-15T20:50:49.835Z" },
|
|
1513
|
+
{ url = "https://files.pythonhosted.org/packages/ba/3d/b8186a7dec1346ca4630c674b760517d28bffa813a01965f4b57596bacf3/uv-0.9.26-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:ea296b700d7c4c27acdfd23ffaef2b0ecdd0aa1b58d942c62ee87df3b30f06ac", size = 22039108, upload-time = "2026-01-15T20:51:00.675Z" },
|
|
1514
|
+
{ url = "https://files.pythonhosted.org/packages/aa/a9/687fd587e7a3c2c826afe72214fb24b7f07b0d8b0b0300e6a53b554180ea/uv-0.9.26-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:1ba860d2988efc27e9c19f8537a2f9fa499a8b7ebe4afbe2d3d323d72f9aee61", size = 22174763, upload-time = "2026-01-15T20:50:46.471Z" },
|
|
1515
|
+
{ url = "https://files.pythonhosted.org/packages/38/69/7fa03ee7d59e562fca1426436f15a8c107447d41b34e0899e25ee69abfad/uv-0.9.26-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8610bdfc282a681a0a40b90495a478599aa3484c12503ef79ef42cd271fd80fe", size = 22189861, upload-time = "2026-01-15T20:51:15.618Z" },
|
|
1516
|
+
{ url = "https://files.pythonhosted.org/packages/10/2d/4be446a2ec09f3c428632b00a138750af47c76b0b9f987e9a5b52fef0405/uv-0.9.26-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c4bf700bd071bd595084b9ee0a8d77c6a0a10ca3773d3771346a2599f306bd9c", size = 23005589, upload-time = "2026-01-15T20:50:57.185Z" },
|
|
1517
|
+
{ url = "https://files.pythonhosted.org/packages/c3/16/860990b812136695a63a8da9fb5f819c3cf18ea37dcf5852e0e1b795ca0d/uv-0.9.26-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:89a7beea1c692f76a6f8da13beff3cbb43f7123609e48e03517cc0db5c5de87c", size = 24713505, upload-time = "2026-01-15T20:51:04.366Z" },
|
|
1518
|
+
{ url = "https://files.pythonhosted.org/packages/01/43/5d7f360d551e62d8f8bf6624b8fca9895cea49ebe5fce8891232d7ed2321/uv-0.9.26-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:182f5c086c7d03ad447e522b70fa29a0302a70bcfefad4b8cd08496828a0e179", size = 24342500, upload-time = "2026-01-15T20:51:47.863Z" },
|
|
1519
|
+
{ url = "https://files.pythonhosted.org/packages/9b/9c/2bae010a189e7d8e5dc555edcfd053b11ce96fad2301b919ba0d9dd23659/uv-0.9.26-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d8c62a501f13425b4b0ce1dd4c6b82f3ce5a5179e2549c55f4bb27cc0eb8ef8", size = 23222578, upload-time = "2026-01-15T20:51:36.85Z" },
|
|
1520
|
+
{ url = "https://files.pythonhosted.org/packages/38/16/a07593a040fe6403c36f3b0a99b309f295cbfe19a1074dbadb671d5d4ef7/uv-0.9.26-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7e89798bd3df7dcc4b2b4ac4e2fc11d6b3ff4fe7d764aa3012d664c635e2922", size = 23250201, upload-time = "2026-01-15T20:51:19.117Z" },
|
|
1521
|
+
{ url = "https://files.pythonhosted.org/packages/23/a0/45893e15ad3ab842db27c1eb3b8605b9b4023baa5d414e67cfa559a0bff0/uv-0.9.26-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:60a66f1783ec4efc87b7e1f9bd66e8fd2de3e3b30d122b31cb1487f63a3ea8b7", size = 22229160, upload-time = "2026-01-15T20:51:22.931Z" },
|
|
1522
|
+
{ url = "https://files.pythonhosted.org/packages/fc/c0/20a597a5c253702a223b5e745cf8c16cd5dd053080f896bb10717b3bedec/uv-0.9.26-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:63c6a1f1187facba1fb45a2fa45396980631a3427ac11b0e3d9aa3ebcf2c73cf", size = 23090730, upload-time = "2026-01-15T20:51:26.611Z" },
|
|
1523
|
+
{ url = "https://files.pythonhosted.org/packages/40/c9/744537867d9ab593fea108638b57cca1165a0889cfd989981c942b6de9a5/uv-0.9.26-py3-none-musllinux_1_1_i686.whl", hash = "sha256:c6d8650fbc980ccb348b168266143a9bd4deebc86437537caaf8ff2a39b6ea50", size = 22436632, upload-time = "2026-01-15T20:51:12.045Z" },
|
|
1524
|
+
{ url = "https://files.pythonhosted.org/packages/6b/e2/be683e30262f2cf02dcb41b6c32910a6939517d50ec45f502614d239feb7/uv-0.9.26-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:25278f9298aa4dade38241a93d036739b0c87278dcfad1ec1f57e803536bfc49", size = 23480064, upload-time = "2026-01-15T20:50:53.333Z" },
|
|
1525
|
+
{ url = "https://files.pythonhosted.org/packages/50/3e/4a7e6bc5db2beac9c4966f212805f1903d37d233f2e160737f0b24780ada/uv-0.9.26-py3-none-win32.whl", hash = "sha256:10d075e0193e3a0e6c54f830731c4cb965d6f4e11956e84a7bed7ed61d42aa27", size = 21000052, upload-time = "2026-01-15T20:51:40.753Z" },
|
|
1526
|
+
{ url = "https://files.pythonhosted.org/packages/07/5d/eb80c6eff2a9f7d5cf35ec84fda323b74aa0054145db28baf72d35a7a301/uv-0.9.26-py3-none-win_amd64.whl", hash = "sha256:0315fc321f5644b12118f9928086513363ed9b29d74d99f1539fda1b6b5478ab", size = 23684930, upload-time = "2026-01-15T20:51:08.448Z" },
|
|
1527
|
+
{ url = "https://files.pythonhosted.org/packages/ed/9d/3b2631931649b1783f5024796ca8ad2b42a01a829b9ce1202d973cc7bce5/uv-0.9.26-py3-none-win_arm64.whl", hash = "sha256:344ff38749b6cd7b7dfdfb382536f168cafe917ae3a5aa78b7a63746ba2a905b", size = 22158123, upload-time = "2026-01-15T20:51:30.939Z" },
|
|
1528
1528
|
]
|
|
1529
1529
|
|
|
1530
1530
|
[[package]]
|
|
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
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/shell_completion.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/cli_dev/update_readme_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_compare_backup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_project_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_readme_history.py
RENAMED
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/tests/test_rebuild_database.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/file_hash_database.py
RENAMED
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/file_size_database.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhardlinkbackup-1.7.0 → pyhardlinkbackup-1.7.2}/PyHardLinkBackup/utilities/tyro_cli_shared_args.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|