doc-fetch 2.4.0__tar.gz → 2.4.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.
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/PKG-INFO +1 -1
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/PKG-INFO +1 -1
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/pyproject.toml +1 -1
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/setup.py +1 -1
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/README.md +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch/__init__.py +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch/__main__.py +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch/cli.py +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/SOURCES.txt +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/dependency_links.txt +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/entry_points.txt +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/not-zip-safe +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/doc_fetch.egg-info/top_level.txt +0 -0
- {doc_fetch-2.4.0 → doc_fetch-2.4.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doc-fetch
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.2
|
|
4
4
|
Summary: Dynamic documentation fetching CLI that converts entire documentation sites to single markdown files for AI/LLM consumption
|
|
5
5
|
Home-page: https://github.com/AlphaTechini/doc-fetch
|
|
6
6
|
Author: AlphaTechini
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doc-fetch
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.2
|
|
4
4
|
Summary: Dynamic documentation fetching CLI that converts entire documentation sites to single markdown files for AI/LLM consumption
|
|
5
5
|
Home-page: https://github.com/AlphaTechini/doc-fetch
|
|
6
6
|
Author: AlphaTechini
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "doc-fetch"
|
|
7
|
-
version = "2.4.
|
|
7
|
+
version = "2.4.2"
|
|
8
8
|
description = "Dynamic documentation fetching CLI that converts entire documentation sites to single markdown files for AI/LLM consumption"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{name = "AlphaTechini", email = "rehobothokoibu@gmail.com"}]
|
|
@@ -118,7 +118,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
118
118
|
|
|
119
119
|
setup(
|
|
120
120
|
name="doc-fetch",
|
|
121
|
-
version="2.4.
|
|
121
|
+
version="2.4.2",
|
|
122
122
|
author="AlphaTechini",
|
|
123
123
|
author_email="rehobothokoibu@gmail.com",
|
|
124
124
|
description="Dynamic documentation fetching CLI that converts entire documentation sites to single markdown files for AI/LLM consumption",
|
|
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
|