plotext-plus 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl

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.
@@ -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
@@ -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
@@ -21,13 +21,13 @@ plotext_plus/charts.py,sha256=jQcIe_9MQBFN845l-11-VIhnaYjTca6hxkQhnc_j4dY,1263
21
21
  plotext_plus/core.py,sha256=k6g2dYuHFcNevLJM0elkYupz7fC8Qqk_vLEyrXu2V3I,20668
22
22
  plotext_plus/mcp_cli.py,sha256=otZaP1tolvAL2vx84TVNiTlFdJyDx1cMIMcbhqsSna8,2651
23
23
  plotext_plus/mcp_server.py,sha256=6DW98E38TTR8OfTp-nBumcQf9Djz1w5980ueN2_O12M,14528
24
- plotext_plus/plotext_cli.py,sha256=fFZLxV2TNtZwdUFy-RCq_9CoS-f7SM5H6AwIg2CUvIQ,17291
24
+ plotext_plus/plotext_cli.py,sha256=o3JmSNc7Ify4C6Wkva8x8QRh-pLeiD3VArc3E78xlVU,17677
25
25
  plotext_plus/plotting.py,sha256=upSC-HTcamuWV89G-GkLWH2ClzhezZKVd1FLgskJg08,2059
26
26
  plotext_plus/themes.py,sha256=xX6XqL2U-7MQmv-k1HU-UTSZRbTfv9op5_4ZRXm435g,725
27
27
  plotext_plus/utilities.py,sha256=scdPDGf6po2rvEL5DX7y1pY41uxlCXTVVIo0w5qA8JE,1170
28
28
  plotext_plus/utils.py,sha256=NFEupN17WY2Xk4EgDY-On_1J3MOvwNBYubnt6Rg8QW4,15387
29
- plotext_plus-1.0.3.dist-info/METADATA,sha256=n5t7J1BpIThg9Dvp6uMiEsma3aLSHcleS_3UrHPHTRw,11404
30
- plotext_plus-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
- plotext_plus-1.0.3.dist-info/entry_points.txt,sha256=XocAh2z8hTGtuQL1zEcGTulrgfZ2g5UMyHSV-JOSNN8,103
32
- plotext_plus-1.0.3.dist-info/licenses/LICENSE,sha256=MkgUiRFwIvXwUVDEPy11uIULq7pGDHpIulD4KulsjnM,1150
33
- plotext_plus-1.0.3.dist-info/RECORD,,
29
+ plotext_plus-1.0.4.dist-info/METADATA,sha256=fdVyABMbM9BrB2s0LiZpzxFKbLem3MrJSFtKofI8Jbk,11404
30
+ plotext_plus-1.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
+ plotext_plus-1.0.4.dist-info/entry_points.txt,sha256=XocAh2z8hTGtuQL1zEcGTulrgfZ2g5UMyHSV-JOSNN8,103
32
+ plotext_plus-1.0.4.dist-info/licenses/LICENSE,sha256=MkgUiRFwIvXwUVDEPy11uIULq7pGDHpIulD4KulsjnM,1150
33
+ plotext_plus-1.0.4.dist-info/RECORD,,