jaseci 1.4.2.6__py3-none-any.whl → 2.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.

Potentially problematic release.


This version of jaseci might be problematic. Click here for more details.

Files changed (187) hide show
  1. jaseci/__init__.py +3 -37
  2. jaseci-2.0.0.dist-info/METADATA +65 -0
  3. jaseci-2.0.0.dist-info/RECORD +4 -0
  4. {jaseci-1.4.2.6.dist-info → jaseci-2.0.0.dist-info}/WHEEL +1 -2
  5. jaseci/VERSION +0 -1
  6. jaseci/cli_tools/__init__.py +0 -0
  7. jaseci/cli_tools/book_tools.py +0 -457
  8. jaseci/cli_tools/jsctl.py +0 -500
  9. jaseci/cli_tools/tests/__init__.py +0 -0
  10. jaseci/cli_tools/tests/test_jsctl.py +0 -556
  11. jaseci/extens/__init__.py +0 -0
  12. jaseci/extens/act_lib/__init__.py +0 -0
  13. jaseci/extens/act_lib/date.py +0 -118
  14. jaseci/extens/act_lib/elastic.py +0 -87
  15. jaseci/extens/act_lib/file.py +0 -77
  16. jaseci/extens/act_lib/file_handler.py +0 -190
  17. jaseci/extens/act_lib/internal.py +0 -19
  18. jaseci/extens/act_lib/jaseci.py +0 -62
  19. jaseci/extens/act_lib/mail.py +0 -10
  20. jaseci/extens/act_lib/maths.py +0 -168
  21. jaseci/extens/act_lib/net.py +0 -192
  22. jaseci/extens/act_lib/rand.py +0 -83
  23. jaseci/extens/act_lib/regex.py +0 -85
  24. jaseci/extens/act_lib/request.py +0 -170
  25. jaseci/extens/act_lib/std.py +0 -236
  26. jaseci/extens/act_lib/storage.py +0 -53
  27. jaseci/extens/act_lib/stripe.py +0 -338
  28. jaseci/extens/act_lib/task.py +0 -14
  29. jaseci/extens/act_lib/tests/__init__.py +0 -0
  30. jaseci/extens/act_lib/tests/std_test_code.py +0 -37
  31. jaseci/extens/act_lib/tests/test_date.py +0 -26
  32. jaseci/extens/act_lib/tests/test_elastic.py +0 -159
  33. jaseci/extens/act_lib/tests/test_file.py +0 -116
  34. jaseci/extens/act_lib/tests/test_file_lib.py +0 -40
  35. jaseci/extens/act_lib/tests/test_mail_lib.py +0 -33
  36. jaseci/extens/act_lib/tests/test_maths.py +0 -147
  37. jaseci/extens/act_lib/tests/test_net_lib.py +0 -62
  38. jaseci/extens/act_lib/tests/test_regex.py +0 -61
  39. jaseci/extens/act_lib/tests/test_std.py +0 -51
  40. jaseci/extens/act_lib/tests/test_std_lib.py +0 -36
  41. jaseci/extens/act_lib/tests/test_url.py +0 -32
  42. jaseci/extens/act_lib/tests/test_vector.py +0 -36
  43. jaseci/extens/act_lib/tests/test_webtool.py +0 -44
  44. jaseci/extens/act_lib/tests/test_zlib.py +0 -24
  45. jaseci/extens/act_lib/url.py +0 -80
  46. jaseci/extens/act_lib/vector.py +0 -158
  47. jaseci/extens/act_lib/webtool.py +0 -29
  48. jaseci/extens/act_lib/zip.py +0 -34
  49. jaseci/extens/api/__init__.py +0 -0
  50. jaseci/extens/api/actions_api.py +0 -171
  51. jaseci/extens/api/alias_api.py +0 -140
  52. jaseci/extens/api/architype_api.py +0 -197
  53. jaseci/extens/api/config_api.py +0 -129
  54. jaseci/extens/api/global_api.py +0 -85
  55. jaseci/extens/api/graph_api.py +0 -168
  56. jaseci/extens/api/health_api.py +0 -21
  57. jaseci/extens/api/interface.py +0 -269
  58. jaseci/extens/api/jac_api.py +0 -172
  59. jaseci/extens/api/jsorc_api.py +0 -317
  60. jaseci/extens/api/logger_api.py +0 -90
  61. jaseci/extens/api/master_api.py +0 -134
  62. jaseci/extens/api/object_api.py +0 -102
  63. jaseci/extens/api/prometheus_api.py +0 -75
  64. jaseci/extens/api/queue_api.py +0 -141
  65. jaseci/extens/api/sentinel_api.py +0 -271
  66. jaseci/extens/api/share_api.py +0 -64
  67. jaseci/extens/api/super_api.py +0 -65
  68. jaseci/extens/api/tests/__init__.py +0 -0
  69. jaseci/extens/api/tests/test_architype_api.py +0 -66
  70. jaseci/extens/api/tests/test_global_api.py +0 -179
  71. jaseci/extens/api/tests/test_graph_api.py +0 -64
  72. jaseci/extens/api/tests/test_logger_api.py +0 -43
  73. jaseci/extens/api/tests/test_object_api.py +0 -20
  74. jaseci/extens/api/tests/test_sentinel_api.py +0 -66
  75. jaseci/extens/api/tests/test_uncommon.py +0 -107
  76. jaseci/extens/api/tests/test_user_api.py +0 -32
  77. jaseci/extens/api/tests/test_walker_api.py +0 -316
  78. jaseci/extens/api/user_api.py +0 -166
  79. jaseci/extens/api/walker_api.py +0 -299
  80. jaseci/extens/api/webhook_api.py +0 -77
  81. jaseci/extens/svc/__init__.py +0 -0
  82. jaseci/extens/svc/elastic_svc.py +0 -366
  83. jaseci/extens/svc/kube_svc.py +0 -432
  84. jaseci/extens/svc/mail_svc.py +0 -156
  85. jaseci/extens/svc/prome_svc.py +0 -378
  86. jaseci/extens/svc/redis_svc.py +0 -63
  87. jaseci/extens/svc/storage_svc.py +0 -193
  88. jaseci/extens/svc/stripe_svc.py +0 -51
  89. jaseci/extens/svc/task_svc.py +0 -155
  90. jaseci/extens/svc/tasks.py +0 -302
  91. jaseci/jac/__init__.py +0 -0
  92. jaseci/jac/interpreter/__init__.py +0 -0
  93. jaseci/jac/interpreter/architype_interp.py +0 -219
  94. jaseci/jac/interpreter/interp.py +0 -1784
  95. jaseci/jac/interpreter/sentinel_interp.py +0 -260
  96. jaseci/jac/interpreter/tests/__init__.py +0 -0
  97. jaseci/jac/interpreter/tests/test_interp.py +0 -42
  98. jaseci/jac/interpreter/walker_interp.py +0 -249
  99. jaseci/jac/ir/__init__.py +0 -0
  100. jaseci/jac/ir/ast.py +0 -73
  101. jaseci/jac/ir/ast_builder.py +0 -249
  102. jaseci/jac/ir/jac_code.py +0 -151
  103. jaseci/jac/ir/passes/__init__.py +0 -6
  104. jaseci/jac/ir/passes/ast_prune_pass.py +0 -9
  105. jaseci/jac/ir/passes/codegen_pass.py +0 -244
  106. jaseci/jac/ir/passes/ir_pass.py +0 -29
  107. jaseci/jac/ir/passes/printer_pass.py +0 -23
  108. jaseci/jac/ir/passes/pt_prune_pass.py +0 -29
  109. jaseci/jac/ir/passes/schedule.py +0 -23
  110. jaseci/jac/ir/passes/stats_pass.py +0 -16
  111. jaseci/jac/jac.g4 +0 -450
  112. jaseci/jac/jac_parse/__init__.py +0 -0
  113. jaseci/jac/jac_parse/jacLexer.py +0 -809
  114. jaseci/jac/jac_parse/jacListener.py +0 -853
  115. jaseci/jac/jac_parse/jacParser.py +0 -9192
  116. jaseci/jac/jac_set.py +0 -120
  117. jaseci/jac/jsci_vm/__init__.py +0 -0
  118. jaseci/jac/jsci_vm/disasm.py +0 -94
  119. jaseci/jac/jsci_vm/inst_ptr.py +0 -31
  120. jaseci/jac/jsci_vm/machine.py +0 -188
  121. jaseci/jac/jsci_vm/op_codes.py +0 -82
  122. jaseci/jac/jsci_vm/tests/__init__.py +0 -0
  123. jaseci/jac/jsci_vm/tests/test_codegen.py +0 -31
  124. jaseci/jac/machine/__init__.py +0 -0
  125. jaseci/jac/machine/jac_scope.py +0 -86
  126. jaseci/jac/machine/jac_value.py +0 -227
  127. jaseci/jac/machine/machine_state.py +0 -386
  128. jaseci/jac/tests/__init__.py +0 -0
  129. jaseci/jac/tests/book_code.py +0 -624
  130. jaseci/jac/tests/test_book.py +0 -380
  131. jaseci/jac/tests/test_lang_14.py +0 -49
  132. jaseci/jsorc/__init__.py +0 -7
  133. jaseci/jsorc/jsorc.py +0 -642
  134. jaseci/jsorc/jsorc_settings.py +0 -211
  135. jaseci/jsorc/jsorc_utils.py +0 -298
  136. jaseci/jsorc/live_actions.py +0 -365
  137. jaseci/jsorc/manifests/__init__.py +0 -0
  138. jaseci/jsorc/manifests/database.yaml +0 -109
  139. jaseci/jsorc/manifests/elastic.yaml +0 -6029
  140. jaseci/jsorc/manifests/prometheus.yaml +0 -1383
  141. jaseci/jsorc/manifests/redis.yaml +0 -64
  142. jaseci/jsorc/memory.py +0 -258
  143. jaseci/jsorc/redis.py +0 -140
  144. jaseci/jsorc/remote_actions.py +0 -158
  145. jaseci/jsorc/tests/__init__.py +0 -0
  146. jaseci/jsorc/tests/test_actions.py +0 -542
  147. jaseci/jsorc/tests/test_jsorc.py +0 -112
  148. jaseci/prim/__init__.py +0 -0
  149. jaseci/prim/ability.py +0 -94
  150. jaseci/prim/architype.py +0 -90
  151. jaseci/prim/edge.py +0 -173
  152. jaseci/prim/element.py +0 -233
  153. jaseci/prim/graph.py +0 -27
  154. jaseci/prim/master.py +0 -67
  155. jaseci/prim/node.py +0 -533
  156. jaseci/prim/obj_mixins.py +0 -238
  157. jaseci/prim/sentinel.py +0 -282
  158. jaseci/prim/super_master.py +0 -31
  159. jaseci/prim/walker.py +0 -261
  160. jaseci/svc/__init__.py +0 -0
  161. jaseci/tests/__init__.py +0 -0
  162. jaseci/tests/infer.py +0 -39
  163. jaseci/tests/jac_test_code.py +0 -1293
  164. jaseci/tests/jac_test_progs.py +0 -774
  165. jaseci/tests/test_core.py +0 -153
  166. jaseci/tests/test_jac.py +0 -824
  167. jaseci/tests/test_node.py +0 -89
  168. jaseci/tests/test_progs.py +0 -702
  169. jaseci/tests/test_stack.py +0 -220
  170. jaseci/tests/test_stripe.py +0 -225
  171. jaseci/utils/__init__.py +0 -0
  172. jaseci/utils/actions/__init__.py +0 -0
  173. jaseci/utils/actions/actions_manager.py +0 -254
  174. jaseci/utils/actions/actions_optimizer.py +0 -517
  175. jaseci/utils/actions/actions_state.py +0 -95
  176. jaseci/utils/file_handler.py +0 -171
  177. jaseci/utils/gprof2dot.py +0 -3786
  178. jaseci/utils/id_list.py +0 -169
  179. jaseci/utils/json_handler.py +0 -70
  180. jaseci/utils/log_utils.py +0 -57
  181. jaseci/utils/test_core.py +0 -62
  182. jaseci/utils/utils.py +0 -387
  183. jaseci-1.4.2.6.dist-info/LICENSE +0 -21
  184. jaseci-1.4.2.6.dist-info/METADATA +0 -39
  185. jaseci-1.4.2.6.dist-info/RECORD +0 -185
  186. jaseci-1.4.2.6.dist-info/entry_points.txt +0 -3
  187. jaseci-1.4.2.6.dist-info/top_level.txt +0 -1
