dmddl 0.2.25__tar.gz → 0.2.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dmddl-0.2.25 → dmddl-0.2.26}/PKG-INFO +6 -6
- {dmddl-0.2.25 → dmddl-0.2.26}/README.md +5 -5
- {dmddl-0.2.25 → dmddl-0.2.26}/pyproject.toml +1 -1
- dmddl-0.2.25/src/dmddl/docs/configuring.gif +0 -0
- dmddl-0.2.25/src/dmddl/docs/dmddl logo_4.png +0 -0
- dmddl-0.2.25/src/dmddl/docs/error.png +0 -0
- dmddl-0.2.25/src/dmddl/docs/pip_install.png +0 -0
- dmddl-0.2.25/src/dmddl/docs/proxy.gif +0 -0
- dmddl-0.2.25/src/dmddl/docs/simple_source.gif +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/LICENSE +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/__init__.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/cli.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/config/__init__.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/config/proxy.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/config/settings.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/models/__init__.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/models/llm.py +0 -0
- {dmddl-0.2.25 → dmddl-0.2.26}/src/dmddl/models/prompt.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: dmddl
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.26
|
4
4
|
Summary: cli tool for creating insert script from ddl script
|
5
5
|
License: MIT
|
6
6
|
Author: HoJLter
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
26
26
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
|
27
27
|
</a>
|
28
28
|
</div>
|
29
|
-
<img src="
|
29
|
+
<img src=".github/dmddl%20logo_4.png" align="center">
|
30
30
|
|
31
31
|
<h3 align="center">
|
32
32
|
CLI tool that generates insertion script from DDL
|
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
|
|
39
39
|
|
40
40
|
To install DMDDL you may use pip:
|
41
41
|
|
42
|
-
<img src="
|
42
|
+
<img src=".github/pip_install.png" align="center">
|
43
43
|
|
44
44
|
|
45
45
|
<h2>
|
@@ -51,11 +51,11 @@ Firstly, you need to configure DMDDL using -c argument
|
|
51
51
|
|
52
52
|
|
53
53
|
|
54
|
-
<img src="
|
54
|
+
<img src=".github/configuring.gif" align="center">
|
55
55
|
|
56
56
|
Now you can use the app. Provide -s argument to specify input file:
|
57
57
|
|
58
|
-
<img src="
|
58
|
+
<img src=".github/simple_source.gif" align="center">
|
59
59
|
|
60
60
|
|
61
61
|
<h2>
|
@@ -66,7 +66,7 @@ Now you can use the app. Provide -s argument to specify input file:
|
|
66
66
|
OpenAI API blocked in this countries, but you can use -ps arguments. <br>
|
67
67
|
DMDDL will find proxy for you to make request
|
68
68
|
|
69
|
-
<img src="
|
69
|
+
<img src=".github/proxy.gif" align = "center">
|
70
70
|
|
71
71
|
|
72
72
|
<h2>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
|
8
8
|
</a>
|
9
9
|
</div>
|
10
|
-
<img src="
|
10
|
+
<img src=".github/dmddl%20logo_4.png" align="center">
|
11
11
|
|
12
12
|
<h3 align="center">
|
13
13
|
CLI tool that generates insertion script from DDL
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
To install DMDDL you may use pip:
|
22
22
|
|
23
|
-
<img src="
|
23
|
+
<img src=".github/pip_install.png" align="center">
|
24
24
|
|
25
25
|
|
26
26
|
<h2>
|
@@ -32,11 +32,11 @@ Firstly, you need to configure DMDDL using -c argument
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
<img src="
|
35
|
+
<img src=".github/configuring.gif" align="center">
|
36
36
|
|
37
37
|
Now you can use the app. Provide -s argument to specify input file:
|
38
38
|
|
39
|
-
<img src="
|
39
|
+
<img src=".github/simple_source.gif" align="center">
|
40
40
|
|
41
41
|
|
42
42
|
<h2>
|
@@ -47,7 +47,7 @@ Now you can use the app. Provide -s argument to specify input file:
|
|
47
47
|
OpenAI API blocked in this countries, but you can use -ps arguments. <br>
|
48
48
|
DMDDL will find proxy for you to make request
|
49
49
|
|
50
|
-
<img src="
|
50
|
+
<img src=".github/proxy.gif" align = "center">
|
51
51
|
|
52
52
|
|
53
53
|
<h2>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|