youplot 1.0.0__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.
@@ -0,0 +1,30 @@
1
+ youplot/__init__.py,sha256=UnhFaLj8Cn31JrxoYSUq4zeUbuxz_b7TE08py2YneBk,1245
2
+ youplot/figure.py,sha256=HwCbVrn18nvkhbCNYmB370X9b0gj0BnPfNU5WBgzeZE,19056
3
+ youplot/colors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ youplot/colors/palette.py,sha256=dYl-E8jCzaDe3gEZaWMSeB6D48HFsVqY3hceQ90YWL4,3080
5
+ youplot/examples/basic_line.py,sha256=VM74Pko4fpM4pq0exodNlzv1Jnl_BSkk4XhzjCDZJVU,6186
6
+ youplot/options/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ youplot/options/annotations.py,sha256=xGmT9o4CLJw0bMZ5KyOfU_9Jf7Zhg2cgItPs3qm-vvk,1440
8
+ youplot/options/axes.py,sha256=qv7uXNzDVYTJRDN8ft5yINCWSO78Dx0BP8lusSaYTUU,574
9
+ youplot/render/css.py,sha256=yf189J8yDWArNkabut9QOIS_XQzw6OXNVvxH4ydNMfE,14006
10
+ youplot/render/html.py,sha256=pzO53ULkTGqxp9MZ0nXAvPbog9nvC5P2XdqtTjNFfyY,12860
11
+ youplot/render/js.py,sha256=mITj0dleh6jfVuoiqH09GPm4uNAVnMaiZ-ODHU4dA_Y,46779
12
+ youplot/render/scatter_js.py,sha256=N7dCSeGIjQmdTeH2d0IyD_-wmjv7959vXZtD40AnhWs,10145
13
+ youplot/render/serializer.py,sha256=lQOGNv21kc1Kdr4wKLDHKdhOh7TNRdKNIshKuHk8QAs,8762
14
+ youplot/series/__init__.py,sha256=WX5n3k4iYzIQYdTCCx5rR_0gk7PqYBgnGfqqq3mU12w,92
15
+ youplot/series/line.py,sha256=v7rc0Gy-jFWbdYQ1hdo8gQq6VTy18c3NjgnD6susBxs,4078
16
+ youplot/series/scatter.py,sha256=ZdLxjCF2_pRq1QdF93e54Pe2QfrbcNFJvims7bvuVbI,4548
17
+ youplot/themes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ youplot/themes/base.py,sha256=ywlcEdC1RuSLfnOWfFuHK1P_VI666bTRaEUzsues8_A,2610
19
+ youplot/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
+ youplot/utils/browser.py,sha256=1KrnXO-M-PY9nKf-Iu53acBOKzdMTb4T0LAsOGDWtrk,650
21
+ youplot/utils/data.py,sha256=CSTtxbYOdbf-wNqL7O-jG4AUWoSwIj_OeWrV7mH73cI,4143
22
+ youplot/vendor/__init__.py,sha256=K7Hqc5TZLF1AKYibUPpBv1XyksmC_uvcr2IPDIkoazE,372
23
+ youplot/vendor/uplot.iife.min.js,sha256=LSforT0igWRSXOIT-dxxbzm0467gzHc_s0kcls9JIaI,50312
24
+ youplot/vendor/uplot.min.css,sha256=32MMao1vjur_JktQ9zzlsRT2Rv_ZoLt08EmwoAE1-gQ,1857
25
+ youplot/vendor/__pycache__/__init__.cpython-311.pyc,sha256=jJHQVLyFIg72824OpBrZA-AzBJ1X3rhJzSrvhdmRZ1I,1454
26
+ youplot-1.0.0.dist-info/licenses/LICENSE,sha256=rWMXoGACmj9y4JmobVd2587N-d_LQ_i1wMB3wsRTnM4,1077
27
+ youplot-1.0.0.dist-info/METADATA,sha256=qdd_7YeH1tJQZXQoJlAMAcamA1Vm22u-6KSkOZo3Yf0,6707
28
+ youplot-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
29
+ youplot-1.0.0.dist-info/top_level.txt,sha256=KjZZhJD7xntjkmplx3E1x_FRxYFLSOco8IVHn8N8Y84,8
30
+ youplot-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 youplot contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ youplot