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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathutilx
3
- Version: 1.3.2
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 :: 5 - Production/Stable
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
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?nocache=1)
24
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?nocache=1)
25
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?nocache=1)
26
- ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?nocache=1)
27
- ![Linux](https://img.shields.io/badge/linux-experimental-yellow?nocache=1)
28
- ![macOS](https://img.shields.io/badge/macos-experimental-yellow?nocache=1)
23
+ ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?cacheSeconds=60)
24
+ ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?cacheSeconds=60)
25
+ ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?cacheSeconds=60)
26
+ ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?cacheSeconds=60)
27
+ ![Linux](https://img.shields.io/badge/linux-experimental-yellow?cacheSeconds=60)
28
+ ![macOS](https://img.shields.io/badge/macos-experimental-yellow?cacheSeconds=60)
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.1
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.2
131
- - Improved `README.md` and `pyproject.toml`
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
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?nocache=1)
4
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?nocache=1)
5
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?nocache=1)
6
- ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?nocache=1)
7
- ![Linux](https://img.shields.io/badge/linux-experimental-yellow?nocache=1)
8
- ![macOS](https://img.shields.io/badge/macos-experimental-yellow?nocache=1)
3
+ ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?cacheSeconds=60)
4
+ ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?cacheSeconds=60)
5
+ ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?cacheSeconds=60)
6
+ ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?cacheSeconds=60)
7
+ ![Linux](https://img.shields.io/badge/linux-experimental-yellow?cacheSeconds=60)
8
+ ![macOS](https://img.shields.io/badge/macos-experimental-yellow?cacheSeconds=60)
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.1
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.2
111
- - Improved `README.md` and `pyproject.toml`
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.2
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 :: 5 - Production/Stable
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
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?nocache=1)
24
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?nocache=1)
25
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?nocache=1)
26
- ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?nocache=1)
27
- ![Linux](https://img.shields.io/badge/linux-experimental-yellow?nocache=1)
28
- ![macOS](https://img.shields.io/badge/macos-experimental-yellow?nocache=1)
23
+ ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg?cacheSeconds=60)
24
+ ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg?cacheSeconds=60)
25
+ ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg?cacheSeconds=60)
26
+ ![Windows](https://img.shields.io/badge/windows-stable-brightgreen?cacheSeconds=60)
27
+ ![Linux](https://img.shields.io/badge/linux-experimental-yellow?cacheSeconds=60)
28
+ ![macOS](https://img.shields.io/badge/macos-experimental-yellow?cacheSeconds=60)
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.1
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.2
131
- - Improved `README.md` and `pyproject.toml`
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.2"
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 :: 5 - Production/Stable",
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