stown 0.9.0.dev3__tar.gz → 0.9.0.dev4__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.
- {stown-0.9.0.dev3/src/stown.egg-info → stown-0.9.0.dev4}/PKG-INFO +4 -6
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/README.md +3 -5
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/pyproject.toml +1 -1
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/src/stown/__main__.py +1 -1
- {stown-0.9.0.dev3 → stown-0.9.0.dev4/src/stown.egg-info}/PKG-INFO +4 -6
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/LICENSE +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/MANIFEST.in +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/setup.cfg +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/src/stown.egg-info/SOURCES.txt +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/src/stown.egg-info/dependency_links.txt +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/src/stown.egg-info/entry_points.txt +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/src/stown.egg-info/top_level.txt +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/data/NaCl +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/data/dot-sugar +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/data/healthy/dot-banana +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/data/healthy/pear +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/data/salt +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/expected.json +0 -0
- {stown-0.9.0.dev3 → stown-0.9.0.dev4}/tests/test_stown.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: stown
|
|
3
|
-
Version: 0.9.0.
|
|
3
|
+
Version: 0.9.0.dev4
|
|
4
4
|
Summary: Stow file system objects by creating links
|
|
5
5
|
Author: Ralph Seichter
|
|
6
6
|
Project-URL: Homepage, https://www.seichter.de/stown/
|
|
@@ -26,6 +26,9 @@ requires Python 3.9 or newer, without additional modules.
|
|
|
26
26
|
If you are looking for a lightweight tool instead of a full-fledged symlink
|
|
27
27
|
farm manager, stown might be for you.
|
|
28
28
|
|
|
29
|
+
Full documentation is provided in [HTML](https://www.seichter.de/stown/) and
|
|
30
|
+
[PDF](https://www.seichter.de/stown/stown.pdf) format.
|
|
31
|
+
|
|
29
32
|
Copyright © 2025 Ralph Seichter. Licensed under
|
|
30
33
|
[GPLv3+](https://github.com/rseichter/stown/blob/master/LICENSE).
|
|
31
34
|
|
|
@@ -65,8 +68,3 @@ half-finished jobs, so using `--dry-run` prior to any live operation is
|
|
|
65
68
|
recommended. You can use the `--force` flag to permit overwriting existing file
|
|
66
69
|
objects, but this is inherently risky. Remember to create backups beforehand,
|
|
67
70
|
because here be monsters!
|
|
68
|
-
|
|
69
|
-
Documentation
|
|
70
|
-
-------------
|
|
71
|
-
|
|
72
|
-
The full documentation is [available here](https://www.seichter.de/stown/).
|
|
@@ -10,6 +10,9 @@ requires Python 3.9 or newer, without additional modules.
|
|
|
10
10
|
If you are looking for a lightweight tool instead of a full-fledged symlink
|
|
11
11
|
farm manager, stown might be for you.
|
|
12
12
|
|
|
13
|
+
Full documentation is provided in [HTML](https://www.seichter.de/stown/) and
|
|
14
|
+
[PDF](https://www.seichter.de/stown/stown.pdf) format.
|
|
15
|
+
|
|
13
16
|
Copyright © 2025 Ralph Seichter. Licensed under
|
|
14
17
|
[GPLv3+](https://github.com/rseichter/stown/blob/master/LICENSE).
|
|
15
18
|
|
|
@@ -49,8 +52,3 @@ half-finished jobs, so using `--dry-run` prior to any live operation is
|
|
|
49
52
|
recommended. You can use the `--force` flag to permit overwriting existing file
|
|
50
53
|
objects, but this is inherently risky. Remember to create backups beforehand,
|
|
51
54
|
because here be monsters!
|
|
52
|
-
|
|
53
|
-
Documentation
|
|
54
|
-
-------------
|
|
55
|
-
|
|
56
|
-
The full documentation is [available here](https://www.seichter.de/stown/).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: stown
|
|
3
|
-
Version: 0.9.0.
|
|
3
|
+
Version: 0.9.0.dev4
|
|
4
4
|
Summary: Stow file system objects by creating links
|
|
5
5
|
Author: Ralph Seichter
|
|
6
6
|
Project-URL: Homepage, https://www.seichter.de/stown/
|
|
@@ -26,6 +26,9 @@ requires Python 3.9 or newer, without additional modules.
|
|
|
26
26
|
If you are looking for a lightweight tool instead of a full-fledged symlink
|
|
27
27
|
farm manager, stown might be for you.
|
|
28
28
|
|
|
29
|
+
Full documentation is provided in [HTML](https://www.seichter.de/stown/) and
|
|
30
|
+
[PDF](https://www.seichter.de/stown/stown.pdf) format.
|
|
31
|
+
|
|
29
32
|
Copyright © 2025 Ralph Seichter. Licensed under
|
|
30
33
|
[GPLv3+](https://github.com/rseichter/stown/blob/master/LICENSE).
|
|
31
34
|
|
|
@@ -65,8 +68,3 @@ half-finished jobs, so using `--dry-run` prior to any live operation is
|
|
|
65
68
|
recommended. You can use the `--force` flag to permit overwriting existing file
|
|
66
69
|
objects, but this is inherently risky. Remember to create backups beforehand,
|
|
67
70
|
because here be monsters!
|
|
68
|
-
|
|
69
|
-
Documentation
|
|
70
|
-
-------------
|
|
71
|
-
|
|
72
|
-
The full documentation is [available here](https://www.seichter.de/stown/).
|
|
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
|