Skip to content

Commit b671f77

Browse files
committed
Pathfix
1 parent 44caed3 commit b671f77

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ All features are well documented and use a high level of `type_hints` for easy u
99
## Features
1010

1111
>(***Click names for more information***)
12-
* [`ConstantAttrib`](docs\constant_attrib.md): A descriptor that acts like a constant. Once set, the value cannot be changed. Raises `AttributeError` on change detection.
13-
* [`RemoteAttrib`](docs\remote_attrib.md): A descriptor that acts as a remote attribute. You can modify the mapped value on-the-fly.
14-
* [`ENVMod`](docs\env_mod.md): The main API class for managing `.env` variables. Supports manual and decorator-based registration of environment items, type-safe value loading, and `.env_example` generation.
15-
* [`MethodMonitor`](docs\method_monitor.md): A class to monitor method calls of a target class, triggering a handler function after the method is called.
16-
* [`logwrap`](docs\logwrap.md): A dynamic decorator to log function calls. Uses the `logging` module with your current project configurations.
17-
* [`suppress_errors`](docs\supress_errors.md): A decorator that suppresses exceptions raised by the wrapped function and returns a fallback value instead.
12+
* [`ConstantAttrib`](docs/constant_attrib.md): A descriptor that acts like a constant. Once set, the value cannot be changed. Raises `AttributeError` on change detection.
13+
* [`RemoteAttrib`](docs/remote_attrib.md): A descriptor that acts as a remote attribute. You can modify the mapped value on-the-fly.
14+
* [`ENVMod`](docs/env_mod.md): The main API class for managing `.env` variables. Supports manual and decorator-based registration of environment items, type-safe value loading, and `.env_example` generation.
15+
* [`MethodMonitor`](docs/method_monitor.md): A class to monitor method calls of a target class, triggering a handler function after the method is called.
16+
* [`logwrap`](docs/logwrap.md): A dynamic decorator to log function calls. Uses the `logging` module with your current project configurations.
17+
* [`suppress_errors`](docs/supress_errors.md): A decorator that suppresses exceptions raised by the wrapped function and returns a fallback value instead.
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)