New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oe-python-template

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oe-python-template - pypi Package Compare versions

Comparing version
0.17.6
to
0.17.7
+1
-1
PKG-INFO
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/

[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),