pyhabitat 0.1.0__tar.gz → 0.1.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.

Potentially problematic release.


This version of pyhabitat might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhabitat
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A robust library for detecting system environment, GUI, and build properties.
5
5
  Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
6
6
  License: MIT
@@ -82,15 +82,13 @@ else:
82
82
 
83
83
  ## 📚 API Reference
84
84
 
85
- All functions are Boolean checks and are cached after the first call (except for functions that take arguments, like matplotlib\_is\_available\_for\_gui\_plotting).
86
-
87
85
  ### OS and Environment
88
86
 
89
87
  | Function | Description |
90
88
  | :--- | :--- |
91
89
  | `is_windows()` | Returns `True` on Windows. |
92
90
  | `is_apple()` | Returns `True` on macOS (Darwin). |
93
- | `is_linux()` | Returns `True` on general Linux (not Termux/iSH). |
91
+ | `is_linux()` | Returns `True` on Linux in general. |
94
92
  | `is_termux()` | Returns `True` if running in the Termux Android environment. |
95
93
  | `is_ish_alpine()` | Returns `True` if running in the iSH Alpine Linux iOS emulator. |
96
94
  | `is_android()` | Returns `True` on any Android-based Linux environment. |
@@ -66,15 +66,13 @@ else:
66
66
 
67
67
  ## 📚 API Reference
68
68
 
69
- All functions are Boolean checks and are cached after the first call (except for functions that take arguments, like matplotlib\_is\_available\_for\_gui\_plotting).
70
-
71
69
  ### OS and Environment
72
70
 
73
71
  | Function | Description |
74
72
  | :--- | :--- |
75
73
  | `is_windows()` | Returns `True` on Windows. |
76
74
  | `is_apple()` | Returns `True` on macOS (Darwin). |
77
- | `is_linux()` | Returns `True` on general Linux (not Termux/iSH). |
75
+ | `is_linux()` | Returns `True` on Linux in general. |
78
76
  | `is_termux()` | Returns `True` if running in the Termux Android environment. |
79
77
  | `is_ish_alpine()` | Returns `True` if running in the iSH Alpine Linux iOS emulator. |
80
78
  | `is_android()` | Returns `True` on any Android-based Linux environment. |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhabitat
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A robust library for detecting system environment, GUI, and build properties.
5
5
  Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
6
6
  License: MIT
@@ -82,15 +82,13 @@ else:
82
82
 
83
83
  ## 📚 API Reference
84
84
 
85
- All functions are Boolean checks and are cached after the first call (except for functions that take arguments, like matplotlib\_is\_available\_for\_gui\_plotting).
86
-
87
85
  ### OS and Environment
88
86
 
89
87
  | Function | Description |
90
88
  | :--- | :--- |
91
89
  | `is_windows()` | Returns `True` on Windows. |
92
90
  | `is_apple()` | Returns `True` on macOS (Darwin). |
93
- | `is_linux()` | Returns `True` on general Linux (not Termux/iSH). |
91
+ | `is_linux()` | Returns `True` on Linux in general. |
94
92
  | `is_termux()` | Returns `True` if running in the Termux Android environment. |
95
93
  | `is_ish_alpine()` | Returns `True` if running in the iSH Alpine Linux iOS emulator. |
96
94
  | `is_android()` | Returns `True` on any Android-based Linux environment. |
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "pyhabitat"
9
- version = "0.1.0"
9
+ version = "0.1.2"
10
10
  authors = [
11
11
  { name="George Clayton Bennett", email="george.bennett@memphistn.gov" },
12
12
  ]
File without changes
File without changes