jaseci/utils/utils.py DELETED
@@ -1,387 +0,0 @@
1
- import io
2
- import os
3
- import pstats
4
- import cProfile
5
- import pdb
6
- import importlib
7
- import pkgutil
8
- import logging
9
- import logging.handlers as handlers
10
- import types
11
- import base64
12
- import re
13
- import json
14
- import sys
15
- import functools
16
- import traceback
17
- import inspect
18
- import unittest
19
- from time import time
20
- from pathlib import Path
21
- from pprint import pformat
22
- from typing import Union
23
- from jaseci.utils.log_utils import LimitedSlidingBuffer
24
- from jaseci.utils.gprof2dot import (
25
- PstatsParser,
26
- DotWriter,
27
- Profile,
28
- TEMPERATURE_COLORMAP,
29
- )
30
-
31
- LOGS_DIR = ".jaseci_logs/"
32
-
33
-
34
- class ColCodes:
35
- TY = "\033[33m"
36
- TG = "\033[32m"
37
- TR = "\033[31m"
38
- EC = "\033[m"
39
-
40
-
41
- def master_from_meta(meta):
42
- """Return master from meta in actions"""
43
- return meta["h"].get_obj(meta["m_id"], meta["m_id"])
44
-
45
-
46
- def connect_logger_handler(target_logger, handler, level=logging.WARN):
47
- """Attaches standard formatting and adds handler to logger"""
48
- target_logger.setLevel(level)
49
- handler.setFormatter(
50
- logging.Formatter("%(asctime)s - %(levelname)s - %(funcName)s: %(message)s")
51
- )
52
- target_logger.addHandler(handler)
53
-
54
-
55
- # Get an instance of a logger
56
- logger = logging.getLogger("core")
57
- logger.propagate = False
58
- logs = LimitedSlidingBuffer()
59
- # Create the logs folder
60
- os.makedirs(LOGS_DIR, exist_ok=True)
61
- if len(logger.handlers) < 1:
62
- connect_logger_handler(logger, logging.StreamHandler(), logging.INFO)
63
- connect_logger_handler(logger, logging.StreamHandler(stream=logs), logging.INFO)
64
- # set up a timed rotating file handler
65
- core_rotating_file_handler = handlers.TimedRotatingFileHandler(
66
- os.path.join(LOGS_DIR, "core.log"), when="midnight", backupCount=180
67
- )
68
- connect_logger_handler(logger, core_rotating_file_handler, logging.INFO)
69
-
70
-
71
- app_logger = logging.getLogger("app")
72
- app_logger.propagate = False
73
- if len(app_logger.handlers) < 1:
74
- connect_logger_handler(app_logger, logging.StreamHandler(), logging.INFO)
75
- connect_logger_handler(app_logger, logging.StreamHandler(stream=logs), logging.INFO)
76
- # set up a timed rotating file handler
77
- app_rotating_file_handler = handlers.TimedRotatingFileHandler(
78
- os.path.join(LOGS_DIR, "app.log"), when="midnight", backupCount=180
79
- )
80
- connect_logger_handler(app_logger, app_rotating_file_handler, logging.INFO)
81
-
82
-
83
- def log_var_out(val):
84
- """Print to log"""
85
- if not logging.getLogger("core").disabled:
86
- logger.info(pformat(val))
87
-
88
-
89
- camel_to_snake_re = re.compile(r"(?<!^)(?=[A-Z])")
90
-
91
-
92
- def camel_to_snake(name):
93
- return camel_to_snake_re.sub("_", name).lower()
94
-
95
-
96
- def bp():
97
- pdb.set_trace()
98
- breakpoint()
99
-
100
-
101
- def dummy_bp(inspect):
102
- traceback.print_stack()
103
- print(inspect)
104
- input()
105
-
106
-
107
- def print_stack_to_log():
108
- tb = traceback.extract_stack()
109
- log_var_out(tb)
110
-
111
-
112
- def exc_stack_as_str_list():
113
- return traceback.format_exception(*sys.exc_info())
114
-
115
-
116
- def generate_stack_as_str_list(error=None):
117
- stack = traceback.format_stack()
118
- stack.pop() # format_stack
119
- stack.pop() # generate_stack_as_str_list
120
- if error:
121
- stack.append(error)
122
- return stack
123
-
124
-
125
- uuid_re = re.compile(
126
- "([a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89aAbB][a-f0-9]{3}-?[a-f0-9]{12})"
127
- )
128
-
129
-
130
- def is_urn(s: str):
131
- """Test if is uuid string in urn format"""
132
- return type(s) == str and s.startswith("urn:uuid:")
133
-
134
-
135
- def is_jsonable(x):
136
- """Test if object can be json serialized"""
137
- try:
138
- json.dumps(x)
139
- return True
140
- except (TypeError, OverflowError):
141
- return False
142
-
143
-
144
- def json_out(val):
145
- if type(val) == str:
146
- return val
147
- try:
148
- return json.dumps(val)
149
- except Exception:
150
- return val
151
-
152
-
153
- def parse_str_token(s):
154
- return str(bytes(s, "utf-8").decode("unicode_escape")[1:-1])
155
-
156
-
157
- def get_all_subclasses(cls):
158
- """Return list of all subclasses of cls"""
159
- return set(cls.__subclasses__()).union(
160
- [s for c in cls.__subclasses__() for s in get_all_subclasses(c)]
161
- )
162
-
163
-
164
- def matching_fields(obj1, obj2):
165
- """
166
- Return list of matching member attributes in objects
167
- (non-private fields only)
168
- """
169
- matches = []
170
- for a in dir(obj1):
171
- if not a.startswith("_"):
172
- for b in dir(obj2):
173
- if a == b:
174
- matches.append(a)
175
- return matches
176
-
177
-
178
- obj_class_cache = {}
179
-
180
-
181
- def build_class_dict(from_where):
182
- global obj_class_cache
183
- prefix = from_where.__name__ + "."
184
- for importer, modname, ispkg in pkgutil.iter_modules(from_where.__path__, prefix):
185
- if not ispkg:
186
- clsmembers = inspect.getmembers(
187
- importlib.import_module(modname), inspect.isclass
188
- )
189
- for cls, obj in clsmembers:
190
- obj_class_cache[camel_to_snake(cls)] = getattr(
191
- importlib.import_module(modname), cls
192
- )
193
- else:
194
- if hasattr(from_where, modname.split(".")[-1]):
195
- build_class_dict(getattr(from_where, modname.split(".")[-1]))
196
-
197
-
198
- def find_class_and_import(class_name, from_where):
199
- """
200
- Search for class through all core packages
201
-
202
- Classes assumed to have same name as module file
203
- """
204
- global obj_class_cache
205
- if not obj_class_cache.keys():
206
- build_class_dict(from_where)
207
- return obj_class_cache[class_name]
208
-
209
-
210
- def copy_func(f, name=None):
211
- """
212
- Utility to duplicate function in python.
213
- Can be used to programatically add methods to classes
214
- """
215
- g = types.FunctionType(
216
- f.__code__,
217
- f.__globals__,
218
- name=f.__name__,
219
- argdefs=f.__defaults__,
220
- closure=f.__closure__,
221
- )
222
- g = functools.update_wrapper(g, f)
223
- g.__kwdefaults__ = f.__kwdefaults__
224
- g.__name__ = name if name else g.__name__
225
- return g
226
-
227
-
228
- def b64decode_str(code):
229
- """Decode a base 64 encoded string"""
230
- try:
231
- code = base64.b64decode(code).decode()
232
- except UnicodeDecodeError:
233
- logger.error("Code encoding invalid!")
234
- return code
235
-
236
-
237
- class MyPstatsParser(PstatsParser):
238
- def __init__(self, stats_obj):
239
- self.stats = stats_obj
240
- self.profile = Profile()
241
- self.function_ids = {}
242
-
243
-
244
- def perf_test_start():
245
- perf_prof = cProfile.Profile()
246
- perf_prof.enable()
247
- return perf_prof
248
-
249
-
250
- def perf_test_stop(perf_prof):
251
- perf_prof.disable()
252
- stats = pstats.Stats(perf_prof)
253
- profile = MyPstatsParser(stats).parse()
254
- profile.prune(
255
- node_thres=0.01, edge_thres=0.002, paths="", color_nodes_by_selftime=False
256
- )
257
- graph_str = io.StringIO()
258
- dot = DotWriter(graph_str)
259
- dot.graph(profile, TEMPERATURE_COLORMAP)
260
- calls_str = io.StringIO()
261
- sortby = pstats.SortKey.CUMULATIVE
262
- ps = pstats.Stats(perf_prof, stream=calls_str).sort_stats(sortby)
263
- ps.print_stats()
264
- calls_str = calls_str.getvalue()
265
- calls_str = "ncalls" + calls_str.split("ncalls")[-1]
266
- calls_str = "\n".join(
267
- [",".join(line.rstrip().split(None, 5)) for line in calls_str.split("\n")]
268
- )
269
- return calls_str, graph_str.getvalue()
270
-
271
-
272
- def format_jac_profile(jac_profile, sort_by="cum_time"):
273
- """Format a JAC profile to a csv string"""
274
- entries = []
275
- for k in jac_profile.keys():
276
- c = jac_profile[k]["calls"]
277
- u = jac_profile[k]["u_calls"]
278
- t = jac_profile[k]["tot_time"]
279
- p = jac_profile[k]["cum_time"]
280
- jac_profile[k]["avg_time"] = t / c
281
- jac_profile[k]["per_call"] = p / c
282
- jac_profile[k]["name"] = k
283
- entries.append(jac_profile[k])
284
- sorted_entries = sorted(entries, key=lambda x: x[sort_by], reverse=True)
285
- csv = "name,calls,r_calls,avg_time,per_call,tot_time,cum_time\n"
286
- for e in sorted_entries:
287
- csv += (
288
- f"{e['name']},{e['calls']},{e['calls']-e['u_calls']},"
289
- + f"{e['avg_time']},{e['per_call']},{e['tot_time']},{e['cum_time']}\n"
290
- )
291
- return csv
292
-
293
-
294
- class TestCaseHelper:
295
- """Helper to pretty print test results"""
296
-
297
- def setUp(self):
298
- self.logger_off()
299
- self.stime = time()
300
- return super().setUp()
301
-
302
- def tearDown(self):
303
- td = super().tearDown()
304
- result = (
305
- f"Time: {ColCodes.TY}{time()-self.stime:.3f} "
306
- + f'- {ColCodes.EC}{self.id().split(".")[-1]}: '
307
- )
308
- get_outcome = self.defaultTestResult()
309
- self._feedErrorsToResult(get_outcome, self._outcome.errors)
310
- if len(get_outcome.errors) or len(get_outcome.failures):
311
- result += f"{ColCodes.TR}[failed]{ColCodes.EC}"
312
- elif len(self._outcome.skipped):
313
- result += f"{ColCodes.TY}[skipped]{ColCodes.EC}"
314
- else:
315
- result += f"{ColCodes.TG}[passed]{ColCodes.EC}"
316
-
317
- print(result)
318
- self.logger_on()
319
- return td
320
-
321
- def logger_off(self):
322
- """Turn off logging output"""
323
- logging.getLogger("core").disabled = True
324
- logging.getLogger("app").disabled = True
325
-
326
- def logger_on(self):
327
- """Turn on logging output"""
328
- logging.getLogger("core").disabled = False
329
- logging.getLogger("app").disabled = False
330
-
331
- def is_logger_off(self):
332
- return logging.getLogger("core").disabled and logging.getLogger("app").disabled
333
-
334
- def log(self, *val):
335
- """Print to log"""
336
- is_off = self.is_logger_off()
337
- self.logger_on()
338
- for i in val:
339
- log_var_out(i)
340
- if is_off:
341
- self.logger_off()
342
-
343
- def stopper(self):
344
- """Force test to fail"""
345
- self.assertTrue(False)
346
-
347
- def perf_test_start(self):
348
- self.pr = perf_test_start()
349
-
350
- def perf_test_stop(self):
351
- print(perf_test_stop(self.pr))
352
-
353
- def skip_test(self, msg="No reason provided"):
354
- raise unittest.SkipTest("Skipping: " + msg)
355
-
356
-
357
- def is_true(val):
358
- return (
359
- val.lower() == "true"
360
- if type(val) is str
361
- else val is True # is_async might be non bool
362
- )
363
-
364
-
365
- class InvalidApiException(Exception):
366
- pass
367
-
368
-
369
- def find_first_api(api_name, **api_endpoints):
370
- for path, api_list in api_endpoints.items():
371
- api = next(filter(lambda x: api_name == "_".join(x["groups"]), api_list), None)
372
- if api:
373
- return path, api
374
- raise InvalidApiException(f"api {api_name} is not existing!")
375
-
376
-
377
- cache_root = Path(Path.home(), ".jaseci/models")
378
-
379
-
380
- def model_base_path(cache_dir: Union[str, Path]) -> Path:
381
- cache_dir = Path(cache_dir)
382
-
383
- if not os.path.isabs(cache_dir):
384
- model_cache = cache_root / cache_dir
385
- else:
386
- model_cache = cache_dir
387
- return model_cache
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 Jaseci Labs LLC
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.
@@ -1,39 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: jaseci
3
- Version: 1.4.2.6
4
- Home-page: https://github.com/Jaseci-Labs/jaseci
5
- Author: Jason Mars
6
- Author-email: jason@jaseci.org
7
- License-File: LICENSE
8
- Requires-Dist: click <8.2.0,>=8.1.0
9
- Requires-Dist: click-shell <2.2,>=2.1
10
- Requires-Dist: numpy <1.24.0,>=1.23.0
11
- Requires-Dist: antlr4-python3-runtime <4.10.0,>=4.9.3
12
- Requires-Dist: fastapi[all] <1.0.0,>=0.75.0
13
- Requires-Dist: requests
14
- Requires-Dist: redis
15
- Requires-Dist: kombu ==5.3.1
16
- Requires-Dist: celery ==5.3.1
17
- Requires-Dist: flake8
18
- Requires-Dist: pep8-naming
19
- Requires-Dist: stripe
20
- Requires-Dist: pydantic <2.0.0
21
- Requires-Dist: docstring-parser
22
- Requires-Dist: prometheus-api-client ==0.5.1
23
- Requires-Dist: prometheus-client ==0.14.1
24
- Requires-Dist: kubernetes ==21.7.0
25
- Requires-Dist: pytest
26
- Requires-Dist: pytest-xdist
27
- Requires-Dist: pytest-cov
28
- Requires-Dist: validators ==0.21.2
29
- Requires-Dist: psycopg2-binary ==2.9.5
30
- Requires-Dist: pygls ==1.0.2
31
- Requires-Dist: mock
32
- Requires-Dist: beautifulsoup4 <4.13.0,>=4.12.2
33
- Requires-Dist: lxml <4.10.0,>=4.9.2
34
- Requires-Dist: html5lib <1.2,>=1.1
35
- Requires-Dist: prettytable <3.8.0,>=3.7.0
36
- Requires-Dist: apache-libcloud ==3.8.0
37
- Requires-Dist: azure-storage-blob ==12.17.0
38
- Requires-Dist: python-magic ==0.4.27
39
-
@@ -1,185 +0,0 @@
1
- jaseci/VERSION,sha256=u8ecqIS4qYJnCQwkghT56u8HDTXK1_X5MCz3XB_JesY,8
2
- jaseci/__init__.py,sha256=tFVuF0i901L-YymidhuSjyE24IWOhIiJA5G18DuAP2g,1246
3
- jaseci/cli_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- jaseci/cli_tools/book_tools.py,sha256=89jHc_Aty2zCEcWtM8JIwwWm8Jq14VedpktcZt0k_vI,16135
5
- jaseci/cli_tools/jsctl.py,sha256=Wgz6sdUFwefce83bLZvlCjkcm4jjnUbYiUXucsB746A,14869
6
- jaseci/cli_tools/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- jaseci/cli_tools/tests/test_jsctl.py,sha256=4wI6hHNn-j3ePqLcVtWmGVlrCAQTJ5Wcl0vgsezK1Nw,21548
8
- jaseci/extens/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- jaseci/extens/act_lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- jaseci/extens/act_lib/date.py,sha256=nchez2S3TVIcNzD4HvVfZ5JeumrZZrp5CUW0L2rIXw0,3116
11
- jaseci/extens/act_lib/elastic.py,sha256=msl2F_NyOsiZahGQRY2NdZ2lqYfwa_vHQ65pJA9DJaU,2193
12
- jaseci/extens/act_lib/file.py,sha256=Bv8z1tXFnmye_xQOeLc5hDNM_urO2-bJ24TnLQiHIUQ,1988
13
- jaseci/extens/act_lib/file_handler.py,sha256=jY8gMj-CKxq4Xhn6b1tn53rXInkzGWcIQbb2Aa7G-As,4788
14
- jaseci/extens/act_lib/internal.py,sha256=uKz_8_vwnUk-alkNVKNu1BS3EiyfBcLcshsbbZhjM0Y,482
15
- jaseci/extens/act_lib/jaseci.py,sha256=P68Z5xZ4Cyjbig2sP-yQc_Ww0hJxMgsfZSnjZsl5Drw,1697
16
- jaseci/extens/act_lib/mail.py,sha256=VwJMmOYYUVSewYS74EX5PZTvM5h43_37JQBcK9tukiU,315
17
- jaseci/extens/act_lib/maths.py,sha256=fmqmiD_b7pUkHXZT7mt9th5QzvLmTFE_eO_UB3rN4Sk,2427
18
- jaseci/extens/act_lib/net.py,sha256=evBoQZx9rJFkf4wa9Omw6fDVEVe5WYZ01WVyaC53sKc,7163
19
- jaseci/extens/act_lib/rand.py,sha256=eFiw8N4puBhj0M1PjWXdxkL7_mt_SWgcSDm11I3rcRU,2120
20
- jaseci/extens/act_lib/regex.py,sha256=bY8cpdNf-uYknQwAP2B4EBv9pvtnbhmdd5jBlB3QHQ4,2050
21
- jaseci/extens/act_lib/request.py,sha256=_-wBYaDeqCGl8HgYOptRXbQWftPc-Yh7CUYoR33OD-o,3954
22
- jaseci/extens/act_lib/std.py,sha256=NFbd6Bzi-3SlUa-ePlKBKn2BaSsc4o16_6g-4Vex9kE,5960
23
- jaseci/extens/act_lib/storage.py,sha256=1IzlL4byJYeBAY-ExAYqQHQjWSwGbNqs-mi70HOpjNQ,1509
24
- jaseci/extens/act_lib/stripe.py,sha256=D4Ko9M4dMwhu_sYwinUmDFV_g4HmRjhnKBZXfwTtd80,8191
25
- jaseci/extens/act_lib/task.py,sha256=vKTywtle3uXfPCiBeuUB2PkFd6Cyxa1ASOJqrWjbNtg,377
26
- jaseci/extens/act_lib/url.py,sha256=aEYsggGHnES0Lj3nq5UIx9SzO0sY7qfdixJ2ai-GhjE,1852
27
- jaseci/extens/act_lib/vector.py,sha256=9qfVVOghnk25-IzTIEE-XWA_tbOlsrVA4mojB8-5h5c,4637
28
- jaseci/extens/act_lib/webtool.py,sha256=vAAZanXn_EvhYzsRFZZPD3ZoJZOHALZfiqt6mTr0cA8,940
29
- jaseci/extens/act_lib/zip.py,sha256=NXWr95angQZ9YZPRbOLZ4PuMVEo-KAHv5AX2lfzhLlw,943
30
- jaseci/extens/act_lib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- jaseci/extens/act_lib/tests/std_test_code.py,sha256=_pXoqkD4_s2LQHQBs_FFphYseJ5mCaPSe_LDvLW6p_Y,782
32
- jaseci/extens/act_lib/tests/test_date.py,sha256=K9W3WsjuBWzv--b6bv0oDyjkJt0htDnvB9anxzQMjbk,741
33
- jaseci/extens/act_lib/tests/test_elastic.py,sha256=ytwaENJ_LwG_wACAr3BaVxMp5vF1t4PiX5DrCZUktcc,5835
34
- jaseci/extens/act_lib/tests/test_file.py,sha256=woyEy_EmrA9bBbWoVihz4BxtyjDNnnFS9_XJdKnlJoM,3694
35
- jaseci/extens/act_lib/tests/test_file_lib.py,sha256=134nkJwjZGm7nTZM6kWCY4oa87GVVw8lJH3aX37PZVI,1460
36
- jaseci/extens/act_lib/tests/test_mail_lib.py,sha256=H1ZjCMwMj0MbArIG337mgA2EShMS6gziZCp65t6GDWU,1082
37
- jaseci/extens/act_lib/tests/test_maths.py,sha256=aKxe0812F9Kz2O-l2ElJUxKL0D93wrcZAx1wstOzbv8,4271
38
- jaseci/extens/act_lib/tests/test_net_lib.py,sha256=CrREUnx1H_3vESAFcAQ5XZYWIHOnr_oFMUHk0r4MWPg,2215
39
- jaseci/extens/act_lib/tests/test_regex.py,sha256=ahPDqHHNaxYIdk78FCTC06vf0rf9tWXG4X58uPaCcrk,2007
40
- jaseci/extens/act_lib/tests/test_std.py,sha256=wSNganrnB7XVNYKBD8n2emXp1jrJJ5IiN5OgFn7Kb-w,1735
41
- jaseci/extens/act_lib/tests/test_std_lib.py,sha256=TL3s98DhgI51Uk3p6yv7e8L9pONKHEBkCdwWORUCzdQ,1243
42
- jaseci/extens/act_lib/tests/test_url.py,sha256=TfCWRtSrB-wjDOxRpfT9yjkSVRW6Ro4_IynbPir00XM,904
43
- jaseci/extens/act_lib/tests/test_vector.py,sha256=Lte-EZnheAGiJUpCE0mlXzhCH3dTMW000pgYbiLeHtY,1285
44
- jaseci/extens/act_lib/tests/test_webtool.py,sha256=BfRQOdCUk3ciZj_wP6yzxVevcieqH5fQ6NhnbhllBH8,1529
45
- jaseci/extens/act_lib/tests/test_zlib.py,sha256=iG5FRkUsUDfJWKEhrgAJ21HWNZRfiWxGrctsZXpSxPw,840
46
- jaseci/extens/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- jaseci/extens/api/actions_api.py,sha256=ATLa8SzB4m2AkVN_FA-rQ4QKtVc4iVYSP-kTenH0AHU,6924
48
- jaseci/extens/api/alias_api.py,sha256=yqt4t9_BxoZXqZogAfGU46e0DmZqQt7ADeix2ynkLuA,5158
49
- jaseci/extens/api/architype_api.py,sha256=FFqT3ay2Xh-iHKXvPp5wSfxNs4pCcrXZXRCaGMSH8a0,7238
50
- jaseci/extens/api/config_api.py,sha256=OgIkXUKc34HfgetmHtJxKMae8sB2XCl66kI8brtarb0,3581
51
- jaseci/extens/api/global_api.py,sha256=cRIbqgb7A7LWCXstYwwBVpOsvlgYoNJJdvqUJVFh_64,2686
52
- jaseci/extens/api/graph_api.py,sha256=yWMX-66e7M6Ie5kXt0i0zSuNgPOhSjDPQNiMXMqTzoY,5075
53
- jaseci/extens/api/health_api.py,sha256=-xssJYWy2Fk-SSyC4gLCgqlPs-pR7yufybt6pnUKiGw,408
54
- jaseci/extens/api/interface.py,sha256=d68mnfrcL7ModkBkctrL0BGG5SojcgDTiHsRUGUJrG4,9588
55
- jaseci/extens/api/jac_api.py,sha256=wMg3BO2Jd5T3QU5b5Y7tF9yW2V7BufMaeRCt8lZ04W0,5817
56
- jaseci/extens/api/jsorc_api.py,sha256=FAlqAknt-fLpWbQIZYicfACd2jw67lXn8XYCMg1YT1E,10168
57
- jaseci/extens/api/logger_api.py,sha256=365E7CeYQoOKJScqCYnRzeq0l6_Fa6SY4c6XaStzEhs,2806
58
- jaseci/extens/api/master_api.py,sha256=GDAyvz9rrJw6L6dcabBYNgN9eebG5NxFuJR23V-2b7Q,4143
59
- jaseci/extens/api/object_api.py,sha256=6yPX240qW-XOL03f-y5pEDVWT835Jj8vEOC1qDJMkvU,3641
60
- jaseci/extens/api/prometheus_api.py,sha256=1z1op0b47RFpXyb1JU8T-R8LwadTrMRpMjhpwLAKRCs,1743
61
- jaseci/extens/api/queue_api.py,sha256=1FuK_Q4HfbxVlFjIsxuB3C3DBGunzaPa4ynrKd9xdmw,5436
62
- jaseci/extens/api/sentinel_api.py,sha256=QwNoNobvgxiTAIsc4xWWCIu8HdXis9hzOCz_SthE0BQ,9633
63
- jaseci/extens/api/share_api.py,sha256=7IZR-t4SYm3f8HJ0z04EJMyqPj35REgc9-6xZ90SHDg,1705
64
- jaseci/extens/api/super_api.py,sha256=JYdj5kMz7gTMx-LkPyw3KNBjyWBrAKdDg7foK1RzU_c,1999
65
- jaseci/extens/api/user_api.py,sha256=d-tH52b_LTG3dxklQ6ZXh-qrR0i6ROW-C7aO_7C3JUY,6059
66
- jaseci/extens/api/walker_api.py,sha256=yH94Quw_VzzoxPDpWTiO5TtfL8iZYwEyiEqdn_47D9Q,9557
67
- jaseci/extens/api/webhook_api.py,sha256=_iQo6lmDbfUHi1yr2ccEr95UPZ4-v-vbUMaPwi63cNc,2424
68
- jaseci/extens/api/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- jaseci/extens/api/tests/test_architype_api.py,sha256=zq3_lwFQUWC8ZULWX-pWsR9MP7PgZrB_C9dqdlyAJUY,1820
70
- jaseci/extens/api/tests/test_global_api.py,sha256=qmQMHCAOpwhcEhsTgQnpdqCJrnaTAtP56Ns4ca0PNuc,6742
71
- jaseci/extens/api/tests/test_graph_api.py,sha256=1QNKzaO-LdOalzfAvi-iGJIeR6DWwZf7WAZqK1uV3cY,2304
72
- jaseci/extens/api/tests/test_logger_api.py,sha256=eycB2th4qJGrnw_8RKTG0buIV6o0k4SRb0FqCh0DIvI,1468
73
- jaseci/extens/api/tests/test_object_api.py,sha256=5dXbwcRulYdS2EDJoHpndr0MnGhfx0jUyrBZXTetTko,596
74
- jaseci/extens/api/tests/test_sentinel_api.py,sha256=tLvkW3qFkFc2M1qE84_-UomAlOFPn_tDd0e8kMXyils,1988
75
- jaseci/extens/api/tests/test_uncommon.py,sha256=x6JB9tGcD1IIQEOoYuXDO6HCbBji7ynLS6RvfOrT75o,3947
76
- jaseci/extens/api/tests/test_user_api.py,sha256=4MXXjd48uRbZs0CvEkuVIisCjIM4QrIiARt3mgafXGk,873
77
- jaseci/extens/api/tests/test_walker_api.py,sha256=KgWNP5hP4niiMDG0pAoJWPu-thhSarcj6X7MN3BMWJw,12622
78
- jaseci/extens/svc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- jaseci/extens/svc/elastic_svc.py,sha256=L0Nt8ywN27tDozzXHqY4nrx2_z6yjuoqJYeq8G1PYNo,13463
80
- jaseci/extens/svc/kube_svc.py,sha256=fmD2_DqWbbrxAbmmtBvHJGjxW9donbHdyqvcD8SOF5E,16859
81
- jaseci/extens/svc/mail_svc.py,sha256=g7lvUpEDc8mEYIE4cs_Kh3oPp7CAKd437Kgtklo0f8I,5064
82
- jaseci/extens/svc/prome_svc.py,sha256=btnYPRI7gFoXzbp0-VJDQn1O4RR8sPlT0iPJpjBkRZ4,12467
83
- jaseci/extens/svc/redis_svc.py,sha256=GiJYWfjZT5_v7HsvwmzpI19A4Z-QFLJS1pcy59N2YAo,1589
84
- jaseci/extens/svc/storage_svc.py,sha256=mVpvL4FI60kxAymGPCHy-J6ZvOs_tacC_-G4aIndPMk,6350
85
- jaseci/extens/svc/stripe_svc.py,sha256=sh5rZ1VDOSHrGSBRhIxKvWzddg5dChsoBrKiTA3haRk,1842
86
- jaseci/extens/svc/task_svc.py,sha256=suIhfwo0GFPhILKaxkkKLAzqVFNYoKo1M9Q1cCZDzYI,5203
87
- jaseci/extens/svc/tasks.py,sha256=EXE1nTwxbCbEKkHPavZ3dwDudcaA36_ydMj85_Zu8ZE,10588
88
- jaseci/jac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
- jaseci/jac/jac.g4,sha256=Nr-M3lxfr4nd4VQwxdcQYid6mg-TPMngU1ZW3trvUFE,8916
90
- jaseci/jac/jac_set.py,sha256=7AHzMMsp8y6SWwa6A0M_Jx8hfBPzk4tCZfOUrkntnbA,3358
91
- jaseci/jac/interpreter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- jaseci/jac/interpreter/architype_interp.py,sha256=p3um19HY8Hs2CnrVaNO_vzK_Hyz4v1FPzNv3xC2_00s,7431
93
- jaseci/jac/interpreter/interp.py,sha256=K8J_kztaO-3aJDxrp0Oe3rbKt44JjwJu-NInagyg7gM,67273
94
- jaseci/jac/interpreter/sentinel_interp.py,sha256=6ASYzurbdmNZU5x4cbFlIaLWtkL5ZeqB6nv4JuzRnUs,9441
95
- jaseci/jac/interpreter/walker_interp.py,sha256=il_J347sK4JB66Z64rpqcel128tFoPCPRsJ0gErfMF4,8452
96
- jaseci/jac/interpreter/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
- jaseci/jac/interpreter/tests/test_interp.py,sha256=sQGSZNrQgLuEp-PaE8w5urMIM1I4zEFLcug84HEnh0o,1546
98
- jaseci/jac/ir/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
- jaseci/jac/ir/ast.py,sha256=tvG-rr1OqxsLSbQ6dAn1j43iX8xxaQBZQrdfHVKdEjM,1759
100
- jaseci/jac/ir/ast_builder.py,sha256=jh0BKyBDzlDgE59twB9tm-dOjj2I0fnH4gUSSI_I5dE,8399
101
- jaseci/jac/ir/jac_code.py,sha256=uYs7RAoIqDfRkBwxg-yVXHfa6JeITgRqdlUfeTh3hlw,4578
102
- jaseci/jac/ir/passes/__init__.py,sha256=SWns4N_ZDV4iGUGoH0kvcq-DwdSSDCNRfbnEYwPdXmU,393
103
- jaseci/jac/ir/passes/ast_prune_pass.py,sha256=w9hLg6H9g2FVOsnu2PPCW6HPjNuYQ96kPY_7pOFqJaA,331
104
- jaseci/jac/ir/passes/codegen_pass.py,sha256=YzuhxFpad3yqdzZWfbjz-5lrkZe_OIYjGAGbk7oQplI,9375
105
- jaseci/jac/ir/passes/ir_pass.py,sha256=h_umPqbSSZncfesgbtWao_Gn7mTCTQzX9us_iCDASn0,560
106
- jaseci/jac/ir/passes/printer_pass.py,sha256=Ob6eXfAs1A-dHF84XPztn4A973PG_EnjFGzVJT2ljWc,822
107
- jaseci/jac/ir/passes/pt_prune_pass.py,sha256=jR1g60txSIcC69UEuPVKnrnC4qjRftJRexAIO_6HqNg,811
108
- jaseci/jac/ir/passes/schedule.py,sha256=PIEloXIhi9iywLtvzGSrq6tIAY67zsVLIEIHtZCkTrE,616
109
- jaseci/jac/ir/passes/stats_pass.py,sha256=b2LI6SxPG2YsnbkL4TbfoYxe3DwagPIRMmKjAZID8kA,468
110
- jaseci/jac/jac_parse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
- jaseci/jac/jac_parse/jacLexer.py,sha256=byRuxnd-NpBjdC_vbZ1JReywX1vbdRlmj12TU8WXnFE,34691
112
- jaseci/jac/jac_parse/jacListener.py,sha256=omVWAovAIR4V0p98kkRa_IYrtV6i14-VzQ-fi9gFNno,29031
113
- jaseci/jac/jac_parse/jacParser.py,sha256=Oc4CveorHlVgIB79JHqLmcaCrJpIc8pttX6-YNG6PYU,334026
114
- jaseci/jac/jsci_vm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
- jaseci/jac/jsci_vm/disasm.py,sha256=sFZjrP2wufITt4gjICnKYlWNHjX61vQACL-y8mFk_v0,3613
116
- jaseci/jac/jsci_vm/inst_ptr.py,sha256=1HPFEx1oSz9ru3ASsQPHSdP1MEmP08u3EwXUmx-eZlQ,768
117
- jaseci/jac/jsci_vm/machine.py,sha256=eD-q_9cY0sI0eW80WWn5uu60AgakOm38CRqsvdTLqOQ,5701
118
- jaseci/jac/jsci_vm/op_codes.py,sha256=h6DzvXw_9J5Uwvu8qIeZvfXmAyrXIpYHwB4MSsoE80I,1779
119
- jaseci/jac/jsci_vm/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
- jaseci/jac/jsci_vm/tests/test_codegen.py,sha256=sqBPy2qkQ8UWxUap4ZF5YJ3_RYzEXvFABxFMTwEJCiU,1116
121
- jaseci/jac/machine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
122
- jaseci/jac/machine/jac_scope.py,sha256=OrR6592TlFWdFaBahGD6WnTlXGi_Y1E87_o5pnAS520,2935
123
- jaseci/jac/machine/jac_value.py,sha256=HX16_5dNia3nxECPxVQBHnsqRgM9Ab_EMom-ARXIJMA,6900
124
- jaseci/jac/machine/machine_state.py,sha256=HXnqYrCl6kaxcNZJHzcY6S5LKNteCcC3QMQ4K0sd3tk,13656
125
- jaseci/jac/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
- jaseci/jac/tests/book_code.py,sha256=VZ_WL9dLGhK7wuZtAvgW6_rDC1OluiHZXuu7pX77njI,13323
127
- jaseci/jac/tests/test_book.py,sha256=7P5YSSq7HUxNl6KmFh6UM2ZYsBaq-If06KpN0o618YY,13870
128
- jaseci/jac/tests/test_lang_14.py,sha256=haw5hvFe4mR1IDHPZGtCvIAMAFLHF0bdg11nl-JP2aQ,1885
129
- jaseci/jsorc/__init__.py,sha256=575FXvIbY1S4j1idZn7iqc8z3Gvo1A7FPZNA_1I5Ru4,134
130
- jaseci/jsorc/jsorc.py,sha256=0_7sqFZjyScmQpXpV08ILEnNbx7V0C3ia-KqGt_rlQA,22563
131
- jaseci/jsorc/jsorc_settings.py,sha256=eUYEt4CNoPfvHMSYqUtyggQi6snSX7kwwW0ECnOEp_0,8915
132
- jaseci/jsorc/jsorc_utils.py,sha256=FruDc5qEwQA09qCCSCyifpyPtrGs_X-OqAPUeaGMj-A,9296
133
- jaseci/jsorc/live_actions.py,sha256=p3A3XQpBhUYVyMWKkp6PEV5Uc2UJslB3CNthCqBxFbY,12303
134
- jaseci/jsorc/memory.py,sha256=_2KQzlRncJby-iZ1fOHd8v4NA4PelD67zCSkvH0P0YA,8265
135
- jaseci/jsorc/redis.py,sha256=1lzzsmazezI8EFOS2GKNZIa2iLTQu2HN7PAVTRXeOTU,4537
136
- jaseci/jsorc/remote_actions.py,sha256=Yx2q5go52CuC3Z8aCU75tEMcMdcnbhG9L6-yUkCwMpM,4966
137
- jaseci/jsorc/manifests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
- jaseci/jsorc/manifests/database.yaml,sha256=T3lDD4s2QR1oKpsc_vihgvzhaYVOfsxPlv8YhQcGLZ4,2234
139
- jaseci/jsorc/manifests/elastic.yaml,sha256=dci48gGyILWV-Y3dNPnGSQw-ejQXdsUICqWThaCACBo,484420
140
- jaseci/jsorc/manifests/prometheus.yaml,sha256=QqmL39UEcwO5V1NjyhZZtQHgQuPgQELB7OemnlD7v1Y,37855
141
- jaseci/jsorc/manifests/redis.yaml,sha256=Rc-0fjjDInPZVRMb0R2eElT_C8jPJUqtTi1yq7rH-PU,1305
142
- jaseci/jsorc/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
- jaseci/jsorc/tests/test_actions.py,sha256=AYZG5-W6VexH_OctUqqJqpVYZxPABgT-8Mi-Pycvsao,16275
144
- jaseci/jsorc/tests/test_jsorc.py,sha256=HAwDmI7NuuUJrFFdADYjpCCnr58cd9qPy1AZQ-wsH3s,4054
145
- jaseci/prim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- jaseci/prim/ability.py,sha256=0yr29Qlrm0uyXRmNeyy1qh4GpX93ioxzRLffcVHisQg,3205
147
- jaseci/prim/architype.py,sha256=7pVpBBJCly3aRWvaUMmgj40QOYQNdNFffD7-pUCKiMY,2707
148
- jaseci/prim/edge.py,sha256=QNRnZTQBFLuiQUw99q5-J3DieGniy61Z1z8S72gDzBI,5170
149
- jaseci/prim/element.py,sha256=XFGw0vVFdIe-KkBMILYWI-KkaltASdo6nm9NHLPYfSo,7669
150
- jaseci/prim/graph.py,sha256=I7uuuBvGK4JAbcj1u1i0EiQJ4IUXYGfHJsDKlmARRxQ,597
151
- jaseci/prim/master.py,sha256=ogjKkh2Nkn3YeKRSoVpOU4Fn-0p2zdPaEZhUmG7WXIA,1996
152
- jaseci/prim/node.py,sha256=VT3U4B1NNdWsXVblE5xzj7mEmLrBFyYMtlgXsqmLXak,18288
153
- jaseci/prim/obj_mixins.py,sha256=_OpnALlP18_89_4RXnBP6OCMZojAk8uOe7hnyBQpFXs,7327
154
- jaseci/prim/sentinel.py,sha256=27ts4-eZvcEuP52ASzKguAY0jTROeQ7heziYemoTzv8,9532
155
- jaseci/prim/super_master.py,sha256=KHSD1YoF1OKWw3ob8qdS9Amxf38N0FpYfCkT1mk_DDQ,852
156
- jaseci/prim/walker.py,sha256=gUCOiqdM6YaZpoSMUPErpb4UwDrQoa-DhqfwEVqACSw,8884
157
- jaseci/svc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
- jaseci/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
- jaseci/tests/infer.py,sha256=3TAwXO1W5s4yLDV5p_Izxbp5PvyQYR2oaMcB_aYza4c,1006
160
- jaseci/tests/jac_test_code.py,sha256=d8WycjXqmqQJr07abJBIinuyTTDwXdYZxUU6qkhfrBY,27903
161
- jaseci/tests/jac_test_progs.py,sha256=U7RwFdZUsEpZMdv-PUhBZ8CuRmTusRvKmNKNLRO_mfA,14672
162
- jaseci/tests/test_core.py,sha256=fYoIF-xQizO8qrMnFpwhzMgScJAx5XTOL7SdvCx7do4,5888
163
- jaseci/tests/test_jac.py,sha256=bE6FLhLV0-TnxLlS7HdPxe65wMj65Pa_qGLySpuVIJA,32750
164
- jaseci/tests/test_node.py,sha256=tXnRbc3lHGPidzE45BIF1LiTkC5aB5idxbyzRj06Ufs,3710
165
- jaseci/tests/test_progs.py,sha256=URIOMa17JhBOP2navnepYQo54H2IltSLy-p9K5nQn54,25401
166
- jaseci/tests/test_stack.py,sha256=CrNbcRpRA5jhQw44wKsjWwfgbMXodJglY48TyoNYu5U,8453
167
- jaseci/tests/test_stripe.py,sha256=Bzz-TjP4QKi4BXWxulhAGAyX9TFR4-5Gt2o9MZKM4pU,8913
168
- jaseci/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
169
- jaseci/utils/file_handler.py,sha256=b1_zCVO37h1eKjaa_P9jKkx0lwJfrsWKRGkv68lYpY8,4797
170
- jaseci/utils/gprof2dot.py,sha256=NwoCm318NFS169fvJhfltsIINxzpd6bS7_9b1-Fy4Xg,119142
171
- jaseci/utils/id_list.py,sha256=pCUZ_WZfbE2Di5gselOry6dpev6EovaqkCkiacSyZfc,5401
172
- jaseci/utils/json_handler.py,sha256=-MmExFTpbr5hlS9i_0DAUZK-rgWI2wpDAA4rI3idv74,2234
173
- jaseci/utils/log_utils.py,sha256=U46KspmCbX6S7YzEk1LB20iB4G1DPHfpV5RFim04Mbg,1629
174
- jaseci/utils/test_core.py,sha256=DG0mW2GRc2l0M1A1-vCgTUFnZh8ip_0-h7eOfKMxlXQ,1549
175
- jaseci/utils/utils.py,sha256=yKGryU2NmlWz037qop-l2H1xqoBMUS1b3ojvauA3r5U,10454
176
- jaseci/utils/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
- jaseci/utils/actions/actions_manager.py,sha256=sKfWk9zRpDpkLo3-mKpVMKrqx7kpRG7hRi5tfDTcqb8,8527
178
- jaseci/utils/actions/actions_optimizer.py,sha256=59Q2KNlLAzuqHZBlRLjOXOHXSEUbUo6ltHn_qBIXaWE,21565
179
- jaseci/utils/actions/actions_state.py,sha256=5p080-DtDXS9QUd2FwkrtN6-7LBqT2tmJDOKVKjDEbU,2963
180
- jaseci-1.4.2.6.dist-info/LICENSE,sha256=2b_qOOd7ak6x49HwOzCAmRLSPJehiBJdqj9HDX1Jp7U,1072
181
- jaseci-1.4.2.6.dist-info/METADATA,sha256=5GKxz1txehpx324JJPSFzwvqM8G8V-qEMilW3G77uMA,1223
182
- jaseci-1.4.2.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
183
- jaseci-1.4.2.6.dist-info/entry_points.txt,sha256=nryZyKQLUJzlTOcA9knRGoXHGmNUCQxvvuDIEj5ePyg,88
184
- jaseci-1.4.2.6.dist-info/top_level.txt,sha256=0WZh7RF_ruiaZHQSi8IWOiLRUvKKDlhcnLe-by6EyFc,7
185
- jaseci-1.4.2.6.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- jac = jaseci.cli_tools.jsctl:jac
3
- jsctl = jaseci.cli_tools.jsctl:jsctl
@@ -1 +0,0 @@
1
- jaseci