aix 0.0.21__tar.gz → 0.0.22__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aix
3
- Version: 0.0.21
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
@@ -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.21
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,6 +1,6 @@
1
1
  [metadata]
2
2
  name = aix
3
- version = 0.0.21
3
+ version = 0.0.22
4
4
  url = https://github.com/thorwhalen/aix
5
5
  platforms = any
6
6
  description_file = README.md
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes