easycoder 250726.1__py2.py3-none-any.whl → 250729.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 +1 -1
- easycoder/ec_core.py +7 -9
- {easycoder-250726.1.dist-info → easycoder-250729.1.dist-info}/METADATA +1 -1
- {easycoder-250726.1.dist-info → easycoder-250729.1.dist-info}/RECORD +7 -7
- {easycoder-250726.1.dist-info → easycoder-250729.1.dist-info}/WHEEL +0 -0
- {easycoder-250726.1.dist-info → easycoder-250729.1.dist-info}/entry_points.txt +0 -0
- {easycoder-250726.1.dist-info → easycoder-250729.1.dist-info}/licenses/LICENSE +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_core.py
CHANGED
|
@@ -1753,15 +1753,13 @@ class Core(Handler):
|
|
|
1753
1753
|
|
|
1754
1754
|
# Use a plugin module
|
|
1755
1755
|
def k_use(self, command):
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
# self.program.useClass(Keyboard)
|
|
1764
|
-
return True
|
|
1756
|
+
self.skip('plugin')
|
|
1757
|
+
if self.nextIs('graphics'):
|
|
1758
|
+
print('Loading graphics module')
|
|
1759
|
+
from .ec_pyside import Graphics
|
|
1760
|
+
self.program.graphics = Graphics
|
|
1761
|
+
self.program.useClass(Graphics)
|
|
1762
|
+
return True
|
|
1765
1763
|
return False
|
|
1766
1764
|
|
|
1767
1765
|
# Declare a general-purpose variable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 250729.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
|
-
easycoder/__init__.py,sha256=
|
|
1
|
+
easycoder/__init__.py,sha256=KD8Y8ZNCbluG3QRyyl40x1a6ogJDvK4F88wpQXp5OwU,314
|
|
2
2
|
easycoder/close.png,sha256=3B9ueRNtEu9E4QNmZhdyC4VL6uqKvGmdfeFxIV9aO_Y,9847
|
|
3
3
|
easycoder/ec_classes.py,sha256=PWPaJuTfaWD4-tgT-2WWOgeFV_jXxlxyKCxvXyylCUU,1824
|
|
4
4
|
easycoder/ec_compiler.py,sha256=-uuXDbfgFBGXSrr7EneDnnneFOFsU-UuCIpNHsCqY0s,5289
|
|
5
5
|
easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
|
|
6
|
-
easycoder/ec_core.py,sha256=
|
|
6
|
+
easycoder/ec_core.py,sha256=AGjh-jnGb3hHRV2ky_xwlJcTBCFB3EnxWECNZyJto3g,97654
|
|
7
7
|
easycoder/ec_handler.py,sha256=ohf3xUuWw_Qb5SZnulGtDhvCb11kvWtYfgbQTiOXpIY,2261
|
|
8
8
|
easycoder/ec_keyboard.py,sha256=wbc3ATqIgtSgV78UOuTXdbgIU6RHSjxr5YoJE4P2Wk8,19093
|
|
9
9
|
easycoder/ec_program.py,sha256=SHg8NV9g-DclSWz8pQzgAiElreoYrI1FR1NrZS4_hIA,9968
|
|
10
10
|
easycoder/ec_pyside.py,sha256=GDBcFL03XV5D6168eG1vVwS1NMlEsDLC904YOMO_Hqw,42953
|
|
11
11
|
easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
|
|
12
12
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
13
|
-
easycoder-
|
|
14
|
-
easycoder-
|
|
15
|
-
easycoder-
|
|
16
|
-
easycoder-
|
|
17
|
-
easycoder-
|
|
13
|
+
easycoder-250729.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
14
|
+
easycoder-250729.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
15
|
+
easycoder-250729.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
|
|
16
|
+
easycoder-250729.1.dist-info/METADATA,sha256=-7Pz6qXuhEv0Fd5YmEZIlUq8Cfj2Tcf9-6FaNYzo4r8,6897
|
|
17
|
+
easycoder-250729.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|