XMWAI 0.2.5__py3-none-any.whl → 0.2.6__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.

Potentially problematic release.


This version of XMWAI might be problematic. Click here for more details.

XMWAI/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
- from .core import story, photo, reply, poem, get_access_token, crack # 从子模块导入函数到顶层
1
+ from .core import story, photo, reply, poem, crack # 从子模块导入函数到顶层
2
2
  from .magic_core import birthday # 从子模块导入函数到顶层
3
3
  from .bomb_core import bomb # 从子模块导入函数到顶层
4
4
  from .idiom_core import idiom, searchIdiom, get_json_path # 从子模块导入函数到顶层
5
5
 
6
- __all__ = ["story", "photo", "reply", "poem", "get_access_token", 'birthday', 'bomb',
6
+ __all__ = ["story", "photo", "reply", "poem", 'birthday', 'bomb',
7
7
  "idiom", "searchIdiom", "get_json_path", "crack"] # 可选:明确导出的内容
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: XMWAI
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Small code King AI related library
5
5
  Home-page: https://github.com/Tonykai88/XMWAI.git
6
6
  Author: pydevelopment
@@ -1,4 +1,4 @@
1
- XMWAI/__init__.py,sha256=E6086PxgBgutDjAkxCQPBdHziklEyUBJyoWP6K6bbWE,525
1
+ XMWAI/__init__.py,sha256=91jaQmcGqp_B4i68bNfn_0m6JTFzz-itTiCmt__vIR8,487
2
2
  XMWAI/bomb_core.py,sha256=h2ZPH3SuoG2L_XOf1dcK8p3lhw5QzhneWl2yMLj1RiU,1819
3
3
  XMWAI/cookbook_core.py,sha256=mo3IYgh_bYD_3vH2Stkjwo9okFOb4abooZeJ-Djx6VU,3675
4
4
  XMWAI/core.py,sha256=H4EpXmXXakVNleUKyUMVnl3AmR8XjjVLsVfGvsLRUqg,7933
@@ -92,8 +92,8 @@ XMWAI/gif/84.gif,sha256=6Ip_uQmvrr2fagLXu1YqWyI_DL2PVVtKCPtmNtzt3P4,38767
92
92
  XMWAI/gif/85.gif,sha256=6Ip_uQmvrr2fagLXu1YqWyI_DL2PVVtKCPtmNtzt3P4,38767
93
93
  XMWAI/gif/9.gif,sha256=cPouth-xwc3QPcg2m6HMP2OD1ZCeRBD_-RPImvvKAA0,9485
94
94
  XMWAI/gif/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
- xmwai-0.2.5.dist-info/licenses/LICENSE.txt,sha256=bcaIQMrIhdQ3O-PoZlexjmW6h-wLGvHxh5Oksl4ohtc,1066
96
- xmwai-0.2.5.dist-info/METADATA,sha256=-ocQmhrqJx8lgSKhd0uFFxK9lxafdRbIs0ccbbj9pkA,1033
97
- xmwai-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
98
- xmwai-0.2.5.dist-info/top_level.txt,sha256=yvGcDI-sggK5jqd9wz0saipZvk3oIE3hNGHlqUjxf0c,6
99
- xmwai-0.2.5.dist-info/RECORD,,
95
+ xmwai-0.2.6.dist-info/licenses/LICENSE.txt,sha256=bcaIQMrIhdQ3O-PoZlexjmW6h-wLGvHxh5Oksl4ohtc,1066
96
+ xmwai-0.2.6.dist-info/METADATA,sha256=nX62SeebAhZxlIq9J04g2-RmUJHmc6DjE_vLaDG8-WU,1033
97
+ xmwai-0.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
98
+ xmwai-0.2.6.dist-info/top_level.txt,sha256=yvGcDI-sggK5jqd9wz0saipZvk3oIE3hNGHlqUjxf0c,6
99
+ xmwai-0.2.6.dist-info/RECORD,,
File without changes