Skip to content

Commit 2532361

Browse files
committed
Updating
1 parent 66f4db0 commit 2532361

File tree

5 files changed

+517
-514
lines changed

5 files changed

+517
-514
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,30 @@ SonarCloud:
3131

3232
## Key Features
3333

34-
- **Common Functions**
34+
### **Common Functions**:
3535
- **File Operations**:
3636
- **CSV, JSON, and Text File Functions**: Create, read, write, and manipulate various file types with ease.
3737
- **Folder Functions**: Create and remove directories, list directory contents, and manage file system operations efficiently.
3838

3939
- **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.
4141

4242
- **Calendar Functions**:
43-
Convert between month names and numbers seamlessly.
43+
Convert between month names and numbers seamlessly.
4444

4545
- **Pattern Matching**:
46-
Powerful tools for searching patterns in text using regular expressions.
46+
Powerful tools for searching patterns in text using regular expressions.
4747

48-
- **FastAPI Endpoints**:
48+
49+
### **FastAPI Endpoints**:
4950
- Pre-built endpoints for system health checks, status, and uptime monitoring.
5051
- Functions to generate HTTP response codes easily.
5152

52-
- **Async Database**:
53+
### **Async Database**:
5354
- Configuration and management of asynchronous database sessions.
5455
- CRUD operations with async support.
5556

57+
---
5658
## Installation
5759

5860
To install `devsetgo_lib`, use pip:

0 commit comments

Comments
 (0)