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.
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/PKG-INFO +1 -1
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/pyproject.toml +1 -1
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/plotext_cli.py +7 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/.gitignore +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/LICENSE +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/README.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/api.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/aspect.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/bar.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/basic.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/chart_classes.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/datetime.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/decorator.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/environments.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/image.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/mcp-server.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/notes.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/settings.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/special.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/subplots.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/themes.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/utilities.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/docs/video.md +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/advanced_features.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/basic_plots.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/chart_classes_demo.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/interactive_demo.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/examples/theme_showcase_demo.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/__init__.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/__main__.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_api.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_build.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_core.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_date.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_default.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_dict.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_doc.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_doc_utils.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_figure.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_global.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_matrix.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_monitor.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_output.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_shtab.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_themes.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/_utility.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/api.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/charts.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/core.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/mcp_cli.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/mcp_server.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/plotting.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/themes.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/utilities.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/src/plotext_plus/utils.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/__init__.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_chart_classes.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_image_video.py +0 -0
- {plotext_plus-1.0.3 → plotext_plus-1.0.4}/tests/test_integration.py +0 -0
- {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
|
+
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
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|