Small package to manage log setup for HW Animation Tech projects.
Project description
HW Logging
A small package for managing log setup across HW Animation Tech projects.
Installation
With uv:
uv add hw-logging
Or with pip:
pip install hw-logging
Usage
Basic Setup
from pathlib import Path
import hw_logging
log_file = Path.home() / ".my-app" / "app.log"
hw_logging.setup_logging(log_file=log_file, log_level="INFO")
# Now use standard logging
import logging
logger = logging.getLogger(__name__)
logger.info("Application started")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hw_logging-0.1.0.tar.gz
(12.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hw_logging-0.1.0.tar.gz.
File metadata
- Download URL: hw_logging-0.1.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb1dd728429e5a901ea30aebb5a049af2a7389015bcf483a3115f2aceddd88d2
|
|
| MD5 |
bafd7afc14a3464305217b4b31934845
|
|
| BLAKE2b-256 |
53fefaeb18af1ff08c89d69666689080c10c204934a74416776d1d9bc44ed5d6
|
File details
Details for the file hw_logging-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hw_logging-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
580a2f224da453065bd116b4e27a035c7d672fe1525b362194683f994143a3c9
|
|
| MD5 |
518186b77984cb63d87935f68a760fbe
|
|
| BLAKE2b-256 |
f66e924a269ec6207f44d0dd82de7a9f250507f66a136909138505d21e0f0cb5
|