Registry / observability / fyuneru

fyuneru

JSON →
library0.5.10pypypi✓ verified 81d ago

A Python utility library providing logging, file path management, and configuration helpers. Current version is 0.5.10, released with a regular cadence. Requires Python >=3.10.

pip install fyuneru
INSTALL
IMPORT
SIG · FYUNERU
F
fyuneru
observabilitypythonv0.5.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
import fyuneru
from fyuneru import Logger

Basic usage of Logger and PathManager.

from fyuneru import Logger, PathManager logger = Logger(name='myapp') logger.info('Application started') pm = PathManager(base_path='/tmp') print(pm.resolve('data/file.txt'))
Debug
Known issues
breakingBetween versions 0.4.x and 0.5.x, the logging API changed: the `name` parameter moved from positional to keyword-only.
fix
Always use `Logger(name='...')` instead of positional argument.
affects: 0.5.0+
gotchaPathManager.resolve() does not automatically create directories; use .ensure() for that.
fix
Use `pm.ensure('data/file.txt')` if you need directory creation.
affects: all
deprecatedThe `Config` class is deprecated and will be removed in 0.6.0.
fix
Migrate to `from fyuneru import config` module-level functions.
affects: 0.5.x
Upgrade
Version history
0.5.10latest on PyPI · released Dec 31, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
fyuneru — pip install fyuneru · libregistry