aix 0.0.20__py3-none-any.whl → 0.0.22__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.
aix/contexts.py CHANGED
@@ -260,6 +260,8 @@ def bytes_to_markdown(
260
260
 
261
261
  Returns:
262
262
  str: Markdown-formatted text
263
+
264
+ See also: https://github.com/thorwhalen/aix/discussions/3#discussioncomment-12387852
263
265
  """
264
266
  converter = converters.get(input_format.lower(), None)
265
267
  if converter is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aix
3
- Version: 0.0.20
3
+ Version: 0.0.22
4
4
  Summary: Artificial Intelligence eXtensions
5
5
  Home-page: https://github.com/thorwhalen/aix
6
6
  Author: Thor Whalen
@@ -1,5 +1,5 @@
1
1
  aix/__init__.py,sha256=5_Ktv6lJbdwGf6c94mLYGi00zMTn2HkrUOvHAawhr_4,1921
2
- aix/contexts.py,sha256=_Ze-qlz2OwOTTpYl1wBzL47mGA563wA8zmucye4kniM,33852
2
+ aix/contexts.py,sha256=_SPPR1oMa59nh-BV1jdKtY27UdAqDxiSL65yps5Opkk,33942
3
3
  aix/misc.py,sha256=evC4FqE63z_gnZ_4vCLsfKZkksuPBDlfK0fI8jHEbGg,204
4
4
  aix/np.py,sha256=D6uTumkK5Y9kB_XbSqtMzzBsnuai9WZWLVa6-sWybls,194
5
5
  aix/pd.py,sha256=LqJ13OEOox6K6vs9hMYkhBRgCu0EMPiYSnd2no4RdDc,197
@@ -9,8 +9,8 @@ aix/util.py,sha256=d0VjSbpTNzjGFH_upNOnaUnrRawrVbXdlFBan1Q9CRo,107
9
9
  aix/gen_ai/__init__.py,sha256=ky5WRID0rIb8KLxtulB9t2CN_GKUxu1KdiRN-n92q2U,2341
10
10
  aix/gen_ai/google_genai.py,sha256=KRYc52DQtn-V5vycULyoNpoHcR3lcBt1Z0DHj0XYcuI,966
11
11
  aix/gen_ai/openai_genai.py,sha256=RzJy7pIu4dngUThEJdALqZpexHK_quDkug-SjAXm41E,539
12
- aix-0.0.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
- aix-0.0.20.dist-info/METADATA,sha256=Fjp_23Iw0bSfZxM06uoMKrzngPSF300RsfAquK3MYyc,6010
14
- aix-0.0.20.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
- aix-0.0.20.dist-info/top_level.txt,sha256=JV67V91ws1X6NwMtcBSxqB7HJx0xOuo_of1K7yg33Z0,4
16
- aix-0.0.20.dist-info/RECORD,,
12
+ aix-0.0.22.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
+ aix-0.0.22.dist-info/METADATA,sha256=1k3kyzwTw_iZj7fqnwj1SZRbQhgto3rKAWFGJmLqIHs,6010
14
+ aix-0.0.22.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
+ aix-0.0.22.dist-info/top_level.txt,sha256=JV67V91ws1X6NwMtcBSxqB7HJx0xOuo_of1K7yg33Z0,4
16
+ aix-0.0.22.dist-info/RECORD,,
File without changes
File without changes