easycoder 250505.3__py2.py3-none-any.whl → 250506.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 CHANGED
@@ -9,4 +9,4 @@ from .ec_program import *
9
9
  from .ec_timestamp import *
10
10
  from .ec_value import *
11
11
 
12
- __version__ = "250505.3"
12
+ __version__ = "250506.2"
easycoder/ec_program.py CHANGED
@@ -332,6 +332,7 @@ class Program:
332
332
 
333
333
  def kill(self):
334
334
  self.running = False
335
+ if self.parent != None: self.parent.program.kill()
335
336
 
336
337
  def setExternalControl(self):
337
338
  self.externalControl = True
easycoder/ec_pyside.py CHANGED
@@ -690,7 +690,7 @@ class Graphics(Handler):
690
690
  command['index'] = self.nextValue()
691
691
  self.skip('of')
692
692
  else:
693
- command['name'] = self.nextValue()
693
+ command['name'] = self.getValue()
694
694
  self.skip('in')
695
695
  if self.nextIsSymbol():
696
696
  record = self.getSymbolRecord()
@@ -878,7 +878,6 @@ class Graphics(Handler):
878
878
 
879
879
  def r_start(self, command):
880
880
  def on_last_window_closed():
881
- print("Kill the appication...")
882
881
  self.program.kill()
883
882
  def resume():
884
883
  self.program.flush(self.nextPC())
@@ -1,11 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: easycoder
3
- Version: 250505.3
3
+ Version: 250506.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>
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: MIT License
9
+ License-File: LICENSE
9
10
  Requires-Dist: pytz
10
11
  Requires-Dist: pyside6
11
12
  Project-URL: Home, https://github.com/easycoder/easycoder-py
@@ -1,5 +1,5 @@
1
1
  easycoder/README.md,sha256=BVXmYphcTJ6q6RN_9L6HtQukgCnOjSLVIsTM3lk-9aM,587
2
- easycoder/__init__.py,sha256=c8tAQyiYf2jD3A5tSYSTllTS3Wdbn3PXTZXOm_VHKv8,262
2
+ easycoder/__init__.py,sha256=Z5F6fV2l9QLLAjRmuwPybN1yPsS8bYW3iW7SLCO5es0,262
3
3
  easycoder/ec_classes.py,sha256=xnWBNak8oKydkFoxHLlq9wo3lIsB3aMnTDrqbtCfoWo,1512
4
4
  easycoder/ec_compiler.py,sha256=vNOAKIK2pX_cW4mcxwCe0OR16iqeZqvZQ6JCgQ5MqtU,5062
5
5
  easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
@@ -7,12 +7,12 @@ easycoder/ec_core.py,sha256=U5PIYmQNhA3QF2tlQ8luX83Aqio8sdqzXZCGI1hiSeY,92221
7
7
  easycoder/ec_graphics.py,sha256=WXxKMB4GJSmxvk-FVbOTyufiUx4TYIzyDoB1PCAO3JY,16067
8
8
  easycoder/ec_gutils.py,sha256=yqu4RRQ6VdRkC5B2ADBYsXzgNu76dLnekd9aUjdEgPw,6399
9
9
  easycoder/ec_handler.py,sha256=zPDZ_hqdgNnkCd8B5HmSLkqsGgf4aDmqcUBOPHgo47U,2305
10
- easycoder/ec_program.py,sha256=CxGYl1slYXNOYFxiSMc-BuXL_QztYuBfCXltPCtw1U4,10011
11
- easycoder/ec_pyside.py,sha256=gXAinTNQ-NC-TrSfEXGVY4Fmcy5uV_jDAoN_IsdNtiI,37080
10
+ easycoder/ec_program.py,sha256=uv2F0Gu9ZJSW2Pb4IitUtq0xb4e_gU8emMYyIRLoS24,10064
11
+ easycoder/ec_pyside.py,sha256=HBLYZJrumuud9aYkEk65iCs8VqLBFF0S9XtKn-0VHes,37035
12
12
  easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
13
13
  easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
14
- easycoder-250505.3.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
15
- easycoder-250505.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
- easycoder-250505.3.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
17
- easycoder-250505.3.dist-info/METADATA,sha256=Oc8nm1uq23c2Q1ZObOZ6sERoIwbFHbBHeMzIL_bPDUY,6805
18
- easycoder-250505.3.dist-info/RECORD,,
14
+ easycoder-250506.2.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
15
+ easycoder-250506.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
+ easycoder-250506.2.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
17
+ easycoder-250506.2.dist-info/METADATA,sha256=Tchcd3tR3kNM4W2toVAQNGin6wPZaZy8WhpRcSezg70,6827
18
+ easycoder-250506.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.10.1
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any