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 fyuneruNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of Logger and PathManager.
Always use `Logger(name='...')` instead of positional argument.
Use `pm.ensure('data/file.txt')` if you need directory creation.Migrate to `from fyuneru import config` module-level functions.
No dependency data recorded yet.