pathutilx 1.3.2__tar.gz → 1.3.3__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.
- {pathutilx-1.3.2 → pathutilx-1.3.3}/PKG-INFO +4 -4
- {pathutilx-1.3.2 → pathutilx-1.3.3}/README.md +3 -3
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx.egg-info/PKG-INFO +4 -4
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pyproject.toml +1 -1
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/__init__.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/finder/__init__.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/finder/linux.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/finder/macos.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/finder/windows.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx/main.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx.egg-info/SOURCES.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx.egg-info/dependency_links.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/pathutilx.egg-info/top_level.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathutilx
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
|
|
5
5
|
Keywords: path,pathlib,windows,linux,macos,filesystem,utility
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -35,7 +35,7 @@ Description-Content-Type: text/markdown
|
|
|
35
35
|
pip install pathutilx
|
|
36
36
|
```
|
|
37
37
|
```bash
|
|
38
|
-
pip install pathutilx==1.3.
|
|
38
|
+
pip install pathutilx==1.3.3
|
|
39
39
|
```
|
|
40
40
|
```bash
|
|
41
41
|
pip install --upgrade pathutilx
|
|
@@ -127,8 +127,8 @@ print(root.desktop)
|
|
|
127
127
|
|
|
128
128
|
## Changelog
|
|
129
129
|
|
|
130
|
-
### 1.3.
|
|
131
|
-
-
|
|
130
|
+
### 1.3.3
|
|
131
|
+
- Another dumb fix in `README.md`...
|
|
132
132
|
|
|
133
133
|
## Roadmap
|
|
134
134
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
pip install pathutilx
|
|
16
16
|
```
|
|
17
17
|
```bash
|
|
18
|
-
pip install pathutilx==1.3.
|
|
18
|
+
pip install pathutilx==1.3.3
|
|
19
19
|
```
|
|
20
20
|
```bash
|
|
21
21
|
pip install --upgrade pathutilx
|
|
@@ -107,8 +107,8 @@ print(root.desktop)
|
|
|
107
107
|
|
|
108
108
|
## Changelog
|
|
109
109
|
|
|
110
|
-
### 1.3.
|
|
111
|
-
-
|
|
110
|
+
### 1.3.3
|
|
111
|
+
- Another dumb fix in `README.md`...
|
|
112
112
|
|
|
113
113
|
## Roadmap
|
|
114
114
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathutilx
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
|
|
5
5
|
Keywords: path,pathlib,windows,linux,macos,filesystem,utility
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -35,7 +35,7 @@ Description-Content-Type: text/markdown
|
|
|
35
35
|
pip install pathutilx
|
|
36
36
|
```
|
|
37
37
|
```bash
|
|
38
|
-
pip install pathutilx==1.3.
|
|
38
|
+
pip install pathutilx==1.3.3
|
|
39
39
|
```
|
|
40
40
|
```bash
|
|
41
41
|
pip install --upgrade pathutilx
|
|
@@ -127,8 +127,8 @@ print(root.desktop)
|
|
|
127
127
|
|
|
128
128
|
## Changelog
|
|
129
129
|
|
|
130
|
-
### 1.3.
|
|
131
|
-
-
|
|
130
|
+
### 1.3.3
|
|
131
|
+
- Another dumb fix in `README.md`...
|
|
132
132
|
|
|
133
133
|
## Roadmap
|
|
134
134
|
|
|
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
|