doc-fetch 2.2.0__tar.gz → 2.3.0__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.2.0 → doc_fetch-2.3.0}/PKG-INFO +11 -9
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/README.md +10 -8
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/PKG-INFO +11 -9
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/pyproject.toml +1 -1
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/setup.py +1 -1
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch/__init__.py +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch/__main__.py +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch/cli.py +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/SOURCES.txt +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/dependency_links.txt +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/entry_points.txt +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/not-zip-safe +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/doc_fetch.egg-info/top_level.txt +0 -0
- {doc_fetch-2.2.0 → doc_fetch-2.3.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doc-fetch
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
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
|
|
@@ -107,14 +107,16 @@ doc-fetch \
|
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
### Command Options
|
|
110
|
-
| Flag |
|
|
111
|
-
|
|
112
|
-
| `--url` |
|
|
113
|
-
| `--output` |
|
|
114
|
-
| `--depth` |
|
|
115
|
-
| `--concurrent` |
|
|
116
|
-
| `--llm-txt` |
|
|
117
|
-
| `--user-agent` |
|
|
110
|
+
| Flag | Description | Default |
|
|
111
|
+
|------|-------------|---------|
|
|
112
|
+
| `--url` | Base URL to fetch documentation from | **Required** |
|
|
113
|
+
| `--output` | Output file path | `docs.md` |
|
|
114
|
+
| `--depth` | Maximum crawl depth | `2` |
|
|
115
|
+
| `--concurrent` | Number of concurrent workers | `5` |
|
|
116
|
+
| `--llm-txt` | Generate AI-friendly llm.txt index | `false` |
|
|
117
|
+
| `--user-agent` | Custom user agent string | `DocFetch/1.0` |
|
|
118
|
+
|
|
119
|
+
**Note**: Short flags (e.g., `-c`, `-d`) have been removed for clarity. Use full flag names only.
|
|
118
120
|
|
|
119
121
|
## ⚡ Advanced Tips for Large Documentation Sites
|
|
120
122
|
|
|
@@ -76,14 +76,16 @@ doc-fetch \
|
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
### Command Options
|
|
79
|
-
| Flag |
|
|
80
|
-
|
|
81
|
-
| `--url` |
|
|
82
|
-
| `--output` |
|
|
83
|
-
| `--depth` |
|
|
84
|
-
| `--concurrent` |
|
|
85
|
-
| `--llm-txt` |
|
|
86
|
-
| `--user-agent` |
|
|
79
|
+
| Flag | Description | Default |
|
|
80
|
+
|------|-------------|---------|
|
|
81
|
+
| `--url` | Base URL to fetch documentation from | **Required** |
|
|
82
|
+
| `--output` | Output file path | `docs.md` |
|
|
83
|
+
| `--depth` | Maximum crawl depth | `2` |
|
|
84
|
+
| `--concurrent` | Number of concurrent workers | `5` |
|
|
85
|
+
| `--llm-txt` | Generate AI-friendly llm.txt index | `false` |
|
|
86
|
+
| `--user-agent` | Custom user agent string | `DocFetch/1.0` |
|
|
87
|
+
|
|
88
|
+
**Note**: Short flags (e.g., `-c`, `-d`) have been removed for clarity. Use full flag names only.
|
|
87
89
|
|
|
88
90
|
## ⚡ Advanced Tips for Large Documentation Sites
|
|
89
91
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doc-fetch
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
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
|
|
@@ -107,14 +107,16 @@ doc-fetch \
|
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
### Command Options
|
|
110
|
-
| Flag |
|
|
111
|
-
|
|
112
|
-
| `--url` |
|
|
113
|
-
| `--output` |
|
|
114
|
-
| `--depth` |
|
|
115
|
-
| `--concurrent` |
|
|
116
|
-
| `--llm-txt` |
|
|
117
|
-
| `--user-agent` |
|
|
110
|
+
| Flag | Description | Default |
|
|
111
|
+
|------|-------------|---------|
|
|
112
|
+
| `--url` | Base URL to fetch documentation from | **Required** |
|
|
113
|
+
| `--output` | Output file path | `docs.md` |
|
|
114
|
+
| `--depth` | Maximum crawl depth | `2` |
|
|
115
|
+
| `--concurrent` | Number of concurrent workers | `5` |
|
|
116
|
+
| `--llm-txt` | Generate AI-friendly llm.txt index | `false` |
|
|
117
|
+
| `--user-agent` | Custom user agent string | `DocFetch/1.0` |
|
|
118
|
+
|
|
119
|
+
**Note**: Short flags (e.g., `-c`, `-d`) have been removed for clarity. Use full flag names only.
|
|
118
120
|
|
|
119
121
|
## ⚡ Advanced Tips for Large Documentation Sites
|
|
120
122
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "doc-fetch"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.3.0"
|
|
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.
|
|
121
|
+
version="2.3.0",
|
|
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
|