Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

lager

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lager - npm Package Compare versions

Comparing version
0.20.0
to
0.20.1
+2
-1
PKG-INFO
Metadata-Version: 2.3
Name: lager
Version: 0.20.0
Version: 0.20.1
Summary: EZ-PZ logging based on loguru

@@ -16,2 +16,3 @@ Keywords: beer,dgi,dgpy,logging,loguru

Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed

@@ -18,0 +19,0 @@ Requires-Dist: loguru>=0.7

[build-system]
build-backend = "uv_build"
requires = ["uv-build>=0.8,<0.9"]
requires = [ "uv-build>=0.8,<0.9" ]
[project]
name = "lager"
version = "0.20.0"
version = "0.20.1"
description = "EZ-PZ logging based on loguru"
readme = "README.md"
keywords = ["beer", "dgi", "dgpy", "logging", "loguru"]
authors = [{ name = "jesse rubin", email = "jesse@dgi.com" }]
keywords = [ "beer", "dgi", "dgpy", "logging", "loguru" ]
authors = [ { name = "jesse rubin", email = "jesse@dgi.com" } ]
requires-python = ">=3.11,<4.0"

@@ -23,2 +23,3 @@

"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Typing :: Typed",

@@ -32,3 +33,3 @@ ]

[dependency-groups]
dev = ["typing-extensions>=4.5,<5; python_version<'3.11'"]
dev = [ "typing-extensions>=4.5,<5; python_version<'3.11'" ]

@@ -40,6 +41,6 @@ [tool.hatch]

[tool.hatch.build.targets.wheel]
packages = ["src/lager"]
packages = [ "src/lager" ]
[tool.hatch.build.targets.sdist]
include = ["src", "pyproject.toml", "README.md", "LICENSE"]
include = [ "src", "pyproject.toml", "README.md", "LICENSE" ]

@@ -50,6 +51,6 @@ [tool.ruff]

[tool.coverage.run]
source = ['lager']
source = [ 'lager' ]
branch = true
context = '${CONTEXT}'
omit = ["**/__main__.py"]
omit = [ "**/__main__.py" ]

@@ -56,0 +57,0 @@ [tool.coverage.report]

@@ -10,2 +10,2 @@ # -*- coding: utf-8 -*-

__pkgroot__ = __file__.replace("__about__.py", "").rstrip("/\\")
__version__ = "0.20.0"
__version__ = "0.20.1"