plotext-plus 1.0.8__py3-none-any.whl → 1.0.10__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.
- plotext_plus/__init__.py +20 -15
- plotext_plus/__main__.py +1 -0
- plotext_plus/_api.py +632 -371
- plotext_plus/_build.py +765 -149
- plotext_plus/_core.py +609 -164
- plotext_plus/_date.py +50 -32
- plotext_plus/_default.py +35 -28
- plotext_plus/_dict.py +807 -103
- plotext_plus/_doc.py +867 -296
- plotext_plus/_doc_utils.py +279 -245
- plotext_plus/_figure.py +1295 -303
- plotext_plus/_global.py +238 -140
- plotext_plus/_matrix.py +217 -63
- plotext_plus/_monitor.py +1036 -489
- plotext_plus/_output.py +29 -23
- plotext_plus/_shtab.py +2 -0
- plotext_plus/_themes.py +363 -247
- plotext_plus/_utility.py +581 -313
- plotext_plus/api.py +418 -332
- plotext_plus/charts.py +47 -24
- plotext_plus/core.py +570 -177
- plotext_plus/mcp_cli.py +15 -13
- plotext_plus/mcp_server.py +842 -166
- plotext_plus/plotext_cli.py +414 -275
- plotext_plus/plotting.py +86 -70
- plotext_plus/themes.py +10 -13
- plotext_plus/utilities.py +33 -33
- plotext_plus/utils.py +240 -140
- {plotext_plus-1.0.8.dist-info → plotext_plus-1.0.10.dist-info}/METADATA +7 -2
- plotext_plus-1.0.10.dist-info/RECORD +33 -0
- plotext_plus-1.0.8.dist-info/RECORD +0 -33
- {plotext_plus-1.0.8.dist-info → plotext_plus-1.0.10.dist-info}/WHEEL +0 -0
- {plotext_plus-1.0.8.dist-info → plotext_plus-1.0.10.dist-info}/entry_points.txt +0 -0
- {plotext_plus-1.0.8.dist-info → plotext_plus-1.0.10.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
plotext_plus/__init__.py,sha256=3CmBuKyz8BYO9JIWeYfq9T_eLCPMAGI1sV2zUszlozs,1082
|
|
2
|
+
plotext_plus/__main__.py,sha256=vmYJDjjpw-FjilHOJlaCKYEng-CBqfEpKOBuWbqa6D0,38
|
|
3
|
+
plotext_plus/_api.py,sha256=dNBT3Je2Xh1ymW1vhMV3fuSqXeor2ejwyyjWxZJRTtg,36283
|
|
4
|
+
plotext_plus/_build.py,sha256=vGsfYfsuI5-9ZQJjyF2a9H0dHEoLcgpvfa2FRNh4ZjQ,30413
|
|
5
|
+
plotext_plus/_core.py,sha256=dDmqlk7-YUXL5D-xuAB6wN0LovSJC2yHAIvDNy9qa5E,23535
|
|
6
|
+
plotext_plus/_date.py,sha256=20bJuv_FOec5_-_PjFxPQGLTNuxQSVAPW8GhEu5Tydg,3025
|
|
7
|
+
plotext_plus/_default.py,sha256=aodojft_t8VLbSAHCBYgzE4EtZr0E_H-v9KXvHEUirk,3366
|
|
8
|
+
plotext_plus/_dict.py,sha256=Wzr8h11a1ASKb7RAi4_VwjSz2KMerAd7y0jXlNK60fQ,27199
|
|
9
|
+
plotext_plus/_doc.py,sha256=DFCgDQfRAFDnn8A6aJNUhprf_PloCV4jEBF1gvEPlc4,39243
|
|
10
|
+
plotext_plus/_doc_utils.py,sha256=HFCE_6l8e-Y_2DfcW5DB033d2EKxnX5IKJmDBEK6kSY,10979
|
|
11
|
+
plotext_plus/_figure.py,sha256=gMGIaoHb8GOFkwEMYUycd8ma4sO9KTO6mHeXESPy1k0,45688
|
|
12
|
+
plotext_plus/_global.py,sha256=wjZSoT6EPMrjcATwmc4oBF5A4kmif5XWVhve-vAl0UE,15855
|
|
13
|
+
plotext_plus/_matrix.py,sha256=c7N-uOFfmhfWdZyBFD-rPUzOFT9tfL52jrfQnO1kWFI,10239
|
|
14
|
+
plotext_plus/_monitor.py,sha256=nndSLe_y_Nk7T_UX-1jSab4DoU77F-vWsndAvAmNKQs,69165
|
|
15
|
+
plotext_plus/_output.py,sha256=vUa6IS00ZC9k2x0HYCV27i03i4WoEG6s6FxjcohFrjA,4182
|
|
16
|
+
plotext_plus/_shtab.py,sha256=p1QZscXWqwQwHicnBqHLxkN2IqHkzC7FMdwLXs-ln8Q,283
|
|
17
|
+
plotext_plus/_themes.py,sha256=ENXwQvGuPrjoKVGN8thBXshy25DR64JYZ15rI_HQh2U,15723
|
|
18
|
+
plotext_plus/_utility.py,sha256=GXjMuAwxEStnZqdzieVUtv6N01XdYxEBI9cvWn3Sdzc,35237
|
|
19
|
+
plotext_plus/api.py,sha256=Q-aO_vzHKLohENjs6PYn-1l3DyzT47Mx_tuJTR6cT5k,28993
|
|
20
|
+
plotext_plus/charts.py,sha256=MhpvnLoXe5bZWhrgaSBuvfE66CQj5fYZooyfoO8Ri9k,1670
|
|
21
|
+
plotext_plus/core.py,sha256=OGPlp9zi59Lyf6zJBMROv6kvZU-GGxpRG0Z3HEvKJKs,20995
|
|
22
|
+
plotext_plus/mcp_cli.py,sha256=aHKOVxttGtZQFoYd0FeYFM8B-iqJYFuhVHgtxqxKYR8,2847
|
|
23
|
+
plotext_plus/mcp_server.py,sha256=Tu2wQK_G0-MS6VSX9bCrpMEzmtvOrmPdD7UTflYCJUc,50235
|
|
24
|
+
plotext_plus/plotext_cli.py,sha256=wMF4_RG0Nen6cI5tSpVLKvaDqDu8kkhn3jts28gjvfU,15570
|
|
25
|
+
plotext_plus/plotting.py,sha256=9nvfepoS_PcnnENPoowHd6qGr6bKBSGuBvy7XrzsHkQ,2627
|
|
26
|
+
plotext_plus/themes.py,sha256=Pl6gD3vFPdsYrb4CCLjbN-rIQsf8cgNXeYTyB9Qd7I0,744
|
|
27
|
+
plotext_plus/utilities.py,sha256=3B3cQ-9zqISI0eRNrcOc18_DFlUNv88oxqdl39tx-HQ,1338
|
|
28
|
+
plotext_plus/utils.py,sha256=jlCF4TuxDqVeT5KoWt4dyvqqk-_p1znUHn4d2HXLiec,15942
|
|
29
|
+
plotext_plus-1.0.10.dist-info/METADATA,sha256=ypcoVk4y9-bk2CyiYBYZQlUpPZqwfKTOjmikf5EISWA,11617
|
|
30
|
+
plotext_plus-1.0.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
31
|
+
plotext_plus-1.0.10.dist-info/entry_points.txt,sha256=XocAh2z8hTGtuQL1zEcGTulrgfZ2g5UMyHSV-JOSNN8,103
|
|
32
|
+
plotext_plus-1.0.10.dist-info/licenses/LICENSE,sha256=MkgUiRFwIvXwUVDEPy11uIULq7pGDHpIulD4KulsjnM,1150
|
|
33
|
+
plotext_plus-1.0.10.dist-info/RECORD,,
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
plotext_plus/__init__.py,sha256=ZqQT3ybOtVRB4rY406K_RzBZ3CJ1Z3z2FZU0J_Wwc04,855
|
|
2
|
-
plotext_plus/__main__.py,sha256=UkpSWVzOAfWBm3O1jyN1QO6KILQWhaSw4DcIdohJlbI,37
|
|
3
|
-
plotext_plus/_api.py,sha256=EwP0LePRoqvid0IyqhYZzCKTTknAbspa4R2WeVGhxk8,31026
|
|
4
|
-
plotext_plus/_build.py,sha256=sW7Fm2hYEkRDFapbk_B7sp7u9addBOzFH9MSULn54U8,20936
|
|
5
|
-
plotext_plus/_core.py,sha256=sP3WIzXFO4ltdNX-QXm00Duc4GXe71b8gI02kb1DrkM,22025
|
|
6
|
-
plotext_plus/_date.py,sha256=kTjx-_df5M0yvUTJlg1LqGyDRLxOL2or0op6Si0CUU0,2879
|
|
7
|
-
plotext_plus/_default.py,sha256=bbPO60SFziIpPOI8jY6xtP3urri0H2vhYzwasfmybz4,3316
|
|
8
|
-
plotext_plus/_dict.py,sha256=I9Wb2YZauMaHjv-1p4oyQ4kRncvhjJGXzwHefeVirMI,21832
|
|
9
|
-
plotext_plus/_doc.py,sha256=qJ--cy1sssH_1EDDkrcOtLeAHahmdqSaYyhOrj4gk54,37183
|
|
10
|
-
plotext_plus/_doc_utils.py,sha256=vVwtDnAJ7vVUafL9zulkILXupGNK3v3Z9aeddX1F828,10397
|
|
11
|
-
plotext_plus/_figure.py,sha256=xLkCqi5nu8NHY9Lv9Zo2jcg-5BP07ggkJ35rs8peSiY,31924
|
|
12
|
-
plotext_plus/_global.py,sha256=NFEupN17WY2Xk4EgDY-On_1J3MOvwNBYubnt6Rg8QW4,15387
|
|
13
|
-
plotext_plus/_matrix.py,sha256=e4sHwghNZeclBORUgWc5BZxdfqoH0yDeh49XymPNHlY,8298
|
|
14
|
-
plotext_plus/_monitor.py,sha256=TH-WC2qQj-GRMxtrcvHdgXi67VPsY4_xSGr9kJWJMtI,62946
|
|
15
|
-
plotext_plus/_output.py,sha256=9hBPOum2R6FA1EgIyIMgkMsL7DjtSpX3En8zXGbdx-c,4315
|
|
16
|
-
plotext_plus/_shtab.py,sha256=l1bDdxUbbg5urjNjyC5agbdiYu-OLbruRJZ_AuyirbQ,281
|
|
17
|
-
plotext_plus/_themes.py,sha256=2KQFpAxBvksV_iE8QCMs3lbjq5Tv2TsK_OQLiRg5Gmg,14177
|
|
18
|
-
plotext_plus/_utility.py,sha256=kp5FvE5kooOw0fcVfK_k4o0Fr9ClyFIXMYh4BiXOMlc,32918
|
|
19
|
-
plotext_plus/api.py,sha256=56xYn9uzkMe88iELbanRQ-12bC8Rvv2Jk0BX45Fk8zY,28424
|
|
20
|
-
plotext_plus/charts.py,sha256=VfL0keEo02TPwjUZ6eNFx2q2qOTpiVoq_igL5rGE-gY,1315
|
|
21
|
-
plotext_plus/core.py,sha256=k6g2dYuHFcNevLJM0elkYupz7fC8Qqk_vLEyrXu2V3I,20668
|
|
22
|
-
plotext_plus/mcp_cli.py,sha256=otZaP1tolvAL2vx84TVNiTlFdJyDx1cMIMcbhqsSna8,2651
|
|
23
|
-
plotext_plus/mcp_server.py,sha256=96NOcmhi68QRnCa5Mcxrt27nM7aX9nnZYeY8xQwKeE0,28041
|
|
24
|
-
plotext_plus/plotext_cli.py,sha256=o3JmSNc7Ify4C6Wkva8x8QRh-pLeiD3VArc3E78xlVU,17677
|
|
25
|
-
plotext_plus/plotting.py,sha256=7YUISs2Aolqo-lMEX8amGfMNOSFV9zcSqlrEMwVK2RM,2063
|
|
26
|
-
plotext_plus/themes.py,sha256=xX6XqL2U-7MQmv-k1HU-UTSZRbTfv9op5_4ZRXm435g,725
|
|
27
|
-
plotext_plus/utilities.py,sha256=scdPDGf6po2rvEL5DX7y1pY41uxlCXTVVIo0w5qA8JE,1170
|
|
28
|
-
plotext_plus/utils.py,sha256=NFEupN17WY2Xk4EgDY-On_1J3MOvwNBYubnt6Rg8QW4,15387
|
|
29
|
-
plotext_plus-1.0.8.dist-info/METADATA,sha256=ef4BaFUFBVldc-p72EQyNiZGkwwoj39lUqijj00RVZc,11355
|
|
30
|
-
plotext_plus-1.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
31
|
-
plotext_plus-1.0.8.dist-info/entry_points.txt,sha256=XocAh2z8hTGtuQL1zEcGTulrgfZ2g5UMyHSV-JOSNN8,103
|
|
32
|
-
plotext_plus-1.0.8.dist-info/licenses/LICENSE,sha256=MkgUiRFwIvXwUVDEPy11uIULq7pGDHpIulD4KulsjnM,1150
|
|
33
|
-
plotext_plus-1.0.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|