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.
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/PKG-INFO +2 -4
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/README.md +1 -3
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat.egg-info/PKG-INFO +2 -4
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyproject.toml +1 -1
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/LICENSE +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat/__init__.py +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat/environment.py +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat.egg-info/SOURCES.txt +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat.egg-info/dependency_links.txt +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/pyhabitat.egg-info/top_level.txt +0 -0
- {pyhabitat-0.1.0 → pyhabitat-0.1.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhabitat
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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. |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|