klongpy 0.6.5__py3-none-any.whl → 0.6.7__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.
- {klongpy-0.6.5.dist-info → klongpy-0.6.7.dist-info}/METADATA +10 -10
- {klongpy-0.6.5.dist-info → klongpy-0.6.7.dist-info}/RECORD +6 -8
- {klongpy-0.6.5.dist-info → klongpy-0.6.7.dist-info}/WHEEL +1 -1
- klongpy/lib/qdict.kg +0 -12
- klongpy/lib/qstr.kg +0 -14
- {klongpy-0.6.5.data → klongpy-0.6.7.data}/scripts/kgpy +0 -0
- {klongpy-0.6.5.dist-info → klongpy-0.6.7.dist-info}/LICENSE +0 -0
- {klongpy-0.6.5.dist-info → klongpy-0.6.7.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: klongpy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
4
4
|
Summary: High-Performance Klong array language with rich Python integration.
|
|
5
5
|
Author: Brian Guarraci
|
|
6
6
|
License: MIT
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
-
Requires-Python: <3.
|
|
9
|
+
Requires-Python: <3.13,>=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: numpy ~=1.26.4
|
|
@@ -23,14 +23,14 @@ Requires-Dist: cupy-cuda12x ; extra == 'cuda12x'
|
|
|
23
23
|
Provides-Extra: cupy
|
|
24
24
|
Requires-Dist: cupy ; extra == 'cupy'
|
|
25
25
|
Provides-Extra: db
|
|
26
|
-
Requires-Dist: pandas ==2.
|
|
27
|
-
Requires-Dist: duckdb ==0.
|
|
26
|
+
Requires-Dist: pandas ==2.2.2 ; extra == 'db'
|
|
27
|
+
Requires-Dist: duckdb ==1.0.0 ; extra == 'db'
|
|
28
28
|
Provides-Extra: full
|
|
29
29
|
Requires-Dist: colorama ==0.4.6 ; extra == 'full'
|
|
30
|
-
Requires-Dist: aiohttp ==3.
|
|
31
|
-
Requires-Dist: pandas ==2.
|
|
32
|
-
Requires-Dist: duckdb ==0.
|
|
33
|
-
Requires-Dist: websockets ==
|
|
30
|
+
Requires-Dist: aiohttp ==3.9.4 ; extra == 'full'
|
|
31
|
+
Requires-Dist: pandas ==2.2.2 ; extra == 'full'
|
|
32
|
+
Requires-Dist: duckdb ==1.0.0 ; extra == 'full'
|
|
33
|
+
Requires-Dist: websockets ==12.0 ; extra == 'full'
|
|
34
34
|
Provides-Extra: repl
|
|
35
35
|
Requires-Dist: colorama ==0.4.6 ; extra == 'repl'
|
|
36
36
|
Provides-Extra: rocm-4-3
|
|
@@ -38,9 +38,9 @@ Requires-Dist: cupy-rocm-4-3 ; extra == 'rocm-4-3'
|
|
|
38
38
|
Provides-Extra: rocm-5-0
|
|
39
39
|
Requires-Dist: cupy-rocm-5-0 ; extra == 'rocm-5-0'
|
|
40
40
|
Provides-Extra: web
|
|
41
|
-
Requires-Dist: aiohttp ==3.
|
|
41
|
+
Requires-Dist: aiohttp ==3.9.4 ; extra == 'web'
|
|
42
42
|
Provides-Extra: ws
|
|
43
|
-
Requires-Dist: websockets ==
|
|
43
|
+
Requires-Dist: websockets ==12.0 ; extra == 'ws'
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|

|
|
@@ -24,8 +24,6 @@ klongpy/lib/huffman.kg,sha256=u4vmvzhZ6_-rLgjUH_6HAFMuvqDxhrH1ZWqyNywStOk,637
|
|
|
24
24
|
klongpy/lib/math.kg,sha256=pIFXlEV_-NzyYobqk3ofvW4Mte-4EqYmSWkwkA8AyLw,10118
|
|
25
25
|
klongpy/lib/nstat.kg,sha256=1besBcCWp067aOv86jHPVmPQMtEWpC41uU1W_pET4yI,18920
|
|
26
26
|
klongpy/lib/print.kg,sha256=v29mWgKpGYbAZGmif3F7rtrhdbmX4TZu-ezMgpB9oVk,78
|
|
27
|
-
klongpy/lib/qdict.kg,sha256=8PXKrIgPih5ZPp_MRBTais5LywfJRz_9XYLq2zI4f9k,524
|
|
28
|
-
klongpy/lib/qstr.kg,sha256=FpszbkpYrhIFZcRU0seYFHvcPdKCqIXhtFanDGCF9fc,676
|
|
29
27
|
klongpy/lib/set.kg,sha256=KGkBqOeJjEZYKd8LS-lu1RPx5KcqjIxl7-7XpUaH8VI,887
|
|
30
28
|
klongpy/lib/spline.kg,sha256=8kVvX9gsieR5f2hZDx0M_oKmJl7CP6Nn0hJssdcXkwk,1454
|
|
31
29
|
klongpy/lib/time.kg,sha256=tJPknPGXHa_239PBMscg2VSaJ3ZV6SVRbADtTtE1a_4,359
|
|
@@ -34,7 +32,7 @@ klongpy/web/__init__.py,sha256=lM_40n_qzwYSx_OFi4RqFwsxQe8GGBtJm3_GLLxn9-8,101
|
|
|
34
32
|
klongpy/web/sys_fn_web.py,sha256=En9_8Xh1uIaGz8CRyWsYuwpt0rbpNWvDCKFJ6KZpU5o,4710
|
|
35
33
|
klongpy/ws/__init__.py,sha256=GKl5804W3XNkDER0mkdFf-4cIVjgeP9M3tfNg_tCv3c,114
|
|
36
34
|
klongpy/ws/sys_fn_ws.py,sha256=Ba6MmmTS6cWHlruGgNznNXXPQX2zaBQmAEwkz9ge7sk,18300
|
|
37
|
-
klongpy-0.6.
|
|
35
|
+
klongpy-0.6.7.data/scripts/kgpy,sha256=nDF66LclUBK6qILB2dgJ9VKAlGlPKMQfoJ4CvH5d_UQ,12119
|
|
38
36
|
tests/__init__.py,sha256=xdETQVm8SNlASCru27aks1KZwSs2Oh-0NR5zrccSqb0,221
|
|
39
37
|
tests/gen_join_over.py,sha256=ZiliJS6Lz0rqaZAfAeJFbPOU109PRF0QFE6262a4TPU,3684
|
|
40
38
|
tests/gen_py_suite.py,sha256=ihXihalZkjN9Poy3m-1FVGdZy_YYWS0CEkY68pDgGso,2495
|
|
@@ -67,8 +65,8 @@ tests/test_sys_fn_ipc.py,sha256=tV7uCGxXQCHZQ2CkffD4j5h01TYBe1ozC_wImiANyHA,2160
|
|
|
67
65
|
tests/test_sys_fn_timer.py,sha256=VUfi1AK9SCzA9g5IgbfpdEMW2AP4-9dgVOpJXhMMQhA,4447
|
|
68
66
|
tests/test_util.py,sha256=k4UCR0avjWNxo_jO710x32AAMOAePOx79EOt58wL584,7942
|
|
69
67
|
tests/utils.py,sha256=QrLAR4-WXVSDrC60qhl78_NE-3idp0mgLJmSZ5seyWw,3721
|
|
70
|
-
klongpy-0.6.
|
|
71
|
-
klongpy-0.6.
|
|
72
|
-
klongpy-0.6.
|
|
73
|
-
klongpy-0.6.
|
|
74
|
-
klongpy-0.6.
|
|
68
|
+
klongpy-0.6.7.dist-info/LICENSE,sha256=Nk1iW-tI7n0z8R2jMqVm9SuFIoa8iukXsFcJoPqQgns,1071
|
|
69
|
+
klongpy-0.6.7.dist-info/METADATA,sha256=HZXctHWOh4H86Y9fF8i5_RKO5A4CRDHT1onPxVI-tSI,16598
|
|
70
|
+
klongpy-0.6.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
71
|
+
klongpy-0.6.7.dist-info/top_level.txt,sha256=1dsI3MhtibeAZuB7WPW58dpNgyGvXLX5EEHqm46NQYo,14
|
|
72
|
+
klongpy-0.6.7.dist-info/RECORD,,
|
klongpy/lib/qdict.kg
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
:"decode a CGI query string and return a dictionary containing variable"
|
|
2
|
-
:"names (strings) as keys and variable values (also strings) as payload"
|
|
3
|
-
.module(:qstr)
|
|
4
|
-
hex::{[a];a::(#x)-#0c0;:[a>48;a-39:|a>9;a-7;a]}
|
|
5
|
-
char::{:#hex(x@2)+16*hex(x@1)}
|
|
6
|
-
hexchr::{,/{:[0c%~*x;char(x),3_x;x]}'(x?0c%):_x}
|
|
7
|
-
killcr::{,/{:[(:#13)~*x;1_x;x]}'(x?:#13):_x}
|
|
8
|
-
decode::{killcr(hexchr(x:=(:#32),x?0c+))}
|
|
9
|
-
split::{[a];(*a),{1_x}'1_a::(x?y):_x}
|
|
10
|
-
mkdict::{:{},/{[a];a::split(x;0c=);(*a),,decode(a@1)}'split(x;0c&)}
|
|
11
|
-
qdict::{:[x?0c=;mkdict(x);[]]}
|
|
12
|
-
.module(0)
|
klongpy/lib/qstr.kg
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
:"decode a CGI query string into a safe set of Bourne shell assignments"
|
|
2
|
-
:"replaces \r\n by \001 for processing in environment variables"
|
|
3
|
-
.module(:qdict)
|
|
4
|
-
hex::{[a];a::(#x)-#0c0;:[a>48;a-39:|a>9;a-7;a]}
|
|
5
|
-
char::{[c];c::hex(x@2)+16*hex(x@1);:[10~c;:#1;:#c]}
|
|
6
|
-
hexchr::{,/{:[0c%~*x;char(x),3_x;x]}'(x?0c%):_x}
|
|
7
|
-
killcr::{,/{:[(:#13)~*x;1_x;x]}'(x?:#13):_x}
|
|
8
|
-
decode::{killcr(hexchr(x:=(:#32),x?0c+))}
|
|
9
|
-
safdec::{[a];,/{:[0c'~*x;"'""'""",x;x]}'(a?0c'):_a::decode(x)}
|
|
10
|
-
safchr::{:[(~x<0cA)&~x>0cZ;1:|(~x<0ca)&~x>0cz;1;(~x<0c0)&~x>0c9]}
|
|
11
|
-
safe::{{:[safchr(x);x;0c_]}'x}
|
|
12
|
-
split::{[a];(*a),{1_x}'1_a::(x?y):_x}
|
|
13
|
-
qstr::{{[a];a::split(x;0c=);(safe(*a)),,/"='",safdec(a@1),"'"}'split(x;0c&)}
|
|
14
|
-
.module(0)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|