pyhabitat 1.0.7__tar.gz → 1.0.8__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-1.0.7 → pyhabitat-1.0.8}/PKG-INFO +3 -3
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/README.md +2 -2
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat.egg-info/PKG-INFO +3 -3
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyproject.toml +1 -1
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/LICENSE +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat/__init__.py +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat/environment.py +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat.egg-info/SOURCES.txt +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat.egg-info/dependency_links.txt +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/pyhabitat.egg-info/top_level.txt +0 -0
- {pyhabitat-1.0.7 → pyhabitat-1.0.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhabitat
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: A lightweight library for detecting system environment, GUI, and build properties.
|
|
5
5
|
Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -53,7 +53,7 @@ pip install pyhabitat
|
|
|
53
53
|
```
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## 📚
|
|
56
|
+
## 📚 Function Reference
|
|
57
57
|
|
|
58
58
|
### OS and Environment
|
|
59
59
|
|
|
@@ -111,7 +111,7 @@ elif is_frozen():
|
|
|
111
111
|
elif is_termux():
|
|
112
112
|
# Expected cases:
|
|
113
113
|
#- pkg install python-numpy python-cryptography
|
|
114
|
-
|
|
114
|
+
#- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
|
|
115
115
|
#- Auto-selection of 'termux-open-url' and 'xdg-open' in logic.
|
|
116
116
|
#- Installation on the system, like orchestrating the construction of Termux Widget entries in ~/.shortcuts.
|
|
117
117
|
print("Running in the Termux environment on Android.")
|
|
@@ -38,7 +38,7 @@ pip install pyhabitat
|
|
|
38
38
|
```
|
|
39
39
|
---
|
|
40
40
|
|
|
41
|
-
## 📚
|
|
41
|
+
## 📚 Function Reference
|
|
42
42
|
|
|
43
43
|
### OS and Environment
|
|
44
44
|
|
|
@@ -96,7 +96,7 @@ elif is_frozen():
|
|
|
96
96
|
elif is_termux():
|
|
97
97
|
# Expected cases:
|
|
98
98
|
#- pkg install python-numpy python-cryptography
|
|
99
|
-
|
|
99
|
+
#- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
|
|
100
100
|
#- Auto-selection of 'termux-open-url' and 'xdg-open' in logic.
|
|
101
101
|
#- Installation on the system, like orchestrating the construction of Termux Widget entries in ~/.shortcuts.
|
|
102
102
|
print("Running in the Termux environment on Android.")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhabitat
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: A lightweight library for detecting system environment, GUI, and build properties.
|
|
5
5
|
Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -53,7 +53,7 @@ pip install pyhabitat
|
|
|
53
53
|
```
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## 📚
|
|
56
|
+
## 📚 Function Reference
|
|
57
57
|
|
|
58
58
|
### OS and Environment
|
|
59
59
|
|
|
@@ -111,7 +111,7 @@ elif is_frozen():
|
|
|
111
111
|
elif is_termux():
|
|
112
112
|
# Expected cases:
|
|
113
113
|
#- pkg install python-numpy python-cryptography
|
|
114
|
-
|
|
114
|
+
#- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
|
|
115
115
|
#- Auto-selection of 'termux-open-url' and 'xdg-open' in logic.
|
|
116
116
|
#- Installation on the system, like orchestrating the construction of Termux Widget entries in ~/.shortcuts.
|
|
117
117
|
print("Running in the Termux environment on Android.")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|