dmddl 0.2.20__py3-none-any.whl → 0.2.21__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/config/proxy.py CHANGED
@@ -20,7 +20,7 @@ def get_proxy_list():
20
20
 
21
21
  async def test_request(url, proxy, session):
22
22
  try:
23
- async with session.get(url, proxy=proxy, timeout=5) as response:
23
+ async with session.get(url, proxy=proxy, timeout=15) as response:
24
24
  return proxy
25
25
  except:
26
26
  pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.20
3
+ Version: 0.2.21
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -1,13 +1,13 @@
1
1
  dmddl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  dmddl/cli.py,sha256=JIeUb8tVeHNGvnSQH77EXhWVGwvh1H1UotAWHv3-FQI,4522
3
3
  dmddl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- dmddl/config/proxy.py,sha256=afLxRWnQB3uqtu6U1Jf3o8uVjy6Qc4wB09tRlqbjae8,1062
4
+ dmddl/config/proxy.py,sha256=SSMviuSlJ9l8C_-nT2vcxKEWUBJoaAweszVehzwDYUU,1063
5
5
  dmddl/config/settings.py,sha256=2xRMW9sjc3aro2QUGLMhKQGdAuCMkc5n6G23iXrkyMo,1261
6
6
  dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  dmddl/models/llm.py,sha256=ruW57MEwscWtCWe6MvfGP0FGvuRJlVWM12c-W0IS1_c,1354
8
8
  dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
9
- dmddl-0.2.20.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
10
- dmddl-0.2.20.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
11
- dmddl-0.2.20.dist-info/METADATA,sha256=jL4qsFhhdztKpVnNJtVIHY7Et6Ryq5iFNaTwOZwyZtU,1778
12
- dmddl-0.2.20.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
- dmddl-0.2.20.dist-info/RECORD,,
9
+ dmddl-0.2.21.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
10
+ dmddl-0.2.21.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
11
+ dmddl-0.2.21.dist-info/METADATA,sha256=wm_Dq87MK7gprWpC62Up_ZcKYZanYni-Ue-o3jtE0-4,1778
12
+ dmddl-0.2.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
+ dmddl-0.2.21.dist-info/RECORD,,
File without changes