aiteamutils 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: aiteamutils
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: AI Team Utilities
|
5
5
|
Project-URL: Homepage, https://github.com/yourusername/aiteamutils
|
6
6
|
Project-URL: Issues, https://github.com/yourusername/aiteamutils/issues
|
@@ -14,21 +14,21 @@ Requires-Dist: python-jose
|
|
14
14
|
Requires-Dist: sqlalchemy
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
|
17
|
-
# AI Team
|
17
|
+
# AI Team Utils
|
18
18
|
|
19
|
-
AI Team
|
19
|
+
AI Team의 공통 유틸리티 패키지입니다.
|
20
20
|
|
21
21
|
## 설치 방법
|
22
22
|
|
23
23
|
```bash
|
24
|
-
pip install
|
24
|
+
pip install aiteamutils
|
25
25
|
```
|
26
26
|
|
27
27
|
## 사용 예시
|
28
28
|
|
29
29
|
```python
|
30
|
-
from
|
31
|
-
from
|
30
|
+
from aiteamutils.database import DatabaseManager
|
31
|
+
from aiteamutils.base_model import Base
|
32
32
|
|
33
33
|
# DB 매니저 초기화
|
34
34
|
db = DatabaseManager("postgresql+asyncpg://user:pass@localhost/db")
|
@@ -39,7 +39,7 @@ async with db.get_session() as session:
|
|
39
39
|
pass
|
40
40
|
|
41
41
|
# 예외 처리
|
42
|
-
from
|
42
|
+
from aiteamutils.exceptions import CustomException, ErrorCode
|
43
43
|
|
44
44
|
try:
|
45
45
|
# 작업 수행
|
@@ -10,6 +10,6 @@ aiteamutils/enums.py,sha256=ipZi6k_QD5-3QV7Yzv7bnL0MjDz-vqfO9I5L77biMKs,632
|
|
10
10
|
aiteamutils/exceptions.py,sha256=YV-ISya4wQlHk4twvGo16I5r8h22-tXpn9wa-b3WwDM,15231
|
11
11
|
aiteamutils/security.py,sha256=AZszaTxVEGi1jU1sX3QXHGgshp1lVvd0xXvZejXvs_w,12643
|
12
12
|
aiteamutils/validators.py,sha256=BQA61f5raVAX0BGcTIS3Ht6CyCAdHgqDUmr76bZWgYE,7630
|
13
|
-
aiteamutils-0.2.
|
14
|
-
aiteamutils-0.2.
|
15
|
-
aiteamutils-0.2.
|
13
|
+
aiteamutils-0.2.1.dist-info/METADATA,sha256=po2f8eh0FjaU3112Gr7ANaovAU8SZbLaBEfTShZqhXU,1527
|
14
|
+
aiteamutils-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
aiteamutils-0.2.1.dist-info/RECORD,,
|
File without changes
|