plotext-plus 1.0.13__tar.gz → 1.0.14__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.13 → plotext_plus-1.0.14}/PKG-INFO +1 -1
  2. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/pyproject.toml +1 -1
  3. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/mcp_server.py +2 -2
  4. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/.gitignore +0 -0
  5. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/LICENSE +0 -0
  6. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/README.md +0 -0
  7. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/api.md +0 -0
  8. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/aspect.md +0 -0
  9. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/bar.md +0 -0
  10. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/basic.md +0 -0
  11. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/build.md +0 -0
  12. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/chart_classes.md +0 -0
  13. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/datetime.md +0 -0
  14. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/decorator.md +0 -0
  15. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/environments.md +0 -0
  16. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/image.md +0 -0
  17. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/mcp-server.md +0 -0
  18. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/notes.md +0 -0
  19. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/settings.md +0 -0
  20. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/special.md +0 -0
  21. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/subplots.md +0 -0
  22. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/themes.md +0 -0
  23. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/utilities.md +0 -0
  24. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/docs/video.md +0 -0
  25. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/examples/advanced_features.py +0 -0
  26. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/examples/basic_plots.py +0 -0
  27. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/examples/chart_classes_demo.py +0 -0
  28. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/examples/interactive_demo.py +0 -0
  29. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/examples/theme_showcase_demo.py +0 -0
  30. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/__init__.py +0 -0
  31. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/__main__.py +0 -0
  32. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_api.py +0 -0
  33. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_build.py +0 -0
  34. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_core.py +0 -0
  35. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_date.py +0 -0
  36. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_default.py +0 -0
  37. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_dict.py +0 -0
  38. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_doc.py +0 -0
  39. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_doc_utils.py +0 -0
  40. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_figure.py +0 -0
  41. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_global.py +0 -0
  42. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_matrix.py +0 -0
  43. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_monitor.py +0 -0
  44. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_output.py +0 -0
  45. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_shtab.py +0 -0
  46. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_themes.py +0 -0
  47. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/_utility.py +0 -0
  48. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/api.py +0 -0
  49. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/charts.py +0 -0
  50. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/core.py +0 -0
  51. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/mcp_cli.py +0 -0
  52. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/plotext_cli.py +0 -0
  53. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/plotting.py +0 -0
  54. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/themes.py +0 -0
  55. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/utilities.py +0 -0
  56. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/src/plotext_plus/utils.py +0 -0
  57. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/__init__.py +0 -0
  58. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_aspect_ratio.py +0 -0
  59. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_chart_classes.py +0 -0
  60. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_doughnut_simple.py +0 -0
  61. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_final_pie.py +0 -0
  62. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_image_video.py +0 -0
  63. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_integration.py +0 -0
  64. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_legend_colors.py +0 -0
  65. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_new_api.py +0 -0
  66. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_pie_chart.py +0 -0
  67. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_pie_fill.py +0 -0
  68. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/tests/test_pie_gaps.py +0 -0
  69. {plotext_plus-1.0.13 → plotext_plus-1.0.14}/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.13
3
+ Version: 1.0.14
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plotext_plus"
3
- version = "1.0.13"
3
+ version = "1.0.14"
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"}
@@ -208,10 +208,10 @@ class PlotextPlusMCPServer(ChukMCPServer):
208
208
  """Get queued log notifications (for testing/debugging)."""
209
209
  return self.mcp_logging_handler.notification_queue.copy()
210
210
 
211
- def run_stdio(self, debug: bool | None = None) -> Any:
211
+ def run_stdio(self, debug: bool | None = None, log_level: str = 'warning') -> Any:
212
212
  """Override run_stdio to start the server with logging support."""
213
213
  # logging/setLevel is now natively supported in chuk-mcp-server
214
- result = super().run_stdio(debug)
214
+ result = super().run_stdio(debug, log_level=log_level)
215
215
  return result
216
216
 
217
217
  def run(self, host: str | None = None, port: int | None = None, debug: bool | None = None) -> Any:
File without changes
File without changes
File without changes
File without changes
File without changes