fabian/dev/: fastapi-logging-manager-0.0.1 metadata and description

Simple index

Reusable logger and notification manager utility for FastAPI and other Python applications

author_email Fabian Aichele <aichele@zykl.io>
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • License :: OSI Approved :: MIT License
  • Intended Audience :: Developers
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: System :: Logging
description_content_type text/markdown
dynamic
  • license-file
keywords logging, fastapi, uvicorn, logger
license MIT
license_file
  • LICENSE
project_urls
  • Homepage, https://github.com/faichele/fastapi-logger-manager
  • Source, https://github.com/faichele/fastapi-logger-manager
  • Issues, https://github.com/faichele/fastapi-logger-manager/issues
requires_python >=3.9

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fastapi_logging_manager-0.0.1-py3-none-any.whl
Size
5 KB
Type
Python Wheel
Python
3
fastapi_logging_manager-0.0.1.tar.gz
Size
5 KB
Type
Source

fastapi-logger-manager

Wiederverwendbarer LoggerManager als kleines Python-Paket, gedacht für FastAPI- und andere Python-Anwendungen.

Installation

pip install fastapi-logger-manager

Schnelleinstieg

from fastapi_logger_manager import logger_manager

logger = logger_manager.get_app_logger()
logger.info("App started")

Siehe Docstrings und Quelltext für weitere Details (vordefinierte Logger, Umgebungsvariablen, etc.).