seofleet-cli 0.2.0__tar.gz → 0.2.2__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.
Files changed (61) hide show
  1. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/PKG-INFO +14 -4
  2. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/README.md +11 -1
  3. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/pyproject.toml +3 -3
  4. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/.gitignore +0 -0
  5. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/LICENSE +0 -0
  6. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/__init__.py +0 -0
  7. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/__init__.py +0 -0
  8. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/__init__.py +0 -0
  9. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/ai_crawler_directives.py +0 -0
  10. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/content_extraction.py +0 -0
  11. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/faq_schema.py +0 -0
  12. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/link_header.py +0 -0
  13. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/llms_txt.py +0 -0
  14. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/markdown_negotiation.py +0 -0
  15. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/organization_schema.py +0 -0
  16. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/speakable_schema.py +0 -0
  17. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/structured_data.py +0 -0
  18. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/__init__.py +0 -0
  19. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/canonical.py +0 -0
  20. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/heading_structure.py +0 -0
  21. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/image_alt.py +0 -0
  22. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/image_weight.py +0 -0
  23. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/meta_description.py +0 -0
  24. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/open_graph.py +0 -0
  25. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/redirect_chain.py +0 -0
  26. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/robots_meta_directives.py +0 -0
  27. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/robots_txt.py +0 -0
  28. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/sitemap_xml.py +0 -0
  29. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/title.py +0 -0
  30. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/twitter_card.py +0 -0
  31. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/cli.py +0 -0
  32. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/cli_lib.py +0 -0
  33. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/config.py +0 -0
  34. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/errors.py +0 -0
  35. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/fetch_utils.py +0 -0
  36. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/fleet.py +0 -0
  37. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/format.py +0 -0
  38. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/html_util.py +0 -0
  39. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/init.py +0 -0
  40. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/py.typed +0 -0
  41. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/report_file.py +0 -0
  42. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/runner.py +0 -0
  43. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/site_resources.py +0 -0
  44. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/slugify.py +0 -0
  45. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/types.py +0 -0
  46. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/__init__.py +0 -0
  47. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/conftest.py +0 -0
  48. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_checks_geo.py +0 -0
  49. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_checks_technical.py +0 -0
  50. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_cli.py +0 -0
  51. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_config.py +0 -0
  52. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_e2e.py +0 -0
  53. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_fetch_utils.py +0 -0
  54. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_fleet.py +0 -0
  55. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_format.py +0 -0
  56. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_html_util.py +0 -0
  57. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_init.py +0 -0
  58. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_report_file.py +0 -0
  59. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_runner.py +0 -0
  60. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_site_resources.py +0 -0
  61. {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_slugify.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seofleet-cli
3
- Version: 0.2.0
4
- Summary: Zero-config, cross-platform SEO and GEO (generative engine optimization) checker: 12 checks against a live site, plus multi-site fleet mode, in pure Python with no extra runtime toolchain.
3
+ Version: 0.2.2
4
+ Summary: DEPRECATED: this package has been renamed to llmscout-cli. Install with: pip install llmscout-cli. See https://github.com/RudrenduPaul/LLMScout
5
5
  Project-URL: Homepage, https://github.com/RudrenduPaul/SeoFleet
6
6
  Project-URL: Repository, https://github.com/RudrenduPaul/SeoFleet
7
7
  Project-URL: Bug Tracker, https://github.com/RudrenduPaul/SeoFleet/issues
@@ -13,7 +13,7 @@ Author: Rudrendu Paul, Sourav Nandy
13
13
  License-Expression: MIT
14
14
  License-File: LICENSE
15
15
  Keywords: agent-native,cli,developer-tools,generative-engine-optimization,geo,seo,website-audit
16
- Classifier: Development Status :: 3 - Alpha
16
+ Classifier: Development Status :: 7 - Inactive
17
17
  Classifier: Environment :: Console
18
18
  Classifier: Intended Audience :: Developers
19
19
  Classifier: License :: OSI Approved :: MIT License
@@ -33,7 +33,17 @@ Requires-Dist: pytest<9,>=7.0; extra == 'dev'
33
33
  Requires-Dist: twine<7,>=5.0; extra == 'dev'
34
34
  Description-Content-Type: text/markdown
35
35
 
36
- # seofleet-cli (Python)
36
+ # seofleet-cli (Python) — DEPRECATED
37
+
38
+ **This package has been renamed to `llmscout-cli`.** Install with:
39
+
40
+ ```bash
41
+ pip install llmscout-cli
42
+ ```
43
+
44
+ See [github.com/RudrenduPaul/LLMScout](https://github.com/RudrenduPaul/LLMScout) for the current project. No further releases will be published under the `seofleet-cli` name.
45
+
46
+ ---
37
47
 
38
48
  Zero-config SEO and GEO (generative engine optimization) checker: 21 checks
39
49
  against a live site, plus a multi-site fleet mode for agencies checking
@@ -1,4 +1,14 @@
1
- # seofleet-cli (Python)
1
+ # seofleet-cli (Python) — DEPRECATED
2
+
3
+ **This package has been renamed to `llmscout-cli`.** Install with:
4
+
5
+ ```bash
6
+ pip install llmscout-cli
7
+ ```
8
+
9
+ See [github.com/RudrenduPaul/LLMScout](https://github.com/RudrenduPaul/LLMScout) for the current project. No further releases will be published under the `seofleet-cli` name.
10
+
11
+ ---
2
12
 
3
13
  Zero-config SEO and GEO (generative engine optimization) checker: 21 checks
4
14
  against a live site, plus a multi-site fleet mode for agencies checking
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "seofleet-cli"
7
- version = "0.2.0"
8
- description = "Zero-config, cross-platform SEO and GEO (generative engine optimization) checker: 12 checks against a live site, plus multi-site fleet mode, in pure Python with no extra runtime toolchain."
7
+ version = "0.2.2"
8
+ description = "DEPRECATED: this package has been renamed to llmscout-cli. Install with: pip install llmscout-cli. See https://github.com/RudrenduPaul/LLMScout"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
11
11
  license = "MIT"
@@ -15,7 +15,7 @@ authors = [
15
15
  ]
16
16
  keywords = ["seo", "geo", "generative-engine-optimization", "cli", "agent-native", "website-audit", "developer-tools"]
17
17
  classifiers = [
18
- "Development Status :: 3 - Alpha",
18
+ "Development Status :: 7 - Inactive",
19
19
  "Environment :: Console",
20
20
  "Intended Audience :: Developers",
21
21
  "License :: OSI Approved :: MIT License",
File without changes
File without changes