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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: stown
3
- Version: 0.9.0.dev3
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/).
@@ -20,7 +20,7 @@ requires = ["setuptools", "wheel"]
20
20
 
21
21
  [project]
22
22
  name = "stown"
23
- version = "0.9.0-dev3"
23
+ version = "0.9.0-dev4"
24
24
  authors = [{name= "Ralph Seichter"}]
25
25
  description = "Stow file system objects by creating links"
26
26
  readme = "README.md"
@@ -23,7 +23,7 @@ import os
23
23
  import sys
24
24
 
25
25
  ID = "stown"
26
- VERSION = "0.9.0-dev3"
26
+ VERSION = "0.9.0-dev4"
27
27
  EPILOG = f"{ID} version {VERSION} Copyright © 2025 Ralph Seichter"
28
28
 
29
29
  log = logging.getLogger(ID)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: stown
3
- Version: 0.9.0.dev3
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