pathutilx 1.3.2__tar.gz → 1.3.4__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.4}/PKG-INFO +11 -11
- {pathutilx-1.3.2 → pathutilx-1.3.4}/README.md +9 -9
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx.egg-info/PKG-INFO +11 -11
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pyproject.toml +2 -2
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/__init__.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/finder/__init__.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/finder/linux.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/finder/macos.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/finder/windows.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx/main.py +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx.egg-info/SOURCES.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx.egg-info/dependency_links.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/pathutilx.egg-info/top_level.txt +0 -0
- {pathutilx-1.3.2 → pathutilx-1.3.4}/setup.cfg +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathutilx
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.4
|
|
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
|
-
Classifier: Development Status ::
|
|
6
|
+
Classifier: Development Status :: 4 - Beta
|
|
7
7
|
Classifier: Intended Audience :: Developers
|
|
8
8
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
9
9
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -20,12 +20,12 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
|
|
21
21
|
# pathutilx
|
|
22
22
|
|
|
23
|
-

|
|
24
|
+

|
|
25
|
+

|
|
26
|
+

|
|
27
|
+

|
|
28
|
+

|
|
29
29
|
|
|
30
30
|
`pathutilx` is a lightweight Python package for readable Windows path shortcuts and helpers. It makes it easy to build paths, resolve common Windows folder locations, and perform directory listing and search operations consistently.
|
|
31
31
|
|
|
@@ -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.4
|
|
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.4
|
|
131
|
+
- Badges fix on `README.md`
|
|
132
132
|
|
|
133
133
|
## Roadmap
|
|
134
134
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# pathutilx
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
9
|
|
|
10
10
|
`pathutilx` is a lightweight Python package for readable Windows path shortcuts and helpers. It makes it easy to build paths, resolve common Windows folder locations, and perform directory listing and search operations consistently.
|
|
11
11
|
|
|
@@ -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.4
|
|
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.4
|
|
111
|
+
- Badges fix on `README.md`
|
|
112
112
|
|
|
113
113
|
## Roadmap
|
|
114
114
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pathutilx
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.4
|
|
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
|
-
Classifier: Development Status ::
|
|
6
|
+
Classifier: Development Status :: 4 - Beta
|
|
7
7
|
Classifier: Intended Audience :: Developers
|
|
8
8
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
9
9
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -20,12 +20,12 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
|
|
21
21
|
# pathutilx
|
|
22
22
|
|
|
23
|
-

|
|
24
|
+

|
|
25
|
+

|
|
26
|
+

|
|
27
|
+

|
|
28
|
+

|
|
29
29
|
|
|
30
30
|
`pathutilx` is a lightweight Python package for readable Windows path shortcuts and helpers. It makes it easy to build paths, resolve common Windows folder locations, and perform directory listing and search operations consistently.
|
|
31
31
|
|
|
@@ -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.4
|
|
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.4
|
|
131
|
+
- Badges fix on `README.md`
|
|
132
132
|
|
|
133
133
|
## Roadmap
|
|
134
134
|
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pathutilx"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.4"
|
|
8
8
|
description = "Simple, easy to use, readable Windows path helpers inspired by pathlib and os."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
keywords = ["path", "pathlib", "windows", "linux", "macos", "filesystem", "utility"]
|
|
12
12
|
classifiers = [
|
|
13
|
-
"Development Status ::
|
|
13
|
+
"Development Status :: 4 - Beta",
|
|
14
14
|
"Intended Audience :: Developers",
|
|
15
15
|
"Operating System :: MacOS :: MacOS X",
|
|
16
16
|
"Operating System :: Microsoft :: Windows",
|
|
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
|