pyhabitat 1.0.5__tar.gz → 1.0.6__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.5 → pyhabitat-1.0.6}/PKG-INFO +4 -4
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/README.md +2 -2
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat.egg-info/PKG-INFO +4 -4
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyproject.toml +2 -2
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/LICENSE +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat/__init__.py +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat/environment.py +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat.egg-info/SOURCES.txt +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat.egg-info/dependency_links.txt +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/pyhabitat.egg-info/top_level.txt +0 -0
- {pyhabitat-1.0.5 → pyhabitat-1.0.6}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhabitat
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: A
|
|
3
|
+
Version: 1.0.6
|
|
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
|
|
7
7
|
Keywords: environment,os-detection,gui,build-system
|
|
@@ -15,9 +15,9 @@ Dynamic: license-file
|
|
|
15
15
|
|
|
16
16
|
# pyhabitat 🧭
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## An Introspection Library for Python Environments and Builds
|
|
19
19
|
|
|
20
|
-
**`pyhabitat`** is a **
|
|
20
|
+
**`pyhabitat`** is a **lightweight library for Python build and environment introspection**. It accurately and securely determines the execution context of a running script by providing definitive checks for:
|
|
21
21
|
|
|
22
22
|
* **OS and Environments:** Operating Systems and common container/emulation environments (e.g., Termux, iSH).
|
|
23
23
|
* **Build States:** Application build systems (e.g., PyInstaller, pipx).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# pyhabitat 🧭
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## An Introspection Library for Python Environments and Builds
|
|
4
4
|
|
|
5
|
-
**`pyhabitat`** is a **
|
|
5
|
+
**`pyhabitat`** is a **lightweight library for Python build and environment introspection**. It accurately and securely determines the execution context of a running script by providing definitive checks for:
|
|
6
6
|
|
|
7
7
|
* **OS and Environments:** Operating Systems and common container/emulation environments (e.g., Termux, iSH).
|
|
8
8
|
* **Build States:** Application build systems (e.g., PyInstaller, pipx).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhabitat
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: A
|
|
3
|
+
Version: 1.0.6
|
|
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
|
|
7
7
|
Keywords: environment,os-detection,gui,build-system
|
|
@@ -15,9 +15,9 @@ Dynamic: license-file
|
|
|
15
15
|
|
|
16
16
|
# pyhabitat 🧭
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## An Introspection Library for Python Environments and Builds
|
|
19
19
|
|
|
20
|
-
**`pyhabitat`** is a **
|
|
20
|
+
**`pyhabitat`** is a **lightweight library for Python build and environment introspection**. It accurately and securely determines the execution context of a running script by providing definitive checks for:
|
|
21
21
|
|
|
22
22
|
* **OS and Environments:** Operating Systems and common container/emulation environments (e.g., Termux, iSH).
|
|
23
23
|
* **Build States:** Application build systems (e.g., PyInstaller, pipx).
|
|
@@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "pyhabitat"
|
|
9
|
-
version = "1.0.
|
|
9
|
+
version = "1.0.6"
|
|
10
10
|
#dynamic = ["version"] #
|
|
11
11
|
authors = [
|
|
12
12
|
{ name="George Clayton Bennett", email="george.bennett@memphistn.gov" },
|
|
13
13
|
]
|
|
14
|
-
description = "A
|
|
14
|
+
description = "A lightweight library for detecting system environment, GUI, and build properties."
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
requires-python = ">=3.8"
|
|
17
17
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|