plotext-plus 1.0.4__tar.gz → 1.0.5__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.
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/PKG-INFO +1 -1
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/mcp-server.md +40 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/pyproject.toml +1 -1
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/.gitignore +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/LICENSE +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/README.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/api.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/aspect.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/bar.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/basic.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/chart_classes.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/datetime.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/decorator.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/environments.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/image.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/notes.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/settings.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/special.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/subplots.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/themes.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/utilities.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/docs/video.md +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/examples/advanced_features.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/examples/basic_plots.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/examples/chart_classes_demo.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/examples/interactive_demo.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/examples/theme_showcase_demo.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/__init__.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/__main__.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_api.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_build.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_core.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_date.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_default.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_dict.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_doc.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_doc_utils.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_figure.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_global.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_matrix.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_monitor.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_output.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_shtab.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_themes.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/_utility.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/api.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/charts.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/core.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/mcp_cli.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/mcp_server.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/plotext_cli.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/plotting.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/themes.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/utilities.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/src/plotext_plus/utils.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/tests/__init__.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/tests/test_chart_classes.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/tests/test_image_video.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/tests/test_integration.py +0 -0
- {plotext_plus-1.0.4 → plotext_plus-1.0.5}/tests/test_new_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotext_plus
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: Modern terminal plotting library with enhanced visual features, themes, and AI integration
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccmitchellusa/plotext_plus
|
|
6
6
|
Project-URL: Repository, https://github.com/ccmitchellusa/plotext_plus.git
|
|
@@ -30,12 +30,19 @@ pip install plotext_plus[mcp]
|
|
|
30
30
|
|
|
31
31
|
# Install all optional features
|
|
32
32
|
uv add plotext_plus[image,video,mcp]
|
|
33
|
+
|
|
34
|
+
# Install as UV tool for easy access
|
|
35
|
+
uv tool install plotext_plus
|
|
33
36
|
```
|
|
34
37
|
|
|
35
38
|
## Usage
|
|
36
39
|
|
|
37
40
|
### Starting the Server
|
|
38
41
|
|
|
42
|
+
#### Method 1: Direct Installation (Recommended)
|
|
43
|
+
|
|
44
|
+
If you've installed plotext_plus as a UV tool or globally:
|
|
45
|
+
|
|
39
46
|
```bash
|
|
40
47
|
# Start the MCP server
|
|
41
48
|
plotext-mcp
|
|
@@ -47,6 +54,23 @@ plotext-mcp --info
|
|
|
47
54
|
plotext-mcp --version
|
|
48
55
|
```
|
|
49
56
|
|
|
57
|
+
#### Method 2: Using uvx (Alternative)
|
|
58
|
+
|
|
59
|
+
If you encounter issues with direct installation, use UV tool installation:
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
# Install plotext_plus as a UV tool
|
|
63
|
+
uv tool install plotext_plus
|
|
64
|
+
|
|
65
|
+
# Then run the MCP server directly
|
|
66
|
+
plotext-mcp
|
|
67
|
+
|
|
68
|
+
# Or use UV run for one-time execution
|
|
69
|
+
uv run plotext-mcp --info
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Note**: The uvx command `uvx --from plotext_plus plotext-mcp` doesn't work correctly because uvx tries to run the main plotext script with plotext-mcp as an argument. Use the methods above instead.
|
|
73
|
+
|
|
50
74
|
### Server Information
|
|
51
75
|
|
|
52
76
|
The `--info` command displays:
|
|
@@ -437,6 +461,22 @@ To use the plotext_plus MCP server with mcp-cli--an awesome terminal-based MCP h
|
|
|
437
461
|
}
|
|
438
462
|
```
|
|
439
463
|
|
|
464
|
+
### Alternative Configuration Using UV
|
|
465
|
+
|
|
466
|
+
If you prefer to use UV directly:
|
|
467
|
+
|
|
468
|
+
```json
|
|
469
|
+
{
|
|
470
|
+
"mcpServers": {
|
|
471
|
+
"plotext-plus": {
|
|
472
|
+
"command": "uv",
|
|
473
|
+
"args": ["run", "plotext-mcp"],
|
|
474
|
+
"env": {}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
```
|
|
479
|
+
|
|
440
480
|
## Using plotext_plus with mcp-cli for Charting
|
|
441
481
|
|
|
442
482
|
The plotext_plus MCP server provides seamless integration with mcp-cli, enabling powerful terminal-based data visualization workflows. Here's how to set up and use it effectively:
|
|
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
|
|
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
|