plotext-plus 1.0.4__tar.gz → 1.0.6__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.
Files changed (60) hide show
  1. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/PKG-INFO +1 -1
  2. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/mcp-server.md +40 -0
  3. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/pyproject.toml +1 -1
  4. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/.gitignore +0 -0
  5. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/LICENSE +0 -0
  6. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/README.md +0 -0
  7. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/api.md +0 -0
  8. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/aspect.md +0 -0
  9. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/bar.md +0 -0
  10. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/basic.md +0 -0
  11. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/chart_classes.md +0 -0
  12. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/datetime.md +0 -0
  13. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/decorator.md +0 -0
  14. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/environments.md +0 -0
  15. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/image.md +0 -0
  16. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/notes.md +0 -0
  17. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/settings.md +0 -0
  18. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/special.md +0 -0
  19. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/subplots.md +0 -0
  20. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/themes.md +0 -0
  21. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/utilities.md +0 -0
  22. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/docs/video.md +0 -0
  23. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/examples/advanced_features.py +0 -0
  24. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/examples/basic_plots.py +0 -0
  25. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/examples/chart_classes_demo.py +0 -0
  26. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/examples/interactive_demo.py +0 -0
  27. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/examples/theme_showcase_demo.py +0 -0
  28. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/__init__.py +0 -0
  29. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/__main__.py +0 -0
  30. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_api.py +0 -0
  31. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_build.py +0 -0
  32. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_core.py +0 -0
  33. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_date.py +0 -0
  34. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_default.py +0 -0
  35. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_dict.py +0 -0
  36. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_doc.py +0 -0
  37. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_doc_utils.py +0 -0
  38. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_figure.py +0 -0
  39. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_global.py +0 -0
  40. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_matrix.py +0 -0
  41. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_monitor.py +0 -0
  42. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_output.py +0 -0
  43. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_shtab.py +0 -0
  44. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_themes.py +0 -0
  45. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/_utility.py +0 -0
  46. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/api.py +0 -0
  47. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/charts.py +0 -0
  48. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/core.py +0 -0
  49. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/mcp_cli.py +0 -0
  50. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/mcp_server.py +0 -0
  51. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/plotext_cli.py +0 -0
  52. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/plotting.py +0 -0
  53. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/themes.py +0 -0
  54. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/utilities.py +0 -0
  55. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/src/plotext_plus/utils.py +0 -0
  56. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/tests/__init__.py +0 -0
  57. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/tests/test_chart_classes.py +0 -0
  58. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/tests/test_image_video.py +0 -0
  59. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/tests/test_integration.py +0 -0
  60. {plotext_plus-1.0.4 → plotext_plus-1.0.6}/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.4
3
+ Version: 1.0.6
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:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plotext_plus"
3
- version = "1.0.4"
3
+ version = "1.0.6"
4
4
  description = "Modern terminal plotting library with enhanced visual features, themes, and AI integration"
5
5
  authors = [
6
6
  {name = "Chris Mitchell", email = "chris@ccmitchellusa.com"}
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