alt-text-llm 0.1.0__tar.gz → 0.1.1__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.

Potentially problematic release.


This version of alt-text-llm might be problematic. Click here for more details.

Files changed (22) hide show
  1. {alt_text_llm-0.1.0/alt_text_llm.egg-info → alt_text_llm-0.1.1}/PKG-INFO +3 -3
  2. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/README.md +2 -2
  3. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1/alt_text_llm.egg-info}/PKG-INFO +3 -3
  4. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/pyproject.toml +1 -1
  5. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/LICENSE +0 -0
  6. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/MANIFEST.in +0 -0
  7. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/__init__.py +0 -0
  8. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/generate.py +0 -0
  9. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/label.py +0 -0
  10. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/main.py +0 -0
  11. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/scan.py +0 -0
  12. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm/utils.py +0 -0
  13. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm.egg-info/SOURCES.txt +0 -0
  14. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm.egg-info/dependency_links.txt +0 -0
  15. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm.egg-info/entry_points.txt +0 -0
  16. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm.egg-info/requires.txt +0 -0
  17. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/alt_text_llm.egg-info/top_level.txt +0 -0
  18. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/setup.cfg +0 -0
  19. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/tests/test_generate.py +0 -0
  20. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/tests/test_label.py +0 -0
  21. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/tests/test_scan.py +0 -0
  22. {alt_text_llm-0.1.0 → alt_text_llm-0.1.1}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alt-text-llm
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AI-powered alt text generation and labeling tools for markdown content
5
5
  Author: TurnTrout
6
6
  License-Expression: MIT
@@ -27,10 +27,10 @@ AI-powered alt text generation and labeling tools for markdown content. Original
27
27
 
28
28
  ## Installation
29
29
 
30
- ### Quick install from GitHub
30
+ ### From PyPI
31
31
 
32
32
  ```bash
33
- pip install git+https://github.com/alexander-turner/alt-text-llm.git
33
+ pip install alt-text-llm
34
34
  ```
35
35
 
36
36
  ### Automated setup (includes system dependencies)
@@ -4,10 +4,10 @@ AI-powered alt text generation and labeling tools for markdown content. Original
4
4
 
5
5
  ## Installation
6
6
 
7
- ### Quick install from GitHub
7
+ ### From PyPI
8
8
 
9
9
  ```bash
10
- pip install git+https://github.com/alexander-turner/alt-text-llm.git
10
+ pip install alt-text-llm
11
11
  ```
12
12
 
13
13
  ### Automated setup (includes system dependencies)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alt-text-llm
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AI-powered alt text generation and labeling tools for markdown content
5
5
  Author: TurnTrout
6
6
  License-Expression: MIT
@@ -27,10 +27,10 @@ AI-powered alt text generation and labeling tools for markdown content. Original
27
27
 
28
28
  ## Installation
29
29
 
30
- ### Quick install from GitHub
30
+ ### From PyPI
31
31
 
32
32
  ```bash
33
- pip install git+https://github.com/alexander-turner/alt-text-llm.git
33
+ pip install alt-text-llm
34
34
  ```
35
35
 
36
36
  ### Automated setup (includes system dependencies)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "alt-text-llm"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "AI-powered alt text generation and labeling tools for markdown content"
9
9
  readme = "README.md"
10
10
  authors = [{name = "TurnTrout"}]
File without changes
File without changes
File without changes