content-core 1.2.3__py3-none-any.whl → 1.3.0__py3-none-any.whl
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 content-core might be problematic. Click here for more details.
- {content_core-1.2.3.dist-info → content_core-1.3.0.dist-info}/METADATA +10 -11
- {content_core-1.2.3.dist-info → content_core-1.3.0.dist-info}/RECORD +5 -5
- {content_core-1.2.3.dist-info → content_core-1.3.0.dist-info}/WHEEL +0 -0
- {content_core-1.2.3.dist-info → content_core-1.3.0.dist-info}/entry_points.txt +0 -0
- {content_core-1.2.3.dist-info → content_core-1.3.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: content-core
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Extract what matters from any media source. Available as Python Library, macOS Service, CLI and MCP Server
|
|
5
5
|
Author-email: LUIS NOVO <lfnovo@gmail.com>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -11,6 +11,7 @@ Requires-Dist: asciidoc>=10.2.1
|
|
|
11
11
|
Requires-Dist: bs4>=0.0.2
|
|
12
12
|
Requires-Dist: dicttoxml>=1.7.16
|
|
13
13
|
Requires-Dist: esperanto>=1.2.0
|
|
14
|
+
Requires-Dist: fastmcp>=0.5.0
|
|
14
15
|
Requires-Dist: firecrawl-py>=2.7.0
|
|
15
16
|
Requires-Dist: jinja2>=3.1.6
|
|
16
17
|
Requires-Dist: langdetect>=1.0.9
|
|
@@ -32,8 +33,6 @@ Requires-Dist: validators>=0.34.0
|
|
|
32
33
|
Requires-Dist: youtube-transcript-api>=1.0.3
|
|
33
34
|
Provides-Extra: docling
|
|
34
35
|
Requires-Dist: docling>=2.34.0; extra == 'docling'
|
|
35
|
-
Provides-Extra: mcp
|
|
36
|
-
Requires-Dist: fastmcp>=0.5.0; extra == 'mcp'
|
|
37
36
|
Description-Content-Type: text/markdown
|
|
38
37
|
|
|
39
38
|
# Content Core
|
|
@@ -118,11 +117,11 @@ pip install content-core
|
|
|
118
117
|
# With enhanced document processing (adds Docling)
|
|
119
118
|
pip install content-core[docling]
|
|
120
119
|
|
|
121
|
-
# With MCP server support
|
|
122
|
-
pip install content-core
|
|
120
|
+
# With MCP server support (now included by default)
|
|
121
|
+
pip install content-core
|
|
123
122
|
|
|
124
|
-
# Full installation
|
|
125
|
-
pip install content-core[docling
|
|
123
|
+
# Full installation (with enhanced document processing)
|
|
124
|
+
pip install content-core[docling]
|
|
126
125
|
```
|
|
127
126
|
|
|
128
127
|
Alternatively, if you’re developing locally:
|
|
@@ -268,11 +267,11 @@ Content Core includes a Model Context Protocol (MCP) server that enables seamles
|
|
|
268
267
|
### Quick Setup with Claude Desktop
|
|
269
268
|
|
|
270
269
|
```bash
|
|
271
|
-
# Install
|
|
272
|
-
pip install content-core
|
|
270
|
+
# Install Content Core (MCP server included)
|
|
271
|
+
pip install content-core
|
|
273
272
|
|
|
274
273
|
# Or use directly with uvx (no installation required)
|
|
275
|
-
uvx --from "content-core
|
|
274
|
+
uvx --from "content-core" content-core-mcp
|
|
276
275
|
```
|
|
277
276
|
|
|
278
277
|
Add to your `claude_desktop_config.json`:
|
|
@@ -283,7 +282,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
283
282
|
"command": "uvx",
|
|
284
283
|
"args": [
|
|
285
284
|
"--from",
|
|
286
|
-
"content-core
|
|
285
|
+
"content-core",
|
|
287
286
|
"content-core-mcp"
|
|
288
287
|
]
|
|
289
288
|
}
|
|
@@ -35,8 +35,8 @@ content_core/tools/__init__.py,sha256=DuJmd7fE-NpDvLP8IW1XY5MUkAQcdks52rn2jk4N8j
|
|
|
35
35
|
content_core/tools/cleanup.py,sha256=5IdKedsFyRQMdYzgFSKtsfyxJldbroXQXHesHICNENI,523
|
|
36
36
|
content_core/tools/extract.py,sha256=-r2_jsuMMXyXxGVqWhh1ilNPo_UMYAbw3Pkp1FzPy5g,577
|
|
37
37
|
content_core/tools/summarize.py,sha256=DPfeglLWB08q8SvHrsKpOKZ35XjduUDs2J02ISwjdj0,596
|
|
38
|
-
content_core-1.
|
|
39
|
-
content_core-1.
|
|
40
|
-
content_core-1.
|
|
41
|
-
content_core-1.
|
|
42
|
-
content_core-1.
|
|
38
|
+
content_core-1.3.0.dist-info/METADATA,sha256=tT8CQXeG9PgSiXM--nSFj9OsNdH7ybXwF9WNYjO7IR4,19696
|
|
39
|
+
content_core-1.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
40
|
+
content_core-1.3.0.dist-info/entry_points.txt,sha256=ifbBxw37b7gAxZXoduS15KtqHuMHuU58STRkEmgM2zA,147
|
|
41
|
+
content_core-1.3.0.dist-info/licenses/LICENSE,sha256=myj0z2T4qIkenCgLsRfx7Wk6UqCQNj5c7O14Qx4zpGg,1066
|
|
42
|
+
content_core-1.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|