easycoder 250403.2__py2.py3-none-any.whl → 250404.1__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__ = "250403.2"
12
+ __version__ = "250404.1"
easycoder/ec_core.py CHANGED
@@ -2539,7 +2539,8 @@ class Core(Handler):
2539
2539
 
2540
2540
  def c_exists(self, condition):
2541
2541
  path = self.getRuntimeValue(condition.path)
2542
- return os.path.exists(path)
2542
+ comparison = os.path.exists(path)
2543
+ return not comparison if condition.negate else comparison
2543
2544
 
2544
2545
  def c_greater(self, condition):
2545
2546
  comparison = self.program.compare(condition.value1, condition.value2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: easycoder
3
- Version: 250403.2
3
+ Version: 250404.1
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=BVXmYphcTJ6q6RN_9L6HtQukgCnOjSLVIsTM3lk-9aM,587
2
- easycoder/__init__.py,sha256=pk5KcaeSSqFM8gNQsBKwFnRWtTaZbrUhpghX8PtwLRk,262
2
+ easycoder/__init__.py,sha256=3kYnkna31D7vAYmC6A4w3gH33F63SBdkorhYLjp5ZkM,262
3
3
  easycoder/ec_classes.py,sha256=xnWBNak8oKydkFoxHLlq9wo3lIsB3aMnTDrqbtCfoWo,1512
4
4
  easycoder/ec_compiler.py,sha256=rtxFEWnhW0550MtWEDvYHOw9cYkeTcR0oG3t-kmgnBk,4795
5
5
  easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
6
- easycoder/ec_core.py,sha256=fBfi6BvOqcmjqMvsKHPQLi-x4-CnuJlXldfRjGm4LzM,90287
6
+ easycoder/ec_core.py,sha256=pOIZ8lpOuhPieJFo0-alVQpUQCbbLElrFhN61ZIQ_9U,90359
7
7
  easycoder/ec_graphics.py,sha256=ScGLNxW_sxu0WyoO-Od-9MM0bhpVvf-vGa5UmoHYRCA,16073
8
8
  easycoder/ec_gutils.py,sha256=yqu4RRQ6VdRkC5B2ADBYsXzgNu76dLnekd9aUjdEgPw,6399
9
9
  easycoder/ec_handler.py,sha256=K7nBuQTH8l0k8hX1o2b4KhTnhZHGdf2fkEuX4FJXJs8,2277
10
10
  easycoder/ec_program.py,sha256=BDwU7aGHiaw6WdbQvVFDhGVaHsvwQ1CWa4wb5MPmOe8,10013
11
11
  easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
12
12
  easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
13
- easycoder-250403.2.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
14
- easycoder-250403.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- easycoder-250403.2.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
16
- easycoder-250403.2.dist-info/METADATA,sha256=aavGnyy5UUUQLxzFAdJI4eUS-r1C_9CasJkZGIfS1eA,6520
17
- easycoder-250403.2.dist-info/RECORD,,
13
+ easycoder-250404.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
14
+ easycoder-250404.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ easycoder-250404.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
16
+ easycoder-250404.1.dist-info/METADATA,sha256=0AwduyAV9dASRf-dHgLJmMOjhScUTyCOr7E7GCmEDu8,6520
17
+ easycoder-250404.1.dist-info/RECORD,,