oe-python-template
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: oe-python-template | ||
| Version: 0.17.6 | ||
| Version: 0.17.7 | ||
| Summary: 🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling. | ||
@@ -5,0 +5,0 @@ Project-URL: Homepage, https://oe-python-template.readthedocs.io/en/latest/ |
+2
-2
| [project] | ||
| name = "oe-python-template" | ||
| version = "0.17.6" | ||
| version = "0.17.7" | ||
| description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling." | ||
@@ -291,3 +291,3 @@ readme = "README.md" | ||
| [tool.bumpversion] | ||
| current_version = "0.17.6" | ||
| current_version = "0.17.7" | ||
| parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" | ||
@@ -294,0 +294,0 @@ serialize = ["{major}.{minor}.{patch}"] |
@@ -6,3 +6,2 @@ """System service.""" | ||
| import platform | ||
| import pwd | ||
| import sys | ||
@@ -177,3 +176,3 @@ import time | ||
| "environment": __env__, | ||
| "username": pwd.getpwuid(os.getuid())[0], | ||
| "username": psutil.Process().username(), | ||
| "process": { | ||
@@ -180,0 +179,0 @@ "command_line": " ".join(sys.argv), |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
344629
05932
-0.02%