dmddl 0.2.17__py3-none-any.whl → 0.2.18__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/requirements.txt ADDED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.17
3
+ Version: 0.2.18
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -11,8 +11,10 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.13
12
12
  Requires-Dist: aiohttp (>=3.11.18,<4.0.0)
13
13
  Requires-Dist: bs4 (>=0.0.2,<0.0.3)
14
- Requires-Dist: pydantic (>=2.11.4,<3.0.0)
15
- Requires-Dist: pydantic-settings (>=2.9.1,<3.0.0)
14
+ Requires-Dist: dotenv (>=0.9.9,<0.10.0)
15
+ Requires-Dist: questionary (>=2.1.0,<3.0.0)
16
+ Requires-Dist: requests (>=2.32.3,<3.0.0)
17
+ Requires-Dist: rich (>=14.0.0,<15.0.0)
16
18
  Description-Content-Type: text/markdown
17
19
 
18
20
 
@@ -12,8 +12,9 @@ dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  dmddl/models/llm.py,sha256=VKrxZGVPDAFjgaIMnWStVl739LEo3CrwcbrdCv2NrY8,1267
13
13
  dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
14
14
  dmddl/output.txt,sha256=5c9Nq3mIklm2pgXgdvMNlVYEiaR08e7afiRtstKjMcQ,1946
15
- dmddl-0.2.17.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
16
- dmddl-0.2.17.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
17
- dmddl-0.2.17.dist-info/METADATA,sha256=HjqkMUDqA_SB8FfNJEhu4zKSoPQym3K0V2bRgq_MxcI,1013
18
- dmddl-0.2.17.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
- dmddl-0.2.17.dist-info/RECORD,,
15
+ dmddl/requirements.txt,sha256=aPA3NBpypHOiXAK9MwfzIDhPIKxtB71s4yCeAXvbs1k,2046
16
+ dmddl-0.2.18.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
17
+ dmddl-0.2.18.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
18
+ dmddl-0.2.18.dist-info/METADATA,sha256=N9R7CU3kUPwrNb-K75fxnJGFxRUx0qPn4k-Ifz_VoR0,1086
19
+ dmddl-0.2.18.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
20
+ dmddl-0.2.18.dist-info/RECORD,,
File without changes