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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhabitat
3
- Version: 1.0.7
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
- ## 📚 API Reference
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
- #- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
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
- ## 📚 API Reference
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
- #- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
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.7
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
- ## 📚 API Reference
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
- #- Avoiding matplotlib unless the user explicitly confirms that termux_has_gui=False in matplotlib_is_available_for_gui_plotting(termux_has_gui=False).
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.")
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "pyhabitat"
9
- version = "1.0.7"
9
+ version = "1.0.8"
10
10
  #dynamic = ["version"] #
11
11
  authors = [
12
12
  { name="George Clayton Bennett", email="george.bennett@memphistn.gov" },
File without changes
File without changes