You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,28 +31,30 @@ SonarCloud:
31
31
32
32
## Key Features
33
33
34
-
-**Common Functions**
34
+
###**Common Functions**:
35
35
-**File Operations**:
36
36
-**CSV, JSON, and Text File Functions**: Create, read, write, and manipulate various file types with ease.
37
37
-**Folder Functions**: Create and remove directories, list directory contents, and manage file system operations efficiently.
38
38
39
39
-**Logging**:
40
-
Comprehensive logging setup using the [Loguru Library]('https://loguru.readthedocs.io/en/stable/overview.html'). Provides extensive customization options for log configuration, including log rotation, retention, and formatting. Includes improvements for multiprocessing environments to ensure log messages are handled correctly across multiple processes.
40
+
Comprehensive logging setup using the [Loguru Library]('https://loguru.readthedocs.io/en/stable/overview.html'). Provides extensive customization options for log configuration, including log rotation, retention, and formatting. Includes improvements for multiprocessing environments to ensure log messages are handled correctly across multiple processes.
41
41
42
42
-**Calendar Functions**:
43
-
Convert between month names and numbers seamlessly.
43
+
Convert between month names and numbers seamlessly.
44
44
45
45
-**Pattern Matching**:
46
-
Powerful tools for searching patterns in text using regular expressions.
46
+
Powerful tools for searching patterns in text using regular expressions.
47
47
48
-
-**FastAPI Endpoints**:
48
+
49
+
### **FastAPI Endpoints**:
49
50
- Pre-built endpoints for system health checks, status, and uptime monitoring.
50
51
- Functions to generate HTTP response codes easily.
51
52
52
-
-**Async Database**:
53
+
###**Async Database**:
53
54
- Configuration and management of asynchronous database sessions.
0 commit comments