pathutilx 1.3.0__tar.gz → 1.3.2__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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathutilx
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
5
- Keywords: path,pathlib,windows,filesystem,utility
5
+ Keywords: path,pathlib,windows,linux,macos,filesystem,utility
6
6
  Classifier: Development Status :: 5 - Production/Stable
7
7
  Classifier: Intended Audience :: Developers
8
8
  Classifier: Operating System :: MacOS :: MacOS X
@@ -20,10 +20,12 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  # pathutilx
22
22
 
23
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg)
24
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg)
25
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg)
26
- ![OS](https://img.shields.io/badge/os-windows-blue.svg)
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)
27
29
 
28
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.
29
31
 
@@ -33,7 +35,7 @@ Description-Content-Type: text/markdown
33
35
  pip install pathutilx
34
36
  ```
35
37
  ```bash
36
- pip install pathutilx==1.3.0
38
+ pip install pathutilx==1.3.1
37
39
  ```
38
40
  ```bash
39
41
  pip install --upgrade pathutilx
@@ -125,11 +127,8 @@ print(root.desktop)
125
127
 
126
128
  ## Changelog
127
129
 
128
- ### 1.3.0:
129
- - Better README
130
- - Basic Linux and macOS support (MAY BE UNSTABLE)
131
- - More Windows's folders support
132
- - Path resolver
130
+ ### 1.3.2
131
+ - Improved `README.md` and `pyproject.toml`
133
132
 
134
133
  ## Roadmap
135
134
 
@@ -1,9 +1,11 @@
1
1
  # pathutilx
2
2
 
3
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg)
4
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg)
5
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg)
6
- ![OS](https://img.shields.io/badge/os-windows-blue.svg)
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)
7
9
 
8
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.
9
11
 
@@ -13,7 +15,7 @@
13
15
  pip install pathutilx
14
16
  ```
15
17
  ```bash
16
- pip install pathutilx==1.3.0
18
+ pip install pathutilx==1.3.1
17
19
  ```
18
20
  ```bash
19
21
  pip install --upgrade pathutilx
@@ -105,11 +107,8 @@ print(root.desktop)
105
107
 
106
108
  ## Changelog
107
109
 
108
- ### 1.3.0:
109
- - Better README
110
- - Basic Linux and macOS support (MAY BE UNSTABLE)
111
- - More Windows's folders support
112
- - Path resolver
110
+ ### 1.3.2
111
+ - Improved `README.md` and `pyproject.toml`
113
112
 
114
113
  ## Roadmap
115
114
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathutilx
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
5
- Keywords: path,pathlib,windows,filesystem,utility
5
+ Keywords: path,pathlib,windows,linux,macos,filesystem,utility
6
6
  Classifier: Development Status :: 5 - Production/Stable
7
7
  Classifier: Intended Audience :: Developers
8
8
  Classifier: Operating System :: MacOS :: MacOS X
@@ -20,10 +20,12 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  # pathutilx
22
22
 
23
- ![PyPI](https://img.shields.io/pypi/v/pathutilx.svg)
24
- ![Python Versions](https://img.shields.io/pypi/pyversions/pathutilx.svg)
25
- ![Status](https://img.shields.io/badge/status-production%20stable-brightgreen.svg)
26
- ![OS](https://img.shields.io/badge/os-windows-blue.svg)
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)
27
29
 
28
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.
29
31
 
@@ -33,7 +35,7 @@ Description-Content-Type: text/markdown
33
35
  pip install pathutilx
34
36
  ```
35
37
  ```bash
36
- pip install pathutilx==1.3.0
38
+ pip install pathutilx==1.3.1
37
39
  ```
38
40
  ```bash
39
41
  pip install --upgrade pathutilx
@@ -125,11 +127,8 @@ print(root.desktop)
125
127
 
126
128
  ## Changelog
127
129
 
128
- ### 1.3.0:
129
- - Better README
130
- - Basic Linux and macOS support (MAY BE UNSTABLE)
131
- - More Windows's folders support
132
- - Path resolver
130
+ ### 1.3.2
131
+ - Improved `README.md` and `pyproject.toml`
133
132
 
134
133
  ## Roadmap
135
134
 
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pathutilx"
7
- version = "1.3.0"
7
+ version = "1.3.2"
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
- keywords = ["path", "pathlib", "windows", "filesystem", "utility"]
11
+ keywords = ["path", "pathlib", "windows", "linux", "macos", "filesystem", "utility"]
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
14
14
  "Intended Audience :: Developers",
File without changes
File without changes