plotext-plus 1.0.3__tar.gz → 1.0.4__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.3 → plotext_plus-1.0.4}/PKG-INFO +1 -1
  2. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/pyproject.toml +1 -1
  3. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/plotext_cli.py +7 -0
  4. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/.gitignore +0 -0
  5. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/LICENSE +0 -0
  6. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/README.md +0 -0
  7. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/api.md +0 -0
  8. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/aspect.md +0 -0
  9. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/bar.md +0 -0
  10. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/basic.md +0 -0
  11. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/chart_classes.md +0 -0
  12. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/datetime.md +0 -0
  13. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/decorator.md +0 -0
  14. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/environments.md +0 -0
  15. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/image.md +0 -0
  16. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/mcp-server.md +0 -0
  17. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/notes.md +0 -0
  18. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/settings.md +0 -0
  19. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/special.md +0 -0
  20. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/subplots.md +0 -0
  21. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/themes.md +0 -0
  22. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/utilities.md +0 -0
  23. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/video.md +0 -0
  24. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/advanced_features.py +0 -0
  25. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/basic_plots.py +0 -0
  26. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/chart_classes_demo.py +0 -0
  27. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/interactive_demo.py +0 -0
  28. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/theme_showcase_demo.py +0 -0
  29. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/__init__.py +0 -0
  30. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/__main__.py +0 -0
  31. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_api.py +0 -0
  32. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_build.py +0 -0
  33. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_core.py +0 -0
  34. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_date.py +0 -0
  35. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_default.py +0 -0
  36. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_dict.py +0 -0
  37. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_doc.py +0 -0
  38. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_doc_utils.py +0 -0
  39. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_figure.py +0 -0
  40. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_global.py +0 -0
  41. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_matrix.py +0 -0
  42. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_monitor.py +0 -0
  43. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_output.py +0 -0
  44. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_shtab.py +0 -0
  45. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_themes.py +0 -0
  46. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_utility.py +0 -0
  47. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/api.py +0 -0
  48. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/charts.py +0 -0
  49. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/core.py +0 -0
  50. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/mcp_cli.py +0 -0
  51. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/mcp_server.py +0 -0
  52. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/plotting.py +0 -0
  53. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/themes.py +0 -0
  54. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/utilities.py +0 -0
  55. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/utils.py +0 -0
  56. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/__init__.py +0 -0
  57. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_chart_classes.py +0 -0
  58. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_image_video.py +0 -0
  59. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_integration.py +0 -0
  60. {plotext_plus-1.0.3 → plotext_plus-1.0.4}/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
3
+ Version: 1.0.4
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.3"
3
+ version = "1.0.4"
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"}
@@ -245,6 +245,13 @@ def main(argv = None):
245
245
  type = args.type
246
246
  first_row = 0
247
247
  if type != "youtube":
248
+ # Handle case when path is not provided (no subcommand)
249
+ if not hasattr(args, 'path'):
250
+ print("Error: No subcommand provided. Use --help to see available commands.")
251
+ print("Available commands: scatter, plot, plotter, bar, hist, image, gif, video, youtube")
252
+ print("Example: plotext_plus scatter --path test")
253
+ return
254
+
248
255
  path = args.path
249
256
  first_row = args.first_row
250
257
  clt = True if args.clear_terminal[-1] == 'True' else False
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