klongpy 0.6.6__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.
@@ -1,17 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: klongpy
3
- Version: 0.6.6
3
+ Version: 0.6.7
4
4
  Summary: High-Performance Klong array language with rich Python integration.
5
- Home-page: UNKNOWN
6
5
  Author: Brian Guarraci
7
6
  License: MIT
8
- Platform: UNKNOWN
9
7
  Classifier: Programming Language :: Python :: 3
10
8
  Classifier: License :: OSI Approved :: MIT License
11
- Requires-Python: <3.12,>=3.9
9
+ Requires-Python: <3.13,>=3.9
12
10
  Description-Content-Type: text/markdown
13
11
  License-File: LICENSE
14
- Requires-Dist: numpy (~=1.26.4)
12
+ Requires-Dist: numpy ~=1.26.4
15
13
  Provides-Extra: cuda102
16
14
  Requires-Dist: cupy-cuda102 ; extra == 'cuda102'
17
15
  Provides-Extra: cuda110
@@ -25,24 +23,24 @@ Requires-Dist: cupy-cuda12x ; extra == 'cuda12x'
25
23
  Provides-Extra: cupy
26
24
  Requires-Dist: cupy ; extra == 'cupy'
27
25
  Provides-Extra: db
28
- Requires-Dist: duckdb (==0.9.2) ; extra == 'db'
29
- Requires-Dist: pandas (==2.2.0) ; extra == 'db'
26
+ Requires-Dist: pandas ==2.2.2 ; extra == 'db'
27
+ Requires-Dist: duckdb ==1.0.0 ; extra == 'db'
30
28
  Provides-Extra: full
31
- Requires-Dist: aiohttp (==3.8.5) ; extra == 'full'
32
- Requires-Dist: colorama (==0.4.6) ; extra == 'full'
33
- Requires-Dist: duckdb (==0.9.2) ; extra == 'full'
34
- Requires-Dist: pandas (==2.2.0) ; extra == 'full'
35
- Requires-Dist: websockets (==11.0.3) ; extra == 'full'
29
+ Requires-Dist: colorama ==0.4.6 ; extra == 'full'
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'
36
34
  Provides-Extra: repl
37
- Requires-Dist: colorama (==0.4.6) ; extra == 'repl'
35
+ Requires-Dist: colorama ==0.4.6 ; extra == 'repl'
38
36
  Provides-Extra: rocm-4-3
39
37
  Requires-Dist: cupy-rocm-4-3 ; extra == 'rocm-4-3'
40
38
  Provides-Extra: rocm-5-0
41
39
  Requires-Dist: cupy-rocm-5-0 ; extra == 'rocm-5-0'
42
40
  Provides-Extra: web
43
- Requires-Dist: aiohttp (==3.8.5) ; extra == 'web'
41
+ Requires-Dist: aiohttp ==3.9.4 ; extra == 'web'
44
42
  Provides-Extra: ws
45
- Requires-Dist: websockets (==11.0.3) ; extra == 'ws'
43
+ Requires-Dist: websockets ==12.0 ; extra == 'ws'
46
44
 
47
45
 
48
46
  ![Unit Tests](https://github.com/briangu/klongpy/workflows/Unit%20Tests/badge.svg)
@@ -414,5 +412,3 @@ python3 -m unittest
414
412
  # Acknowledgement
415
413
 
416
414
  HUGE thanks to Nils M Holm for his work on Klong and providing the foundations for this interesting project.
417
-
418
-
@@ -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.6.data/scripts/kgpy,sha256=nDF66LclUBK6qILB2dgJ9VKAlGlPKMQfoJ4CvH5d_UQ,12119
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.6.dist-info/LICENSE,sha256=Nk1iW-tI7n0z8R2jMqVm9SuFIoa8iukXsFcJoPqQgns,1071
71
- klongpy-0.6.6.dist-info/METADATA,sha256=os0t3LWZmirMcx2nQQ951tOWQUplzqglTHg-5Q0vVaY,16663
72
- klongpy-0.6.6.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
73
- klongpy-0.6.6.dist-info/top_level.txt,sha256=1dsI3MhtibeAZuB7WPW58dpNgyGvXLX5EEHqm46NQYo,14
74
- klongpy-0.6.6.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
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