You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "a Python logging handler, BlobStorageTimedRotatingFileHandler, that extends the functionality of the built-in TimedRotatingFileHandler."
readme = "README_pypi.md"
requires-python = ">=3.12.0"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.12"
]
keywords = ["azure blob", "logging"]
dependencies = [
"azure-storage-blob",
"azure-identity"
]
[project.optional-dependencies] # only when development