dmddl 0.2.25__py3-none-any.whl → 0.2.26__py3-none-any.whl
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.dist-info → dmddl-0.2.26.dist-info}/METADATA +6 -6
- dmddl-0.2.26.dist-info/RECORD +13 -0
- dmddl/docs/configuring.gif +0 -0
- dmddl/docs/dmddl logo_4.png +0 -0
- dmddl/docs/error.png +0 -0
- dmddl/docs/pip_install.png +0 -0
- dmddl/docs/proxy.gif +0 -0
- dmddl/docs/simple_source.gif +0 -0
- dmddl-0.2.25.dist-info/RECORD +0 -19
- {dmddl-0.2.25.dist-info → dmddl-0.2.26.dist-info}/LICENSE +0 -0
- {dmddl-0.2.25.dist-info → dmddl-0.2.26.dist-info}/WHEEL +0 -0
- {dmddl-0.2.25.dist-info → dmddl-0.2.26.dist-info}/entry_points.txt +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>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
dmddl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
dmddl/cli.py,sha256=Yfc8D5SuoPNeg4Emat6vpURAL6Fgpo45OOX2WBVgu30,4334
|
3
|
+
dmddl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
dmddl/config/proxy.py,sha256=-6DfuggcXwDjtx8jbOMHy370AvM_t3kYc67q68CCqRM,1763
|
5
|
+
dmddl/config/settings.py,sha256=2xRMW9sjc3aro2QUGLMhKQGdAuCMkc5n6G23iXrkyMo,1261
|
6
|
+
dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
dmddl/models/llm.py,sha256=icEQKHstgbRLRU6rEmg6syMjkGkGATjXxUBh-L1SjVE,1628
|
8
|
+
dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
|
9
|
+
dmddl-0.2.26.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
|
10
|
+
dmddl-0.2.26.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
|
11
|
+
dmddl-0.2.26.dist-info/METADATA,sha256=gHeZtUofUtIk7GNYpaR6NRQhzfogG50gvH2ck7L6tJM,1921
|
12
|
+
dmddl-0.2.26.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
13
|
+
dmddl-0.2.26.dist-info/RECORD,,
|
dmddl/docs/configuring.gif
DELETED
Binary file
|
dmddl/docs/dmddl logo_4.png
DELETED
Binary file
|
dmddl/docs/error.png
DELETED
Binary file
|
dmddl/docs/pip_install.png
DELETED
Binary file
|
dmddl/docs/proxy.gif
DELETED
Binary file
|
dmddl/docs/simple_source.gif
DELETED
Binary file
|
dmddl-0.2.25.dist-info/RECORD
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
dmddl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
dmddl/cli.py,sha256=Yfc8D5SuoPNeg4Emat6vpURAL6Fgpo45OOX2WBVgu30,4334
|
3
|
-
dmddl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
dmddl/config/proxy.py,sha256=-6DfuggcXwDjtx8jbOMHy370AvM_t3kYc67q68CCqRM,1763
|
5
|
-
dmddl/config/settings.py,sha256=2xRMW9sjc3aro2QUGLMhKQGdAuCMkc5n6G23iXrkyMo,1261
|
6
|
-
dmddl/docs/configuring.gif,sha256=4vJw4boHhpwU1BIzSwt5HnMU23soS7-OVaPdJ1KWFf8,1119296
|
7
|
-
dmddl/docs/dmddl logo_4.png,sha256=a4Of9UTek-INhdBu6OQcs062cPiZORUZexGE_QMFh7Y,5802
|
8
|
-
dmddl/docs/error.png,sha256=EEizK2BMb4hhGNNjZmqrKgMflY6i9OmIzzbFWbKMyfc,7093
|
9
|
-
dmddl/docs/pip_install.png,sha256=tWU4iXsjrtwFTsJZV4T0XZvyxtGbBQg2nZx3OMC7xa4,2310
|
10
|
-
dmddl/docs/proxy.gif,sha256=DDt9dFSsQ2Lc_6oPzC1N6oT39kc9GpuiPnq0HVrI6pQ,1841301
|
11
|
-
dmddl/docs/simple_source.gif,sha256=Jl5TE2x9FOWR2zkKCKiwtR1Fa2Y9TGKq8rE0ysiBtN0,987934
|
12
|
-
dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
dmddl/models/llm.py,sha256=icEQKHstgbRLRU6rEmg6syMjkGkGATjXxUBh-L1SjVE,1628
|
14
|
-
dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
|
15
|
-
dmddl-0.2.25.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
|
16
|
-
dmddl-0.2.25.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
|
17
|
-
dmddl-0.2.25.dist-info/METADATA,sha256=7TxbpMPq4RpvpUgZkK8zRjlWSGJ2BrQgmFZBk1Q8X8k,1956
|
18
|
-
dmddl-0.2.25.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
19
|
-
dmddl-0.2.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|