easycoder 250123.1__py2.py3-none-any.whl → 250123.2__py2.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 easycoder might be problematic. Click here for more details.
- easycoder/__init__.py +1 -1
- easycoder/ec_core.py +2 -1
- {easycoder-250123.1.dist-info → easycoder-250123.2.dist-info}/METADATA +1 -1
- {easycoder-250123.1.dist-info → easycoder-250123.2.dist-info}/RECORD +7 -7
- {easycoder-250123.1.dist-info → easycoder-250123.2.dist-info}/LICENSE +0 -0
- {easycoder-250123.1.dist-info → easycoder-250123.2.dist-info}/WHEEL +0 -0
- {easycoder-250123.1.dist-info → easycoder-250123.2.dist-info}/entry_points.txt +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_core.py
CHANGED
|
@@ -1001,7 +1001,8 @@ class Core(Handler):
|
|
|
1001
1001
|
value = self.getRuntimeValue(command['value'])
|
|
1002
1002
|
program = command['program']
|
|
1003
1003
|
code = program.code[program.pc]
|
|
1004
|
-
lino = code['lino'] + 1
|
|
1004
|
+
lino = str(code['lino'] + 1)
|
|
1005
|
+
while len(lino) < 4: lino = f' {lino}'
|
|
1005
1006
|
if value == None: value = '<empty>'
|
|
1006
1007
|
if 'log' in command: print(f'{datetime.now().time()}: {lino}-> {value}')
|
|
1007
1008
|
else: print(value)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version: 250123.
|
|
3
|
+
Version: 250123.2
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
easycoder/README.md,sha256=PYqOc_SkIGiFbyCNs90y7JqoqWe4aO1xYIW-6bOnFKU,573
|
|
2
|
-
easycoder/__init__.py,sha256=
|
|
2
|
+
easycoder/__init__.py,sha256=v90K-BoaxHQG44wkLTa8lNRPz8R1nU2QCQKSuIOpjao,262
|
|
3
3
|
easycoder/ec_classes.py,sha256=xnWBNak8oKydkFoxHLlq9wo3lIsB3aMnTDrqbtCfoWo,1512
|
|
4
4
|
easycoder/ec_compiler.py,sha256=dFJEA_uOhD-HeSiAdBzmmA6q3LHThUVoJpSETanmSHs,4800
|
|
5
5
|
easycoder/ec_condition.py,sha256=WSbONo4zs2sX1icOVpscZDFSCAEFmTsquoc2RGcLx_k,763
|
|
6
|
-
easycoder/ec_core.py,sha256=
|
|
6
|
+
easycoder/ec_core.py,sha256=kbThzsgjgkk3j29XprZ904Uuh_vF6qXHcPecuCYZvuU,87061
|
|
7
7
|
easycoder/ec_graphics.py,sha256=KbLbhNDr-DjKKy8RbkzpBogvz30FXFOsmQUJxFcBg4E,23718
|
|
8
8
|
easycoder/ec_gutils.py,sha256=cREktnAoHd_1t_fDgrnQ1F60n_TzFTGvoXJeWc_LJo4,5068
|
|
9
9
|
easycoder/ec_handler.py,sha256=IJvxcrJJSR53d6DS_8H5qPHKhp9y5-GV4WXAjhZxu_o,2250
|
|
10
10
|
easycoder/ec_program.py,sha256=R8zMukA-pfRsOpcy9WqTw7fE_190dQfrMt2la23Yrs4,9904
|
|
11
11
|
easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
|
|
12
12
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
13
|
-
easycoder-250123.
|
|
14
|
-
easycoder-250123.
|
|
15
|
-
easycoder-250123.
|
|
16
|
-
easycoder-250123.
|
|
17
|
-
easycoder-250123.
|
|
13
|
+
easycoder-250123.2.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
14
|
+
easycoder-250123.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
15
|
+
easycoder-250123.2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
16
|
+
easycoder-250123.2.dist-info/METADATA,sha256=d48Jr5Dj08j1a112uEuw9OvPoEsiYNYqfiAq9dfvtS4,6162
|
|
17
|
+
easycoder-250123.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|