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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.25
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="src/dmddl/docs/dmddl%20logo_4.png" align="center">
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="src/dmddl/docs/pip_install.png" align="center">
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="src/dmddl/docs/configuring.gif" align="center">
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="src/dmddl/docs/simple_source.gif" align="center">
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="src/dmddl/docs/proxy.gif" align = "center">
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="src/dmddl/docs/dmddl%20logo_4.png" align="center">
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="src/dmddl/docs/pip_install.png" align="center">
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="src/dmddl/docs/configuring.gif" align="center">
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="src/dmddl/docs/simple_source.gif" align="center">
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="src/dmddl/docs/proxy.gif" align = "center">
50
+ <img src=".github/proxy.gif" align = "center">
51
51
 
52
52
 
53
53
  <h2>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.25"
3
+ version = "0.2.26"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
Binary file
Binary file
Binary file
Binary file
File without changes
File without changes
File without changes
File without changes
File without changes