adam-community 1.0.16__py3-none-any.whl → 1.0.17__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 +1 @@
1
- __version__ = "1.0.16"
1
+ __version__ = "1.0.17"
@@ -219,7 +219,7 @@ def create_zip_package(directory: Path) -> str:
219
219
 
220
220
  with zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED) as zipf:
221
221
  # 添加所有 Python 文件
222
- py_files = [f for f in directory.rglob('*.py') if not f.name.startswith('_')]
222
+ py_files = [f for f in directory.rglob('*.py')]
223
223
  for py_file in py_files:
224
224
  zipf.write(py_file, py_file.relative_to(directory))
225
225
  file_count += 1
@@ -334,4 +334,4 @@ def build_package(directory: Path) -> Tuple[bool, List[str], str]:
334
334
  border_style="red"
335
335
  ))
336
336
 
337
- return all_passed, all_errors, zip_name
337
+ return all_passed, all_errors, zip_name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: adam_community
3
- Version: 1.0.16
3
+ Version: 1.0.17
4
4
  Summary: Adam Community Tools and Utilities
5
5
  Home-page: https://github.com/yourusername/adam-community
6
6
  Author: Adam Community
@@ -1,9 +1,9 @@
1
1
  adam_community/__init__.py,sha256=vAmF9VQR6D4peppH0hnrHDmZK5cFeFPh11GIsTKUXhE,429
2
- adam_community/__version__.py,sha256=LnM6rebk5tgtZHZxwr-DXdSP44weVk3se-4VV1fWpJ4,23
2
+ adam_community/__version__.py,sha256=b5lrc3KBf8Kc2uTga-yZSnLhmkk2ipb-eWAaq7t4W1M,23
3
3
  adam_community/tool.py,sha256=CCzWosxtuZ0yk7mupmnlgMpO59jr1hl-a_brSGIqhDI,4867
4
4
  adam_community/util.py,sha256=CAyMS-UNFjDcdSRWNCIOseAvprP0GEpfJzhO3l5VY1U,11051
5
5
  adam_community/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- adam_community/cli/build.py,sha256=Tc2Rz-KLFgj4g_AVQcFgVVk0HloBfgONLfXwHJuVyrk,12490
6
+ adam_community/cli/build.py,sha256=RyXAK62RBwV2XnXw3B5YCs6AQi7wvnDA8lKTudLbM38,12461
7
7
  adam_community/cli/cli.py,sha256=xlPvn0aq3TpAPjA7z9shsCqR1aHDVtZuhvtc_SNA_cQ,2811
8
8
  adam_community/cli/init.py,sha256=hzzz5Tus9_L5YKE10ii7s2x9znDxfqBvjDOmPn-0KvY,8632
9
9
  adam_community/cli/parser.py,sha256=LWYVW69z4ICFXgvD5Vtcy1P-rEUxV_Rs4X96n34i3gE,17732
@@ -22,8 +22,8 @@ adam_community/cli/templates/kit_python.py.j2,sha256=fVQ8EVDMaxPCv9CzYjjoV8NLJMm
22
22
  adam_community/cli/templates/long_description.md.j2,sha256=Rj6hcuNzEL0Sp17GQVCRJyNytxO22KcKFvEnZlGpevE,1385
23
23
  adam_community/cli/templates/rag_python.py.j2,sha256=YJL7-WIx-Dumt7lHuUGxl3Rbaw0kpkh8hpcCJ5lz9lA,2494
24
24
  adam_community/cli/templates/toolbox_python.py.j2,sha256=EOnmsJUvQRrcO7K7c88kI42gMmcM0Z4ab46qwOJXbH8,4192
25
- adam_community-1.0.16.dist-info/METADATA,sha256=QZ-ZmYylCDgd2am9W2UO7W9mdcQhGerfiD4Sw5GiZhc,2172
26
- adam_community-1.0.16.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
27
- adam_community-1.0.16.dist-info/entry_points.txt,sha256=4I7yRkn7cHwPY8-fWQLeAvKjc24zUy8Z65VsZNs0Wos,56
28
- adam_community-1.0.16.dist-info/top_level.txt,sha256=MS8jbePXKZChih9kGizNVX0I1MFZFGWBMCIW_r86qhU,15
29
- adam_community-1.0.16.dist-info/RECORD,,
25
+ adam_community-1.0.17.dist-info/METADATA,sha256=O0ERNe8KzBq0XeeTuW5q-nLJIZasP5MOtOhNO3-w-jM,2172
26
+ adam_community-1.0.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
27
+ adam_community-1.0.17.dist-info/entry_points.txt,sha256=4I7yRkn7cHwPY8-fWQLeAvKjc24zUy8Z65VsZNs0Wos,56
28
+ adam_community-1.0.17.dist-info/top_level.txt,sha256=MS8jbePXKZChih9kGizNVX0I1MFZFGWBMCIW_r86qhU,15
29
+ adam_community-1.0.17.dist-info/RECORD,,