plotext-plus 1.0.11__tar.gz → 1.0.12__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 (69) hide show
  1. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/PKG-INFO +3 -3
  2. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/pyproject.toml +3 -3
  3. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_core.py +2 -0
  4. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/.gitignore +0 -0
  5. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/LICENSE +0 -0
  6. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/README.md +0 -0
  7. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/api.md +0 -0
  8. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/aspect.md +0 -0
  9. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/bar.md +0 -0
  10. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/basic.md +0 -0
  11. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/build.md +0 -0
  12. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/chart_classes.md +0 -0
  13. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/datetime.md +0 -0
  14. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/decorator.md +0 -0
  15. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/environments.md +0 -0
  16. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/image.md +0 -0
  17. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/mcp-server.md +0 -0
  18. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/notes.md +0 -0
  19. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/settings.md +0 -0
  20. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/special.md +0 -0
  21. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/subplots.md +0 -0
  22. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/themes.md +0 -0
  23. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/utilities.md +0 -0
  24. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/docs/video.md +0 -0
  25. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/examples/advanced_features.py +0 -0
  26. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/examples/basic_plots.py +0 -0
  27. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/examples/chart_classes_demo.py +0 -0
  28. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/examples/interactive_demo.py +0 -0
  29. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/examples/theme_showcase_demo.py +0 -0
  30. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/__init__.py +0 -0
  31. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/__main__.py +0 -0
  32. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_api.py +0 -0
  33. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_build.py +0 -0
  34. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_date.py +0 -0
  35. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_default.py +0 -0
  36. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_dict.py +0 -0
  37. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_doc.py +0 -0
  38. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_doc_utils.py +0 -0
  39. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_figure.py +0 -0
  40. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_global.py +0 -0
  41. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_matrix.py +0 -0
  42. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_monitor.py +0 -0
  43. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_output.py +0 -0
  44. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_shtab.py +0 -0
  45. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_themes.py +0 -0
  46. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/_utility.py +0 -0
  47. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/api.py +0 -0
  48. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/charts.py +0 -0
  49. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/core.py +0 -0
  50. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/mcp_cli.py +0 -0
  51. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/mcp_server.py +0 -0
  52. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/plotext_cli.py +0 -0
  53. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/plotting.py +0 -0
  54. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/themes.py +0 -0
  55. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/utilities.py +0 -0
  56. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/src/plotext_plus/utils.py +0 -0
  57. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/__init__.py +0 -0
  58. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_aspect_ratio.py +0 -0
  59. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_chart_classes.py +0 -0
  60. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_doughnut_simple.py +0 -0
  61. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_final_pie.py +0 -0
  62. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_image_video.py +0 -0
  63. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_integration.py +0 -0
  64. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_legend_colors.py +0 -0
  65. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_new_api.py +0 -0
  66. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_pie_chart.py +0 -0
  67. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_pie_fill.py +0 -0
  68. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_pie_gaps.py +0 -0
  69. {plotext_plus-1.0.11 → plotext_plus-1.0.12}/tests/test_pie_slices.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotext_plus
3
- Version: 1.0.11
3
+ Version: 1.0.12
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
@@ -23,7 +23,7 @@ Classifier: Topic :: Scientific/Engineering :: Visualization
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Classifier: Topic :: Terminals
25
25
  Requires-Python: >=3.11
26
- Requires-Dist: chuk-mcp-server>=0.3.5
26
+ Requires-Dist: chuk-mcp-server>=0.16.5
27
27
  Requires-Dist: chuk-term>=0.1.0
28
28
  Requires-Dist: shtab>=1.7.2
29
29
  Provides-Extra: completion
@@ -31,7 +31,7 @@ Requires-Dist: shtab; extra == 'completion'
31
31
  Provides-Extra: image
32
32
  Requires-Dist: pillow>=8.4; extra == 'image'
33
33
  Provides-Extra: mcp
34
- Requires-Dist: chuk-mcp-server>=0.3.5; extra == 'mcp'
34
+ Requires-Dist: chuk-mcp-server>=0.16.5; extra == 'mcp'
35
35
  Provides-Extra: video
36
36
  Requires-Dist: ffpyplayer>=4.3.5; extra == 'video'
37
37
  Requires-Dist: opencv-python>=4.5.5; extra == 'video'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plotext_plus"
3
- version = "1.0.11"
3
+ version = "1.0.12"
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"}
@@ -8,7 +8,7 @@ authors = [
8
8
  license = "MIT"
9
9
  requires-python = ">=3.11"
10
10
  dependencies = [
11
- "chuk-mcp-server>=0.3.5",
11
+ "chuk-mcp-server>=0.16.5",
12
12
  "chuk-term>=0.1.0",
13
13
  "shtab>=1.7.2",
14
14
  ]
@@ -46,7 +46,7 @@ video = [
46
46
  ]
47
47
  completion = ["shtab"]
48
48
  mcp = [
49
- "chuk-mcp-server>=0.3.5",
49
+ "chuk-mcp-server>=0.16.5",
50
50
  ]
51
51
 
52
52
  [project.scripts]
@@ -999,6 +999,8 @@ add(polygon)
999
999
  add(confusion_matrix)
1000
1000
  add(indicator)
1001
1001
 
1002
+ add(pie)
1003
+ add(heatmap)
1002
1004
  add(matrix_plot)
1003
1005
  add(image_plot)
1004
1006
 
File without changes
File without changes
File without changes
File without changes
File without changes