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.
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/PKG-INFO +14 -4
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/README.md +11 -1
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/pyproject.toml +3 -3
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/.gitignore +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/LICENSE +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/__init__.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/__init__.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/__init__.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/ai_crawler_directives.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/content_extraction.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/faq_schema.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/link_header.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/llms_txt.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/markdown_negotiation.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/organization_schema.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/speakable_schema.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/geo/structured_data.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/__init__.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/canonical.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/heading_structure.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/image_alt.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/image_weight.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/meta_description.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/open_graph.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/redirect_chain.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/robots_meta_directives.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/robots_txt.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/sitemap_xml.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/title.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/twitter_card.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/cli.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/cli_lib.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/config.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/errors.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/fetch_utils.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/fleet.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/format.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/html_util.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/init.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/py.typed +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/report_file.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/runner.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/site_resources.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/slugify.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/types.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/__init__.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/conftest.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_checks_geo.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_checks_technical.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_cli.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_config.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_e2e.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_fetch_utils.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_fleet.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_format.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_html_util.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_init.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_report_file.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_runner.py +0 -0
- {seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/tests/test_site_resources.py +0 -0
- {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.
|
|
4
|
-
Summary:
|
|
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 ::
|
|
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.
|
|
8
|
-
description = "
|
|
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 ::
|
|
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
|
|
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
|
{seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/heading_structure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seofleet_cli-0.2.0 → seofleet_cli-0.2.2}/src/seofleet/checks/technical/robots_meta_directives.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|