easycoder 4__py2.py3-none-any.whl → 5__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__ = "4"
12
+ __version__ = "5"
easycoder/ec_program.py CHANGED
@@ -10,7 +10,7 @@ from importlib.metadata import version
10
10
  class Program:
11
11
 
12
12
  def __init__(self, argv):
13
- print(f'EasyCoder version {version('easycoder')}')
13
+ print(f'EasyCoder version {version("easycoder")}')
14
14
  scriptName = None
15
15
  domains=[Core]
16
16
  if len(argv)>0:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: easycoder
3
- Version: 4
3
+ Version: 5
4
4
  Summary: EasyCoder for Python
5
5
  Author-email: Graham Trott <gtanyware@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -1,14 +1,14 @@
1
- easycoder/__init__.py,sha256=dOthEUbaFHi3Q78a4SIjHVPY6ggqf38yhio47M-NH9A,255
1
+ easycoder/__init__.py,sha256=ZoQYUvtfcu53_Oowbjb15eQL3q7CW1ea7zkQ-qEShtE,255
2
2
  easycoder/ec_classes.py,sha256=onBKF6Lj8BZKNuJKacx4HyhOrVLXsoHdzl6RnMf77uM,1413
3
3
  easycoder/ec_compiler.py,sha256=ByWwWA4GTzDX1kljgNbBwzfvvUuR34FRQSEpRVtRo5s,4670
4
4
  easycoder/ec_condition.py,sha256=s7xKM3ZeOOiSgZv16RnWznAikHZaJRp1UHwrliebpUE,748
5
5
  easycoder/ec_core.py,sha256=_PnwCJcxa7vD5MouuM9COTAC9RnGvzSZ9022Tlqzh5M,74591
6
6
  easycoder/ec_handler.py,sha256=WDDIz0awD3vSQZ149rgbUWsClt6zXqED8ByXQJ5p1Ds,2200
7
- easycoder/ec_program.py,sha256=Z_bR-iE5tieWBTMjUrtnQ0iwkXAStvV3vsxTzOFXOzs,7658
7
+ easycoder/ec_program.py,sha256=u9DQcbWqefDU69UKL2ZJyoxfT2e5MoEUHvvv82aDUu0,7658
8
8
  easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
9
9
  easycoder/ec_value.py,sha256=GnHkWSfcB2InGeLj4T8x_H8U9bvbkj9lF4klEUylt38,2371
10
- easycoder-4.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
11
- easycoder-4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
- easycoder-4.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
13
- easycoder-4.dist-info/METADATA,sha256=0KeuF7X7-u0rp7gvTN3MUFJwk_r9VxUZ5mW8Pp9z6is,2964
14
- easycoder-4.dist-info/RECORD,,
10
+ easycoder-5.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
11
+ easycoder-5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
+ easycoder-5.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
13
+ easycoder-5.dist-info/METADATA,sha256=na9ADFzJRttO8YwHA3uW5yd8y4kYGSyWDCjHCJtyjS8,2964
14
+ easycoder-5.dist-info/RECORD,,
File without changes
File without changes