dmddl 0.1.0__py3-none-any.whl → 0.2.1__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.1.0
4
- Summary: cli tool for creating insert script from ddl script
3
+ Version: 0.2.1
4
+ Summary: cli tool for creating insert export POETRY_PYPI_TOKEN_PYP script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
7
7
  Author-email: hojlter.work@gmail.com
@@ -9,7 +9,8 @@ dmddl/config/settings.py,sha256=lhzKyPYf20Cp_WUXZd8CRMGLJp6xql9ESuEGm6lxUAc,1151
9
9
  dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  dmddl/models/llm.py,sha256=YMmfBq4OGUvCxx0sXpBFUtEvxc36PYIO6tS7ULZFFi4,554
11
11
  dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
12
- dmddl-0.1.0.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
13
- dmddl-0.1.0.dist-info/METADATA,sha256=Xqr5CgcpmlIi9f9-p-HadInYi4T05AU0FH-a-Wja9Ek,535
14
- dmddl-0.1.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
- dmddl-0.1.0.dist-info/RECORD,,
12
+ dmddl-0.2.1.dist-info/entry_points.txt,sha256=GawSkbDeETg3A11Ja3XzkaS7X9KPWIiux2f-M_fLAJQ,45
13
+ dmddl-0.2.1.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
14
+ dmddl-0.2.1.dist-info/METADATA,sha256=9dbRzCJI_yCy4YGrL4pDeisO2MraR2O_p8YeWL_9-Zk,564
15
+ dmddl-0.2.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
+ dmddl-0.2.1.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ my_command=dmddl.cli:main
3
+
File without changes
File without changes